Fixed new redirects (#10184)

This commit is contained in:
Anna Buianova 2020-09-03 16:44:10 +03:00 committed by GitHub
parent d284e597cd
commit 0e8f48b5e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,9 @@
// Don't run on harcoded redirects (see config/routes.rb for the list)
!url.href.includes('/%F0%9F%92%B8') && // 💸 (hiring)
!url.href.includes('/api') &&
!url.href.includes('/forem') &&
!url.href.includes('/future') &&
!url.href.includes('/internal') &&
!url.href.includes('/podcasts') &&
!url.href.includes('/shop') &&
!url.href.includes('/survey') &&