Fixed new redirects (#10184)
This commit is contained in:
parent
d284e597cd
commit
0e8f48b5e7
1 changed files with 2 additions and 0 deletions
|
|
@ -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') &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue