diff --git a/app/views/service_worker/index.js.erb b/app/views/service_worker/index.js.erb index 9187d67d3..12f02b325 100644 --- a/app/views/service_worker/index.js.erb +++ b/app/views/service_worker/index.js.erb @@ -103,6 +103,7 @@ !url.href.includes('?preview=') && // Skip for /future. !url.href.includes('/delayed_job') && // Skip for Delayed Job dashboard !url.href.includes('/sidekiq') && // Skip for Sidekiq dashboard + !url.href.includes('/oauth/') && // Skip oauth apps !url.href.includes('/rails/mailers') && // Skip for mailers previews in development mode caches.match('/shell_top') && // Ensure shell_top is in the cache. caches.match('/shell_bottom')) { // Ensure shell_bottom is in the cache.