jquery/test/data/csp-nonce.js
2024-06-06 09:56:44 -04:00

7 lines
214 B
JavaScript

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