Allow localhost development iframe sources

This commit is contained in:
Johannes Zellner
2019-08-04 11:32:42 +02:00
parent c1a49a52e8
commit fdd0483c9f

View File

@@ -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/**'
]);
});