I run openhab behind a reverse proxy. This proxy injects some tiny additional javascript on each page.
After my upgrade from 3.3.0 to 3.4.0 it looks like the openhab main interface has enabled brotlin compression, which prevents my reverse proxy from injecting the javascript file.
Is there a way to disable it. I already searched for something related to karaf, but have not found anything so far.
during the page load, I show a loading gear as an layer on top. When the page load is done, the injected javascript file is executed in the context of the embedded page. It reads the embedded page title, triggers a message event and sends it to the top level window which hides the loading gear and displays the page title.