UNPKG

x-frame-test

Version:

cli tool to check if a url can be opened in an iframe

12 lines (6 loc) 275 B
## View in iFrame tool Very simple cli tool to check if a url can be viewed in a iFrame by checking the X-FRAME-OPTIONS How to use: ```npm install -g x-frame-test``` ```xFrameTest http://www.google.com``` Note: Url must be fully qualified (includes http:// or https://)