Skip to content
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

Opt-in feature: Add database with referrer spam domain names #18

Open
Zodiac1978 opened this issue Jan 22, 2019 · 2 comments
Open

Opt-in feature: Add database with referrer spam domain names #18

Zodiac1978 opened this issue Jan 22, 2019 · 2 comments

Comments

@Zodiac1978
Copy link

Matomo is maintaining a referrer spam list:
https://github.com/matomo-org/referrer-spam-blacklist

Maybe you can use it or add a feature to set up an URL for using it.

@Zodiac1978
Copy link
Author

Proof of concept for Statify itself:
https://gist.github.com/Zodiac1978/093244d0b3837cc83c37c2a2a2dc15ea

@stklcode
Copy link
Owner

Thanks @Zodiac1978 for the suggestion.

I'd imagine a new field like "Include external blacklist" with options Matomo and Custom (which allows specifying a URL - needs documentation, because the list has to match a specific format).

The list obviously must be cached and this shoud be done before the first request (at least in case of live filtering). A daily cron task should do the job here.

The list should be visualized in some way to keep it transparent what will be filtered. I.e. a collapsable panel in the settings page, timestamp of the last update and probably an "update now" button.

The custom filter list stays as is and works entirely in addition to the external list.

@stklcode stklcode added this to the 1.5 milestone Jan 30, 2019
@stklcode stklcode modified the milestones: 1.5, 1.6 May 10, 2020
@stklcode stklcode modified the milestones: 1.6, 1.7 Dec 9, 2020
@stklcode stklcode removed this from the 1.7.0 milestone Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants