mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
425 B
JSON
14 lines
425 B
JSON
{
|
|
"name": "Strict-Transport-Security",
|
|
"author": "Andrew Horton",
|
|
"version": "0.1",
|
|
"description": "Strict-Transport-Security is an HTTP header that restricts a web browser from accessing a website without the security of the HTTPS protocol.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"search": "headers[Strict-Transport-Security]",
|
|
"regexp": "(?-mix:^(.*)$)"
|
|
}
|
|
]
|
|
}
|