mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
13 lines
567 B
JSON
13 lines
567 B
JSON
{
|
|
"name": "Mark-of-the-Web",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "The MOTW is a comment added to the HTML markup for a Web page. When a user opens the Web page from their local machine, Internet Explorer references this comment to determine the security zone in which it should run the page.",
|
|
"website": "http://msdn.microsoft.com/en-us/library/ms537628%28v=vs.85%29.aspx",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<!-- saved from url=\\([\\d]+\\)([^>]+) -->[\\r\\n])"
|
|
}
|
|
]
|
|
}
|