mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
423 B
JSON
14 lines
423 B
JSON
{
|
|
"name": "Access-Control-Allow-Methods",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Specifies the method or methods allowed when accessing a resource",
|
|
"website": "http://www.w3.org/TR/2008/WD-access-control-20080912/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[access-control-allow-methods]",
|
|
"regexp": "(?-mix:(.+))"
|
|
}
|
|
]
|
|
}
|