mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Related Chromium issue: - https://bugs.chromium.org/p/chromium/issues/detail?id=985759 By expressly restricting JavaScript execution to only code from the extension package, this explicitly tells code reviewer that uBO can't execute remote code. I also had to add `object-src 'self'`, otherwise Chromium refused to load the extension with the following error message: > 'content_security_policy': CSP directive 'object-src' must be specified `object-src 'self'` is the default value. |
||
|---|---|---|
| .. | ||
| is-webrtc-supported.html | ||
| is-webrtc-supported.js | ||
| managed_storage.json | ||
| manifest.json | ||
| vapi-background.js | ||
| vapi-client.js | ||
| vapi-common.js | ||
| vapi-usercss.js | ||
| vapi-usercss.pseudo.js | ||
| vapi-usercss.real.js | ||
| vapi-webrequest.js | ||
| vapi.js | ||