jorgebastida / django-dajaxice

Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.
http://dajaxproject.com/
Other
401 stars 174 forks source link

content-type application/octet-stream Problem if nosniff active on webserver #143

Open attuch opened 9 years ago

attuch commented 9 years ago

If someone has "X-Content-Type-Options nosniff" active on webserver the content-type application/octet-stream returned from finders.py gives that kind of error:

Resource interpreted as Script but transferred with MIME type application/octet-stream