blob: 547891df512b4587596c2f5cfa97089da7612400 (
plain)
1
2
3
4
5
6
|
jQuery( function() {
var script = document.createElement( "script" );
script.setAttribute( "nonce", "jquery+hardcoded+nonce" );
script.innerHTML = "startIframeTest()";
$( document.head ).append( script );
} );
|