mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "PrestaShop",
|
||||
"author": "Chris@NetAgence.com, Bhavin Senjaliya <bhavin.senjaliya@gmail.com>",
|
||||
"version": "0.2",
|
||||
"description": "Ecommerce CMS Prestashop.",
|
||||
"website": "http://www.prestashop.com/",
|
||||
"matches": [
|
||||
{
|
||||
"name": "PrestaShop-powered meta generator",
|
||||
"regexp": "(?-mix:<meta name=\"generator\"[^>]*content=\"PrestaShop)"
|
||||
},
|
||||
{
|
||||
"string": "FR",
|
||||
"name": "PrestaShop-Powered meta description",
|
||||
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"par PrestaShop)"
|
||||
},
|
||||
{
|
||||
"string": "EN",
|
||||
"name": "PrestaShop-Powered meta description",
|
||||
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"Shop powered by PrestaShop)"
|
||||
},
|
||||
{
|
||||
"name": "html comment",
|
||||
"regexp": "(?-mix:<!-- \\/Block permanent links module HEADER -->)"
|
||||
},
|
||||
{
|
||||
"search": "headers[set-cookie]",
|
||||
"regexp": "(?-mix:PrestaShop)",
|
||||
"name": "PrestaShop cookie"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user