Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!7304
Draft: Replace X-Frame-Ancestors with Content-Security-Policy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Replace X-Frame-Ancestors with Content-Security-Policy
issue/drupal-2513356:2513356-csp-in-core
into
11.x
Overview
10
Commits
2
Pipelines
10
Changes
6
3 unresolved threads
Hide all comments
Open
Geoff Appleby
requested to merge
issue/drupal-2513356:2513356-csp-in-core
into
11.x
1 year ago
Overview
10
Commits
2
Pipelines
10
Changes
6
3 unresolved threads
Hide all comments
Expand
Closes
#2513356
0
0
Merge request reports
Compare
11.x
version 9
d763e8e1
8 months ago
version 8
fda3fe66
1 year ago
version 7
86f24f42
1 year ago
version 6
cda9dd54
1 year ago
version 5
fb0143bb
1 year ago
version 4
22932605
1 year ago
version 3
4962616b
1 year ago
version 2
d7041528
1 year ago
version 1
449c4209
1 year ago
11.x (HEAD)
and
latest version
latest version
660d0624
2 commits,
8 months ago
version 9
d763e8e1
1 commit,
8 months ago
version 8
fda3fe66
7 commits,
1 year ago
version 7
86f24f42
6 commits,
1 year ago
version 6
cda9dd54
4 commits,
1 year ago
version 5
fb0143bb
3 commits,
1 year ago
version 4
22932605
2 commits,
1 year ago
version 3
4962616b
2 commits,
1 year ago
version 2
d7041528
1 commit,
1 year ago
version 1
449c4209
1 commit,
1 year ago
6 files
+
229
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
core/assets/scaffold/files/default.services.yml
+
4
−
0
Options
@@ -171,6 +171,10 @@ parameters:
# environments.
# @default false
http.response.debug_cacheability_headers
:
false
# Content Security Policy.
http.response.content_security_policy
:
report_only
:
'
'
enforced
:
'
'
factory.keyvalue
:
{}
# Default key/value storage service to use.
# @default keyvalue.database
Loading