mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
support tel, sms, mailto links in the query result (#3084)
This commit is contained in:
@@ -2,7 +2,7 @@ import ngModule from '@/config';
|
||||
|
||||
ngModule.config(($locationProvider, $compileProvider, uiSelectConfig, toastrConfig) => {
|
||||
$compileProvider.debugInfoEnabled(false);
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|http|data):/);
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|http|data|tel|sms|mailto):/);
|
||||
$locationProvider.html5Mode(true);
|
||||
uiSelectConfig.theme = 'bootstrap';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user