Skip to content

Commit 5ea2e32

Browse files
authored
Merge pull request #2 from neelkanthk/v1.0.1
V1.0.1
2 parents 42bc2dd + 40ee9e0 commit 5ea2e32

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
A Laravel package to put malicious users, IP addresses and anonymous browser fingerprints under surveillance, write surveillance logs and block malicious ones from accessing the app.
66

7-
#### NOTE: This package does not provide a client side library for browser fingerprinting. [FingerprintJS Open Source](https://github.com/fingerprintjs/fingerprintjs) is a good library to use for client side browser fingerprinting.
7+
8+
> **Please read the IMPORTANT INFORMATION below before using this package**
9+
10+
> **This package collects and processes various attributes that may be Personal Identifiable Information and this should therefore be disclosed and screened before adopting this package. This packages author does not take responsibility for any compliance issues users may face. Please consult legal expertise to use responsibly.**
11+
12+
13+
------------
14+
15+
16+
------------
17+
18+
For latest documentation and README file please visit the [Wiki](https://github.com/neelkanthk/laravel-surveillance/wiki)
819

920
__This package provides__:
1021

@@ -16,6 +27,8 @@ _3. A fluent API to programmatically enable/disable surveillance, block/unblock
1627

1728
_4. By default the package used MySQL database as storage but the package can be extended to use virtually any storage technology._
1829

30+
**NOTE: This package does not provide a client side library for browser fingerprinting. [FingerprintJS Open Source](https://github.com/fingerprintjs/fingerprintjs) is a good library to use for client side browser fingerprinting.**
31+
1932
### Minimum Requirements
2033

2134
#### 1. Laravel 6.0

0 commit comments

Comments
 (0)