mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
693 B
JSON
25 lines
693 B
JSON
{
|
|
"name": "crossdomain_xml",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "This plugin extracts allowed domain from crossdomain.xml",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"text": "<cross-domain-policy>",
|
|
"url": "crossdomain.xml"
|
|
},
|
|
{
|
|
"text": "<site-control permitted-cross-domain-policies=\"none\"/>",
|
|
"string": "none",
|
|
"module": "Permit",
|
|
"url": "crossdomain.xml"
|
|
},
|
|
{
|
|
"module": "Allow",
|
|
"url": "crossdomain.xml",
|
|
"regexp": "(?-mix:<allow-access-from domain=\"([^\"]+)\")"
|
|
}
|
|
]
|
|
}
|