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 @@ -11,7 +11,7 @@ const shell = require('shelljs');
1111const fsExtra = require ( 'fs-extra' ) ;
1212const download = require ( 'download' ) ;
1313
14- const CONNECTOR_VERSION = '1.1.7 ' ;
14+ const CONNECTOR_VERSION = '1.1.8 ' ;
1515const DOWNLOAD_PATH : string = `https://github.com/akamai/sandbox-client/releases/download/${ CONNECTOR_VERSION } /` ;
1616const DOWNLOAD_FILE : string = `sandbox-client-${ CONNECTOR_VERSION } -RELEASE-default.zip` ;
1717const DOWNLOAD_URL = DOWNLOAD_PATH + DOWNLOAD_FILE ;
@@ -84,6 +84,7 @@ function getClientTemplatePath() {
8484function buildClientConfig ( origins : Array < string > , passThrough : boolean ) {
8585 var template : string = fs . readFileSync ( getClientTemplatePath ( ) ) . toString ( ) ;
8686 var clientConfig = JSON . parse ( template ) ;
87+
8788 if ( ! origins || origins . length == 0 ) {
8889 clientConfig . originMappings . push ( {
8990 from : '<ORIGIN HOSTNAME>' ,
You can’t perform that action at this time.
0 commit comments