aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2021-02-24 10:41:33 +0000
committerGitHub <noreply@github.com>2021-02-24 10:41:33 +0000
commitf9a3f34258d7d0ed28cfb6b672ff3794b3f379be (patch)
tree52a8ea4d8eca06c1a0f6bd037742ee23204fdb20
parent3cb20d0ddfa0c087f1e2d6f9346efea258de0a01 (diff)
Update de-mobilizer rule
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 779dcdf..dc66af2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## Examples
### De-mobilizer
- Example URL: `https://en.m.wikipedia.org/`
-- Include pattern: `^(https?://)(.*\.)m(?:obile)?\.(.*)`
+- Include pattern: `^(https?://)([a-z0-9-]*\.)m(?:obile)?\.(.*)`
- Redirect to: `$1$2$3`
- Pattern type: Regular Expression
- Description: always show the desktop site of a webpage