Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google safe-browsing flags unblocker as phishing #240

Open
p1gyy opened this issue Dec 1, 2023 · 0 comments
Open

Google safe-browsing flags unblocker as phishing #240

p1gyy opened this issue Dec 1, 2023 · 0 comments

Comments

@p1gyy
Copy link

p1gyy commented Dec 1, 2023

I hosted a proxy using this module and it instantly got my server flagged. Seems like it might be because google's little ai robots or something think its a fake website impersonating the real one, while in reality it is just a proxy.

It might also be because i'm modifying the headers to allow iframe embeds with custom middleware. Could this be the case?
(see below for code)

function removeXFrame(data) {
if (data.headers) {
if (data.headers['x-frame-options']) {
delete data.headers['x-frame-options']
}
}
}

Could this be prevented in some way? (I know you can report safe-browsing inaccuracies to google, but I don't want it getting instantly flagged again)

Thank you,
-piggy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant