a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/razor] Disable updateViaCache when registering frontend service worker

authored by

pancakes and committed by
Iceshrimp development
7fce8c28 f49e8f61

+1 -1
+1 -1
Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml
··· 50 50 }); 51 51 </script> 52 52 <script src="~/Utility.js"></script> 53 - <script>navigator.serviceWorker.register('service-worker.js');</script> 53 + <script>navigator.serviceWorker.register('service-worker.js', { updateViaCache: 'none' });</script> 54 54 </body> 55 55 56 56 </html>