mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Send useragent with error info
This commit is contained in:
parent
04a6f7e13a
commit
49cac9da15
|
@ -78,7 +78,8 @@
|
||||||
openAndFocus(
|
openAndFocus(
|
||||||
'http://rebrand.ly/ac-error/?json=' + encodeURIComponent(json) +
|
'http://rebrand.ly/ac-error/?json=' + encodeURIComponent(json) +
|
||||||
(type ? '&type=' + encodeURIComponent(type) : '') +
|
(type ? '&type=' + encodeURIComponent(type) : '') +
|
||||||
'&version=' + chrome.runtime.getManifest().version
|
'&version=' + chrome.runtime.getManifest().version +
|
||||||
|
'&useragent=' + encodeURIComponent(navigator.userAgent),
|
||||||
);
|
);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user