Cross Site Leaks (XS-Leaks) #273

Closed
opened 2024-11-23 11:47:56 +00:00 by tim · 1 comment
Owner

Cross-site leaks Cheat

This Attack aims to gather information from a user by e.g. embedding the site in an iframe and then try to extract information.

[Cross-site leaks Cheat](https://cheatsheetseries.owasp.org/cheatsheets/XS_Leaks_Cheat_Sheet.html) This Attack aims to gather information from a user by e.g. embedding the site in an iframe and then try to extract information.
tim added this to the security milestone 2024-11-23 11:47:56 +00:00
Author
Owner

I'm using "SameSite" for the authentication Cookie

  • Using "SameSite" for cookies
  • disable frame-ancestors
  • filter sec-fetch-site
  • corp header
  • coop header
I'm using "SameSite" for the authentication Cookie - [x] Using "SameSite" for cookies - [x] disable frame-ancestors - [x] filter sec-fetch-site - [x] corp header - [x] coop header
tim closed this issue 2024-11-23 20:35:02 +00:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: x/web-app-template#273