This is a Discourse plugin for flagging the malicious links posted in the forum.It usesGoogle Safe Browsing API for detecting malicious URLs. Find more about the plugin on Discourse Meta
- Cache Google Safe Browsing API result for reducing api hits
To install using docker, add the following to your app.yml in the plugins section:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/sudaraka94/preventing-malicious-linking-plugin
and rebuild docker via
cd /var/discourse
./launcher rebuild app