mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
[network] Improve checks while parsing MIME parameters.
This commit is contained in:
parent
af613ef24e
commit
c9d9616334
4 changed files with 67 additions and 24 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
[scriptable, uuid(9c9252a1-fdaf-40a2-9c2b-a3dc45e28dde)]
|
||||
[scriptable, uuid(6e8476d5-ba95-4fee-85d9-f96729b387d8)]
|
||||
interface nsIMIMEHeaderParam : nsISupports {
|
||||
|
||||
/**
|
||||
|
|
@ -132,7 +132,7 @@ interface nsIMIMEHeaderParam : nsISupports {
|
|||
*/
|
||||
|
||||
[noscript]
|
||||
string getParameterInternal(in string aHeaderVal,
|
||||
string getParameterInternal(in ACString aHeaderVal,
|
||||
in string aParamName,
|
||||
out string aCharset,
|
||||
out string aLang);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue