mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
5 lines
No EOL
197 B
JavaScript
5 lines
No EOL
197 B
JavaScript
// This script block will trigger a violation report.
|
|
var i = document.createElement('img');
|
|
i.src = '/content-security-policy/support/fail.png';
|
|
document.body.appendChild(i);
|
|
log("TEST COMPLETE"); |