We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba65d7 commit f75f28dCopy full SHA for f75f28d
pcweb/whitelist.py
@@ -10,7 +10,7 @@
10
- Incorrect: WHITELISTED_PAGES = ["/docs/getting-started/introduction/"]
11
"""
12
13
-WHITELISTED_PAGES = ["/docs/getting-started/introduction"]
+WHITELISTED_PAGES = []
14
15
16
def _check_whitelisted_path(path: str):
0 commit comments