Skip to content

This is intended to be a plugin for preventing malicious liking in discourse forums.

License

Notifications You must be signed in to change notification settings

sudaraka94/preventing-malicious-linking-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preventing Malicious Linking Plugin

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 image

To Do

  1. Cache Google Safe Browsing API result for reducing api hits

Installation

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

About

This is intended to be a plugin for preventing malicious liking in discourse forums.

Resources

License

Stars

Watchers

Forks

Packages

No packages published