Open ZeronoFreya opened 1 year ago
``Is there anything else I need to do?
Yes, post this issue to the tampermonkey script author first, and please await his answer.
Usually this happens, if a script or addon violates a sites content security policy. The script author then needs to modify his script - or needs to exclude the site.
The warning "Content Security Policy: The page's settings blocked the loading of a resource: xyz" occurs when the page's CSP configuration given by xyz prevents the resource from being loaded into the document's context.
This usually is NO browser bug.
Also possible test "Config mode" at "Advanced" value from WebExtension settings: https://www.tampermonkey.net/#multiple-configuration-modes
and enable experimental option "Add Tampermonkey to the HTML's CSP" if failed on enabled only "Advanced" mode.
Also last with CSP fixes can be 4.19.
debug using usb:
Other plugins excluded.
sript code:
Is there anything else I need to do?