|
5 | 5 | [](https://github.com/me-shaon/laravel-request-analytics/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
6 | 6 | [](https://packagist.org/packages/me-shaon/laravel-request-analytics) |
7 | 7 |
|
8 | | - |
| 8 | + |
9 | 9 |
|
10 | 10 | ## Overview |
11 | 11 |
|
@@ -126,7 +126,6 @@ return [ |
126 | 126 |
|
127 | 127 | 'privacy' => [ |
128 | 128 | 'anonymize_ip' => env('REQUEST_ANALYTICS_ANONYMIZE_IP', false), |
129 | | - 'respect_dnt' => env('REQUEST_ANALYTICS_RESPECT_DNT', true), // Respect Do Not Track header |
130 | 129 | ], |
131 | 130 |
|
132 | 131 | 'cache' => [ |
@@ -210,7 +209,6 @@ protected function schedule(Schedule $schedule): void |
210 | 209 | ### Privacy & Compliance |
211 | 210 | - **GDPR Compliance**: Built-in privacy controls and data anonymization |
212 | 211 | - **IP Anonymization**: Configurable IP address masking for user privacy |
213 | | -- **Do Not Track Support**: Respects browser DNT headers automatically |
214 | 212 | - **Data Retention**: Configurable automatic data pruning and cleanup |
215 | 213 |
|
216 | 214 | ### Intelligence & Detection |
@@ -312,12 +310,10 @@ The package supports multiple geolocation providers: |
312 | 310 | ```php |
313 | 311 | 'privacy' => [ |
314 | 312 | 'anonymize_ip' => env('REQUEST_ANALYTICS_ANONYMIZE_IP', false), |
315 | | - 'respect_dnt' => env('REQUEST_ANALYTICS_RESPECT_DNT', true), |
316 | 313 | ] |
317 | 314 | ``` |
318 | 315 |
|
319 | 316 | - **IP Anonymization**: Masks the last octet of IPv4 addresses (192.168.1.xxx) |
320 | | -- **Do Not Track**: Automatically respects browser DNT headers |
321 | 317 |
|
322 | 318 | ### Bot Detection |
323 | 319 |
|
@@ -552,6 +548,7 @@ Please review [our security policy](../../security/policy) on how to report secu |
552 | 548 | - [Ahmed shamim](https://github.com/me-shaon) |
553 | 549 | - [Omar Faruque](https://github.com/OmarFaruk-0x01) |
554 | 550 | - [Md Abul Hassan](https://github.com/imabulhasan99) |
| 551 | +- [Al Nahian](https://github.com/alnahian2003) |
555 | 552 | - [All Contributors](../../contributors) |
556 | 553 |
|
557 | 554 | ## License |
|
0 commit comments