Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/investigate-x-frame-options
Investigate X-Frame-Options HTTP header.
https://github.com/kjirou/investigate-x-frame-options
Last synced: 12 days ago
JSON representation
Investigate X-Frame-Options HTTP header.
- Host: GitHub
- URL: https://github.com/kjirou/investigate-x-frame-options
- Owner: kjirou
- License: mit
- Created: 2020-12-27T03:02:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T07:36:30.000Z (about 3 years ago)
- Last Synced: 2023-03-30T12:32:33.811Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# investigate-X-Frame-Options
Investigate X-Frame-Options HTTP header.## Verification Procedure
Install this application.
```bash
git clone [email protected]:kjirou/investigate-X-Frame-Options.git
cd ./investigate-X-Frame-Options
npm install
```Execute this command.
```bash
node ./server.js 3000 3001
```Browse http://localhost:3000 and http://localhost:3001 on your browser.