Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
csp-nonce-external.js
blob: efedd5a9a8697a91192f1834e9f1327a92195db6 [
file
] [
log
] [
blame
]
/* global startIframeTest */
jQuery
(
function
()
{
$
(
"body"
).
append
(
"<script nonce='jquery+hardcoded+nonce' src='csp-nonce.js'></script>"
);
}
);