Skip to content

Commit

Permalink
Update test_new.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitinnagpal1989 committed Oct 25, 2017
1 parent 0f859b7 commit 7edc302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_new.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
testing the code!!!!!!!
testing the code!!!!

1 comment on commit 7edc302

@robocop
Copy link

@robocop robocop bot commented on 7edc302 Oct 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[{"name":"Web Browser XSS Protection Not Enabled","description":"Web Browser XSS Protection is not enabled, or is disabled by the configuration of the 'X-XSS-Protection' HTTP response header on the web server","solution":"Ensure that the web browser's XSS filter is enabled, by setting the X-XSS-Protection HTTP response header to '1'."},{"name":"X-Content-Type-Options Header Missing","description":"The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.","solution":"Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages. If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing."},{"name":"X-Frame-Options Header Not Set","description":"X-Frame-Options header is not included in the HTTP response to protect against 'ClickJacking' attacks.","solution":"Most modern Web browsers support the X-Frame-Options HTTP header. Ensure it's set on all web pages returned by your site (if you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. ALLOW-FROM allows specific websites to frame the web page in supported web browsers)."}]

Please sign in to comment.