Skip to content

Commit bf99e07

Browse files
committed
ignore slack links
1 parent 1a43507 commit bf99e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
r"https://(www\.)?(twitter|x|facebook|buffer|nytimes)\.com.*", # crawling/DDoS protection
147147
r"https://cz\.pycon\.org/\d+/.+", # see https://pyvec.slack.com/archives/C4PPZNPDK/p1617716799001200
148148
r"https://github\.com/[^/]+/[^/]+/commits/.+", # GitHub aggressively rate-limits these
149+
r"https://pyvec\.slack\.com", # Slack is not public
149150
]
150151

151152

0 commit comments

Comments
 (0)