mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[PALEMOON] Style clean up in browser.js
This commit is contained in:
parent
e509b0d532
commit
b3ac5a3cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -1989,7 +1989,7 @@ function getShortcutOrURIAndPostData(url, callback = null) {
|
|||
|
||||
if (/%s/i.test(escapedPostData)) // POST keyword
|
||||
postData = getPostDataStream(escapedPostData, param, encodedParam,
|
||||
"application/x-www-form-urlencoded");
|
||||
"application/x-www-form-urlencoded");
|
||||
|
||||
// This URL came from a bookmark, so it's safe to let it inherit the current
|
||||
// document's principal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue