Hack to hide browser cookies #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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.