Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (52 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (738 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Obviously this could be implemented in the client-side on a per-project basis, but I think it would be a decent idea to implement some sort of IP blacklisting system so that stats don't get bloated during development/QA.

Maybe something along the lines of providing a .ipignore file that follows the same general rules of .gitignore files?

127.0.0.1
192.102.*
*.512.*

Again, not sure if you're trying to keep this as micro as possible leaving things like this up to the individual developer. But seems like a feature that many could benefit from.

Guide contributeur