aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/csp-nonce-globaleval.js
blob: 23d549fd609eaa92beb42fe4bb1e34c4e70d7d64 (plain)
1
2
3
4
5
/* global startIframeTest */

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