We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a76ea3 commit 844fe76Copy full SHA for 844fe76
src/jquery.form.js
@@ -159,7 +159,7 @@
159
url : url,
160
success : $.ajaxSettings.success,
161
type : method || $.ajaxSettings.type,
162
- iframeSrc : /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank' // eslint-disable-line no-script-url
+ iframeSrc : 'about:blank'
163
}, options);
164
165
// hook for manipulating the form data before it is extracted;
0 commit comments