-
- Downloads
Merge branch 'sh-support-csp-nonce' into 'master'
Add support for Content-Security-Policy Closes #65330 See merge request gitlab-org/gitlab-ce!31402
No related branches found
No related tags found
Showing
- app/assets/javascripts/lib/utils/common_utils.js 6 additions, 1 deletionapp/assets/javascripts/lib/utils/common_utils.js
- app/views/layouts/_google_analytics.html.haml 10 additions, 10 deletionsapp/views/layouts/_google_analytics.html.haml
- app/views/layouts/_head.html.haml 2 additions, 1 deletionapp/views/layouts/_head.html.haml
- app/views/layouts/_init_auto_complete.html.haml 5 additions, 5 deletionsapp/views/layouts/_init_auto_complete.html.haml
- app/views/layouts/_init_client_detection_flags.html.haml 4 additions, 4 deletionsapp/views/layouts/_init_client_detection_flags.html.haml
- app/views/layouts/_piwik.html.haml 14 additions, 14 deletionsapp/views/layouts/_piwik.html.haml
- app/views/layouts/errors.html.haml 8 additions, 8 deletionsapp/views/layouts/errors.html.haml
- app/views/layouts/group.html.haml 3 additions, 3 deletionsapp/views/layouts/group.html.haml
- app/views/layouts/project.html.haml 3 additions, 3 deletionsapp/views/layouts/project.html.haml
- app/views/layouts/snippets.html.haml 3 additions, 3 deletionsapp/views/layouts/snippets.html.haml
- app/views/projects/merge_requests/show.html.haml 6 additions, 6 deletionsapp/views/projects/merge_requests/show.html.haml
- changelogs/unreleased/sh-support-csp-nonce.yml 5 additions, 0 deletionschangelogs/unreleased/sh-support-csp-nonce.yml
- config/gitlab.yml.example 23 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 1 addition, 0 deletionsconfig/initializers/1_settings.rb
- config/initializers/content_security_policy.rb 15 additions, 0 deletionsconfig/initializers/content_security_policy.rb
- lib/gitlab/content_security_policy/config_loader.rb 43 additions, 0 deletionslib/gitlab/content_security_policy/config_loader.rb
- spec/lib/gitlab/content_security_policy/config_loader_spec.rb 59 additions, 0 deletions.../lib/gitlab/content_security_policy/config_loader_spec.rb
Please register or sign in to comment