Allow localhost development iframe sources
This commit is contained in:
@@ -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/**'
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user