summaryrefslogtreecommitdiffstats
path: root/build/integration/features/webdav-related.feature
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-12 12:37:32 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-12 12:37:32 +0200
commitbd37021587fcb8e56d3cf984cad6f1193ad64cdb (patch)
tree952a88691f515265315f8afceaf6ec119f328aa9 /build/integration/features/webdav-related.feature
parentaf42ca20252b166bec2da34970137ec790a18328 (diff)
downloadnextcloud-server-bd37021587fcb8e56d3cf984cad6f1193ad64cdb.tar.gz
nextcloud-server-bd37021587fcb8e56d3cf984cad6f1193ad64cdb.zip
Fix casing of same origin frame option
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration/features/webdav-related.feature')
-rw-r--r--build/integration/features/webdav-related.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 775bf2ca882..6aee59036d3 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -243,7 +243,7 @@ Feature: webdav-related
|Content-Security-Policy|default-src 'none';|
|X-Content-Type-Options |nosniff|
|X-Download-Options|noopen|
- |X-Frame-Options|Sameorigin|
+ |X-Frame-Options|SAMEORIGIN|
|X-Permitted-Cross-Domain-Policies|none|
|X-Robots-Tag|none|
|X-XSS-Protection|1; mode=block|