Flash cross-domain policies for Django sites
Project description
This application enables simple Flash cross-domain access policies for Django sites. For example, the following URL pattern is all you’d need to set up cross-domain access for Flash files served from your media server:
url(r'^crossdomain.xml$',
'flashpolicies.views.simple',
{'domains': ['media.yoursite.com']}),
Various other views are included, handling other common and not-so-common cases, as well as utilities for generating custom cross-domain policies.
Full documentation for all functionality is also included and available online.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-flashpolicies-1.3.tar.gz
(153.0 kB
view details)
File details
Details for the file django-flashpolicies-1.3.tar.gz.
File metadata
- Download URL: django-flashpolicies-1.3.tar.gz
- Upload date:
- Size: 153.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33513e45fcc9c5f3071ed02d801341e03f0d5d2872c61e6cb46c87d17383f38f
|
|
| MD5 |
481c4f07dbb7a0f9411eb3935a13f8d2
|
|
| BLAKE2b-256 |
0f1ee85bb4ffe2405a79584e4a47db15c6b17ec41204a3a8742b29d91446407a
|