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 Distributions
django-flashpolicies-1.6.tar.gz
(19.4 kB
view details)
File details
Details for the file django-flashpolicies-1.6.tar.gz.
File metadata
- Download URL: django-flashpolicies-1.6.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f85096dffb19a0a4a65214355d89da1c942ef26717f7bfd7d8c4e72e6bfc51
|
|
| MD5 |
c929dff8a054169cbff12baec6632915
|
|
| BLAKE2b-256 |
e511dc1a506cf078c18738ac6fc65fff635afa40e3da929ceb1ce10ac5f02f50
|
File details
Details for the file django-flashpolicies-1.6.1.tar.gz.
File metadata
- Download URL: django-flashpolicies-1.6.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8025a8c33e0985ae0a44fd2260ab086fb31d7516264a1208ba5c0b3cbed70a8
|
|
| MD5 |
f19edaf0a6bea532eca39779da2cb40f
|
|
| BLAKE2b-256 |
f683ed557a7bac0163a09bfe6ee7d03a0958f8043f1c7527a05accf4d5f61752
|