File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/drivers/webextension/js Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const expiry = 1000 * 60 * 60 * 48
17
17
const maxHostnames = 100
18
18
19
19
const hostnameIgnoreList =
20
- / \b ( ( l o c a l | d e v ( e l o p ( m e n t ) ? ) ? | s a n d b o x | s t a g ( e | i n g ) ? | p r e p r o d | p r o d u c t i o n | p r e v i e w | t e s t ( i n g ) ? | [ ^ a - z ] d e m o ( s h o p ) ? | c a c h e ) [ . - ] | d e v \d | l o c a l h o s t | ( ( w a p p a l y z e r | g o o g l e | b i n g | b a i d u | m i c r o s o f t | d u c k d u c k g o | f a c e b o o k | a d o b e | t w i t t e r | r e d d i t | y a h o o | w i k i p e d i a | a m a z o n | a m a z o n a w s | y o u t u b e | s t a c k o v e r f l o w | g i t h u b | s t a c k e x c h a n g e | w 3 s c h o o l s | t w i t c h ) \. ) | ( l i v e | o f f i c e | h e r o k u a p p | s h o p i f y p r e v i e w ) \. c o m | \. l o c a l | \. t e s t | \. n e t l i f y \. a p p | n g r o k | w e b \. a r c h i v e \. o r g | z o o m \. u s | ^ ( [ 0 - 9 . ] + | [ \d . ] + ) $ | ^ ( [ a - f 0 - 9 : ] + : + ) + [ a - f 0 - 9 ] + $ ) /
20
+ / \b ( ( l o c a l | d e v ( e l o p ( m e n t ) ? ) ? | s a n d b o x | s t a g ( e | i n g ) ? | p r e p r o d | p r o d u c t i o n | p r e v i e w | i n t e r n a l | t e s t ( i n g ) ? | [ ^ a - z ] d e m o ( s h o p ) ? | c a c h e ) [ . - ] | d e v \d | l o c a l h o s t | ( ( w a p p a l y z e r | g o o g l e | b i n g | b a i d u | m i c r o s o f t | d u c k d u c k g o | f a c e b o o k | a d o b e | t w i t t e r | r e d d i t | y a h o o | w i k i p e d i a | a m a z o n | a m a z o n a w s | y o u t u b e | s t a c k o v e r f l o w | g i t h u b | s t a c k e x c h a n g e | w 3 s c h o o l s | t w i t c h ) \. ) | ( l i v e | o f f i c e | h e r o k u a p p | s h o p i f y p r e v i e w ) \. c o m | \. l o c a l | \. t e s t | \. n e t l i f y \. a p p | n g r o k | w e b \. a r c h i v e \. o r g | z o o m \. u s | ^ ( [ 0 - 9 . ] + | [ \d . ] + ) $ | ^ ( [ a - f 0 - 9 : ] + : + ) + [ a - f 0 - 9 ] + $ ) /
21
21
22
22
const xhrDebounce = [ ]
23
23
You can’t perform that action at this time.
0 commit comments