mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1066062 - Remove "source" from about:feedback submission. r=margaret
This commit is contained in:
parent
696c189f1f
commit
9a6e799e54
@ -119,7 +119,6 @@ function sendFeedback(aEvent) {
|
||||
|
||||
data["device"] = Services.sysinfo.get("device");
|
||||
data["manufacturer"] = Services.sysinfo.get("manufacturer");
|
||||
data["source"] = "about:feedback";
|
||||
data["platform"] = Services.appinfo.OS;
|
||||
data["version"] = Services.appinfo.version;
|
||||
data["locale"] = Services.locale.getSystemLocale().getCategory("NSILOCALE_CTYPE");
|
||||
|
Loading…
Reference in New Issue
Block a user