mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Delete redundant regex segment (#3100)
This commit is contained in:
parent
ee0d7f5ec9
commit
9e745ef648
@ -2,7 +2,7 @@ import ngModule from '@/config';
|
||||
|
||||
ngModule.config(($locationProvider, $compileProvider, uiSelectConfig, toastrConfig) => {
|
||||
$compileProvider.debugInfoEnabled(false);
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|http|data|tel|sms|mailto):/);
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|data|tel|sms|mailto):/);
|
||||
$locationProvider.html5Mode(true);
|
||||
uiSelectConfig.theme = 'bootstrap';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user