Hack to hide browser cookies #7
Labels
No Label
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Probability
High
Probability
Low
Probability
Medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mirzaev/thoughts#7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check out a hack that allows to hide browser cookies at random addresses
If the browser allows you to use "SameSite" and third-party "Path" then simply assign cookies without opening the page
Most likely, it is not possible to assign cookies to third-party sites using this method.
Currently, browsers is block creation of background windows by default (exists a tricks to enable this).
Check the ability to call fetch() in JavaScript on a third-party document and send a header with a cookie.
Check that cookies cannot be detected on the target page.
Most likely, all this will not work on third-party documents, but maybe can use it inside inner site pages to hide cookies from potential hackers.