Tell the service worker to skip /rss (#8944)

This commit is contained in:
rhymes 2020-06-29 15:30:56 +02:00 committed by GitHub
parent bbdbc4724c
commit d3a7f64d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@
!url.href.includes('/api/') && // Don't run on API endpoints.
!url.href.includes('/embed/') && // Don't fetch for embeded content.
!url.href.includes('/feed') && // Skip the RSS feed
!url.href.includes('/rss') && // Skip the RSS feed alternative path
!url.href.includes('/future') && // Skip for /future.
!url.href.includes('/internal') && // Don't fetch for internal dashboard.
!url.href.includes('/oauth/') && // Skip oauth apps