exempt new search endpoints from the service worker (#7334)
This commit is contained in:
parent
3a8b25abdf
commit
1024e47738
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue