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
After a security workshop I learn some tools that I used to scan data.gov.ro. We should add the following flags to nginx:
+ The anti-clickjacking X-Frame-Options header is not present.
+ The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS
+ The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type
The text was updated successfully, but these errors were encountered:
After a security workshop I learn some tools that I used to scan data.gov.ro. We should add the following flags to nginx:
The text was updated successfully, but these errors were encountered: