alexcambose / x-frame-options

x-frame-options bypass

Home Page:https://medium.com/@alexcambose/bypassing-x-frame-options-4934dd852618

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x-frame-options

x-frame-options bypass

Installation

npm install

Usage

npm run start

instead of using iframe source with the actual link of the website:

<iframe src="https://example.com/"></iframe>

use

<iframe src="http://localhost:3000?url=https://example.com/"></iframe>

Demo

live demo


nodejs

stackoverflow

github