]>
BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/TrustProxies.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Started application of CSP headers
[bookstack]
/
app
/
Http
/
Middleware
/
TrustProxies.php
diff --git
a/app/Http/Middleware/TrustProxies.php
b/app/Http/Middleware/TrustProxies.php
index 7b01d0aab0de906a01be4afe31a7f82b937b429e..3f8b32eb2cbe7105abde5c72487cbaaceccde723 100644
(file)
--- a/
app/Http/Middleware/TrustProxies.php
+++ b/
app/Http/Middleware/TrustProxies.php
@@
-24,8
+24,10
@@
class TrustProxies extends Middleware
/**
* Handle the request, Set the correct user-configured proxy information.
+ *
* @param Request $request
* @param Closure $next
+ *
* @return mixed
*/
public function handle(Request $request, Closure $next)