mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
82169df010
- also added no-implicit-globals rule outside of tests, but including dist Close gh-5504
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
jQuery( function() {
|
|
$( "body" ).append( "<script nonce='jquery+hardcoded+nonce' src='csp-nonce.js'></script>" );
|
|
} );
|