1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-27 00:05:18 +02:00

Rate limit password-less login attempts from the same IP address (thanks to hyp3rlinx)

This commit is contained in:
Jakub Vrana
2018-01-16 10:56:35 +01:00
parent f3938c1a66
commit 0e5df34ea8
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.4.0-dev:
Add Content Security Policy
Disallow scripts without nonce
Rate limit password-less login attempts from the same IP address
Add nosniff header
PHP 7.1: Prevent warning when using empty limit
MySQL: Remove dedicated view for replication status (added in 4.3.0)