-
Notifications
You must be signed in to change notification settings - Fork 14
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
Validate long urls before shortening #18
Comments
https://developers.google.com/safe-browsing/v4 |
Yes, this looks right. You can start with this issue if you like |
To work on this further I would need api key generated through the official google developer account for this project. |
Hmm, okay. Is it possible for you to test locally with your own google account and write the relevant code? In the end, we could just change the api key. I don't see any hard dependency on the linked google developer account for this project for this to work locally for you. |
Yeah that can be done. I'll try it out. |
If a user tries to shorten a URL to a website which may be along the lines of scam/phishing, etc using ShortMe, Google blocks our website(bp-gc.in) for phishing.
We need to check for any kind such behaviour for any website before we shorten it.
We need to explore any APIs which might add these flagging feature for us.
The text was updated successfully, but these errors were encountered: