You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,18 @@
4
4
5
5
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.
6
6
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)
8
19
9
20
__This package provides__:
10
21
@@ -16,6 +27,8 @@ _3. A fluent API to programmatically enable/disable surveillance, block/unblock
16
27
17
28
_4. By default the package used MySQL database as storage but the package can be extended to use virtually any storage technology._
18
29
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.**
0 commit comments