FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

[Bug] Pasted and detected

Open RealPacket opened this issue 1 year ago • 0 comments

Body

This isn't just for FastForward, it works for any other link bypasser that redirects from anything other than the page.

if (request.headers.Origin != "expected URL here")
   // detected

To fix this, you could either disable the "almost there"/"intermediate page" or redirect back to the origin page and then redirect to the destination. What I'd do is override the document and write the HTML for the page into the site.

Version

Manifest-v3

What browser(s) are you seeing the problem on?

Firefox browsers

What platform are you seeing the problem on?

Computer (Windows, Linux, MacOS)

Anything else?

No response

RealPacket avatar Dec 02 '23 19:12 RealPacket