Skip to main content

HTTP Strict Transport Security for a Pyramid application.

Project description

Enforce [HTTP Strict Transport Security][] for a [Pyramid][] web application.

### Features

  • adds a Strict-Transport-Security header to every response

  • redirects requests with an insecure protocol to the corresponding secure protocol, i.e.: from http://… to https://…

  • ensures urls generated by request.*_url methods (e.g.: request.route_url) use a secure protocol

### Usage

To use, pip install pyramid_hsts / add pyramid_hsts to your requirements.txt and then [include][] the package:

config.include(‘pyramid_hsts’)

### Configuration

If you’re running behind a frontend that proxies secure requests to your app on an insecure protocol (e.g.: on Heroku or a common Nginx setup) then it is common practice for the frontend to set a header indicating the original prototcol. To read this, you need to [specify][] the name of the protocol_header:

# must be specified if behind proxy hsts.protocol_header=X-Forwarded-Proto

You can also specify the max_age of and whether to include_subdomains in your HSTS header, e.g.:

# defaults to 8640000 hsts.max_age=4320000

# defaults to true hsts.include_subdomains=false

[HTTP Strict Transport Security]: http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security [Pyramid]: http://pypi.python.org/pypi/pyramid [include]: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/config.html#pyramid.config.Configurator.include [specify]: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html#adding-a-custom-setting

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_hsts-1.1.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file pyramid_hsts-1.1.tar.gz.

File metadata

  • Download URL: pyramid_hsts-1.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyramid_hsts-1.1.tar.gz
Algorithm Hash digest
SHA256 b5822f607e03d6c60162825e71df66881ac2dfa5588bf402e9348efd7da782f9
MD5 1d1fdb75c12dace8ba428bb5fa439228
BLAKE2b-256 8f844a2932f56fab473f4a3d7a9b8862de8b0edb956d1953e8ac402ecfaf5590

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page