aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/jquery.js')
-rw-r--r--test/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jquery.js b/test/jquery.js
index 8ba139e6b..6b1aef42f 100644
--- a/test/jquery.js
+++ b/test/jquery.js
@@ -54,7 +54,7 @@
// Otherwise, load synchronously
} else {
- document.write( "<script id='jquery-js' src='" + parentUrl + src + "'><\x2Fscript>" );
+ document.write( "<script id='jquery-js' nonce='jquery+hardcoded+nonce' src='" + parentUrl + src + "'><\x2Fscript>" );
}
} )();