You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sakshampathak1508 - we'd be happy to get your contribution. The place to make this change would be in the base.py module in kolibri/deployment/default/settings.
Please branch from the release-v0.15.x branch and target that branch with the pull request.
Observed behavior
Currently clients can MIME sniff content rather than deferring to the declared MIME type.
Expected behavior
Clients should not be able to MIME sniff content, can set this response header with this setting: https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-SECURE_CONTENT_TYPE_NOSNIFF
The text was updated successfully, but these errors were encountered: