]> source.dussan.org Git - jquery.git/commit
Core: Support passing nonce through jQuery.globalEval
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 21 Jan 2019 17:42:39 +0000 (18:42 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Jan 2019 17:42:39 +0000 (18:42 +0100)
commit5bdc85b82b84e5459462ddad9002f22d1ce74f21
tree226cbd30d60195d6cf418267852b64188de04050
parente4de8b4626f8872a4cb1ee241b60902653567503
Core: Support passing nonce through jQuery.globalEval

Fixes gh-4278
Closes gh-4280
Ref gh-3541
Ref gh-4269
src/core.js
src/core/DOMEval.js
src/manipulation.js
test/data/csp-nonce-globaleval.html [new file with mode: 0644]
test/data/csp-nonce-globaleval.js [new file with mode: 0644]
test/data/mock.php
test/middleware-mockserver.js
test/unit/manipulation.js