diff --git a/o2web/source/x_component_AppCenter/Main.js b/o2web/source/x_component_AppCenter/Main.js index 5b63f263dfb396823ee4bd664e6cc3b9e615c453..cacbbc23754dcac2800203578309aa8884090df8 100644 --- a/o2web/source/x_component_AppCenter/Main.js +++ b/o2web/source/x_component_AppCenter/Main.js @@ -210,7 +210,7 @@ MWF.xApplication.AppCenter.Module = new Class({ var uri = this.app.actions.action.actions["download"].uri; uri = uri.replace("{flag}", this.json.structure); - window.open(this.app.actions.action.address+uri); + window.open(o2.filterUrl(this.app.actions.action.address+uri)); }.bind(this));