File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 // and https://github.com/GoogleChrome/sw-toolbox/blob/6e8242dc328d1f1cfba624269653724b26fa94f1/README.md#toolboxfastest
1010 // for more details on how this handler is defined and what the toolbox.fastest strategy does.
1111 global . toolbox . router . get ( '/(.*)' , global . toolbox . fastest , {
12- origin : / \. (?: g o o g l e a p i s | g s t a t i c | f i r e b a s e i o ) \. c o m $ /
12+ origin : / \. (?: g o o g l e a p i s | g s t a t i c | f i r e b a s e i o | a p p s p o t ) \. c o m $ /
1313 } )
1414 global . toolbox . router . get ( '/(.+)' , global . toolbox . fastest , {
1515 origin : 'https://hacker-news.firebaseio.com'
1616 } )
1717 global . toolbox . router . get ( '/(.+)' , global . toolbox . fastest , {
1818 origin : 'https://s-usc1c-nss-136.firebaseio.com'
1919 } )
20+ global . toolbox . router . get ( '/*' , global . toolbox . fastest ) ;
2021} ) ( self )
2122
You can’t perform that action at this time.
0 commit comments