]> source.dussan.org Git - jquery.git/commit
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation 4328/head
authorbuddh4 <mail@jharrer.de>
Tue, 19 Mar 2019 21:40:30 +0000 (22:40 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 25 Mar 2019 17:14:24 +0000 (18:14 +0100)
commit005040379d8b64aacbe54941d878efa6e86df1cc
tree158b1b84fcddcb4271aa5df2955ec017aca6e4e9
parentfe5f04de8fde9c69ed48283b99280aa6df3795c7
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation

Fixes gh-4323
Closes gh-4328
src/manipulation.js
src/manipulation/_evalUrl.js
test/data/csp-nonce-external.html [new file with mode: 0644]
test/data/csp-nonce-external.js [new file with mode: 0644]
test/unit/manipulation.js