From 574b98aeb81f8590ce95ef4690e308867e3572bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20SERRE?= Date: Mon, 19 Sep 2022 08:04:29 +0200 Subject: [PATCH] Improve Polylang detection --- src/technologies/p.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index eaf384ac9..2a141cbca 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1892,12 +1892,18 @@ 87, 89 ], - "description": "Polylang is a WordPress plugin which allows you to create a bilingual or multilingual WordPress site.", + "description": "Polylang is a WordPress plugin which allows you to create multilingual WordPress site.", "dom": "img[src*='/wp-content/plugins/polylang/']", + "cookies": { + "pll_language": "" + }, + "headers": { + "x-redirected-by" : "(Polylang)(\\s[a-zA-Z]*)*" + }, "icon": "Polylang.svg", "oss": true, "requires": "WordPress", - "website": "https://github.com/polylang/polylang" + "website": "https://polylang.pro" }, "Polymer": { "cats": [ @@ -3118,4 +3124,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +}