Breaks many websites on Ungoogled Chromium
Policy:
{
"DEFAULT": {
"capabilities": [
"script",
"fetch",
"media",
"frame",
"font",
"lazy_load"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
"sites": {
"trusted": [],
"untrusted": [],
"custom": {},
"temp": []
},
"enforced": true,
"autoAllowTop": false
}
I am using Ungoogled Chromium (Version 133.0.6943.53), and it breaks many websites with this error:
[Report Only] Refused to load the script 'blabla' because it violates the following Content Security Policy directive: "script-src-elem 'none'".
It breaks youtube, tiktok and even my simple website (https://somefun.uk). Also when allowing all capabilities, the same websites still break with the same error. However, when i disable NoScript, all of them work.
You previously said:
Any message starting with [Report Only] is irrelevant (is just an artifact of the content monitoring machinery). (https://github.com/hackademix/noscript/issues/390#issuecomment-2491408057)
But i think it is not irrelevant—it actually breaks many websites. Thank you for your efforts! I really love this extension.