Created
September 13, 2016 12:51
-
-
Save april/2efa86c1f17c6b4068cd51008c425c40 to your computer and use it in GitHub Desktop.
XFO in Alexa Top 1M as of April 2016
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http_observatory=# select result, count(result) from tests where name='x-frame-options' group by result; | |
result | count | |
-------------------------------------+-------- | |
x-frame-options-not-implemented | 887643 | |
x-frame-options-sameorigin-or-deny | 66073 | |
x-frame-options-implemented-via-csp | 916 | |
x-frame-options-header-invalid | 3463 | |
x-frame-options-allow-from-origin | 312 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment