mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 20:08:38 +09:00
7 lines
242 B
JavaScript
7 lines
242 B
JavaScript
/* import-globals-from mixedContentTest.js */
|
|
"use strict";
|
|
|
|
document.open();
|
|
document.write("This is insecure XSS script " + document.cookie);
|
|
isSecurityState("broken", "security broken after document write from unsecure script");
|
|
finish();
|