Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 334 Bytes

Repro for Edge's iframe with sandbox="allow-scripts" bug

Intall and run

npm install
npm run serve

browse http://localhost:8000/

The problem

"Main" document adds some test cookie. Iframe initialized with sandbox="allow-scripts" attribute. Iframe makes XHR and main document's cookie is attached to request header.