Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
csp-nonce-globaleval.js
blob: 23d549fd609eaa92beb42fe4bb1e34c4e70d7d64 [
file
] [
log
] [
blame
]
/* global startIframeTest */
jQuery
(
function
()
{
$
.
globalEval
(
"startIframeTest()"
,
{
nonce
:
"jquery+hardcoded+nonce"
}
);
}
);