Project

General

Profile

Bug #10430

Updated by Alexis Mousset about 7 years ago

<pre> 
 root@server:~# rpm -qa | grep rudder-webapp 
 rudder-webapp-4.1.0.rc2.git201703150133-1.SLES.11.noarch rudder-webapp-4.1.0.rc2.git201703140201-1.EL.6.noarch 
 </pre> 

 I get, in the console: 

 <pre> 
 [Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-1BNJtQAi+u7koWiPaZnmB/XP12FM6dRgu7gQTBzadBM='), or a nonce ('nonce-...') is required to enable inline execution. 

 index.html:92 Uncaught ReferenceError: $ is not defined 
     at index.html:92 
 lift.js:1 Uncaught ReferenceError: jQuery is not defined 
     at lift.js:1 
     at lift.js:1 
 lift.js:1 onDocumentReady function must be defined in settings 
 consoleOrAlert @ lift.js:1 
 https://localhost:8381/favicon.ico Failed to load resource: the server responded with a status of 403 (Forbidden) 
 </pre> 

 These is not attempt to load css or js files, except lift.js and socialwidgets.css.

Back