Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
Posts
3
Comments
391
Joined
2 yr. ago

  • Other posters are correct that cloudflare decrypts traffic. BUT it is highly unlikely that they will see your password in plaintext, since it is best practice to hash the password first on the front-end.

  • This would probably be less useful than you think.

    Firstly, changing the default doesn't matter - the attackers will just switch to targeting whichever URL causes the most pain.

    Secondly, in comparison to prerendered pages of live content, js files are incredibly cheap and easy to chuck on a CDN. They don't change often, so you don't need to worry about cache invalidation, and even at a server level they're probably hosted by a simple file server rather than hitting the DB.