Build: Bump the github-actions group with 2 updates
[jquery.git] / test / data / csp-nonce.js
blob547891df512b4587596c2f5cfa97089da7612400
1 jQuery( function() {
2         var script = document.createElement( "script" );
3         script.setAttribute( "nonce", "jquery+hardcoded+nonce" );
4         script.innerHTML = "startIframeTest()";
5         $( document.head ).append( script );
6 } );