mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
504 B
JSON
18 lines
504 B
JSON
{
|
|
"name": "Content-Security-Policy",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Content Security Policy (CSP) - More Info: https://en.wikipedia.org/wiki/Content_Security_Policy",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-content-security-policy]",
|
|
"regexp": "(?-mix:^(.*)$)"
|
|
},
|
|
{
|
|
"search": "headers[x-webkit-csp]",
|
|
"regexp": "(?-mix:^(.*)$)"
|
|
}
|
|
]
|
|
}
|