From d98b838c88a9ea630f422f84d7e08eb83f3934f9 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 17 Aug 2019 02:57:03 -0700 Subject: Fix indentation for running doctests --- src/pyramid/csrf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyramid/csrf.py b/src/pyramid/csrf.py index 9cd393376..deb35fedb 100644 --- a/src/pyramid/csrf.py +++ b/src/pyramid/csrf.py @@ -98,7 +98,7 @@ 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 regards to scaling as the tokens can be generated and verified by a front-end server. -- cgit v1.2.3