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

Wrong content-type causing form issues #1231

Open
matildastevenson opened this issue Nov 22, 2019 · 3 comments
Open

Wrong content-type causing form issues #1231

matildastevenson opened this issue Nov 22, 2019 · 3 comments

Comments

@matildastevenson
Copy link

Same issues as here: AtlasOfLivingAustralia/logger-service#19

X-Content-Type-Options: nosniff has been temporarily removed so forms are not impacted but this needs an actual fix

@temi
Copy link
Contributor

temi commented Nov 22, 2019

Ecodata-client-plugin's getScripts controller action is returning Content-type:text/html.

@patkyn
Copy link
Contributor

patkyn commented Nov 22, 2019

biocollect nginx has got nosniff turned on.

This is the commit in grails 3.3.10 branch
AtlasOfLivingAustralia/ecodata-client-plugin@b002bc4

@ansell
Copy link

ansell commented Nov 22, 2019

I turned the nosniff header off. After this is fixed and verified with the nosniff header turned on in a test instance we can turn it back on in production.

temi added a commit to AtlasOfLivingAustralia/ecodata-client-plugin that referenced this issue Nov 26, 2019
- added components and templates
- added functional and unit tests for existing components

AtlasOfLivingAustralia/biocollect#1231
- fixed content type for script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants