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.1.tar.gz
(108.6 kB
view details)
File details
Details for the file django-flashpolicies-1.3.1.tar.gz.
File metadata
- Download URL: django-flashpolicies-1.3.1.tar.gz
- Upload date:
- Size: 108.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04872285bf710a21d95cd265793f43a002e5bcddea66e5dd0384324580e5dbe4
|
|
| MD5 |
6b8c591484826d045b34ba8c3b05646c
|
|
| BLAKE2b-256 |
f939932bab16051b44d17b3f7523c6a8b01acab59e55d79aa5240f6c7352089c
|