Metadata-Version: 1.0
Name: more.forwarded
Version: 0.2
Summary: Forwarded header support for Morepath
Home-page: http://pypi.python.org/pypi/more.static
Author: Martijn Faassen
Author-email: faassen@startifact.com
License: BSD
Description: more.forwarded: Forwarded header support for Morepath
        =====================================================
        
        If you want to run Morepath_ behind a trusted proxy that sets the
        `Forwarded header`_, you can use ``more.forwarded`` to make Morepath
        generate URLs that take this header into account.
        
        **Note**: Only use this if you know you are behind a trusted proxy
        that indeed sets the Forwarded header, otherwise you expose your
        server to potential attacks.
        
        .. _Morepath: http://morepath.readthedocs.org
        
        .. _`Forwarded header`: http://tools.ietf.org/html/rfc7239
        
        CHANGES
        *******
        
        0.2 (2016-04-26)
        ================
        
        - Morepath 0.14 introduces a HOST_HEADER_PROTECTION tween that we
          should be used over. This stops the forwarded header from injecting
          incorrect Host headers.
        
        - Make tests work with Morepath 0.14 and later.
        
        0.1 (2014-11-25)
        ================
        
        - Initial public release.
        
Keywords: morepath forwarded
Platform: UNKNOWN
