From 35b86d50c3d32360ec69800078928dff95f9ff46 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 17 Aug 2019 02:44:45 -0700 Subject: run linkcheck, fix redirects, change busted links to inline literals --- src/pyramid/csrf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pyramid/csrf.py b/src/pyramid/csrf.py index 26c628acc..9cd393376 100644 --- a/src/pyramid/csrf.py +++ b/src/pyramid/csrf.py @@ -97,9 +97,9 @@ class SessionCSRFStoragePolicy(object): class CookieCSRFStoragePolicy(object): """ An alternative CSRF implementation that stores its information in unauthenticated cookies, known as the 'Double Submit Cookie' method in the - `OWASP CSRF guidelines `_. This gives some additional flexibility with + `OWASP CSRF guidelines + `_. + This gives some additional flexibility with regards to scaling as the tokens can be generated and verified by a front-end server. -- cgit v1.2.3