🔒 Add config parameter fingerprintAlgorithm

This parameter allows users to choose their algorithm for html integrity checks. This mainly affects Hugo's fingerprint
This commit is contained in:
Served Smart
2025-06-02 12:40:58 +02:00
parent 0b06a64139
commit dc36597427
15 changed files with 28 additions and 20 deletions

View File

@@ -30,6 +30,8 @@ highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = false
fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384", "sha256"
[header]
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur