Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
csp-nonce.js
blob: 507e87e68577d563e33e6151fe4a899edeb34a14 [
file
] [
log
] [
blame
]
/* global startIframeTest */
jQuery
(
function
()
{
var
script
=
document
.
createElement
(
"script"
);
script
.
setAttribute
(
"nonce"
,
"jquery+hardcoded+nonce"
);
script
.
innerHTML
=
"startIframeTest()"
;
$
(
document
.
head
).
append
(
script
);
}
);