Template Upload
This commit is contained in:
5
node_modules/systemjs/test/tests/csp/integrity.js
generated
vendored
Normal file
5
node_modules/systemjs/test/tests/csp/integrity.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
define(function () {
|
||||
return {
|
||||
integrity: 'integrity'
|
||||
}
|
||||
});
|
3
node_modules/systemjs/test/tests/csp/nonce.js
generated
vendored
Normal file
3
node_modules/systemjs/test/tests/csp/nonce.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
nonce: 'abc'
|
||||
};
|
3
node_modules/systemjs/test/tests/csp/nonce2.js
generated
vendored
Normal file
3
node_modules/systemjs/test/tests/csp/nonce2.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
nonce: 'ab'
|
||||
};
|
Reference in New Issue
Block a user