Core: Preserve CSP nonce on scripts in DOM manipulation
commitc7c2855ed13f23322c4064407c1ed84561b95738
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 14 Jan 2019 18:29:54 +0000 (14 19:29 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jan 2019 18:29:54 +0000 (14 19:29 +0100)
tree0bae25a4dd554f3066fdc1df65ecf6ea43d81752
parent9cb162f6b62b6d4403060a0f0d2065d3ae96bbcc
Core: Preserve CSP nonce on scripts in DOM manipulation

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