fix: sanitize html string (#784)

This commit is contained in:
Mo
2021-12-24 10:45:55 -06:00
committed by GitHub
parent ebdae31965
commit 7f011d7288
4 changed files with 9 additions and 717 deletions

View File

@@ -124,7 +124,7 @@ const startApplication: StartApplication = async function startApplication(
SNLog.onLog = console.log;
startErrorReporting();
angular.module('app', ['ngSanitize']);
angular.module('app', []);
// Config
angular