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 3d79fcc commit 1f8c12eCopy full SHA for 1f8c12e
src/moin/app.py
@@ -317,7 +317,7 @@ def before_wiki():
317
"""
318
Setup environment for wiki requests, start timers.
319
320
- if request and (is_static_content(request.path) or request.path == "+cspreport/log"):
+ if request and (is_static_content(request.path) or request.path == "/+cspreport/log"):
321
logging.debug(f"skipping before_wiki for {request.path}")
322
return
323
0 commit comments