Skip to content

Commit 89f8361

Browse files
committed
Added security check tool
Added new security check tool. This tool is a new page that displays diagnostic information about your LittleLink Custom installation. Previously, installing LittleLink Custom on NGINX or other platforms that do not support .htaccess functionality presented a significant security risk if not configured properly. This tool simply shows if critical system files can be accessed externally by anyone. In addition, information about writing access to important files or directories is displayed here. Read more about this feature on the blog here: https://blog.littlelink-custom.com/new-security-check-tool/
1 parent 021029d commit 89f8361

File tree

5 files changed

+459
-40
lines changed

5 files changed

+459
-40
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"fideloper/proxy": "^4.4",
1010
"fruitcake/laravel-cors": "^2.0",
1111
"geo-sot/laravel-env-editor": "^1.1",
12-
"guzzlehttp/guzzle": "^7.0.1",
12+
"guzzlehttp/guzzle": "^7.4",
1313
"laravel/framework": "^8.12",
1414
"laravel/tinker": "^2.5"
1515
},

0 commit comments

Comments
 (0)