fix: sanitize html string (#784)
This commit is contained in:
@@ -124,7 +124,7 @@ const startApplication: StartApplication = async function startApplication(
|
||||
SNLog.onLog = console.log;
|
||||
startErrorReporting();
|
||||
|
||||
angular.module('app', ['ngSanitize']);
|
||||
angular.module('app', []);
|
||||
|
||||
// Config
|
||||
angular
|
||||
|
||||
Reference in New Issue
Block a user