fix 4chan pass on fx
This commit is contained in:
parent
262b34257e
commit
b809fd97ab
@ -357,6 +357,9 @@
|
||||
}
|
||||
$.extend(r, callbacks);
|
||||
$.extend(r.upload, upCallbacks);
|
||||
if (type === 'post') {
|
||||
r.withCredentials = true;
|
||||
}
|
||||
r.send(form);
|
||||
return r;
|
||||
},
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
master
|
||||
- Mayhem
|
||||
Fix 4chan Pass with QR on Firefox.
|
||||
|
||||
2.35.1
|
||||
- Mayhem
|
||||
Add support for 4chan Pass.
|
||||
You can now use 'Enter' in keybind combinations.
|
||||
!!! This is not working on Firefox because of Greasemonkey/Scriptish limitations, see
|
||||
https://github.com/greasemonkey/greasemonkey/issues/1630
|
||||
|
||||
2.35.0
|
||||
- Mayhem
|
||||
|
||||
@ -290,6 +290,7 @@ $.extend $,
|
||||
r.setRequestHeader key, val
|
||||
$.extend r, callbacks
|
||||
$.extend r.upload, upCallbacks
|
||||
r.withCredentials = true if type is 'post'
|
||||
r.send form
|
||||
r
|
||||
cache: (url, cb) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user