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