mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
3 lines
165 B
JavaScript
3 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";
|