mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
release v2.3.8
This commit is contained in:
@@ -63,7 +63,7 @@ class secMiddleware:
|
|||||||
# if os.path.exists(ProcessUtilities.debugPath):
|
# if os.path.exists(ProcessUtilities.debugPath):
|
||||||
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')
|
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')
|
||||||
|
|
||||||
if request.method == 'POST':
|
if request.method == 'POST' or request.method == 'OPTIONS':
|
||||||
try:
|
try:
|
||||||
|
|
||||||
# logging.writeToFile(request.body)
|
# logging.writeToFile(request.body)
|
||||||
|
|||||||
Reference in New Issue
Block a user