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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-11-17 18:19:03 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-12-02 00:23:13 +0300
commit3fb850940f0bd6337cef4b3712d34a288ea90820 (patch)
treee9cf2e13eaef4065aaaa1ad7e25a8f34823eb848 /build
parent86da5013c802694d827ff0cb0880643b36aa23ab (diff)
Set frame-ancestors to none if none are filled
frame-ancestors doesn't fall back to default-src. So when we apply a very restricted CSP we should make sure to set it to 'none' and not leave it empty. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/integration/sharing_features/sharing-v1.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/sharing_features/sharing-v1.feature b/build/integration/sharing_features/sharing-v1.feature
index b5b4f5341af..00a754d54d3 100644
--- a/build/integration/sharing_features/sharing-v1.feature
+++ b/build/integration/sharing_features/sharing-v1.feature
@@ -14,7 +14,7 @@ Feature: sharing
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And The following headers should be set
- | Content-Security-Policy | default-src 'none';base-uri 'none';manifest-src 'self' |
+ | Content-Security-Policy | default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none' |
Scenario: Creating a share with a group
Given user "user0" exists