[deploy] Bypass serviceworkers for /checkin (#7299)
This commit is contained in:
parent
f5166e28a8
commit
2c28bcb2b2
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@
|
|||
!url.href.includes('/enter') && // Don't run on registration.
|
||||
!url.href.includes('/sitemap-') && // Don't run on registration.
|
||||
!url.href.includes('/welcome') && // Don't run on welcome reroutes.
|
||||
!url.href.includes('/checkin') && // Don't run on checkin reroutes.
|
||||
|
||||
// Don't run on search endpoints
|
||||
!url.href.includes('/search/tags') &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue