x-frame-test

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

Usage no npm install needed!

<script type="module">
  import xFrameTest from 'https://cdn.skypack.dev/x-frame-test';
</script>

README

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://)