Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers setting support when files match a regex #19

Closed
wants to merge 6 commits into from
Closed

Headers setting support when files match a regex #19

wants to merge 6 commits into from

Conversation

avaldi
Copy link

@avaldi avaldi commented Oct 12, 2014

Sometimes it might be useful being able to assign to a file a specific header to be returned by RackSpace when serving the file to the clients.

E.g. it is useful for font files that sometimes need to include an Access-Control-Allow-Origin: * header in order to be accessible cross-domain.

This PR tries to add to posthaste a functionality similar to the one provide by Django-cumulus headers (http://django-cumulus.readthedocs.org/en/latest/#headers).

@angstwad
Copy link
Contributor

Thanks for this pull request and your interest in our project.

Currently, we have some in-devel code in the working branch. At this time, we need to validate your code works with what exists in the working branch. Can you open a pull request against the working branch?

@angstwad angstwad closed this Oct 17, 2014
@avaldi
Copy link
Author

avaldi commented Oct 18, 2014

Sure, here it is #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants