Skip to content

Commit a251e35

Browse files
committed
blank whitelist
1 parent b748316 commit a251e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/whitelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Incorrect: WHITELISTED_PAGES = ["/docs/getting-started/introduction/"]
1111
"""
1212

13-
WHITELISTED_PAGES = ["/"]
13+
WHITELISTED_PAGES = []
1414

1515

1616
def _check_whitelisted_path(path: str):

0 commit comments

Comments
 (0)