diff --git a/app/views/service_worker/index.js.erb b/app/views/service_worker/index.js.erb index a6ac6bdc6..363c6ed29 100644 --- a/app/views/service_worker/index.js.erb +++ b/app/views/service_worker/index.js.erb @@ -139,7 +139,9 @@ // Don't run on harcoded redirects (see config/routes.rb for the list) !url.href.includes('/%F0%9F%92%B8') && // 💸 (hiring) !url.href.includes('/api') && + !url.href.includes('/forem') && !url.href.includes('/future') && + !url.href.includes('/internal') && !url.href.includes('/podcasts') && !url.href.includes('/shop') && !url.href.includes('/survey') &&