Files
OneForAll-mirror/data/rules/whatweb/wpml.json
T
2020-07-29 00:02:06 +08:00

15 lines
447 B
JSON

{
"name": "WPML-Plugin",
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The WordPress Multilingual Plugin enables multilingual websites",
"website": "https://wpml.org/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:_icl_current_language)",
"name": "_icl_current_language cookie"
}
]
}