diff options
Diffstat (limited to 'test/data/csp-nonce.js')
-rw-r--r-- | test/data/csp-nonce.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/data/csp-nonce.js b/test/data/csp-nonce.js index 507e87e68..547891df5 100644 --- a/test/data/csp-nonce.js +++ b/test/data/csp-nonce.js @@ -1,5 +1,3 @@ -/* global startIframeTest */ - jQuery( function() { var script = document.createElement( "script" ); script.setAttribute( "nonce", "jquery+hardcoded+nonce" ); |