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/)
main
jvoisin 6 years ago committed by Elbert Alias
parent f37623b30f
commit e7d7003225

@ -10967,6 +10967,7 @@
], ],
"html": [ "html": [
"<link rel=[\"']stylesheet[\"'] [^>]+wp-(?:content|includes)", "<link rel=[\"']stylesheet[\"'] [^>]+wp-(?:content|includes)",
"<div[^>]*class=[\"']amp-wp-",
"<link[^>]+s\\d+\\.wp\\.com" "<link[^>]+s\\d+\\.wp\\.com"
], ],
"icon": "WordPress.svg", "icon": "WordPress.svg",

Loading…
Cancel
Save