From e7d7003225f14d60181eda2eaa321400e5f439ee Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:12:58 +0000 Subject: [PATCH] Detect wordpress sites, even if they're using amp (#2516) This can be tested [here](view-source:https://www.konbini.com/fr/entertainment-2/tommy-wiseau-rejoue-joker-cest-mauvais-the-room/amp/) --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index f96a478cc..a921c4f74 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10967,6 +10967,7 @@ ], "html": [ "]+wp-(?:content|includes)", + "]*class=[\"']amp-wp-", "]+s\\d+\\.wp\\.com" ], "icon": "WordPress.svg",