File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,20 @@ class AlexaHttp2Push extends EventEmitter {
35
35
host = this . _options . pushDispatchHost ;
36
36
} else if ( this . _options . amazonPage === 'amazon.com' ) {
37
37
host = 'bob-dispatch-prod-na.amazon.com' ;
38
+ } else if ( this . _options . amazonPage === 'amazon.ca' ) {
39
+ host = 'bob-dispatch-prod-na.amazon.com' ;
40
+ } else if ( this . _options . amazonPage === 'amazon.com.mx' ) {
41
+ host = 'bob-dispatch-prod-na.amazon.com' ;
38
42
} else if ( this . _options . amazonPage === 'amazon.com.br' ) {
39
43
host = 'bob-dispatch-prod-na.amazon.com' ;
40
44
} else if ( this . _options . amazonPage === 'amazon.co.jp' ) {
41
45
host = 'bob-dispatch-prod-fe.amazon.com' ;
42
46
} else if ( this . _options . amazonPage === 'amazon.com.au' ) {
43
47
host = 'bob-dispatch-prod-fe.amazon.com' ;
48
+ } else if ( this . _options . amazonPage === 'amazon.com.in' ) {
49
+ host = 'bob-dispatch-prod-fe.amazon.com' ;
50
+ } else if ( this . _options . amazonPage === 'amazon.co.nz' ) {
51
+ host = 'bob-dispatch-prod-fe.amazon.com' ;
44
52
}
45
53
this . _options . logger && this . _options . logger ( `Alexa-Remote HTTP2-PUSH: Use host ${ host } ` ) ;
46
54
You can’t perform that action at this time.
0 commit comments