Added rel=noreferrer to _blank target (#15948)

This commit is contained in:
Yuri Astrakhan 2018-01-10 02:53:15 -05:00 committed by GitHub
parent 1f6ea3a399
commit 7731a7384b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,7 +245,7 @@ export function getUiSettingDefaults() {
value: 'en',
type: 'select',
options: numeralLanguageIds,
description: '<a href="http://numeraljs.com/" target="_blank" rel="noopener">numeral language</a>'
description: '<a href="http://numeraljs.com/" target="_blank" rel="noopener noreferrer">numeral language</a>'
},
'savedObjects:perPage': {
type: 'number',