mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
jQuery( function() {
|
|
$( "body" ).append( "<script nonce='jquery+hardcoded+nonce' src='csp-nonce.js'></script>" );
|
|
} );
|