Skip to content

Google safe-browsing flags unblocker as phishing #240

@pigxity

Description

@pigxity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions