From 14a656186dcaf5ceb6179dfae58d0f243aebcec9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 9 Nov 2016 13:15:06 -0600 Subject: [PATCH] Polish Referrer Header Policy Docs Previously, the Referrer Header Policy was accidentally placed within the CSP section. Move Referrer Header Polich outside of the CSP section. Issue gh-4110 --- docs/manual/src/docs/asciidoc/index.adoc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index c9b81a607d..e9f61e973f 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -4354,6 +4354,18 @@ protected void configure(HttpSecurity http) throws Exception { } ---- +[[headers-csp-links]] +===== Additional Resources + +Applying Content Security Policy to a web application is often a non-trivial undertaking. +The following resources may provide further assistance in developing effective security policies for your site. + +http://www.html5rocks.com/en/tutorials/security/content-security-policy/[An Introduction to Content Security Policy] + +https://developer.mozilla.org/en-US/docs/Web/Security/CSP[CSP Guide - Mozilla Developer Network] + +https://www.w3.org/TR/CSP2/[W3C Candidate Recommendation] + [[headers-referrer]] ==== Referrer Policy @@ -4405,17 +4417,6 @@ protected void configure(HttpSecurity http) throws Exception { } ---- -[[headers-csp-links]] -===== Additional Resources - -Applying Content Security Policy to a web application is often a non-trivial undertaking. -The following resources may provide further assistance in developing effective security policies for your site. - -http://www.html5rocks.com/en/tutorials/security/content-security-policy/[An Introduction to Content Security Policy] - -https://developer.mozilla.org/en-US/docs/Web/Security/CSP[CSP Guide - Mozilla Developer Network] - -https://www.w3.org/TR/CSP2/[W3C Candidate Recommendation] [[headers-custom]] === Custom Headers