aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-12-07 11:16:54 -0700
committerJordan <me@jordan.im>2021-12-07 11:16:54 -0700
commitb568ef409e0f284e5f5d1e746499a34238960990 (patch)
tree1089b2c1829bc33083811ed73516b7f2377e6304
parente4e052cf2709835217a748db7674bb6b45d0a8cf (diff)
downloadkeep-b568ef409e0f284e5f5d1e746499a34238960990.tar.gz
keep-b568ef409e0f284e5f5d1e746499a34238960990.zip
config: escape regexp set
-rw-r--r--keep.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/keep.json b/keep.json
index ea66b37..71caf3f 100644
--- a/keep.json
+++ b/keep.json
@@ -2,15 +2,15 @@
"token":"YXiHglqrSrEXRSIX83PhbPxskICaEOFTiUo757i57o1ffk67Zgb2qORhLq1",
"verbose":false
"ignore": [
- "^https?://(www\.)?reddit\.com/gallery",
- "^https?://([^/]*\.)?discordapp\.[^/]+/",
- "^https?://([^/]*\.)?discord\.[^/]+/",
- "^https?://([^/]*\.)?tenor\.[^/]+/",
- "^https?://([^/]*\.)?archive\.org/",
- "^https?://([^/]*\.)?reddit\.com/gallery`",
- "^https?://([^/]*\.)?youtu\.be/",
- "^https?://([^/]*\.)?spotify\.com/",
- "^https?://(www\.)?youtube\.com/",
- "^https?://([^/]*\.)?redd\.it/"
+ "^https?://(www\\.)?reddit\\.com/gallery",
+ "^https?://([^/]*\\.)?discordapp\\.[^/]+/",
+ "^https?://([^/]*\\.)?discord\\.[^/]+/",
+ "^https?://([^/]*\\.)?tenor\\.[^/]+/",
+ "^https?://([^/]*\\.)?archive\\.org/",
+ "^https?://([^/]*\\.)?reddit\\.com/gallery",
+ "^https?://([^/]*\\.)?youtu\\.be/",
+ "^https?://([^/]*\\.)?spotify\\.com/",
+ "^https?://(www\\.)?youtube\\.com/",
+ "^https?://([^/]*\\.)?redd\\.it/"
]
}