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

SafeSites URL filter - query filter? #114

Open
sorentorp opened this issue Dec 7, 2021 · 0 comments
Open

SafeSites URL filter - query filter? #114

sorentorp opened this issue Dec 7, 2021 · 0 comments

Comments

@sorentorp
Copy link

Hi Google

I'm trying to find out what websites are a part of your solution for GWfE domains - namely the "SafeSites URL filter", that filters adult content.
image

Is it possible to query this?

eg.

curl -H "Content-Type:application/json" -H "Accept: application/json" --data-binary "{ "client": { "clientId": "myclientid", "clientVersion": "1.5.2" }, "threatInfo": { "threatTypes": ["MALWARE", "SOCIAL_ENGINEERING", "THREAT_TYPE_UNSPECIFIED", "UNWANTED_SOFTWARE", "POTENTIALLY_HARMFUL_APPLICATION"], "platformTypes": ["ANY_PLATFORM"], "threatEntryTypes": ["URL"], "threatEntries": [ {"url": "http://pornhub.com"}, {"url": "https://xhamster.com"} ] } }" -X POST "https://safebrowsing.googleapis.com/v4/threatMatches:find?key=xxxxxxxxxxxxxxxx"

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

3 participants
@sorentorp and others