Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-02 11:59:41 +0300
committerGitHub <noreply@github.com>2022-11-02 11:59:41 +0300
commitd8e16703bb8881cd76bd0b61cd5a08612f24f103 (patch)
treef0bee1ad5612d080303824e8240f5ca7366124f2
parentb236fc2f51ceba4ad80ded01212c4c7d44ff521d (diff)
parent6d395154a179a89b6dd6f2287b3137f54b3f3429 (diff)
Merge pull request #933 from nextcloud/fix/csp-github
Fix CSP when logging with github on chromium
-rw-r--r--nextcloudappstore/settings/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloudappstore/settings/base.py b/nextcloudappstore/settings/base.py
index 1bc54916da..19d157df4f 100644
--- a/nextcloudappstore/settings/base.py
+++ b/nextcloudappstore/settings/base.py
@@ -206,7 +206,7 @@ CSP_FONT_SRC = ('\'self\'',)
CSP_SCRIPT_SRC = ('\'self\'',)
CSP_CONNECT_SRC = ('\'self\'',)
CSP_STYLE_SRC = ('\'self\'',)
-CSP_FORM_ACTION = ('\'self\'',)
+CSP_FORM_ACTION = ('\'self\'', 'https://github.com',)
CSP_SIGNUP = {
'SCRIPT_SRC': ['https://google.com/recaptcha/',