Ticket #1168 (closed New feature: duplicate)
No IP Plugin: removes the IP address of a visitor before writing to the DB
| Reported by: | martin_LE | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.5.5 |
| Component: | New Plugin | Keywords: | IP data privacy |
| Cc: | Sensitive: | no |
Description
In some european countries like France or Germany, it is not allowed to save the IP address of a visitor (due to data privacy laws). This plugin overwrites the IP of a current visitor with zero.
How to install
- download the plugin
- unzip it into the plugins directory
- activate it
Attention: If you're using other plugins like GeoIP, make sure that this plugins runs at last, otherwise GeoIP can't work. To check the order, look in your config/config.ini.php. In the section [Plugins_Tracker], NoIpPlugin must be last. It should look like this:
Plugins_Tracker[] = Provider
Plugins_Tracker[] = GeoIP
Plugins_Tracker[] = NoIpPlugin
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

