jquery/test/data/csp-nonce.js

7 lines
214 B
JavaScript
Raw Normal View History

jQuery( function() {
var script = document.createElement( "script" );
script.setAttribute( "nonce", "jquery+hardcoded+nonce" );
script.innerHTML = "startIframeTest()";
$( document.head ).append( script );
} );