Skip to content

Instantly share code, notes, and snippets.

@april
Created September 13, 2016 12:51
Show Gist options
  • Save april/2efa86c1f17c6b4068cd51008c425c40 to your computer and use it in GitHub Desktop.
Save april/2efa86c1f17c6b4068cd51008c425c40 to your computer and use it in GitHub Desktop.
XFO in Alexa Top 1M as of April 2016
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