mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 18:29:28 +00:00
add chrome-extension to CORS_ALLOWED_ORIGIN
This commit is contained in:
@@ -146,7 +146,7 @@ LOGOUT_REDIRECT_URL = "/login/"
|
||||
|
||||
# Cors needed for browser extension
|
||||
# background.js makes the request so HTTP_ORIGIN will be from extension
|
||||
CORS_ALLOWED_ORIGIN_REGEXES = [r"moz-extension://*"]
|
||||
CORS_ALLOWED_ORIGIN_REGEXES = [r"moz-extension://*", r"chrome-extension://*"]
|
||||
|
||||
CORS_ALLOW_HEADERS = list(default_headers) + [
|
||||
"mode",
|
||||
|
||||
Reference in New Issue
Block a user