mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-20 15:15:25 +00:00
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
// set a variable on the document which we can check to verify
|
|
// whether the external script was loaded or blocked
|
|
document.myMetaCSPScript = "external-JS-loaded";
|