Skip to main content

Django P3P makes it easier to set P3P HTTP headers to prevent session loss.

Project description

https://travis-ci.org/jjanssen/django-p3p.svg?branch=develop https://img.shields.io/pypi/v/django-p3p.svg https://img.shields.io/pypi/dm/django-p3p.svg https://img.shields.io/badge/wheel-yes-green.svg https://img.shields.io/pypi/l/django-p3p.svg https://img.shields.io/pypi/pyversions/Django.svg https://coveralls.io/repos/jjanssen/django-p3p/badge.svg?branch=develop

About Django P3P

If your webpage uses sessions you willl lose your session in Internet Explorer when your page gets embedded into in iFrame. This problem can be solved by setting application specific P3P headers.

Django P3P is an application which makes it easier to set those specific headers for your Django application. You can use an editor like IBM’s P3P Policy Editor to configure your website policy to its needs.

Requirements

Django 1.8.x or greater, Python 2.7 or greater.

Installation

Install django-p3p with pip:

$ pip install django-p3p

Configuration

Configuring django-p3p

Add the following to your settings file:

  • Add p3p to INSTALLED_APPS

  • Add p3p.middleware.P3PMiddleware to MIDDLEWARE_CLASSES

URL Configuration

You need to include the p3p.urls urlpatterns in your root url configuration, for e.g.:

(r'^w3c/', include('p3p.urls', namespace='p3p')),
...
(r'^admin/', include(admin.site.urls)),

Overriding templates

You need to override at least 2 templates to configure your project specific HTTP headers and policy:

  • templates/p3p/headers.txt

Contains the actual HTTP headers which are sent to the browser. For e.g.: CP="NOI CURa ADMa DEVa TAIa CONa OUR DELa BUS IND PHY ONL UNI PUR COM NAV DEM STA"

  • templates/p3p/policy.p3p

Contains the policy as required for the application. You can generate one by using the IBM P3P Policy Editor.

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

django-p3p-1.2.0.tar.gz (10.0 kB view details)

Uploaded Source

File details

Details for the file django-p3p-1.2.0.tar.gz.

File metadata

  • Download URL: django-p3p-1.2.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-p3p-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a50edc00c3e32a723aa52a8ed6cc821ab00cefb705a39f38b9acfeab2ebf738c
MD5 b21a0aaac30b946205b590af9879a5ae
BLAKE2b-256 b7cfa6e00f42546029dbe8057da65e561e9972a41c31162fe9351af05d36eb18

See more details on using hashes here.

Supported by

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