Skip to content

Instantly share code, notes, and snippets.

@andydavies
Created December 9, 2015 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andydavies/2a82839e30bff61dcffb to your computer and use it in GitHub Desktop.
Save andydavies/2a82839e30bff61dcffb to your computer and use it in GitHub Desktop.
Bookmarklet for securityheaders.io
Save this script as a bookmark, then use it to test the current page
javascript:(function(){hostname=document.location.hostname;window.open('https://securityheaders.io/?q=' + hostname);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment