An open API service indexing awesome lists of open source software.

https://github.com/discourse/discourse-fingerprint

A plugin that computes user fingerprints to help administrators combat internet trolls.
https://github.com/discourse/discourse-fingerprint

discourse-plugin

Last synced: 3 months ago
JSON representation

A plugin that computes user fingerprints to help administrators combat internet trolls.

Awesome Lists containing this project

README

        

# discourse-fingerprint

Discourse Fingerprint comes as a tool to community managers in their combat with [internet trolls](https://en.wikipedia.org/wiki/Internet_troll). It works by computing a unique identifier (a fingerprint) of each registered user, by taking into consideration over 20 browser characteristics such as user agent, screen resolution, timezone, device memory, etc.

## Installation

Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) guide, using `git clone https://github.com/discourse/discourse-fingerprint.git` as the plugin command.

## Usage

The plugin creates a dashboard that can be accessed by administrators by going to **Settings** > **Plugins** and selecting **Fingerprint** from the left side.

Staff may check individual users by typing in their name or by looking over the latest discovered matches.

## Feedback

If you have issues or suggestions for the plugin, please bring them up on [Discourse Meta](https://meta.discourse.org/t/discourse-fingerprint-browser-fingerprinting-plugin/114890).