We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c261723 commit c8f9a22Copy full SHA for c8f9a22
src/jquery.form.js
@@ -156,7 +156,7 @@
156
}
157
// IE requires javascript:false in https, but this breaks chrome >83 and goes against spec.
158
// Instead of using javascript:false always, let's only apply it for IE.
159
- isMsie = /(MSIE|trident)/.test(navigator.userAgent || '');
+ isMsie = /(MSIE|Trident)/.test(navigator.userAgent || '');
160
iframeSrc = (isMsie && /^https/i.test(window.location.href || '')) ? 'javascript:false' : 'about:blank'; // eslint-disable-line no-script-url
161
162
options = $.extend(true, {
0 commit comments