From 95a6d0f4474683290d2821f29009853fc4493a1b Mon Sep 17 00:00:00 2001 From: pyrho Date: Wed, 18 Oct 2023 20:29:23 +0000 Subject: [PATCH] fix(prusalink): increase nonce valid period The initial valid period for the HTTP Digest Auth nonce was too low (at 5 seconds). This make it impossible to log into PrusaLink when using Safari, a saner value of 300 (chosen because it's Apache's default value) does not hinder security and fixes the issue with Safari-based browsers (macOS, ipadOS, iOS). See https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/3287 for more details.