1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-18 18:25:04 +12:00

Fix #118, #271, #649, #771: removing flawed-at-the-core UA spoofer

The end result of the flawed UA spoofer was to accomplish the
OPPOSITE of the intended goal. UA spoofing for privacy purpose
turns out to be a whole complicated task on its own, and is
best undertaken as a separate dedicated extension -- assuming
it is possible at all.

In any case, this had no place in a "Privacy" section in uMatrix,
this was a bad idea to create this feature in the first place. It's
never too late to correct a bad idea, and this is the purpose of
this commit.
This commit is contained in:
gorhill 2017-12-01 08:17:30 -05:00
parent ec5faf04f8
commit ad9d591b16
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
66 changed files with 16 additions and 1368 deletions

View file

@ -22,13 +22,7 @@
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["js/vapi-client.js", "js/contentscript-start.js"],
"run_at": "document_start",
"all_frames": true
},
{
"matches": ["http://*/*", "https://*/*"],
"js": ["js/contentscript-end.js"],
"js": ["/js/vapi-client.js", "/js/contentscript.js"],
"run_at": "document_end",
"all_frames": true
}

View file

@ -20,13 +20,7 @@
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["js/vapi-client.js", "js/contentscript-start.js"],
"run_at": "document_start",
"all_frames": true
},
{
"matches": ["http://*/*", "https://*/*"],
"js": ["js/contentscript-end.js"],
"js": ["/js/vapi-client.js", "/js/contentscript.js"],
"run_at": "document_end",
"all_frames": true
}

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "الاتصال الآمن الصارم",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "تحليل وكيل المستخدمين",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "الإحالات بالتحايل",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "دقائق.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "قواعد دائمة",
"description": ""
@ -599,10 +583,6 @@
"message": "الحد الأقصى لعدد المحاولات",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "بالتحايل وكيل المستخدم مع: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "حذف الارتباط: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Само HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "минути.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Постоянни правила",
"description": ""
@ -599,10 +583,6 @@
"message": "Максимален брой записи",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "бисквитката е изтрита: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "স্ক্রিপ্ট HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "ব্যবহারকারী এজেন্ট স্পুফিং",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "রেফারার স্পুফিং",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>হাইপারলিঙ্ক নিরীক্ষণ একটি প্রক্রিয়া যা একটি দল, <b>যে কোন দলকে<\/b> একজন ব্যবহারকারীর একটি নির্দিষ্ট ওয়েব পাতার লিঙ্ক ক্লিক করা সম্পর্কে অবগত করার অনুমতি দেয়। এটি মূলত একটি ট্র্যাকিং বৈশিষ্ট্য: যা একটি ওয়েব সাইট বা কোনো তৃতীয় পক্ষকে আপনি কোন ওয়েব সাইটের কোন ওয়েব পাতা ক্লিক করেছেন তা অবগত করার অনুমতি দেয়। একমাত্র উদ্দেশ্য হল আপনার ব্রাউজিং কার্যকলাপ অনুসরণ করা।<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "<a href='https:\/\/bn.wikipedia.org\/wiki\/ইউজার_এজেন্ট'>ইউজার-এজেন্ট<\/a> স্ট্রিং দ্বারা দৈবচয়নে তোলা নিচের একটি নতুন স্পুফ করুন প্রতি",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "মিনিট।",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<i>ইলেক্ট্রনিক ফ্রন্টিয়ার ফাউন্ডেশনের<\/i> <a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>মতে<\/a>: &ldquo;[...] আপনার ব্রাউজার ওয়েবসাইটে আপনি কোন অপারেটিং সিস্টেম এবং ওয়েব ব্রাউজার ব্যবহার করছেন তার একটি &lsquo;ইউজার এজেন্ট&rsquo; হেডার পাঠায়। এই তথ্য ইন্টারনেট ব্যবহারকারীকে একে অপরের থেকে পার্থক্য করতে সাহায্য করে, কারণ এইসব সংস্করণ ব্যক্তি থেকে ব্যক্তি, প্রায়ই যথেষ্ট, পৃথক হয়। [...] <b>ইউজার এজেন্ট স্ট্রিং একটি বাস্তব গোপনীয়তা সমস্যায় পরিণত হয়েছে<\/b>।&rdquo;<p>EFF দ্বারা উত্থাপিত গোপনীয়তা সমস্যা এই অপশনের সাহায্যে আপনি মোকাবেলা করতে পারবেন।<\/p><p>আপনি আপনার নিজস্ব তালিকার ইউজার এজেন্ট স্ট্রিং সরবরাহ করতে পারবেন। লাইন প্রতি একটি স্ট্রিং। খালি লাইন এবং &lsquo;#&rsquo; উপসর্গসহ লাইন উপেক্ষা করা হবে।<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "স্থায়ী নিয়ম",
"description": ""
@ -599,10 +583,6 @@
"message": "ভুক্তির সর্বাধিক সংখ্যা",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "{{value}}: এর সাথে স্পুফিং ব্যবহারকারী এজেন্ট",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "কুকি অপসারিত: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Striktní HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Podvrhovat identifikaci prohlížeče",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Podvrhovat adresy odkazujících stránek",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Náhodně podstrčit řetězec <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agenta<\/a>",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minut.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanentní pravidla",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximální počet záznamů",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofování user agenta s: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie odstraněno: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Benyt kun HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Forfalsking af brugeragent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Forfalsking af referer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink overvågning er en mekanisme der gør det muligt for første eller <b>tredjepart<\/b>, at indsamle data om hvilke brugeren klikker på en hjemmeside. Det er altså tale om en tracking funktion, der gør informerer første eller tredjepart om, hvilke links en bruger vælger at klikke på under sit besøg på en hvilken som helst hjemmeside. Det eneste formål med hyperlink overvågning er altså, at tracke din browser aktivitet.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Forfalsk <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a>-streng ved at vælge tilfældigt blandt nedenstående hver",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutter.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Ifølge the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>Denne indstilling tillader dig at imødegå dette privacy problem som bliver fremført af EFF.<\/p><p>Du kan tilføje din egen liste af bruger agent strings. En string per linje. Blanke linje og linjer præfikset med &lsquo;#&rsquo; vil blive ignoreret.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanente regler",
"description": ""
@ -599,10 +583,6 @@
"message": "Det maksimale antal af linjer",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "Forfalsk bruger agent med: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie slettet: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Nur HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User-Agent verschleiern",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer verschleiern",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink-Auditing ist ein Mechanismus, der es <b>allen beteiligten Parteien<\/b> erlaubt herauszufinden, auf welchen Link ein Benutzer auf einer bestimmten Webseite klickt. Im Grunde ist es eine Tracking-Funktion: Es erlaubt einer Webseite oder auch Drittparteien auf dieser Webseite, sich darüber zu informieren, auf welche Links du auf eine dieser Seiten geklickt hast. Der einzige Zweck besteht darin, deine Browsing-Aktivitäten zu verfolgen.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Verschleiere den <a href='https:\/\/de.wikipedia.org\/wiki\/User_Agent'>User-Agent<\/a> durch die zufällige Wahl eines neuen aus der Liste alle",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "Minuten.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Laut der <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] sendet dein Browser einen &lsquo;User Agent&rsquo; Header an die Webseite und sagt damit präzise, welches Betriebssystem und welchen Webbrowser du benutzt. Diese Informationen tragen dazu bei, Internet-Nutzer von anderen zu unterscheiden, da diese Versionen häufig beträchtlich von Person zu Person unterschiedlich sind. [...] <b>der User Agent wird damit zu einer reellen Gefahr für die Privatsphäre<\/b>.&rdquo;<p>Diese Option ermöglicht dir, auf diese Bedrohung zu reagieren.<\/p><p>Du kannst deine eigene Liste von User Agents einstellen, und zwar eine Variante pro Zeile. Leere Zeilen und Zeilen mit einem vorangestellten &lsquo;#&rsquo; werden ignoriert.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanente Regeln",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximale Zahl an Einträgen",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "Verschleiere den User-Agent mit: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "Cookie gelöscht: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Σύμβολο User agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "λεπτά.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -115,10 +115,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof" : {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof" : {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -415,18 +411,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p>",
"description": ""
},
"privacySpoofUserAgentPrompt1" : {
"message": "Spoof <a href='https://en.wikipedia.org/wiki/User_agent'>User-Agent</a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2" : {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp" : {
"message": "<a href='https://www.eff.org/deeplinks/2010/01/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation</i></a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem</b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https://code.google.com/p/chromium/issues/detail?id=129353'>your actual User Agent string can be leaked</a> through WebSockets.</p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.</p>",
"description": ""
},
"userRulesPermanentHeader": {
@ -614,10 +598,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing" : {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted" : {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutoj.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Daŭraj reguloj",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "kuketo forigita: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS estricto",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Falsificar cadena User-Agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Falsificar Referer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>La auditoría de hipervínculos o enlaces es un mecanismo que permite a alguien, <b>cualquiera<\/b>, ser informado acerca de a que enlace accedió un usuario en una página web particular. Es esencialmente un mecanismo de rastreo: permite a un sitio web, o a un tercero, ser informado sobre cuales enlaces, en cuales páginas, fueron accedidos por el usuario. Su único motivo es rastrear la actividad de navegación del usuario.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Falsificar cadena <a href='https:\/\/es.wikipedia.org\/wiki\/Agente_de_usuario'>User-Agent<\/a>, escogiendo una de éstas al azar cada",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutos.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Según la <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] su navegador envía un encabezado &lsquo;User Agent&rsquo; al sitio web, estableciendo de manera precisa que combinación de sistema operativo y navegador está usando. Esto puede ayudar a diferenciar los usuarios en Internet, pues esta información varía a menudo considerablemente de un usuario a otro. [...] <b>la cadena User Agent se convierte en un verdadero problema de privacidad<\/b>.&rdquo;<p>Esta opción le permite resolver este problema puesto de relieve por la EFF.<\/p><p>Usted puede suministrar su propia lista de cadenas <i>user agent<\/i>. Una cadena por línea. Las líneas en blanco o con prefijo &lsquo;#&rsquo; serán ignoradas.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Reglas permanentes",
"description": ""
@ -599,10 +583,6 @@
"message": "Número máximo de registros",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "falsificar cadena User-Agent con: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie eliminada: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Range HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Kasutajaagendi ninanips",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Viitaja narritamine",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "فقط HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "مخفی نمودن user agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "مخفی‌نمودن ارجاع‌دهنده",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "دقیقه.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "قوانین دائم",
"description": ""
@ -599,10 +583,6 @@
"message": "بیشترین تعداد ورودی‌ها",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "کوکی پاک‌شده: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Tiukka HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Trafic HTTPS uniquement",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Modifier l'Identification du navigateur",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Modifier le Référant HTTP",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>L'audit hyperlien est un méchanisme qui permet à <b>n'importe quel parti<\/b> de connaître le lien sur lequel une personne clique dans une page Web précise. C'est surtout une fonctionnalité de pistage, qui peut donc être désactivée sans crainte.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Modifier l'<a href='https:\/\/fr.wikipedia.org\/wiki\/User-Agent'>Identification du navigateur<\/a> toutes les",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes en choisissant au hasard une des chaînes de caractères suivantes :",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>D'après l'<i>Electronic Frontier Foundation<\/i><\/a>, &ldquo;votre navigateur envoit un entête d &lsquo;Identification du navigateur&rsquo; vers le site Web visité, indiquant à ce dernier le Système d'Exploitation et le Navigateur Web que vous utilisez. Cette information peut permettre la distinction entre deux internautes puisque leurs versions employées diffèrent, parfois même de manière considérable. [...] <b>la chaine de caractères dIdentification du navigateur devient un réel problème de confidentialité<\/b>.&rdquo;<p><i>µMatrix<\/i> vous offre ainsi la possibilité de falsifier votre Identification du navigateur pour améliorer votre vie privée.<\/p><p>Sachez cependant qu'en fonction de la fausse identification aléatoirement choisie et utilisée, certains sites Web peuvent avoir un comportement qui vous paraitra un peu étrange, si cela devenait un obstacle pour un site précis, pensez à désactiver provisoirement cette option.<\/p><p>Vous pouvez fournir votre propre liste d'Identifications du navigateur. N'en saisissez qu'une par ligne. Les lignes vides et les lignes commençant par &lsquo;#&rsquo; seront ignorées.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Règles permanentes",
"description": ""
@ -599,10 +583,6 @@
"message": "Nombre maximum d'entrées",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "Remplacement de l'Identification du navigateur par : {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "Cookie supprimé : {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "מצב HTTPS נוקשה",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "זיוף מזהה משתמש",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "זיוף מפנה",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing זהו מנגנון אשר מאפשר לצד, <b>כל צד<\/b>, להיות מודע על איזה קישור בדיוק המשתמש לחץ בדף אינטרנט ספציפי. במהות שלו זוהי תכונת מעקב: היא מאפשרת לדף אינטרנט, או לכל אתר צד שלישי לדף אינטרנט זה, להיות מודע לגבי איזה קישור לחצת באיזה דף של האתר שלהם. המטרה היחידה היא לעקוב אחר פעילות הגלישה שלך.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "החלף את הערך של <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>מזהה המשתמש<\/a> על ידי בחירה באקראי במזהה חדש מהרשימה למטה כל",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "דקות.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>לפי ה <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] הדפדפן שלך שולח כותרת (header) של &lsquo;מזהה משתמש&rsquo; לאתר שאומר בדיוק באיזו מערכת הפעלה ודפדפן אתה משתמש. מידע זה יכול לעזור להבדיל בין משתמש אינטרנט אחד לשני בגלל שוני הגרסאות, שלפעמים מהותי, מאדם לאדם. [...] <b> התוכן של מזהה המשתמש הופך לבעיית פרטיות אמיתית<\/b>.&rdquo;<p>אפשרות זו מאפשרת לך להתייחס לבעיית הפרטיות שהועלתה על ידי ה EFF.<\/p><p>אתה יכול להכניס רשימה משלך של מזהי משתמשים. מזהה משתמש אחד בכל שורה. שורות ריקות ושורות עם קידומת &lsquo;#&rsquo; לא יפורשו.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "חוקים קבועים",
"description": ""
@ -599,10 +583,6 @@
"message": "מספר רשומות מקסימליות",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "מחליף את ה user agent שלך ב: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "עוגייה נמחקה: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS követelése",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User-Agent hamisítás",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer hamisítás",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>A hiperlink-auditálás egy olyan mechanizmus, ami egy hardmadik- <b>vagy bármely<\/b> fél számára lehetővé teszi, hogy visszajelzést kapjanak egy a felhasználó által az oldalon lévő linkre történő kattintásról. Lényegében ez egy követési módszer: lehetővé teszi egy oldalnak, vagy bármely harmadik fél számára, hogy tudomást szerezzenek arról, hogy a felhasználó melyik linkre kattintott az oldalon. Egyetlen célja, hogy a felhasználó böngészési aktivitását nyomonkövesse.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "A <a href='https:\/\/hu.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> header felülírása egy véletlenszerűen kiválasztott stringgel az alábbiak közül",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "percenként.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Az <i>Electronic Frontier Foundation<\/i> szerint<\/a>: &ldquo;[...] a böngészője &lsquo;User Agent&rsquo; headert küld a weboldalnak, ami pontosan meghatározza milyen operációs rendszert és webböngészőt használ. Ez az információ megkönnyíti az internetfelhasználók egymástól való megkülönböztetését, mivel a verziószámok gyakran lényegesen eltérhetnek személyenként. [...] <b>egy User Agent string igazi adatvédelmi problémává válik<\/b>.&rdquo;<p>Ez a beállítás lehetőséget ad az EFF által ismertetett probléma megoldására. Érdemes megjegyezni, hogy <a href='https:\/\/bugs.chromium.org\/p\/chromium\/issues\/detail?id=129353'>a tényleges User Agent string kinyerhető<\/a> WebSocket-en keresztül.<\/p><p>Saját User-Agent string lista megadására is lehetőség van a következő formátumban: Soronként egy string; az üres, valamint &lsquo;#&rsquo; karakterrel kezdődő sorok figyelmen kívül lesznek hagyva.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Állandó szabályok",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximális bejegyzések száma",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "User-Agent a következőre cserélve: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "süti törölve: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS Ketat",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Pemalsuan user agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Pemalsuan perujuk",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Pengauditan pranala adalah mekanisme yang memperbolehkan satu pihak, <b>pihak manapun<\/b>, mendapatkan informasi tentang tautan mana yang pengguna klik pada halaman web tertentu. Hal ini pada dasarnya adalah fitur pelacakan: memperbolehkan sebuah situs web, atau pihak ketiga dari situs web tersebut, mendapatkan informasi tentang tautan mana di halaman yang mana yang anda klik pada situs web tersebut. Tujuannya adalah untuk melacak aktifitas penjelajahan anda.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Palsukan untai <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> dengan cara memilih acak salah satu yang baru di bawah setiap",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "menit.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Menurut <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] peramban anda mengirimkan sebuah tajuk &lsquo;User Agent&rsquo; ke situs web dan menjelaskan secara akurat tentang sistem operasi dan peramban web yang anda gunakan. Informasi tersebut dapat membantu membedakan pengguna internet satu dengan yang lain karena versi sistem operasi dan peramban yang berbeda-beda, seringkali, orang per orang. [...] <b>User Agent menjadi masalah utama privasi yang nyata<\/b>.&rdquo;<p>Opsi ini memungkinkan anda untuk mengatasi masalah privasi yang diangkat oleh EFF.<\/p><p>Anda dapat memberikan senarai untai user agent anda sendiri. Satu untai user agent per baris. Baris kosong dan baris yang dimulai dengan &lsquo;#&rsquo; akan diabaikan.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Aturan permanen",
"description": ""
@ -599,10 +583,6 @@
"message": "Jumlah maksimum entri",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "memalsukan user agent dengan: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "kuki dihapus: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Spoof user agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Spoof referer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>La revisione degli hyperlink è un meccanismo che consente a una parte, <b>qualsiasi parte<\/b>, di essere informata su quale link ha cliccato l'utente in una pagina web. Si tratta essenzialmente di una funzione di tracciamento: permette a un sito, o a qualsiasi terza parte di quel sito, di essere informato su quale link hai cliccato su quale delle sue pagine web. L'unico scopo è quello di tracciare la tua attività di navigazione.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Falsifica (spoof) la stringa <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> scegliendone casualmente una nuova qua sotto ogni",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minuti.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Secondo la <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] il tuo browser invia un'intestazione &lsquo;User Agent&rsquo; al sito web dicendo con precisione quale sistema operativo e browser stai usando. Queste informazioni potrebbero aiutare a distinguere gli utenti Internet tra loro perché queste versioni differiscono, spesso notevolmente, da una persona all'altra. [...] <b>la stringa User Agent diventa un vero problema di privacy<\/b>.&rdquo;<p>Questa opzione ti consente di affrontare il problema della privacy sollevato dalla EFF. Tieni presente che <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>la tua vera stringa User Agent può trapelare<\/a> attraverso i WebSocket.<\/p><p>Puoi fornire la tua lista di stringhe user agent. Una stringa per riga. Le righe vuote e quelle con prefisso &lsquo;#&rsquo; saranno ignorate.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Regole permanenti",
"description": ""
@ -599,10 +583,6 @@
"message": "Numero massimo di voci",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoof dello user agent con: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie eliminato: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "完全な HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "ユーザーエージェントの偽装",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "リファラの偽装",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>ハイパーリンクの監査は、ユーザーが特定の Web ページ上でどのリンクをクリックしたかを <b>不特定の誰か<\/b> に通知することを可能にする仕組みです。これは本質的にトラッキングの機能です。あなたがあるリンクをクリックしたとき、それを Web サイト(または第三者)に通知します。この機能の唯一の目的は、あなたのブラウジングを追跡することです。<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "以下のリストからランダムに選択した <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>ユーザーエージェント<\/a> で偽装する(",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "分おきに変更する)",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'><i>電子フロンティア財団EFF<\/i>によると<\/a>: &ldquo;[...] ブラウザは利用している OS と Web ブラウザについての詳細を、&lsquo;User Agent&rsquo; ヘッダによりウェブサイトに通知します。この情報は、インターネット上のユーザを識別するのに役立っています。なぜなら、この情報はしばしば人それぞれ大幅に違うことがあるためです。[...] <b>ユーザーエージェント文字列は、現実のプライバシーの問題となっています。<\/b>&rdquo;<p>このオプションによって、EFF が提起したプライバシーの問題に対処することができます。実際のユーザーエージェント文字列は WebSocket から<a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>漏洩することがある<\/a>のでご注意ください。<\/p><p>ユーザーエージェント文字列のリストを独自に定義することができます。1 行にひとつずつ記述してください。空の行と &lsquo;#&rsquo; で始まる行は無視されます。<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "永続的なルール",
"description": ""
@ -599,10 +583,6 @@
"message": "エントリの最大数",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "偽装しているユーザーエージェント: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "削除した Cookie{{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "전체 HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent 위장",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "참조 주소 위조",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "매번 새로운 항목을 무작위로 선택하여 <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> 문자열을 위장합니다.",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "분 간격으로 변경",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "저장된 규칙",
"description": ""
@ -599,10 +583,6 @@
"message": "최대 항목 수",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "user agent 위장: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "쿠키 삭제: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minūtes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "സ്ട്രിക്റ്റ് എച്ച്ടിടിപിഎസ്",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "യൂസര്‍ ഏജന്റ്റ് അനുകരിക്കുക",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "റഫറര്‍ അനുകരണം",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "മിനിട്ടുകള്‍.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "സ്ഥിര നിയമങ്ങള്‍",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Streng HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Lurendreiing av brukeragent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Lurendreiing av referent",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Lur <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>brukeragent<\/a>-strengen ved å tilfeldig velge en ny fra listen nedenfor hvert",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutt.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanente regelsett",
"description": ""
@ -599,10 +583,6 @@
"message": "Maksimalt antall oppføringer",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "lurer brukeragent med: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "kake slettet: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Useragent vervalsen",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referer vervalsen",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is een mechanisme waarmee een partij, <b>ongeacht welke<\/b>, kan worden geïnformeerd over de koppeling op een bepaalde webpagina waarop een gebruiker heeft geklikt. Dit is in essentie een trackingfunctie: het kan een website of derde partijen ten opzichte van die website informeren over op welke koppeling en op welke paginas van de website u hebt geklikt. Het enige doel ervan is het volgen van uw browseractiviteit.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "<a href='https:\/\/nl.wikipedia.org\/wiki\/Useragent'>Useragent<\/a>-string vervalsen door om de",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minuten willekeurig een nieuwe uit de onderstaande te kiezen",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Volgens de <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo; [...] uw browser stuurt een &lsquo;Useragent&rsquo;-header naar de website, die precies vertelt welk besturingssysteem en welke internetbrowser u gebruikt. Deze informatie kan helpen internetgebruikers van elkaar te onderscheiden, omdat deze versies van gebruiker tot gebruiker vaak aanzienlijk verschillen. [...] <b>de Useragent-string wordt een groot privacyprobleem<\/b>.&rdquo;<p> Via deze optie kunt u op dit privacygerelateerde probleem dat door de EFF naar voren is gebracht reageren. Houd er rekening mee dat <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>uw werkelijke Useragent-string kan worden doorgegeven<\/a> via WebSockets.<\/p><p>U kunt uw eigen lijst van useragents opgeven. Eén string per regel. Lege regels en regels beginnend met &lsquo;#&rsquo; worden genegeerd.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanente regels",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximale aantal vermeldingen",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "useragent wordt vervalst met: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie verwijderd: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Rygorystyczny HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Fałszowanie nagłówka User-Agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Fałszowanie referrera",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Audytowanie linków to mechanizm wysyłający informację o linkach klikniętych przez użytkownika na stronie internetowej. Jest to funkcja przeznaczona głównie do śledzenia: pozwala witrynie internetowej lub dowolnej stronie trzeciej, być informowanym o linkach jakie kliknąłeś na stronie internetowej. Jedynym celem jest śledzenie twojej aktywności w sieci.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Fałszuj nagłówek <a href='https:\/\/pl.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> wybierając losowo jeden z poniższej listy",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minut.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Według <i>Electronic Frontier Foundation<\/i>[ang.]<\/a>: &ldquo;[...] twoja przeglądarka wysyła do witryny internetowej nagłówek &lsquo;User Agent&rsquo; mówiący dokładnie jakiej wersji przeglądarki i systemu operacyjnego używasz. Ta informacja może pomóc odróżnić poszczególnych użytkowników Internetu, ponieważ wersje [systemu i przeglądarki] różnią się, często znacząco, od użytkownika do użytkownika. [...] <b>nagłówek User Agent staje się realnym problemem prywatności<\/b>.&rdquo;<p>Ta opcja pozwala ci odnieść się do problemu podniesionego przez EFF.<\/p><p>Możesz podać swoją własną listę nagłówków User Agent. Jeden ja linię. Puste linie i linie zaczynające się od &lsquo;#&rsquo; będą zignorowane.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Stałe zasady",
"description": ""
@ -599,10 +583,6 @@
"message": "Maksymalna ilość wpisów",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "fałszowanie user agenta ciągiem: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "ciastko usunięte: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS Estrito",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Ocultação do User agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Ocultar Referrer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing é um mecanismo que permite que um ente, <b>qualquer ente<\/b>, de ser informado sobre o que vincular um usuário clicou em uma página web em particular. É essencialmente um recurso de rastreamento: ele permite que um site, ou qualquer terceira parte para esse site, para ser informado sobre qual link você clicou em que uma das suas páginas web. O único objetivo é rastrear sua atividade de navegação.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Sequência de Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a>, escolhendo aleatoriamente um novo abaixo a cada",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutos.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>De acordo com o <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] o seu navegador envia uma &lsquo;User Agent&rsquo; cabeçalho para o site dizendo exatamente qual sistema operacional e navegador que você está usando. Esta informação pode ajudar a distinguir os utilizadores da Internet a partir de um outro, pois essas versões são diferentes, muitas vezes consideravelmente, de pessoa para pessoa. [...] <b>a seqüência de agente do usuário torna-se um problema real privacidade<\/b>.&rdquo;<p>Esta opção permite-lhe abordar a questão da privacidade levantadas pelo EFF.<\/p><p>Você pode fornecer a sua própria lista de cadeias de agente de usuário. Um por linha.As linhas em branco e linhas com prefixo &lsquo;#&rsquo; serão ignorados.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Regras permanentes",
"description": ""
@ -599,10 +583,6 @@
"message": "Número máximo de entradas",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "falsificando user agent com: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie apagado: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS rigoroso",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Falsificação do User-Agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Falsificação do referrer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Auditoria de hiperlinks é um mecanismo que permite que uma entidade, <b>qualquer entidade<\/b>, seja informada do link em que um utilizador clicou, numa determinada página web. É essencialmente monitorização: permite que um site, ou terceiros, relativos a esse site, sejam informados do link em que clicou, numa das suas páginas web. O único propósito disto é a monitorização da sua actividade.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Falsifica a string do <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> escolhendo aleatoriamente uma nova, a cada",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutos.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>De acordo com a <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] o seu browser manda um &lsquo;User Agent&rsquo; header para o site, que diz precisamente qual o sistema operativo e browser que está a usar. Esta informação pode ajudar a dinstinguir utilizadores da internet um do outro, pois essas versões diferem, por vezes considerávelmente, de uma pessoa para outra. [...] <b>a string do User-Agent torna-se um verdadeiro problema de privacidade.<\/b>.&rdquo;<p>Esta opção permite que corrija o problema de privacidade abordado pela EFF.<\/p><p>Pode fornecer a sua própria lista de strings de user-agent. Uma por linha. Linhas em branco e linhas prefixadas por &lsquo;#&rsquo; serão ignoradas.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Regras permanentes",
"description": ""
@ -599,10 +583,6 @@
"message": "Número máximo de entradas",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "falsificando o user-agent com: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie apagado: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS strict",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Alterare User-agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Alterare referent",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minute.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Reguli permanente",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie șters: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Только HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Подмена user agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Подмена referrer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Проверка гиперссылок — это механизм, позволяющий <b>любой стороне<\/b> получать информацию о том, по каким ссылкам переходил пользователь на каждой конкретной веб-странице. Единственная цель — отслеживание вашей интернет-активности.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Подменять строку <a href='https:\/\/ru.wikipedia.org\/wiki\/User_Agent'>User-Agent<\/a>, случайно выбирая из расположенных снизу, каждые",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "минут.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "Согласно <a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'><i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] браузер посылает веб-сайту заголовок &lsquo;User Agent&rsquo;, в котором содержится точная информация об используемой операционной системе и браузере. Эта информация позволяет отличать пользователей друг от друга, потому что версии ОС и браузера часто существенно различаются. [...] <b>Строка User Agent становится настоящей проблемой для тех, кто заботится о своей конфиденциальности<\/b>.&rdquo;<p>Данная опция позволяет решить эту проблему.<\/p><p>Вы можете составить собственный список заголовков user agent. Одна запись на строку. Пустые строки и строки, начинающиеся с символа &lsquo;#&rsquo;, будут проигнорированы.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Постоянные правила",
"description": ""
@ -599,10 +583,6 @@
"message": "Максимальное число записей",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "строка user-agent подменена на: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "куки удален: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strog HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Само HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent лажирање",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer лажирање",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Надгледање хипервеза је механизам који дозвољава страни, <b>било којој страни<\/b>, да се информише о томе коју везу је корисник отворио на одређеној страници. То је у суштини функција праћења: дозвољава веб сајту или некој трећој страни да се информише о томе коју везу сте отворили на којој веб страници. Једина сврха је праћење активности корисника.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Лажирај <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> низ насумичним избором новог са листе испод, сваких",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "минута.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Према <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...]ваш прегледач шаље &lsquo;User Agent&rsquo; заглавље веб сајту одајући тачно који оперативни систем и веб прегледач користите. Ова информација може помоћи у разликовању интернет корисника једних од других, зато што се ове верзије разликују, често знатно, од особе до особе.[...] <b>User Agent низ постаје стварни проблем приватности<\/b>.&rdquo;<p>Ова опција вам омогућује да решите питање приватности покренуто од стране EFF. Имајте на уму да <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>ваш тренутни User Agent низ може бити одат<\/a> преко WebSockets.<\/p><p>Можете креирати сопствени списак user agent низова. Један низ по линији.Празне линије и линије које почињу са &lsquo;#&rsquo; ће бити игнорисане.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Трајна правила",
"description": ""
@ -599,10 +583,6 @@
"message": "Највећи број уноса",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "лажирање user agentа са: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "колачића избрисано: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strikt HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Förvanskning av användaragent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Hänvisningsförvanskning",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Granskning av hyperlänkar är en mekanism som tillåter en part, <b>vilken som helst<\/b>, att få tillgång till information om en användare har klickat på en särskild webbplats. Det är praktiskt taget en spårningsfunktion: det möjliggör för en websida, eller en tredjepart till den sidan, att få information om vilken sida du var på och vilken länk du har tryckt på. Syftet är endast att kartlägga ditt beteende när du surfar.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Förvanska <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>användaragent<\/a> genom att slumpvist ange en ny var",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minuter.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Enligt <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] skickar din webbläsare ett &lsquo;användaragent&rsquo;-sidhuvud till webbplatser för att tala om precis vilket operativsystem och vilken webbläsare du använder. Denna information kan hjälpa sidan att unikt särskilja internetanvändare från varandra, eftersom informationen ofta skiljer sig markant från person till person. [...]<b>Användaragenten blir ett riktigt integritetsproblem<\/b>.&rdquo;<p>Denna inställning åtgärdar integritetsproblemet som EFF har lyft fram. Observera att <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>din riktiga användaragent kan läcka<\/a> genom WebSockets.<\/p><p>Du kan skriva in en egen lista med användaragenter. En sträng per rad. Tomma rader och rader som börjar med &lsquo;#&rsquo; ignoreras.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanenta regler",
"description": ""
@ -599,10 +583,6 @@
"message": "Högst antal inlägg",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "användaragenten förvanskad med: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "borttagna kakor: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "నిమిషాలు.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "శాశ్వత నియమాలు",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Strict HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "User agent spoofing",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Referrer spoofing",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Spoof <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>User-Agent<\/a> string by randomly picking a new one below every",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "minutes.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Permanent rules",
"description": ""
@ -599,10 +583,6 @@
"message": "Maximum number of entries",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "spoofing user agent with: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "cookie deleted: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Katı HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Kullanıcı aracını aldat",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Başvuran aldat",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Köprü denetimi, kullanıcının web sayfasında hangi bağlantıya tıkladığını bir tarafa bildiren, <b>herhangi bir tarafa<\/b>, mekanizmadır. Esasen bir izleme özelliğidir: Bir web sitesinin veya o siteye bağlı üçüncü tarafın o sitenin hangi sayfasında hangi bağlantıya tıkladığınızı bilmesine olanak sağlar. Bunun tek amacı sizin tarayıcı etkinliğinizi izlemektir.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "<a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>Kullanıcı Aracı<\/a> bilgisini aldatmak için aşağıdaki dizelerden birini rastgele seçerek her",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "dakikada bir kullan.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'><i>Electronic Frontier Foundation'a<\/i> göre<\/a>: &ldquo;[...] tarayıcınız web sitesine kullandığınız işletim sistemini ve tarayıcıyı bilgisini içeren &lsquo;Kullanıcı Aracı&rsquo; başlığı gönderir. Bu bilgi Internet kullanıcılarının birbirlerinden ayırt edilmesine yardımcı olabilir. [...] <b>Kullanıcı Aracı dizesi gerçek bir gizlilik problemine yol açar<\/b>.&rdquo;<p>Bu seçenek EFF tarafından dile getirilen gizlilik sorununu çözmenizi sağlar. <\/p><p>Kendi kullanıcı aracı dizesi listelerinizi sağlayabilirsiniz. Satır başına bir dize. Boş satırlar ve &lsquo;#&rsquo; işareti ile başlayan satırlar yok sayılacaktır.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Kalıcı kurallar",
"description": ""
@ -599,10 +583,6 @@
"message": "Maksimum giriş sayısı",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "kullanıcı aracı bununla aldatılıyor: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "çerez silindi: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "Строге HTTPS",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Підміна User agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Підміна referrer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Підміняти <a href='https:\/\/ru.wikipedia.org\/wiki\/User_Agent'>User-Agent<\/a>, випадково вибираючи одну з наведених нижче, кожні",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "хвилин.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>Згідно з <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] Ваш переглядач відправляє заголовок &lsquo;User Agent&rsquo; що містить точну версію Вашої операційної системи та веб-переглядача. Ця інформація допомогає розрізняти відвідувачів сайтів, тому що ці версії різні у різних користувачів. [...] <b>заголовок User Agent є справжньою проблемою для приватності<\/b>. &rdquo;<p>Ця опція дозволяє уникнути цієї проблеми.<\/p><p>Ви можете вказати власний перелік цих значень. Одне значення User Agent на рядок. Порожні рядки, а також рядки що починаються з &lsquo;#&rsquo; не мають значення.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Постійні правила",
"description": ""
@ -599,10 +583,6 @@
"message": "Максимальна кількість записів",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "підміна user agent на: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "кукі видалено: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "HTTPS nghiêm ngặt",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "Giả đại diện trình duyệt",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "Giả tham chiếu",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>Hyperlink auditing is a mechanism which allow a party, <b>any party<\/b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "Ngẫu nhiên giả mạo chuỗi <a href='https:\/\/en.wikipedia.org\/wiki\/User_agent'>Nhận dạng trình duyệt<\/a> bằng cách chọn mục dưới đây mỗi",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": "phút.",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'>According to the <i>Electronic Frontier Foundation<\/i><\/a>: &ldquo;[...] your browser sends a &lsquo;User Agent&rsquo; header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] <b>the User Agent string becomes a real privacy problem<\/b>.&rdquo;<p>This option allows you to address the privacy issue raised by the EFF. Please note that <a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>your actual User Agent string can be leaked<\/a> through WebSockets.<\/p><p>You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with &lsquo;#&rsquo; will be ignored.<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "Quy tắc vĩnh viễn",
"description": ""
@ -599,10 +583,6 @@
"message": "Số mục tối đa",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "giả mạo nhận diện trình duyệt với: {{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "đã xoá cookie: {{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "严格遵守 HTTPS 协议",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "伪造 User Agent",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "伪造 Referrer",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>超链接审查容许<b>任何人<\/b>得知用户于特定网页上点击了某个链接。其本质为一种跟踪手段:经由容许网站或任何第三方获知您于哪个页面点击了哪个链接,以达到追踪您的浏览活动这一特定目的。<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "每隔 ",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": " 分钟从下方随机抽取一行用来伪造 <a href='https:\/\/zh.wikipedia.org\/wiki\/%E7%94%A8%E6%88%B7%E4%BB%A3%E7%90%86'>User Agent<\/a>",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'><i>电子前哨基金会<\/i><\/a>告知:“……您的浏览器会向网站发送一个‘用户代理’标识,以精确地向网站报告您所使用的操作系统及浏览器。对不同的人而言,操作系统与浏览器的版本通常存在不少差异,故此,以上信息可被用于识别互联网用户。……<b>用户代理标识成为了一个实实在在的私隐问题<\/b>。”<p>该选项有助您处理由电子前哨基金会提出的隐私问题。<a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>请注意,目前尚无法彻底阻止 WebSocket 泄漏您的用户代理标识。<\/a><\/p><p>您可以自行提供用户代理列表。每行一个字符串。空行以及以“#”启始的行将被忽略。<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "永久规则",
"description": ""
@ -599,10 +583,6 @@
"message": "日志条数限制",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "当前 User Agent 被伪造成:{{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "已删除 Cookie{{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -111,10 +111,6 @@
"message": "嚴格遵守 HTTPS 協議",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchUASpoof": {
"message": "偽裝使用者代理",
"description": "A menu entry in the matrix popup"
},
"matrixSwitchReferrerSpoof": {
"message": "偽造參照位址",
"description": "A menu entry in the matrix popup"
@ -407,18 +403,6 @@
"message": "<p>超連結審查容許<b>任何人<\/b>獲知用戶於特定網頁上點擊了某個連結。其本質為一種追蹤手段:經由容許網站或任何第三方獲告知您於哪個頁面點擊了哪個連結,以達到追蹤您的瀏覽動向此一特定目的。<\/p>",
"description": ""
},
"privacySpoofUserAgentPrompt1": {
"message": "每隔 ",
"description": "First part of UA-spoofing prompt"
},
"privacySpoofUserAgentPrompt2": {
"message": " 分鐘從下方隨機選取一行用以偽造<a href='https:\/\/zh.wikipedia.org\/wiki\/%E7%94%A8%E6%88%B7%E4%BB%A3%E7%90%86'>使用者代理<\/a>",
"description": "Second part"
},
"privacySpoofUserAgentHelp": {
"message": "<a href='https:\/\/www.eff.org\/deeplinks\/2010\/01\/tracking-by-user-agent'><i>電子前哨基金會<\/i><\/a>告知:「……您的瀏覽器會向網站發送一個『使用者代理』標識,以精確地向網站報告您所使用的作業系統及瀏覽器。對不同的人而言,作業系統與瀏覽器的版本通常存在不少差異,故此,以上信息可被用於識別互聯網用戶。……<b>使用者代理標識成為了一個實實在在的私隱問題<\/b>。」<p>該選項有助您處理由電子前哨基金會提出的隱私問題。<a href='https:\/\/code.google.com\/p\/chromium\/issues\/detail?id=129353'>請注意,目前尚無法徹底阻止 WebSocket 洩漏您的使用者代理標識。<\/a><\/p><p>您可以自行提供使用者代理列表。每行一個字串。空行以及以「#」啟始的行將被忽略。<\/p>",
"description": ""
},
"userRulesPermanentHeader": {
"message": "永久規則",
"description": ""
@ -599,10 +583,6 @@
"message": "日誌條數限制",
"description": "Appears as a tooltip when hovering the input field"
},
"loggerEntryUserAgentSpoofing": {
"message": "當前使用者代理被偽造為:{{value}}",
"description": "An entry for when a new user agent string is selected"
},
"loggerEntryCookieDeleted": {
"message": "已刪除 Cookie{{value}}",
"description": "An entry for when a cookie is deleted"

View file

@ -28,7 +28,6 @@
<script src="js/pagestats.js"></script>
<script src="js/tab.js"></script>
<script src="js/traffic.js"></script>
<script src="js/useragent.js"></script>
<script src="js/browsercache.js"></script>
<script src="js/start.js"></script>
</body>

View file

@ -35,23 +35,6 @@ var oneDay = 24 * oneHour;
/******************************************************************************/
/******************************************************************************/
var defaultUserAgentStrings = [
'# http://techblog.willshouse.com/2012/01/03/most-common-user-agents/',
'# using ua string which are same browser as real one may work better overall',
'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36',
'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0',
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0.5 Safari/600.5.17',
'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36',
'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36',
'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36',
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36',
'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0',
''
].join('\n').trim();
/******************************************************************************/
/******************************************************************************/
var _RequestStats = function() {
this.reset();
};
@ -121,10 +104,7 @@ return {
popupCollapseBlacklistedDomains: false,
popupScopeLevel: 'domain',
processHyperlinkAuditing: true,
processReferer: false,
spoofUserAgent: false,
spoofUserAgentEvery: 5,
spoofUserAgentWith: defaultUserAgentStrings
processReferer: false
},
clearBrowserCacheCycle: 0,
@ -160,8 +140,6 @@ return {
hyperlinkAuditingFoiledCounter: 0,
browserCacheClearedCounter: 0,
storageUsed: 0,
userAgentReplaceStr: '',
userAgentReplaceStrBirth: 0,
// record what the browser is doing behind the scene
behindTheSceneScope: 'behind-the-scene',

View file

@ -1,150 +0,0 @@
/*******************************************************************************
µMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
Home: https://github.com/gorhill/uMatrix
*/
/* global vAPI */
/* jshint multistr: true */
// Injected into content pages
/******************************************************************************/
(function() {
'use strict';
/******************************************************************************/
// https://github.com/chrisaljoudi/uBlock/issues/464
if ( document instanceof HTMLDocument === false ) {
//console.debug('contentscript-start.js > not a HTLMDocument');
return;
}
// This can also happen (for example if script injected into a `data:` URI doc)
if ( !window.location ) {
return;
}
// This can happen
if ( typeof vAPI !== 'object' ) {
//console.debug('contentscript-start.js > vAPI not found');
return;
}
// https://github.com/chrisaljoudi/uBlock/issues/456
// Already injected?
if ( vAPI.contentscriptStartInjected ) {
//console.debug('contentscript-end.js > content script already injected');
return;
}
vAPI.contentscriptStartInjected = true;
/******************************************************************************/
var localMessager = vAPI.messaging.channel('contentscript-start.js');
/******************************************************************************/
// If you play with this code, mind:
// https://github.com/gorhill/httpswitchboard/issues/261
// https://github.com/gorhill/httpswitchboard/issues/252
var navigatorSpoofer = " \
;(function() { \n \
try { \n \
/* https://github.com/gorhill/uMatrix/issues/61#issuecomment-63814351 */ \n \
var navigator = window.navigator; \n \
var spoofedUserAgent = {{ua-json}}; \n \
if ( spoofedUserAgent === navigator.userAgent ) { \n \
return; \n \
} \n \
var pos = spoofedUserAgent.indexOf('/'); \n \
var appName = pos === -1 ? '' : spoofedUserAgent.slice(0, pos); \n \
var appVersion = pos === -1 ? spoofedUserAgent : spoofedUserAgent.slice(pos + 1); \n \
Object.defineProperty(navigator, 'userAgent', { value: spoofedUserAgent }); \n \
Object.defineProperty(navigator, 'appName', { value: appName }); \n \
Object.defineProperty(navigator, 'appVersion', { value: appVersion }); \n \
var c = document.currentScript, \n \
p = c && c.parentNode; \n \
if ( p ) { p.removeChild(c); } \n \
} catch (e) { \n \
} \n \
})();";
/******************************************************************************/
// Because window.userAgent is read-only, we need to create a fake Navigator
// object to contain our fake user-agent string.
// Because objects created by a content script are local to the content script
// and not visible to the web page itself (and vice versa), we need the context
// of the web page to create the fake Navigator object directly, and the only
// way to do this is to inject appropriate javascript code into the web page.
var injectNavigatorSpoofer = function(spoofedUserAgent) {
if ( typeof spoofedUserAgent !== 'string' ) {
return;
}
if ( spoofedUserAgent === navigator.userAgent ) {
return;
}
var parent = document.head || document.documentElement,
scriptText = navigatorSpoofer.replace('{{ua-json}}', JSON.stringify(spoofedUserAgent)),
script = document.createElement('script');
script.setAttribute('type', 'text/javascript');
script.appendChild(document.createTextNode(scriptText));
try {
parent.appendChild(script);
}
catch (ex) {
}
// https://github.com/gorhill/uMatrix/issues/771
if ( script.parentNode !== null ) {
script.parentNode.removeChild(script);
script = document.createElement('script');
script.setAttribute('type', 'text/javascript');
script.setAttribute('src', 'data:application/javascript;base64,' + window.btoa(scriptText));
try {
parent.appendChild(script);
}
catch (ex) {
}
if ( script.parentNode !== null ) {
script.parentNode.removeChild(script);
}
}
// The port will never be used again at this point, disconnecting allows
// to browser to flush this script from memory.
localMessager.close();
};
localMessager.send({
what: 'getUserAgentReplaceStr',
hostname: window.location.hostname
}, injectNavigatorSpoofer);
/******************************************************************************/
/******************************************************************************/
})();
/******************************************************************************/

View file

@ -1,7 +1,7 @@
/*******************************************************************************
µMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014-2105 Raymond Hill
uMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014-2017 Raymond Hill
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,9 +19,11 @@
Home: https://github.com/gorhill/uMatrix
*/
/* global vAPI */
/* global HTMLDocument, vAPI */
/* jshint multistr: true */
'use strict';
/******************************************************************************/
/******************************************************************************/
@ -29,8 +31,6 @@
(function() {
'use strict';
/******************************************************************************/
// https://github.com/chrisaljoudi/uBlock/issues/464

View file

@ -536,12 +536,6 @@ var onMessage = function(request, sender, callback) {
response = evaluateURLs(tabId, request.requests);
break;
case 'getUserAgentReplaceStr':
response = µm.tMatrix.evaluateSwitchZ('ua-spoof', request.hostname) ?
µm.userAgentReplaceStr :
undefined;
break;
case 'shutdown?':
var tabContext = µm.tabContextManager.lookup(tabId);
if ( tabContext !== null ) {

View file

@ -1,7 +1,7 @@
/*******************************************************************************
µMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014 Raymond Hill
uMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014-2017 Raymond Hill
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -21,12 +21,12 @@
/* global vAPI, uDom */
'use strict';
/******************************************************************************/
(function() {
'use strict';
/******************************************************************************/
var messager = vAPI.messaging.channel('privacy.js');
@ -75,7 +75,6 @@ function onChangeValueHandler(uelem, setting, min, max) {
function prepareToDie() {
onChangeValueHandler(uDom('#delete-unused-session-cookies-after'), 'deleteUnusedSessionCookiesAfter', 15, 1440);
onChangeValueHandler(uDom('#clear-browser-cache-after'), 'clearBrowserCacheAfter', 15, 1440);
onChangeValueHandler(uDom('#spoof-user-agent-every'), 'spoofUserAgentEvery', 2, 999);
}
/******************************************************************************/
@ -101,12 +100,6 @@ var installEventHandlers = function() {
uDom('#clear-browser-cache-after').on('change', function(){
onChangeValueHandler(uDom(this), 'clearBrowserCacheAfter', 15, 1440);
});
uDom('#spoof-user-agent-every').on('change', function(){
onChangeValueHandler(uDom(this), 'spoofUserAgentEvery', 2, 999);
});
uDom('#spoof-user-agent-with').on('change', function(){
changeUserSettings('spoofUserAgentWith', uDom(this).val());
});
// https://github.com/gorhill/httpswitchboard/issues/197
uDom(window).on('beforeunload', prepareToDie);
@ -138,8 +131,6 @@ uDom.onLoad(function() {
uDom('#delete-unused-session-cookies-after').val(userSettings.deleteUnusedSessionCookiesAfter);
uDom('#clear-browser-cache-after').val(userSettings.clearBrowserCacheAfter);
uDom('#spoof-user-agent-every').val(userSettings.spoofUserAgentEvery);
uDom('#spoof-user-agent-with').val(userSettings.spoofUserAgentWith);
installEventHandlers();
};

View file

@ -61,9 +61,6 @@
µm.userSettings = store;
// https://github.com/gorhill/httpswitchboard/issues/344
µm.userAgentSpoofer.shuffle();
callback(µm.userSettings);
};

View file

@ -221,10 +221,6 @@ var onBeforeSendHeadersHandler = function(details) {
if ( µm.tMatrix.evaluateSwitchZ('referrer-spoof', pageStore.pageHostname) ) {
foilRefererHeaders(µm, requestHostname, details);
}
if ( µm.tMatrix.evaluateSwitchZ('ua-spoof', pageStore.pageHostname) ) {
details.requestHeaders.setHeader('user-agent', µm.userAgentReplaceStr);
}
};
/******************************************************************************/

View file

@ -1,83 +0,0 @@
/*******************************************************************************
uMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014-2016 Raymond Hill
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
Home: https://github.com/gorhill/uMatrix
*/
/******************************************************************************/
µMatrix.userAgentSpoofer = (function() {
"use strict";
/******************************************************************************/
var userAgentRandomPicker = function() {
var µm = µMatrix;
var userAgents = µm.userSettings.spoofUserAgentWith.split(/[\n\r]+/);
var i, s, pos;
while ( userAgents.length ) {
i = Math.floor(userAgents.length * Math.random());
s = userAgents[i];
if ( s.charAt(0) === '#' ) {
s = '';
} else {
s = s.trim();
}
if ( s !== '' ) {
return s;
}
userAgents.splice(i, 1);
}
return '';
};
/******************************************************************************/
var userAgentSpoofer = function(force) {
var µm = µMatrix;
var uaStr = µm.userAgentReplaceStr;
var obsolete = Date.now();
if ( !force ) {
obsolete -= µm.userSettings.spoofUserAgentEvery * 60 * 1000;
}
if ( µm.userAgentReplaceStrBirth < obsolete ) {
uaStr = '';
}
if ( uaStr === '' ) {
µm.userAgentReplaceStr = userAgentRandomPicker();
µm.userAgentReplaceStrBirth = Date.now();
}
vAPI.setTimeout(userAgentSpoofer, 120 * 1000);
};
userAgentSpoofer();
/******************************************************************************/
return {
shuffle: function() {
userAgentSpoofer(true);
}
};
})();
/******************************************************************************/

View file

@ -1,7 +1,7 @@
/*******************************************************************************
µMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014 Raymond Hill
uMatrix - a Chromium browser extension to black/white list requests.
Copyright (C) 2014-2017 Raymond Hill
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,8 @@
Home: https://github.com/gorhill/uMatrix
*/
'use strict';
/******************************************************************************/
µMatrix.changeUserSettings = function(name, value) {
@ -48,11 +50,6 @@
// Post-change
switch ( name ) {
// https://github.com/gorhill/httpswitchboard/issues/344
case 'spoofUserAgentWith':
this.userAgentSpoofer.shuffle();
break;
default:
break;
}

View file

@ -29,7 +29,6 @@
<button id="buttonMtxSwitches" type="button" class="dropdown-menu-button fa scopeRel" tabindex="-1">&#xf142;<span class="badge"></span></button>
<div class="dropdown-menu">
<ul id="mtxSwitches">
<li id="mtxSwitch_ua-spoof" class="dropdown-menu-entry" data-i18n="matrixSwitchUASpoof">
<li id="mtxSwitch_referrer-spoof" class="dropdown-menu-entry" data-i18n="matrixSwitchReferrerSpoof">
<li id="mtxSwitch_https-strict" class="dropdown-menu-entry" data-i18n="matrixSwitchNoMixedContent">
</ul>

View file

@ -23,18 +23,6 @@ ul > li {
font-weight: 100;
color: #888;
}
#spoof-user-agent-with {
box-sizing: border-box;
direction: ltr;
display: block;
font-size: 11px;
height: 16em;
overflow-x: scroll;
resize: vertical;
white-space: pre;
width: 100%;
word-wrap: normal;
}
</style>
</head>
@ -87,12 +75,6 @@ ul > li {
<input id="process-hyperlink-auditing" type="checkbox" data-setting-bool="processHyperlinkAuditing"><label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="process-hyperlink-auditing"></label>
<span class="whatisthis"></span>
<div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div>
<li>&nbsp;
<li>
<input id="spoof-user-agent" type="checkbox" data-matrix-switch="ua-spoof"><label data-i18n="privacySpoofUserAgentPrompt1" for="spoof-user-agent"></label> <input id="spoof-user-agent-every" type="text" value="5" size="3"> <span data-i18n="privacySpoofUserAgentPrompt2"></span>
<span class="whatisthis"></span>
<div class="whatisthis-expandable para" data-i18n="privacySpoofUserAgentHelp"></div>
<textarea id="spoof-user-agent-with" spellcheck="false"></textarea>
</ul>
<script src="js/vapi-common.js"></script>