You are viewing a single comment's thread from:

RE: SteemWorld ~ Weekly Support ~ #26

in #steemworld6 years ago

Content-Security-Policy is very nasty one and some wrong move can make your site unusable. Firefox in console shows 2 blocked eval ("script-src") elements. But I do not see what is blocked.

Sort:  

Ok, I've found the reason for the blocked eval's. In my case it is the extension 'Tampermonkey' which causes the logs. Good to know that there are no issues related to the scripts included on my site :)

Yes, I don't know either, but the site seems to work without any issues, so I will keep the strict rules active. I don't use any eval's and I already checked all included libraries. Looks like it's a Firefox bug, all other browsers I tested don't show that log.