Merge branch 'master' into bugfix/502/markdown-newline

This commit is contained in:
Julius Härtl
2018-06-28 21:32:03 +02:00
committed by GitHub
28 changed files with 179 additions and 705 deletions

View File

@@ -33,6 +33,9 @@ app.config(function ($provide, $interpolateProvider, $httpProvider, $urlRouterPr
$compileProvider.debugInfoEnabled(true);
// This should fix adding "unsafe:" prefix to ui-select href links containing javascript
// inline JS is blocked by CSP anyway and filtered out by our markdown renderer as well
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|javascript):/);
markdownItConverterProvider.config({
breaks: true,