Hi,
We are using Smartclient12.0 power edition and we are facing some issue on Content-Security-Policy in Smartclient. By adding below line in the response
response.addHeader("Content-Security-Policy", "script-src 'self' 'unsafe-inline' ");
isomorphic is not loading by adding above line in the http response.
We have defined .jsp <%@ taglib uri="/WEB-INF/iscTaglib.tld" prefix="isomorphic"%>
We tried in latest Google Chrome, Edge and Firefox, we are getting the same error.
Please refer the attached document for detail error message.
We are using Smartclient12.0 power edition and we are facing some issue on Content-Security-Policy in Smartclient. By adding below line in the response
response.addHeader("Content-Security-Policy", "script-src 'self' 'unsafe-inline' ");
isomorphic is not loading by adding above line in the http response.
We have defined .jsp <%@ taglib uri="/WEB-INF/iscTaglib.tld" prefix="isomorphic"%>
We tried in latest Google Chrome, Edge and Firefox, we are getting the same error.
Please refer the attached document for detail error message.
Comment