diff --git a/src/js/index.js b/src/js/index.js index a0b571a2d..3d5c51372 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -95,7 +95,8 @@ app.config(function ($sceDelegateProvider) { // Allow same origin resource loads. 'self', // Allow loading from our assets domain. Notice the difference between * and **. - 'https://*cloudron.io/**' + 'https://*cloudron.io/**', + 'http://localhost:5000/**' ]); });