nero
Member
Hello,
One of my boards is private and password protected with htaccess credentials.
The JS service worker is causing cache issues and I had to disable it by editing the service_worker.js file and add a "return" statement at the very beginning of the fetch listener.
I then have a warning in the admin cp saying one of the files doesn't have the expected content and I have to re-apply my modification whenever there is a Xenforo update.
I can live with that but I was wondering if there is a better, cleaner way to do this?
One of my boards is private and password protected with htaccess credentials.
The JS service worker is causing cache issues and I had to disable it by editing the service_worker.js file and add a "return" statement at the very beginning of the fetch listener.
I then have a warning in the admin cp saying one of the files doesn't have the expected content and I have to re-apply my modification whenever there is a Xenforo update.
I can live with that but I was wondering if there is a better, cleaner way to do this?