diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-08-17 02:57:03 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2019-08-17 02:57:03 -0700 |
| commit | d98b838c88a9ea630f422f84d7e08eb83f3934f9 (patch) | |
| tree | 558015304fa06275a0ba89b5c9fdb742bedf5082 /src | |
| parent | 35b86d50c3d32360ec69800078928dff95f9ff46 (diff) | |
| download | pyramid-d98b838c88a9ea630f422f84d7e08eb83f3934f9.tar.gz pyramid-d98b838c88a9ea630f422f84d7e08eb83f3934f9.tar.bz2 pyramid-d98b838c88a9ea630f422f84d7e08eb83f3934f9.zip | |
Fix indentation for running doctests
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/csrf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 - <https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie>`_. + <https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie>`_. This gives some additional flexibility with regards to scaling as the tokens can be generated and verified by a front-end server. |
