- Code sanitation.
- Introduce file name obfuscation (make it harder or impossible to guess f.ex. image file names).
- Intorduce page obfuscation (make it harder for search engines or crawlers to read certain pages, f. ex. site imprint).
- Calculate minimum entropy of all used passwords and output warning below 100 bits.
- Download and verify self-hosted cryptojs just once.
- Check plugin order and output warning if "search" is behind "encryptcontent".
- The search_index handling is now more bulletproof (inspired by mkdocs-exclude-search).
- Fixed bug related beautifulsoup 4.12 (no problems up to 4.11).