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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,8 @@ php artisan surveillance:remove ip 192.5.4.3
153
153
154
154
#### You can use the 'surveillance' middleware on any route or route group just like any other middleware.
155
155
156
+
### _NOTE: The middleware looks for the browser fingerprint in the header name as set in the `fingerprint-header-key` inside `config/surveillance.php`_
157
+
156
158
```php
157
159
Route::middleware(["surveillance"])->get('/', function () {
0 commit comments