noscript icon indicating copy to clipboard operation
noscript copied to clipboard

Breaks many websites on Ungoogled Chromium

Open kolon0 opened this issue 10 months ago • 0 comments

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.

kolon0 avatar Feb 12 '25 20:02 kolon0