chore(docs.angularjs.org): add csp headers for csp example
Fixes #16270
This commit is contained in:
committed by
Martin Staffa
parent
a37f89f864
commit
4f4ad3cad4
@@ -15,6 +15,13 @@
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/examples/**.csp/*.html",
|
||||
"headers": [{
|
||||
"key": "Content-Security-Policy",
|
||||
"value": "default-src 'self'"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"source": "/Error404.html",
|
||||
"headers" : [{
|
||||
|
||||
Reference in New Issue
Block a user