[deploy] Bypass serviceworkers for /checkin (#7299)

This commit is contained in:
Ben Halpern 2020-04-15 12:44:36 -04:00 committed by GitHub
parent f5166e28a8
commit 2c28bcb2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') &&