Skip to content

Commit 0ef36a4

Browse files
authored
Merge branch 'main' into Xe/doc-disabling-jit
Signed-off-by: Xe Iaso <xe.iaso@techaro.lol>
2 parents b5dadc0 + 24857f4 commit 0ef36a4

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ FFXIV
3232
uvensys
3333
de
3434
resourced
35+
envoyproxy
36+
unipromos

data/crawlers/_allow-good.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
- import: (data)/crawlers/marginalia.yaml
99
- import: (data)/crawlers/mojeekbot.yaml
1010
- import: (data)/crawlers/commoncrawl.yaml
11+
- import: (data)/crawlers/wikimedia-citoid.yaml
1112
- import: (data)/crawlers/yandexbot.yaml
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Wikimedia Foundation citation services
2+
# https://www.mediawiki.org/wiki/Citoid
3+
4+
- name: wikimedia-citoid
5+
user_agent_regex: "Citoid/WMF"
6+
action: ALLOW
7+
remote_addresses: [
8+
"208.80.152.0/22",
9+
"2620:0:860::/46",
10+
]
11+
12+
- name: wikimedia-zotero-translation-server
13+
user_agent_regex: "ZoteroTranslationServer/WMF"
14+
action: ALLOW
15+
remote_addresses: [
16+
"208.80.152.0/22",
17+
"2620:0:860::/46",
18+
]

0 commit comments

Comments
 (0)