-
Notifications
You must be signed in to change notification settings - Fork 235
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
Updated for protection against MIME & XSS based attacks #450
base: master
Are you sure you want to change the base?
Conversation
@yashdusing can you use the methods listed in #459 to verify the changes you made for HTTP Headers works and mention the results here. |
It shows up as unprotected (the same as shown in #459). Although I do have a doubt. 0.0.0.0:8000 is the home page site which has no headers on it. The headers are added to the ajax calls made to import/export or other apps so isn’t it supposed to show up not protected ?(unless we somehow added XSS protection to home page) |
So 0.0.0.0:8000/layer_parameter also is shown as unprotected 😓. I will have to figure out why |
5117147
to
9ec3aeb
Compare
Updated headers to ajax call for protection against MIME and XSS based attacks