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