jquery/test/data/csp-nonce-globaleval.js
Michał Gołębiowski-Owczarek 5bdc85b82b
Core: Support passing nonce through jQuery.globalEval
Fixes gh-4278
Closes gh-4280
Ref gh-3541
Ref gh-4269
2019-01-21 18:42:39 +01:00

6 lines
131 B
JavaScript

/* global startIframeTest */
jQuery( function() {
$.globalEval( "startIframeTest()", { nonce: "jquery+hardcoded+nonce" } );
} );