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 b748316 commit a251e35Copy full SHA for a251e35
pcweb/whitelist.py
@@ -10,7 +10,7 @@
10
- Incorrect: WHITELISTED_PAGES = ["/docs/getting-started/introduction/"]
11
"""
12
13
-WHITELISTED_PAGES = ["/"]
+WHITELISTED_PAGES = []
14
15
16
def _check_whitelisted_path(path: str):
0 commit comments