Happens seldomly when LS cache is enabled - page displays in pure gibberish characters, with broken (UTF-8) encryption.
This happens despite specifying at the beginning of each page:
and
in the <head> of each page. if I open the same page in a private window it (sometimes) gets fixed all by itself, but not most of the time. Refreshing the same page over and over sometimes fixes it, without doing anything else. Viewing the source code shows that sometimes it’s the entire page encryption is broken, most of the time it's just part of it.
Turning off the "cache" module in the OLS Web Console ALWAYS fixes the page.
OLS version. v1.7.19
OS: Linux Alma x64 v9.4
(I also have Pagespeed module & Security modules enabled, which never affect the bug above mentioned)
This happens despite specifying at the beginning of each page:
Code:
<!DOCTYPE html>
<html lang="en-US">
Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta charset="utf-8">
Turning off the "cache" module in the OLS Web Console ALWAYS fixes the page.
OLS version. v1.7.19
OS: Linux Alma x64 v9.4
(I also have Pagespeed module & Security modules enabled, which never affect the bug above mentioned)