Upload files to 'user'

This commit is contained in:
2022-09-24 06:29:00 +00:00
parent a1ff8c5171
commit de5d945f2e
57 changed files with 10608 additions and 0 deletions

22
user/readme.md Normal file
View File

@ -0,0 +1,22 @@
Plugin for YOURLS 1.7+: Google Safe Browsing
# What for
Check every new URL against Google's Safe Browsing Lookup service, reject those who are identified as malware or phishing
# How to
* In `/user/plugins`, create a new folder named `google-safe-browsing`
* Drop these files in that directory
* Go to the Plugins administration page and activate the plugin
* Follow on-screen instructions
* Have fun
# Disclaimer
Using this plugin requires you to understand Google's Safe Browsing TOS. In short:
* you need a Google account
* you are limited to a certain amount of queries per day (10,000 as of writing this)
* you must understand that the service is not perfect.
[Read more](https://developers.google.com/safe-browsing/lookup_guide#AcceptableUsage)