mirror of
https://github.com/jquery/jquery.git
synced 2026-01-15 00:28:35 -05: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>" );
|
|
} );
|