exempt new search endpoints from the service worker (#7334)

This commit is contained in:
Molly Struve 2020-04-16 09:35:45 -05:00 committed by GitHub
parent 3a8b25abdf
commit 1024e47738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,8 @@
!url.href.includes('/search/tags') &&
!url.href.includes('/search/chat_channels') &&
!url.href.includes('/search/classified_listings') &&
!url.href.includes('/search/reactions') &&
!url.href.includes('/search/feed_content') &&
!url.href.includes('/search/users') &&
// Don't run on redirects