no iframes or images with mailto: src
This commit is contained in:
parent
b06386a00b
commit
1fca66f54f
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
||||||
'validate': {
|
'validate': {
|
||||||
'width': /^\d+$/,
|
'width': /^\d+$/,
|
||||||
'height': /^\d+$/,
|
'height': /^\d+$/,
|
||||||
'src': /^((https?:\/\/|\/|mailto:).*?)/
|
'src': /^((https?:\/\/|\/).*?)/
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
'validate': {
|
'validate': {
|
||||||
'width': /^\d+$/,
|
'width': /^\d+$/,
|
||||||
'height': /^\d+$/,
|
'height': /^\d+$/,
|
||||||
'src': /^((https?:\/\/|\/|mailto:).*?)/
|
'src': /^((https?:\/\/|\/).*?)/
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{'name': 'figure'},
|
{'name': 'figure'},
|
||||||
|
|
Loading…
Reference in a new issue