lint compliance
This commit is contained in:
parent
3a4cfbb7e8
commit
ab35d6b778
@ -9,8 +9,8 @@ define(['/api/config'], function (ApiConfig) {
|
|||||||
window.alert('The bounce application must only be used with a valid href to visit');
|
window.alert('The bounce application must only be used with a valid href to visit');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (bounceTo.indexOf('javascript:') === 0 ||
|
if (bounceTo.indexOf('javascript:') === 0 || // jshint ignore:line
|
||||||
bounceTo.indexOf('vbscript:') === 0 ||
|
bounceTo.indexOf('vbscript:') === 0 || // jshint ignore:line
|
||||||
bounceTo.indexOf('data:') === 0) {
|
bounceTo.indexOf('data:') === 0) {
|
||||||
window.alert('Illegal bounce URL');
|
window.alert('Illegal bounce URL');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user