diff --git a/app/soapbox/service_worker/entry.js b/app/soapbox/service_worker/entry.js index 0cb11095c..db15c8b2f 100644 --- a/app/soapbox/service_worker/entry.js +++ b/app/soapbox/service_worker/entry.js @@ -65,7 +65,9 @@ self.addEventListener('fetch', function(event) { url.pathname.startsWith('/avatars') || url.pathname.startsWith('/authorize_follow') || url.pathname.startsWith('/media_proxy') || - url.pathname.startsWith('/relationships')) { + url.pathname.startsWith('/relationships') || + url.pathname.startsWith('/main/ostatus') || + url.pathname.startsWith('/ostatus_subscribe')) { //non-webapp routes } else if (url.pathname.startsWith('/')) { // : TODO : if is /web