Skip to content

Commit

Permalink
Documentation for strict_cookies option
Browse files Browse the repository at this point in the history
  • Loading branch information
acordiner authored and brianmay committed May 28, 2018
1 parent 5ce645a commit 5162a4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/proxyview.rst
Expand Up @@ -69,6 +69,12 @@ This document covers the views provided by ``revproxy.views`` and all it's publi
(r'^/foo/(.*)$', r'/bar\1'),
)

.. attribute:: strict_cookies

Whether to only accept RFC-compliant cookies. If set to ``True``,
any cookies received from the upstream server that do not conform to
the RFC will be dropped.

**Methods**

.. automethod:: revproxy.views.ProxyView.get_request_headers
Expand Down

0 comments on commit 5162a4e

Please sign in to comment.