pax_global_header00006660000000000000000000000064136233104730014514gustar00rootroot0000000000000052 comment=a1bde04058ff102a30828a4405a4272335cfd0ba privacybadger-release-2020.2.19/000077500000000000000000000000001362331047300162715ustar00rootroot00000000000000privacybadger-release-2020.2.19/.editorconfig000066400000000000000000000010101362331047300207360ustar00rootroot00000000000000# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true charset = utf-8 [*.css] indent_style = space indent_size = 4 [*.html] indent_style = space indent_size = 2 [*.js] indent_style = space indent_size = 2 [*.json] indent_style=space indent_size = 4 [manifest.json] indent_size = 2 [*.py] indent_style = space indent_size = 4 [*.sh] indent_style = space indent_size = 2 privacybadger-release-2020.2.19/.eslintignore000066400000000000000000000001221362331047300207670ustar00rootroot00000000000000src/lib/vendor/ src/tests/lib/vendor/ node_modules/ **/selenium/ !tests/selenium/ privacybadger-release-2020.2.19/.eslintrc.yml000066400000000000000000000022301362331047300207120ustar00rootroot00000000000000env: browser: true es6: true jquery: true webextensions: true extends: 'eslint:recommended' globals: # false to disallow overwriting require: false _: false parserOptions: # strict mode sourceType: module rules: array-callback-return: error brace-style: - error - 1tbs - allowSingleLine: true consistent-this: - error - self curly: error dot-notation: error eol-last: error indent: - error - 2 - outerIIFEBody: 0 keyword-spacing: error linebreak-style: - error - unix new-cap: error no-array-constructor: error no-bitwise: error no-caller: error no-console: off no-eval: error no-implied-eval: error no-iterator: error no-loop-func: error no-multi-spaces: error no-multi-str: error no-new: error no-new-func: error no-new-object: error no-new-wrappers: error no-proto: error no-script-url: error no-shadow: error no-shadow-restricted-names: error no-tabs: error no-trailing-spaces: error no-unused-expressions: error semi: error space-before-blocks: error space-in-parens: error space-unary-ops: - error - words: true nonwords: false privacybadger-release-2020.2.19/.github/000077500000000000000000000000001362331047300176315ustar00rootroot00000000000000privacybadger-release-2020.2.19/.github/ISSUE_TEMPLATE/000077500000000000000000000000001362331047300220145ustar00rootroot00000000000000privacybadger-release-2020.2.19/.github/ISSUE_TEMPLATE/broken-site-report.md000066400000000000000000000012151362331047300260700ustar00rootroot00000000000000--- name: Broken Site Report about: Report a broken site or site service --- #### What is your browser and browser version? #### What is broken and where? #### What is the "culprit" domain? Please follow the debug instructions to identify which domain breaks stuff when blocked: https://github.com/EFForg/privacybadger/wiki/Find-out-why-Privacy-Badger-is-blocking-a-domain #### What is your debug output for this domain? To get the debug output, please see the instructions link above. ``` Paste debug output here. ``` privacybadger-release-2020.2.19/.gitignore000066400000000000000000000007201362331047300202600ustar00rootroot00000000000000*.py[cod] # C extensions *.so # Packages *.egg *.egg-info dist build eggs parts bin var sdist develop-eggs .installed.cfg lib64 __pycache__ # Dynamic libraries *.dylib # JSHydra buildtools/jshydra/mozilla/js # Vim swap files *.sw* # Mac DS_Store *.DS_Store node_modules tests/.cache tests/.pytest_cache .pytest_cache *.xpi .chrome-profile .idea #Eclipse project stuff .settings/ .project web-ext-artifacts pkg release-utils/config.sh release-utils/xpi privacybadger-release-2020.2.19/.travis.yml000066400000000000000000000013001362331047300203740ustar00rootroot00000000000000sudo: required language: python os: linux dist: xenial python: 3.5 matrix: fast_finish: true include: - env: INFO="lint" node_js: node - addons: chrome: beta env: INFO="chrome beta" BROWSER=google-chrome-beta - addons: chrome: stable env: INFO="chrome stable" BROWSER=google-chrome-stable - addons: firefox: latest env: INFO="firefox" BROWSER=firefox - addons: firefox: latest-esr env: INFO="firefox esr" BROWSER=firefox - addons: firefox: latest-beta env: INFO="firefox beta" BROWSER=firefox before_script: travis_retry ./scripts/setup_travis.sh script: . ./scripts/run_travis.sh services: - xvfb privacybadger-release-2020.2.19/.tx/000077500000000000000000000000001362331047300170025ustar00rootroot00000000000000privacybadger-release-2020.2.19/.tx/config000066400000000000000000000003101362331047300201640ustar00rootroot00000000000000[main] host = https://www.transifex.com [privacy-badger.messagesjson] file_filter = src/_locales//messages.json source_file = src/_locales/en_US/messages.json source_lang = en_US type = CHROME privacybadger-release-2020.2.19/CODE_OF_CONDUCT.md000066400000000000000000000001471362331047300210720ustar00rootroot00000000000000This project is governed by [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode).privacybadger-release-2020.2.19/CONTRIBUTING.md000066400000000000000000000032101362331047300205160ustar00rootroot00000000000000# Contributing to Privacy Badger Welcome dear contributor! There are many ways to help Privacy Badger. From quick and whimsical to involved and academic. From JavaScript to Japanese, from algorithmic to stylistic. There is surely a way you can help. Here is a quick orientation to guide your adventure: * Did we break a site? We want to fix it, so we wrote a [guide to fixing broken sites](/doc/fixing-broken-sites.md). * Want to help translate Privacy Badger? Working on a pull request that involves updating translations? Please see our [guide to translating Privacy Badger](/doc/Translation.md). * To review issues we would like help with, visit our ["good first issue"](https://github.com/EFForg/privacybadger/labels/good%20first%20issue) and ["help wanted"](https://github.com/EFForg/privacybadger/labels/help%20wanted) labels. * When making changes to Privacy Badger's code, please consult our [developer](/doc/develop.md) and [automated testing](/doc/tests.md) guides. * When interacting with us, please remember to follow [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode). * Security vulnerabilities can be reported privately to [vulnerabilities@eff.org](mailto:vulnerabilities@eff.org). Please see our [Security Vulnerability Disclosure Program](https://www.eff.org/security) for the GPG key and more information. If you find something confusing or frustrating, please let us know! We believe in making Privacy Badger better by making it easier for you to contribute. Thank you! privacybadger-release-2020.2.19/LICENSE000066400000000000000000001206421362331047300173030ustar00rootroot00000000000000Privacy Badger Copyright © 2015 Electronic Frontier Foundation and other contributors Privacy Badger as a whole is presently Licensed GPL v3+, though many portions of the code are dual-licensed under other free/open source licenses. CONTRIBUTORS AGREE TO FREE/OPEN SOURCE DUAL-LICENSING ===================================================== By contributing code or other works of authorship to this project ("Your Contributions"), you grant to the Electronic Frontier Foundation (EFF) a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works under the terms of any free software or open source license or licenses, such license(s) to be selected by EFF at its sole discretion (such licenses will always be consistent with EFF's mission). By contributing code or other works of authorship to this project, you represent that you have the legal right and ability to grant this license. Except for the license granted herein to EFF and recipients of software distributed by EFF, You reserve all right, title, and interest in and to Your Contributions. If you do not agree to these terms, please do not send patches or pull requests, or commit any material to this repository. LICENSES FOR INCORPORATED CODEBASES =================================== jQuery JavaScript Library Copyright JS Foundation and other contributors Released under the MIT license https://jquery.org/license Underscore.js http://underscorejs.org (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors Underscore may be freely distributed under the MIT license. jQuery UI Copyright jQuery Foundation and other contributors Licensed MIT Incorporating code from CSS Toggle Switch, https://github.com/ghinda/css-toggle-switch By Ionuț Colceriu - ghinda.net Licensed Unlicense Incorporating code from AdBlockPlus, https://adblockplus.org/en/firefox Copyright © 2006-2014 Eyeo GmbH Licensed GPL v3 basedomain.js incorporates code from ipv6.js https://github.com/beaugunderson/javascript-ipv6 Copyright 2011 Beau Gunderson Licensed MIT src/js/firstparties/facebook.js incorporates code from Facebook™ Tracking & Ad Removal https://github.com/mgziminsky/FacebookTrackingRemoval Copyright 2018 Michael Ziminsky Licensed GPL v3 Incorporating code from ShareMeNot, https://sharemenot.cs.washington.edu Copyright © 2006-2014 University of Washington Licensed MIT Incorporating code from Chameleon, https://github.com/ghostwords/chameleon Copyright © 2015 ghostwords This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. Alternatively, this code may be distributed or otherwise used under the terms of GPL v3 Incorporating code from Punycode.js http://mths.be/punycode Copyright 2011 Mathias Bynens Licensed MIT Tooltipster http://iamceege.github.io/tooltipster/ Copyright (c) 2012,2016 Caleb Jacob and Louis Ameline Licensed MIT ChunkFive https://www.theleagueofmoveabletype.com/ All fonts from The League of Moveable Type are subject to the Open Font License and are free and open-source. OpenSans https://www.apache.org/licenses/LICENSE-2.0 jQuery Smooth Scroll - v2.2.0 - 2017-05-05 https://github.com/kswedberg/jquery-smooth-scroll Copyright (c) 2017 Karl Swedberg Licensed MIT Select2 https://select2.org/ Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors Licensed MIT Icon Font for jQuery UI Copyright (c) 2015-2017 Michael Keck Font version 2.1 Licensed CC BY-SA 3.0: https://creativecommons.org/licenses/by-sa/3.0/ Stylesheet version 2.3.2 Licensed GPL: http://www.gnu.org/licenses/gpl.html TEXT OF GPLv3 ============= GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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 . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . Text of MIT License: ==================== Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Text of Unlicense: ================= This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to privacybadger-release-2020.2.19/Makefile000066400000000000000000000015371362331047300177370ustar00rootroot00000000000000lint: ./node_modules/.bin/eslint . updatepsl: scripts/updatepsl.sh updateseed: scripts/updateseeddata.sh updategoogle: scripts/updategoogle.sh todo: grep -rn 'TODO' src upload: $(eval TMPFILE := $(shell mktemp)) scp src/data/yellowlist.txt $$YELLOWLIST_UPLOAD_PATH scripts/generate-legacy-yellowlist.sh > $(TMPFILE) && scp $(TMPFILE) $$YELLOWLIST_LEGACY_UPLOAD_PATH && rm $(TMPFILE) #scp data/dnt-policies.json $$DNT_POLICIES_UPLOAD_PATH tx: tx pull -f scripts/fix_placeholders.py runch: ./node_modules/.bin/web-ext run --target chromium --start-url "chrome://extensions" -s src/ runff: ./node_modules/.bin/web-ext run --start-url "about:debugging" -s src/ runfn: ./node_modules/.bin/web-ext run --start-url "about:debugging" -s src/ -f /opt/firefox/nightly/firefox .PHONY: lint updatepsl updateseed updategoogle todo tx runch runff runfn privacybadger-release-2020.2.19/README.md000066400000000000000000000037031362331047300175530ustar00rootroot00000000000000Privacy Badger [![Build Status](https://travis-ci.org/EFForg/privacybadger.svg?branch=master)](https://travis-ci.org/EFForg/privacybadger) =================== Privacy Badger is a browser extension that automatically learns to block invisible trackers. Instead of keeping lists of what to block, Privacy Badger learns by watching which domains appear to be tracking you as you browse the Web. Privacy Badger sends the [Do Not Track signal](https://www.eff.org/issues/do-not-track) with your browsing. If trackers ignore your wishes, your Badger will learn to block them. Privacy Badger starts blocking once it sees the same tracker on three different websites. Besides automatic tracker blocking, Privacy Badger removes outgoing link click tracking on [Facebook](https://www.eff.org/deeplinks/2018/05/privacy-badger-rolls-out-new-ways-fight-facebook-tracking), [Google](https://www.eff.org/deeplinks/2018/10/privacy-badger-now-fights-more-sneaky-google-tracking) and [Twitter](https://www.eff.org/deeplinks/2017/08/privacy-badger-makes-twitter-little-less-creepy), with more privacy protections on the way. To learn more, see [the FAQ on Privacy Badger's homepage](https://www.eff.org/privacybadger/faq). ## Contributing We're glad you want to help! Please see [our contributor guide](/CONTRIBUTING.md). This project is governed by [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode). ## Getting in touch Besides using [our issue tracker](https://github.com/EFForg/privacybadger/issues) here, you could join the [Privacy Badger mailing list](https://lists.eff.org/mailman/listinfo/privacybadger). We also hold public meetings using [Jitsi audio conferencing](https://meet.jit.si/PoliteBadgersSingEuphoricly): - Mondays at 10:30 AM PST - Thursdays at 11:30 AM PST ## License Privacy Badger is licensed under the GPLv3. See [LICENSE](/LICENSE) for more details. Privacy Badger is a project of the [Electronic Frontier Foundation](https://www.eff.org). privacybadger-release-2020.2.19/doc/000077500000000000000000000000001362331047300170365ustar00rootroot00000000000000privacybadger-release-2020.2.19/doc/Changelog000066400000000000000000000472531362331047300206630ustar00rootroot00000000000000Changes for Privacy Badger ==================================== ## 2020.2.19 * Added website breakage warnings, shown in the popup when you block a domain known to break websites * Removed pixel cookie sharing detection pending security fixes * Fixed various site breakages * Improved translations (Catalan, Simplified Chinese, Danish, Dutch, German, Russian) ## 2020.1.13 * Fixed bug that sometimes loses pre-trained data for new users * Fixed various site breakages ## 2020.1.7.1 * Added helpful text to popup on disabled sites * Fixed display issues in popup on smaller displays * Fixed Facebook link unwrapping on messenger.com * Fixed some cookies getting incorrectly flagged as high entropy * Fixed various site breakages * Improved translations (Simplified Chinese, Traditional Chinese, French, Hebrew, Italian, Korean, Russian, Spanish, Swedish, Ukrainian) ## 2019.11.18 * Improved display of domains Privacy Badger hasn't yet learned to block * Fixed export/import of the WebRTC protection setting * Fixed certain YouTube ("video unavailable"), Vimeo ("Because of its privacy settings, this video cannot be played here"), and other video players by revising referrer protection for "cookieblocked" domains * Fixed various other site breakages * Added Korean translations * Improved translations (Finnish, French, Hebrew, Swedish) ## 2019.10.28 * Updated the popup with a new, higher-contrast look * Widget placeholders will no longer be applied for domains on the yellowlist. The value of widget placeholders is full blocking (best privacy) combined with a clear way to restore potentially useful blocked content (convenience). Mixing cookie blocking and placeholders doesn't actually improve privacy or convenience but does introduce various bugs. * Added a replacement placeholder for YouTube (disabled by default as youtube.com is still on the yellowlist for now) * Added the Widget Replacement tab to the options page to manage widgets that do get blocked and replaced with Privacy Badger placeholders. Visit Widget Replacement to selectively disable placeholders. For example, you want social buttons out of your life completely. * Fixed various site breakages * Added Hebrew translations * Improved translations (Italian, Russian, Ukrainian) ## 2019.10.8 * Fixed image/video thumbnails in Google search results * Fixed various other site breakages * Removed the green "0" tracker count badge. No need to draw attention when there is nothing to show. * Improved translations (Simplified Chinese, Ukrainian) ## 2019.9.23 * Added helpful text to popup on special browser pages like the New Tab page * Fixed pixel cookie sharing detection being broken by First-Party Isolation in Firefox * Fixed major issues with Service Workers-powered sites like Gmail and Twitter * Fixed various other site breakages * Improved translations (Simplified Chinese, French, Spanish, Swedish, Turkish, Ukrainian) ## 2019.7.1 * Added pixel cookie sharing detection. Privacy Badger now records tracking by images with querystrings that contain first-party cookie data. This catches Google Analytics. * Removed display of non-tracking domains from the popup by default. Hiding domains that Privacy Badger does not consider to be tracking should reduce self-inflicted Web breakage. * Enabled Facebook link unwrapping on messenger.com * Fixed various site breakages * Added Catalan translations * Improved translations (Bulgarian, Traditional Chinese, Persian, Brazilian Portuguese, European Portuguese, Swedish, Ukrainian) ## 2019.2.19 * Improved replacement widgets: + Replaced the "play" icon with an "allow once" button to improve accessibility and to make it more clear our widgets are interactive + Made activation also activate any other widgets of the same type + Updated the replacement for Vimeo to ignore background videos + Set minimum dimensions to avoid becoming too small or hidden * Fixed various site breakages ## 2019.1.30 * Added replacement widgets for embedded Spotify, Streamable and Vimeo players. Privacy Badger can replace potentially useful third-party widgets with placeholders. This avoids on-by-default tracking while providing a clear way to restore the original widget on demand. * Fixed various site breakages * Added Arabic and European Portuguese translations * Improved translations (Traditional Chinese, Czech, German, Persian, Swedish, Turkish) ## 2018.12.17 * Fixed major Privacy Badger breakages in Chrome 72+ * Fixed various site breakages * Improved translations (Simplified Chinese, Spanish, Turkish) ## 2018.12.5 * Added a Share button to the popup. This lets you easily copy and paste Badger's findings on any page. * Updated link protection to work on all Google Search country domains * Updated link protection on Facebook to remove the new "fbclid" tracking parameter * Added support for enterprise/admin/group policy settings overrides. This lets administrators preconfigure Privacy Badger installations. For more information, please visit https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md * Fixed various bugs with local storage protection for "cookieblocked" (slider set to "yellow") domains * Made the options page work better on small and on large displays * Fixed various site breakages * Improved translations (Simplified Chinese, Dutch, Esperanto, Finnish, German, Italian, Persian, Polish, Spanish, Swedish) ## 2018.10.3.1 * Fixed style problems with Google Search results * Fixed the setting to open results in new browser windows on Google Search ## 2018.10.3 * Added protection against outgoing link click tracking on Google Search, Google Docs and Google Hangouts * Fixed various site breakages * Added Finnish translations * Improved translations (Simplified Chinese) ## 2018.9.20 * Added buttons to back up and restore the disabled sites list using Firefox/Google Sync. The new buttons live under the Manage Data tab on the options page. * Added saving of in-progress error reports so that you no longer lose your typing when you close the popup for whatever reason * Fixed popup layout problems when opened in the overflow menu in Firefox * Updated popup and options to use a higher resolution Badger logo on higher pixel density displays * Fixed problems with broken fonts and images on Google Docs * Improved translations (Traditional Chinese, French, German, Brazilian Portuguese, Russian, Spanish, Swedish, Turkish) ## 2018.8.22 * Added pre-trained tracker data for new Privacy Badger installations. Visit www.eff.org/badger-pretraining to learn more. * Added reset/clear tracker data buttons to the Manage Data options page tab * Fixed various site breakages * Added Persian and Brazilian Portuguese translations * Improved translations (Simplified Chinese, Danish, Esperanto, French, German, Italian, Norwegian Bokmål, Spanish, Swedish) ## 2018.8.1 * Fixed security issues with HTML5 local storage tracking detection as well as SoundCloud widget replacement. Thanks again to Cure53 for discovering and reporting these vulnerabilities. * Improved Facebook link unwrapping; now enabled on the Facebook Onion domain * Improved translations (Italian, Norwegian Bokmål, Swedish, Ukrainian) ## 2018.7.18.1 * Added setting to disable sending Do Not Track to websites * Fixed security issue with link unwrapping on Facebook. Thanks to Cure53 for discovering and reporting this vulnerability. * Improved ordering of domain names in the popup and on the options page * Improved handling of disabled sites with wildcards * Added t.co link replacement to user profiles on Twitter * Linked to EFF software privacy policy from the new user welcome page * Updated to latest dummy Google Tag Manager script from uBlock Origin to avoid "failed to redirect a network request" warnings in Chrome * Fixed various site breakages * Improved translations (Simplified Chinese, Dutch, Esperanto, German, Russian, Swedish, Turkish) ## 2018.5.10 * Added protection against outgoing link click tracking on Facebook * Updated WebRTC protection to revert to browser default (off) when disabled * Fixed popup in the Italian locale in Chrome * Updated to latest dummy Google Analytics script from uBlock Origin to avoid "failed to redirect a network request" warnings in Chrome * Fixed various site breakages * Improved translations (Traditional Chinese, Danish, Dutch, Esperanto, French, German, Italian, Polish, Russian, Swedish, Ukrainian) ## 2018.4.23 * Fixed changes not being persisted for domains that appear after scrolling the tracking domains list on the options page * Improved tracking domains search on the options page * Fixed "can't access dead object" errors in Firefox * Fixed XML document rendering in Firefox * Updated WebRTC protection checkbox to become disabled when the setting is controlled by other extensions * Fixed various site breakages * Improved translations (Traditional Chinese, Czech, Danish, Esperanto, French, German, Italian, Polish, Russian, Swedish, Turkish, Ukrainian) ## 2018.4.10 * Updated the new user welcome page. The redesigned page is mobile-friendly, accessible and already translated into several languages. * Fixed Do Not Track being checked sometimes in Private Browsing/Incognito windows. By default, Privacy Badger should not record anything in Incognito. * Added setting to allow learning in Private Browsing/Incognito windows * Fixed unwanted scrolling when switching tabs on the options page * Updated replacement icon for Google+ * Fixed various site breakages * Improved translations (Bulgarian, Simplified Chinese, Traditional Chinese, Danish, Esperanto, French, German, Italian, Polish, Russian, Spanish, Ukrainian) ## 2018.3.21 * Fixed Do Not Track not being recognized by sites that test for it by checking navigator.doNotTrack with JavaScript * Stopped signaling DNT on sites where Privacy Badger is disabled * Fixed popup in Private Browsing windows in Firefox * Fixed certain kinds of site breakages (such as visual issues with charts) not going away even after disabling Privacy Badger on the site * Updated to latest dummy Google Tag Manager script from uBlock Origin to avoid "failed to redirect a network request" warnings in Chrome * Fixed various site breakages * Improved translations (Bulgarian, Traditional Chinese, German, Italian, Swedish) ## 2018.2.5 * Added type/status filters to the tracking domains list on the options page * Reworked social widget replacement to avoid WebExtensions fingerprintability issue in Firefox * New translations (Turkish) * Improved translations (Danish, Esperanto, French, German, Polish, Swedish, Ukrainian) ## 2018.1.30 * Removed the "unlimitedStorage" permission from the manifest * Changed the tracker count badge color from red to "Privacy Badger orange" ## 2018.1.25 * Added workaround to avoid Privacy Badger getting disabled as "Not from Chrome Web Store" in Chrome ## 2018.1.22 * Reduced amount of data stored as part of normal operation. Privacy Badger will no longer record (or check Do Not Track policies for) non-tracking domains. This should enable us to remove the "unlimitedStorage" permission with the next Badger update. * Improved tracker detection status summaries in popup and options * Added explanatory acknowledgement to Tracking Domains options page tab * Fixed file download dialog not showing when exporting user data in Firefox * Removed tutorial reminder link from popup when already on tutorial page * Removed "Requests to the server have been blocked by an extension" messages in Chrome and Opera * Fixed style issue with replacement social widgets * Fixed error reporting on pages where Privacy Badger has been disabled * Fixed various site breakages * Improved translations (Bulgarian, Danish, Esperanto, French, German, Italian, Polish, Russian, Spanish, Swedish, Ukrainian) ## 2017.11.20 * Disabled custom tooltips in Firefox to work around browser freezing issues * Added validation to whitelisted domains form * Improved translations (Dutch, Esperanto and German) * Added Bulgarian and Polish translations ## 2017.11.9 * Fixed various site breakages * Improved translations (French, Serbian and Ukrainian) * Added Esperanto translation ## 2017.10.25.1 * Reverted manifest file change preventing upload to Chrome Web Store ## 2017.10.25 * Added Beta support for Firefox for Android * Updated popup to close after doing anything that reloads the page * Improved handling of long domain names * Improved tooltips * Restored canvas fingerprinting detection to Firefox * Fixed yellowlist updates not getting applied when importing Badger data * Updated to latest dummy Google Analytics script from uBlock Origin to avoid "failed to redirect a network request" warnings in Chrome * Fixed various site breakages * Improved translations (Danish, French, German, Italian, Swedish) ## 2017.9.12.1 * Fixed build script issue that reintroduced major site breakages on Firefox ## 2017.9.12 * Fixed DNT policy checking for blocked domains * Fixed exporting large Badger datasets * Made progress on Firefox for Android compatibility * Fixed various site breakages * Improved badge updating performance * Improved translations (Czech, Italian, Swedish, Ukrainian) * Added Danish translation ## 2017.7.24 * Added validation to yellowlist (f.k.a. "cookieblock list") updating * Removed faulty yellowlist domain removal logic, which, together with missing validation and eff.org serving a maintenance page instead of the actual yellowlist, resulted in major breakages all across the Web, something this update should prevent from happening ever again * Fixed various site breakages * Improved translations (Swedish) ## 2017.6.13.1 * Added workaround for validation issue preventing upload to Chrome Web Store * Fixed chrome.privacy-related exceptions in Firefox 54 ## 2017.6.13 * Added automatic replacement of t.co shortened tracking URLs with original unobfuscated URLs on twitter.com * Added option to disable Do Not Track policy checking * Restricted DNT policy checking from sending cookies * Fixed tooltips for DNT-compliant domains in popup * Fixed localStorage tracking sometimes being attributed to unrelated domains * Improved translations (Swedish, Ukrainian) ## 2017.5.9 * Improved popup rendering * Added version number to popup * Restricted Do Not Track policy checking from being able to set cookies * Fixed several cookie parsing issues * Added workaround for Cloudflare security cookies * Improved translations (Simplified Chinese, Swedish, Ukrainian) ## 2017.4.19.1 * Rework DNT policy rechecking to only happen during browsing. Eliminates needless rechecking of unlikely-to-be-visited-again domains. Should further mitigate CPU issues. * Fix DNT policies to only apply to specific domains they are posted on * New translations (Ukrainian) * Improved translations (Simplified Chinese, Italian) * Fix "trackers" link on popup and options pages * Fix broken site (sharepoint.com) ## 2017.3.28 * New Translations (Czech) * Translation Updates * Fix bug in DNT policy re-checking code * Rate limit DNT checking to one request per second * Fix issue with multiple DNT checks at once for a single domain * Fix cookieblock updating issue * Fix popup width issue * Fix DNT hash updating issue * Fix toggle switch issue * Automated tests now also run on Firefox * Other minor bugfixes and broken site fixes ## 2017.3.22 * AMO (Firefox) only release. * Fix cookie tracking detection in Firefox. ## 2017.1.26.1 * AMO only release * Fixes an error in the build scripts which reintroduced a firefox bug for AMO users ## 2017.1.26 * Huge speed improvements for settings import and on startup * Fixes no content blocking bug (firefox) * Several fixes for broken websites * Translations fixes * New Translation: Nordic * New Translation: Traditional Chineese (Taiwan) * New Translation: Serbian * Bugfix: Crash on browsers without WebRTC * Bugfix: narrow poup if icon is in the menu (firefox) * Bugfix: Import/Export now uses utf-8 and can handle non english character sets * Enhancement: Convert icons to SVG * Enhancement: Script surrogate for google analytics, gigya, and more... * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome ## 2016.12.15.1 (2.0.2) * BUGFIX: Chrome browsers no longer display privacy badger as (corrupted) * BUGFIX: Fixes lockup issue on some versions of firefox * BUGFIX: Fixes issue where privacy badger panel gets cut off * BUGFIX: Fixes a non implmeneted API in firefox which was causing numerous sites to break. * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome store". This is a known side effect of a workaround for a different bug. ## 2016.12.8.1 (2.0.1) * BUGFIX: Sanitize origin and action in popup ## 2016.12.8 (2.0) * BUGFIX: Fix ublock origin warnings * BUGFIX: Remove need for download permission ## 2016.12.7.2 (2.0RC1) * Huge speed improvements * Multiprocess Compatible (E10S) for firefox * Breaks many fewer websites * Many small bugfixes * Import and Export your data * Block WebRTC from leaking your IP address * Forget data in incognito mode * block html5 "ping" tracking * Translation fixes * (Developers) Firefox and Chrome versions now share one code base! ## 2016.9.7 (1.13) * Add exceptions for multi domain first parties * Fix google drive download issue * Fix wikipedia login issue * Fix youtube comments and notifications issues * Several other broken site fixes * Hopefully a fix for the "corrupted extension" issue ## 2016.8.29 (1.12) * UI Tweaks * Remove last adblock plus code * Feature: remove domains from list * Refactor incognito mode handling * Compatibile with firefox web extensions ## 2016.5.24 (1.11) * Fix build error ## 2016.5.23 (1.10) * Fix cookie block list adding bug * New migration to fix bug retroactively ## 2016.5.16 (1.9) * Remove Adblock Plus Engine * Switch to using storage.js and chrome storage API * Massive refactoring of code * Huge speed improvements * Fixes bug where privacy badger "forgets" settings * Fixes first run tab opening on every startup * Fix waiting for privacy badger bug * Fix high CPU usage bug * Uses separate data store for incognito mode * Ads selenium test to run pbtest.org sweet * Fixes weird subdomain handling edge case * Fixes bug where pages stop loading sometimes ## 2015.4.6 (1.8) * Fix "waiting for privacy badger bug" * Huge speed improvement ## 2015.4.6 (1.7) * Fix crash when closing options page * Add EFF Donate Button * New popup to nag user to go through tutorial ## 2015.3.2 (1.0.6) * New feature: Search within blocked domain list * Replace soundcloud widget with a click to play button * Misc. bug fixes and translation improvements ## 2015.12.3 (1.0.4) * Lots of site bug fixes * Chinese Translation * Spanish Translation * italian translation * UI Overhaul * Update Swedish locale * Typo fixes * Numerous bug fixes * Whitelist Domains now supports wildcard strings * Red badge now reflects the number of domains blocked or cookieblocked instead of all third parties. * Tooltips show full domain name ## 2015.8.14 (1.0.1) * Fixes a bug where slider settings for a base domain wouldn't take effect * Fixes 'this extension is slowing down chrome' errors ## 2015.8.5 (1.0) * 1.0 release * Bugfixes from 2015.7.24 (0.99) * Detects Canvas Fingerprinting * Detect Local Storage Supercookies * Improved UI * Options page for overriding privacy badger settings * Report Broken Site button * Many Bugfixes (see github) * Translations into swedish, french and german ## 2015.7.24 (0.99) * Release candidate for version 1.0! ## 2015.4.1 * Miscellanious bugfixes * Improvements to heuristic ## 2014.9.16 * Adds lots of tests including selenium tests. * Adds lots of domains to the cookie block list. * Fixes bug with downloading cookie block list. * Fixes other minor stylistic bugs. ## 2014.7.17 * Created dialog to allow users to unblock certain third parties on certain * sites for addedd functionality. E.g. disqus comments, facebook comments, etc. * Added lots of domains to cookie block list. * do not show domains that do not appear to be trackers in the popup * added missing google+ button override privacybadger-release-2020.2.19/doc/DESIGN-AND-ROADMAP.md000066400000000000000000000322571362331047300220230ustar00rootroot00000000000000# PRIVACY BADGER DESIGN AND ROADMAP ## DESIGN ### OBJECTIVE Privacy Badger aims to - Protect users against non-consensual tracking by third party domains as they browse the Web. - Send and enforce the Do Not Track signal to sites (especially "third party" sites since they are in a position to collect a large fraction of the user's browsing history). Privacy Badger consists of a primary tracker blocking algorithm, augmented by a number of secondary features that extend further privacy protection and reduce breakage from the primary mechanism. ### PRIMARY MECHANISM Privacy Badger: 1. Ensures your browser is sending the DNT: 1 header (in some regulatory environments, it is advisable to note "installing Privacy Badger will enable Do Not Track" on your installation page / app store entry. 2. Observes which first party origins a given third party origin is setting cookies on (certain cookies are deemed to be "low entropy", as discussed below). 2a. Observes which first party origins a given third party is doing certain types of fingerprinting on. 2b. Observes which first party origins a given third party is setting certain types of supercookies on. 2c. Observes which first party origins a given third party is sending certain parts of first party cookies back to itself using image query strings (pixel cookie sharing). 3. If a third party origin receives a cookie, a supercookie, an image pixel containing first party cookie data, or makes JavaScript fingerprinting API calls on 3 or more first party origins, this is deemed to be "cross site tracking". 4. Typically, cross site trackers are blocked completely; Privacy Badger prevents the browser from communicating with them. The exception is if the site is on Privacy Badger's "yellow list" (aka the "cookie block list"), in which case resources from the site are loaded, but without access to their (third party) cookies or local storage, and with the referer header either trimmed down to the origin (for GET requests) or removed outright (all other requests). The yellow list is routinely fetched from [an EFF URL](https://www.eff.org/files/cookieblocklist_new.txt) to allow prompt fixes for breakage. Until methods for blocking them have been implemented, domains that perform fingerprinting or use third party supercookies should not be added to the yellow list. 5. Users can also choose custom rules for any given domain flagged by Privacy Badger, overrulling any automatic decision Privacy Badger has made about the domain. Privacy Badger uses three-state sliders (red → block, yellow → cookie block, green → allow) to convey this state in UI. We believe this is less confusing than the UI in many other blocking tools, which often leave the user confused about whether a visual state represents current blocking or the opportunity to block. 6. Domains can agree to EFF's [Do Not Track policy](https://eff.org/dnt-policy). If a domain does this Privacy Badger will no longer block its traffic or cookies. If a first-party domain posts the policy, this applies to all third parties embedded on that domain. Sites post the policy at [a well-known URL](https://example.com/.well-known/dnt-policy.txt) on their domains. The contents must match those of a file from the list of acceptable policies exactly; the policy file is [maintained on github](https://github.com/EFForg/dnt-policy/), but Privacy Badger fetches a list of known-good hashes periodically [from EFF](https://www.eff.org/files/dnt-policies.json) (version 1.0 of the policy file will be added to that list when Privacy Badger reaches version 1.0) #### Further Details # :warning: THIS SECTION IS OUTDATED AND NEEDS TO BE REWRITTEN :warning: Data Structures: - action_map = { 'google.com': blocked, 'fonts.google.com': 'cookieblocked', 'apis.fonts.google.com': 'user_cookieblock', 'foo.tracker.net': 'allow', 'tracker.net': 'DNT', } - snitch_map = {google.com: array('cooperq.com', 'noah.com', 'eff.org'), tracker.net: array(a.com, b.com, c.com)} - dnt_domains = array('tracker.net', 'dnt.eff.org') - settings = {social_widgets = true, ...} - cookie_block_list = "{'fonts.google.com': true, 'maps.google.com', true}" On Request(): if privacy badger is not enabled for the tab domain then return if fqdn is not a third party then return action = check_action(fqdn) (described below) if action is block then cancel request if action is cookie_block then strip headers if fqdn is nontracking (i.e check_action returned nothing) then do nothing if action is noaction or any user override then async_check_tracking if action is allow && count == 2 then blocking_check_tracking if check_tracking changed action then call check_action again else do_nothing async_check_dnt(fqdn) check_action(fqdn): returns action related_domains = array() best_action = 'noaction' for $domain in range(fqdn ... etld+1) if action_map contains $domain related_domains.shift($domain) for each domain in related domains if score(domain.action) > score(best_action) best_action = domain.action return best_action check_tracking(fqdn): return boolean var base_domain = etld+1(fqdn) if has_cookie or has_supercookie or has_fingerprinting if snitch_map doesn't have base domain add it if snitch_map doesn't have first party add it if snitch_map.base_domain.len >= 3 add base domain to action map as blocked add all chlidren of base_domain and self from yellow list to action map return true ##### What is an "origin" for Privacy Badger? Privacy Badger has two notions of origin. One is the [effective top level domain](https://wiki.mozilla.org/Public_Suffix_List) plus one level of subdomain (eTLD+1), computed using [getBaseDomain](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIEffectiveTLDService) (which is built-in to Firefox; in Chrome we [ship a copy](https://github.com/EFForg/privacybadger/blob/8e8ad9838b74b6d13354163f78d362ca60dd44f9/src/lib/basedomain.js#L75). The accounting for which origins are trackers or not is performed by looking up how many first party fully qualified domain names (FQDNs) have been tracked by each of these eTLD + 1 origins. This is a conservative choice, which avoids the need to evaluate sets of cookies with different scopes. When the heuristic determines that the correct response is to block, that decision is applied to the third party eTLD+1 from which tracking was seen. Users are able to override Privacy Badger's decision for any given FQDN if they do not wish to block something that is otherwise blocked (or block something that is not blocked). To illustrate this, suppose the site tracking.co.uk was embedded on every site on the Web, but each embed came from a randomly selected subdomain a.tracking.co.uk, b.tracking.co.uk, c.tracking.co.uk, etc. Suppose the user visits www.news-example.com and search.jobs-example.info. The accounting data structure seenThirdParties would come to include: ``` { ... "tracking.co.uk" : { "news-example.com" : true, "jobs-example.info" : true, } ... } ``` Now suppose the user visits a third site, clickbait.nonprofit.org, and is tracked by q.tracking.co.uk on that site. The seenThirdParties data structure will have a third entry added to it, meeting the threshold of three first party origins and defining tracking.co.uk as a tracking eTLD+1. At this point tracking.co.uk will be added to the block list. Any future requests to tracking.co.uk, or any of its subdomains, will be blocked. The user can manually unblock specific subdomains as necessary via the popup menu. ##### What is a "low entropy" cookie? Our [current cookie heuristic](https://github.com/EFForg/privacybadger/blob/8e8ad9838b74b6d13354163f78d362ca60dd44f9/src/js/heuristicblocking.js#L632) is to assign "number of identifying bits" estimates to some known common cookie values, and to bound the sum of these to 12. Predetermined low-entropy cookies will not be identified as tracking, nor will combinations of them so long as their total estimated entropy is under 12 bits. ### ADDITIONAL MECHANISMS #### Widget Substitution Many social media widgets are inherently designed to combine tracking and occasionally-useful functionality in a single resource load. Privacy Badger aims to give the user access to the functionality when they want it, but protection against the tracking at all other times. To that end, Privacy Badger has incorporated code from the ShareMeNot project so that it is able to replace various types of widgets hosted by third party origins with local, static equivalents that either replace the original widget faithfully, or create a click-through step before the widget is loaded and tracks the user. The widget replacement table lives in the [socialwidgets.json file](https://github.com/EFForg/privacybadger/blob/8e8ad9838b74b6d13354163f78d362ca60dd44f9/src/data/socialwidgets.json). Widgets are replaced unless the user has chosen to specifically allow that third party domain (by moving the slider to 'green' in the UI), so users can selectively disable this functionality if they wish. The code for social media widgets is quite diverse, so not all variants (especially custom variants that sites build for themselves) are necessarily replaced. #### What are the states for domain responses? Currently domains have three states: no action, cookie block, and block. No action allows all requests to resolve as normal without intervention from Privacy Badger. Cookie block allows for requests to resolve normally but will block cookies from being read or created. Cookie block also trims or removes the referer header. Block will cause any requests from that origin to be blocked entirely; before even a TCP connection can be established. The user can toggle these options manually, which will supersede any determinations made automatically by Privacy Badger. #### What does EFFs Do Not Track policy stipulate? Currently the Do Not Track policy covers where the agreement will be hosted, how users who send the DNT header are treated, log retention, how information will be shared with other domains, notifications of disclosure, and possible exceptions. It can be read in full [here](https://www.eff.org/dnt-policy). #### How do sites agree to EFFs Do Not Track policy? Sites can agree to this policy by posting at https://subdomain.example.com/.well-known/dnt-policy.txt, where "subdomain" is any domain to which the policy applies, for a given third party. #### Fingerprinting detection Certain aspects of the browser, such as fonts, add-ons or extensions, screen size, and seen links, can be used to give the browser a fingerprint that is unique out of a very small amount of users (see [Panopticlick](https://panopticlick.eff.org/) for more information). As of Privacy Badger 1.0, any third party script that writes to an HTML5 canvas object and then reads a sufficiently large amount back from the third party canvas object will be treated the same way as a third party cookie, blocking the third party origin if it does this across multiple first party origins. Our research has determined that this is a reliable way to distinguish between fingerprinting and other third party canvas uses. This may be augmented by hooks to detect extensive enumeration of properties in the navigator object in the future. #### Pixel cookie sharing detection Detection of first to third party cookie sharing via image pixels was added in [#2088](https://github.com/EFForg/privacybadger/issues/2088). ### ROADMAP #### High priority issues Please see our ["high priority"-labeled issues](https://github.com/EFForg/privacybadger/issues?q=is%3Aissue+is%3Aopen+label%3A%22high+priority%22). ## Technical Implementation ### How are origins and the rules for them stored? When a browser with Privacy Badger enabled makes a request to a third party, if the request contains a cookie or the response tries to set a cookie it gets flagged as 'tracking'. Origins that make tracking requests get stored in a key→value store where the keys are the origins making the request, and the values are the first party origins these requests were made on. If that list of third parties contains three or more first party origins the third party origin gets added to another list of known trackers. When Privacy Badger gets a request from an origin on the known trackers list, if it is not on the yellow list then Privacy Badger blocks that request. If it is on the yellow list then the request is allowed to resolve, but all cookie setting and getting parts of it are blocked, while the referer header is trimmed or removed. Both of these lists are stored on disk, and persist between browser sessions. Additionally users can manually set the desired action for any FQDN. These get added to their own lists, which are also stored on disk, and get checked before Privacy Badger does its default action for a given origin. These are managed from the popup window for Privacy Badger on the page as well as the options menu for the whole extension. privacybadger-release-2020.2.19/doc/Translation.md000066400000000000000000000107411362331047300216610ustar00rootroot00000000000000# Translating Privacy Badger We need your help in translating Privacy Badger to every possible language! When translating you should always use the source (American English) locale as the reference. You can also use existing translations from other languages to help you in case of doubt, but you should always consider the English version as the correct one. #### A note about adding translation strings in PRs While working on a Privacy Badger enhancement, you might need to add one or more localized strings. You only need to add new strings to the source (`en_US`) locale. There is no need to manually add untranslated copies of new messages to all other locales. This will be taken care of later by a Privacy Badger maintainer. ## Working with translations on GitHub Translations on GitHub are done with JSON files. Each language has its own folder inside [`src/_locales/`](https://github.com/EFForg/privacybadger/tree/master/src/_locales) (e.g. 'es' for Spanish, 'ru' for Russian, etc.). Inside each of these folders is a JSON file that contains the translated strings for that language. Each entry in the JSON file follows this structure: "string_identifier": { "message": "String text" "description": "Some useful info" } The translated string is the `"String text"` part. You should **NOT** change any other part of the entry. The `"Some useful info"` part sometimes contains useful information (in English) about the string. Usually it provides the context of the string: what it is ("a section heading") and where it can be found in the UI ("on the new user intro page"). You should not translate it. To contribute on GitHub, first check the status of your local language translation: if you don't see a folder with your [local language code](https://developer.chrome.com/webstore/i18n?csw=1#localeTable), the translation for that language is missing. In this case you should follow the instructions below to set up the JSON file for your language. If the translation for your language is already there, you can contribute by checking its accuracy and by correcting any errors you find (see below for instructions). #### Add a new language To add a new language on GitHub, follow these steps: 1. Fork this repository 2. Inside your fork, create a folder in `src/_locales/` and name it with your [local language code](https://developer.chrome.com/webstore/i18n?csw=1#localeTable) 3. Copy the `src/_locales/en_US/messages.json` file to the folder you created 4. Start translating each message to your language by replacing the English strings with the translated ones 5. When you have completed the translation, [open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). Here you can find an example translation pull request: [#1270](https://github.com/EFForg/privacybadger/pull/1270). #### Correct an existing translation To correct errors in an existing translation: 1. Fork this repository 2. Open your local language JSON file and apply the changes 3. When you have completed your work, [open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). Here you can find an example translation pull request: [#1270](https://github.com/EFForg/privacybadger/pull/1270). ## Testing your translations To see your (in-progress) translations in the actual Privacy Badger UI, you should first [load Privacy Badger from source code](/doc/develop.md#install-from-source). A quick/hacky way to change Privacy Badger's locale is to temporarily copy the locale you want to use to your default (OS) locale's folder in `src/_locales/` and reload Privacy Badger. The proper way would be to launch the browser in your desired locale. For Chrome, it might be as easy as [launching it from the command line with `LANGUAGE=fr` (for example) in front of the executable](https://stackoverflow.com/questions/24992240/start-google-chrome-with-a-specific-locale-using-a-command-line-argument). Firefox requires [downloading a language pack](https://addons.mozilla.org/en-US/firefox/language-tools/) and [setting it as your locale from about:config](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization#Testing_out_your_extension). ## Other information To learn about outstanding translations-related issues, and to see how translations have been handled in the past, take a look at issues and pull requests marked with the [translations label](https://github.com/EFForg/privacybadger/issues?utf8=%E2%9C%93&q=label%3Atranslations%20). privacybadger-release-2020.2.19/doc/admin-deployment.md000066400000000000000000000052431362331047300226320ustar00rootroot00000000000000# Admin deployment ###### Configuring Privacy Badger by administrators Administrators can preconfigure Privacy Badger installations by setting up a "managed policy" configuration with their preferred defaults. Privacy Badgers process [managed storage](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/managed) directives on startup. Any on/off settings get overwritten, while the disabled sites list is merged with the local list. The managed policy configuration is a JSON file in Firefox on all platforms and in Chrome/Chromium on Linux. Chrome on other platforms is configured using other mechanisms like the registry and "plist" files. A brief setup overview follows. ## Firefox 1. Locate and if necessary create the [managed storage manifests folder](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Manifest_location). Note that on Windows, you need to create a registry key that points to the manifest's location. 2. Copy the [sample managed storage manifest for Firefox](/doc/jid1-MnnxcxisBPnSXQ@jetpack.json) to this folder. 3. Rename the manifest to `jid1-MnnxcxisBPnSXQ-eff@jetpack.json` if you'd like to apply it to Privacy Badger installed from [EFF's website](https://www.eff.org/privacybadger). Do not rename the file when installing from [AMO](https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/). 4. Similarly, update the "name" property in the manifest if applying it to EFF-installed Privacy Badgers. ## Chrome/Chromium ### Linux 1. Locate and if necessary create the [managed policies folder for Chrome or Chromium](http://www.chromium.org/administrators/configuring-policy-for-extensions). 2. Copy the [sample managed storage manifest for Chrome](/doc/sample-managed-storage-manifest-chrome.json) to this folder. 3. Rename the manifest file to whatever you like (perhaps "privacy-badger-admin-settings.json"). 4. Update the extension ID inside the manifest if you are not using official Privacy Badger releases from Chrome Web Store. ### Windows/macOS/Chrome OS Please use the platform-specific examples in the [Configuring Apps and Extensions by Policy document](http://www.chromium.org/administrators/configuring-policy-for-extensions) to transform the [sample managed storage manifest for Chrome](/doc/sample-managed-storage-manifest-chrome.json) into your platform's configuration format. ## Define your administrator settings Once the managed storage manifest is in place, update it to suit your needs. You can find the full list of available settings in [Privacy Badger's managed storage schema](/src/data/schema.json). Please let us know if you'd like to set something that isn't yet supported. privacybadger-release-2020.2.19/doc/develop.md000066400000000000000000000032561362331047300210240ustar00rootroot00000000000000# Working with Privacy Badger's code To make changes to Privacy Badger, you have to first load the extension from a source code checkout. ## Install from source To install Privacy Badger from source in Chrome, visit `chrome://extensions`, enable "Developer mode", click "Load unpacked" and select the [`src`](src/) subdirectory inside your copy of the Privacy Badger source code. In Firefox, visit `about:debugging`, click "Load Temporary Add-on" and select the [`src/manifest.json`](src/manifest.json) file. Note that this only installs the extension temporarily; it will be removed when you close Firefox. ## Send a pull request Before submitting a pull request (PR), please review the sections below. ### Style guide All JavaScript code going forward should use the following naming conventions: - Objects and their properties should be Java or camelCase style. - Primitive types should be Python or snake_case style. - Constants should be ALL_CAPS. Examples: ```javascript const TRACKER_ENTROPY_THRESHOLD = 33; let tab_id = details.tabId; window.badger.getTrackerCount(tab_id); ``` ### Catch errors early with static code analysis First, install the exact expected version of [ESLint](https://eslint.org) by running `npm install` in your Privacy Badger source code checkout directory. You should then be able to produce a lint report by running `make lint` in the same directory. You can review our set of ESLint rules in [`.eslintrc.yml`](/.eslintrc.yml). Files we want ESLint to ignore are specified in [`.eslintignore`](/.eslintignore). ### Commit messages Please review the suggestions in this excellent [guide to writing commit messages](https://chris.beams.io/posts/git-commit/). privacybadger-release-2020.2.19/doc/fixing-broken-sites.md000066400000000000000000000126361362331047300232570ustar00rootroot00000000000000# How to fix broken site issues Unfortunately, while working to protect your privacy, Privacy Badger can end up breaking website functionality. Here are the [open "broken site" and "help wanted"-labeled issues](https://github.com/EFForg/privacybadger/issues?utf8=✓&q=is%3Aissue%20is%3Aopen%20label%3A"broken%20site"%20label%3A"help%20wanted"%20). This document is about the process of classifying and resolving these breakages. ## Confirm Privacy Badger is responsible The first thing to do is to confirm that Privacy Badger blocks (or will eventually learn to block) the domain, and that blocking the domain does indeed break the site. Browser caching can get in our way here, as cached resources bypass request filtering by extensions. Disable your browser cache when debugging, for example by reloading using Ctrl+Shift+R every time. Try disabling Privacy Badger for the site, and then reloading the page. Does that fix the issue? If it doesn't, does disabling the entire Privacy Badger add-on and reloading the page fix the issue? If it still doesn't, Privacy Badger is not at fault. If disabling Badger and reloading the page fixed the issue, and re-enabling and reloading brought the issue back, let's try to figure out the responsible domain(s). Try allowing half the blocked domains to load. If (after reloading the page) the issue was fixed, pick half of those domains and revert them back to Badger's control. Eventually you should find the exact domain(s) that, when blocked, cause the issue to appear. ## Resolve the breakage Once the issue is confirmed (and the responsible domains have been identified), you should try to find the most appropriate way to resolve it. Privacy Badger comes with several approaches: | Approach | Label | Original issue | Difficulty | Notes | | --- | :---: | :---: | :---: | --- | | Multi-domain first parties | [MDFP](https://github.com/EFForg/privacybadger/labels/MDFP) | [#781](https://github.com/EFForg/privacybadger/issues/781) | Easy | Narrowly applicable | | Script surrogates | [surrogates](https://github.com/EFForg/privacybadger/labels/surrogates) | [#400](https://github.com/EFForg/privacybadger/issues/400) | Hard | Should use uBlock Origin's surrogates ("neutered scripts") as much as possible | | Widget replacement | [widgets](https://github.com/EFForg/privacybadger/labels/widgets) | [#196](https://github.com/EFForg/privacybadger/issues/196), [#1467](https://github.com/EFForg/privacybadger/issues/1467) | Medium | Still needs review/improvements, although some progress being made ([#2262](https://github.com/EFForg/privacybadger/pull/2262)) | | EFF's Do Not Track policy | [DNT Policy](https://github.com/EFForg/privacybadger/labels/DNT%20policy)| - | n/a | Narrowly applicable | | Yellowlisting | [yellowlist](https://github.com/EFForg/privacybadger/labels/yellowlist)| - | Easy | Only protects against some types of tracking | The question to ask is, which way addresses the issue most specifically, resolving the breakage while increasing privacy exposure by the smallest amount? If you are not sure, that's OK! Opening a new issue (or chiming in on an existing issue) to ask for help is fine. Let's look at some common kinds of breakages and see how they relate to the approaches above. ### Domains that are part of the site but don't look like it Does the blocked domain actually belong to the site, but Privacy Badger doesn't know that and so treats the domain as an external tracker? Sounds like a job for [multi-domain first parties](https://github.com/EFForg/privacybadger/issues/781) (MDFP). When adding domains to the MDFP list, please add base ([eTLD](https://en.wikipedia.org/wiki/Public_Suffix_List)+1) domains only. For example, there is no need to add `api.example.net` when adding `example.com` and `example.net`. For past examples, you could browse [the list of merged pull requests with the "MDFP" label](https://github.com/EFForg/privacybadger/issues?q=label%3AMDFP+is%3Amerged). ### JavaScript errors Does blocking the domain block a JavaScript analytics library that the site tries to use and fails, breaking site navigation? This could be resolved by [script surrogates](https://github.com/EFForg/privacybadger/issues/400). ### External services Is the missing comments section powered by a commenting service that Privacy Badger learned to block? Perhaps a new [widget replacement](https://github.com/EFForg/privacybadger/pull/196) should be added. We should also ask the service to to adopt the [EFF Do Not Track policy](https://www.eff.org/dnt-policy), which is a way for privacy-conscious companies to receive recognition for their good practices. If their service can and will abide by the policy's requirements, posting the policy on the service's domains will tell Privacy Badger to allow loading of resources from those domains. ### External domains too complex to surrogate or replace with placeholders If nothing else seems to fit, adding the affected domain to the "[yellowlist](/doc/yellowlist-criteria.md)" will make Privacy Badger set the domain to "yellow" ("cookie-blocked") instead of "red" (blocked) after seeing it track on three or more sites. Resources from yellowlisted domains are requested without referrer headers, and are restricted from reading or writing cookies or localStorage. [Here is an example yellowlist pull request](https://github.com/EFForg/privacybadger/pull/1543) that shows what's good to know when deciding how to fix a breakage, and how to get that information. privacybadger-release-2020.2.19/doc/jid1-MnnxcxisBPnSXQ@jetpack.json000066400000000000000000000003501362331047300250210ustar00rootroot00000000000000{ "name": "jid1-MnnxcxisBPnSXQ@jetpack", "description": "This is a sample Firefox managed storage manifest.", "type": "storage", "data": { "showIntroPage": false, "disabledSites": [ "example.com" ] } } privacybadger-release-2020.2.19/doc/sample-managed-storage-manifest-chrome.json000066400000000000000000000003751362331047300273320ustar00rootroot00000000000000{ "3rdparty": { "extensions": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "showIntroPage": false, "disabledSites": [ "example.com" ] } } } } privacybadger-release-2020.2.19/doc/tests.md000066400000000000000000000132001362331047300205160ustar00rootroot00000000000000# Working with Privacy Badger's tests We have a few different types of tests: * We use [unit tests](/doc/tests.md#unit-tests) for confirming that smaller pieces of code behave as expected. * [Functional tests](/doc/tests.md#functional-tests) test the UI and that things integrate together properly. * [Travis CI](/doc/tests.md#travis-ci) runs all these automatically for every pull request on both Chrome and Firefox. ## Travis CI Every pull request runs the full suite of functional and unit tests on [Travis CI](https://travis-ci.org/). We test on latest stable Chrome and Firefox releases, as well as on Chrome Beta, Firefox Beta and Firefox ESR. See [`.travis.yml`](/.travis.yml) for Travis configuration, [`scripts/setup_travis.sh`](/scripts/setup_travis.sh) for test setup, and [`scripts/run_travis.sh`](/scripts/run_travis.sh) for test execution procedures. We use [ESLint](https://eslint.org) to flag potential JavaScript errors and style issues. Please see our [developer guide](/doc/develop.md#lint-your-changes) for setup instructions. ## Unit tests We use [QUnit](https://qunitjs.com/) for unit tests. Unit tests are defined in [`/src/tests/tests`](/src/tests/tests). Unit test dependencies live in [`/src/tests/lib`](/src/tests/lib). To run unit tests, first [load Privacy Badger from source code](/doc/develop.md#install-from-source) (as we don't ship unit tests with published versions). Once you loaded Badger from source, click on its button in your browser toolbar to open Badger's popup. Then in the popup, click on the gear icon (⚙) to open the options page. Your browser should navigate to an internal URL that starts with `chrome-extension://` or `moz-extension://` and ends with `/skin/options.html`. Replace `/skin/options.html` with `/tests/index.html` and hit Enter. This will open the unit test suite and run the tests. ### Writing unit tests When writing unit tests, try to scope each test to the function or method in question, then each individual assertion within that test addressing a core piece of functionality or expectation of that test. Consider testing expected input, potential breaking points, and expected outputs. It's easy to get caught going down rabbit holes testing unlikely scenarios, so consider which edge cases are most important to consider, and which are more likely to occur. Do verify that removing or mutating the code being tested produces failed assertions. ## Functional tests Our functional tests are written in [Python](https://www.python.org/) and driven by [Selenium](https://selenium-python.readthedocs.io/) and [pytest](https://docs.pytest.org/en/latest/). To run them in Chrome, you need to [install `chromedriver`](http://chromedriver.chromium.org/getting-started). In Firefox, you need to [install `geckodriver`](https://github.com/EFForg/privacybadger/blob/1550b9efb64c1d5e276361e3940f402c3ec87afc/scripts/setup_travis.sh#L21-L50). You also need some Python packages that can be installed by running: ```bash $ pip install -r tests/requirements.txt ``` You should now be able to run the Selenium tests. Try them out by running the code below. This should take several minutes. ```bash $ BROWSER=chrome pytest -v ``` macOS users may need to provide the full path to the browser application folder. For example, to run tests on macOS in Firefox: ```bash $ BROWSER=/Applications/Firefox.app/Contents/MacOS/firefox-bin pytest -v ``` For more information, see our Travis CI [setup](/scripts/setup_travis.sh) and [run](/scripts/run_travis.sh) scripts. ### Invocation examples Note that to use a debugger like `pdb` or `ipdb` you must pass the `-s` (`--capture=no`) flag to pytest. ```bash # run qunit_test.py, with firefox, with verbose output (-v) $ BROWSER=/usr/bin/firefox pytest -v tests/selenium/qunit_test.py # run a specific test on a specific class in a specific module with Chrome Beta $ BROWSER=google-chrome-beta pytest super_cookie_test.py::SupercookieTest::test_should_detect_ls_of_third_party_frame # run any tests whose name (including the module and class) matches the string cookie_test # this is often useful as a less verbose way to run a single test $ BROWSER=firefox pytest -k cookie_test ``` More pytest invocations can be found [here](https://docs.pytest.org/en/latest/usage.html) (these are very useful). If you are on Linux, you can also run the tests headlessly (without displaying a GUI). Install `Xvfb` with your system package manager, then set the `ENABLE_XVFB=1` environment variable. Like this: ```bash $ BROWSER=~/Downloads/firefox/firefox ENABLE_XVFB=1 pytest -s -v -k pbtest_org ``` ### Writing functional tests Test methods that you want to be discovered and run by `pytest` must be prefixed with the keyword `test`. For example: `test_pixel_tracking_detection`. A similar rule applies to naming any new test class files that you want to be detected by the testing suite: the `test` keyword must be appended to the end of the title. For example: `pixel_test.py`. When testing Badger's tracker detection/learning, you should first clear the pre-trained/seed tracker data. For example (run on Badger's options page): `self.js("chrome.extension.getBackgroundPage().badger.storage.clearTrackerData();")`. Clearing seed data ensures that the tracking domain was discovered just now and not from seed data. You should also set up your tracking detection test in a way where your test fixture has a "no tracking" mode that you visit first and assert that no tracking was detected. This is to ensure that when we detect the tracking being tested we didn't actually detect some other kind of tracking instead. Just as with unit tests, please verify that removing or mutating the code being tested produces failed assertions. privacybadger-release-2020.2.19/doc/yellowlist-criteria.md000066400000000000000000000016321362331047300233710ustar00rootroot00000000000000EFF maintains a Privacy Badger "yellowlist" of domains for which requests are allowed but Privacy Badger restricts access or availability of objectionable cookies and potentially other objectionable identifiers. Our objective in curating that list is to maximize user privacy while minimizing disruption to functionality that users expect from sites. The criteria we examine when considering possible yellowlist entries include (but are not limited to): * Was this in [Bau and Mayer's](https://jonathanmayer.org/papers_data/bau13.pdf) manually curated non-tracker list? * Is this domain necessary for functionality the user expects from 1st party pages? * Is the domain's privacy policy clear that it does not perform non-consensual tracking? * Is there a reasonable self-hosted surrogate available that could replace the functionality of this domain (e.g. https://github.com/EFForg/privacybadgerchrome/issues/400). privacybadger-release-2020.2.19/package-lock.json000066400000000000000000010631211362331047300215110ustar00rootroot00000000000000{ "name": "privacy-badger-chrome-dev-tools", "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@babel/code-frame": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", "requires": { "@babel/highlight": "^7.0.0" } }, "@babel/highlight": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", "requires": { "chalk": "^2.0.0", "esutils": "^2.0.2", "js-tokens": "^4.0.0" }, "dependencies": { "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } } }, "@babel/polyfill": { "version": "7.7.0", "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz", "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==", "dev": true, "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" } }, "@babel/runtime": { "version": "7.7.7", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" } }, "@babel/runtime-corejs3": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.8.4.tgz", "integrity": "sha512-+wpLqy5+fbQhvbllvlJEVRIpYj+COUWnnsm+I4jZlA8Lo7/MJmBhGTCHyk1/RWfOqBRJ2MbadddG6QltTKTlrg==", "dev": true, "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" } }, "@cliqz-oss/firefox-client": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/@cliqz-oss/firefox-client/-/firefox-client-0.3.1.tgz", "integrity": "sha512-RO+Tops/wGnBzWoZYkCraqyh2JqOejqJq5/a4b54HhmjTNSKdUPwAOK17EGg/zPb0nWqkuB7QyZsI9bo+ev8Kw==", "dev": true, "requires": { "colors": "0.5.x", "js-select": "~0.6.0" } }, "@cliqz-oss/node-firefox-connect": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@cliqz-oss/node-firefox-connect/-/node-firefox-connect-1.2.1.tgz", "integrity": "sha512-O/IyiB5pfztCdmxQZg0/xeq5w+YiP3gtJz8d4We2EpLPKzbDVjOrtfLKYgVfm6Ya6mbvDge1uLkSRwaoVCWKnA==", "dev": true, "requires": { "@cliqz-oss/firefox-client": "0.3.1", "es6-promise": "^2.0.1" } }, "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", "dev": true }, "@szmarczak/http-timer": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", "dev": true, "requires": { "defer-to-connect": "^1.0.1" } }, "@types/color-name": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", "dev": true }, "@types/minimatch": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", "dev": true }, "@types/node": { "version": "13.7.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.1.tgz", "integrity": "sha512-Zq8gcQGmn4txQEJeiXo/KiLpon8TzAl0kmKH4zdWctPj05nWwp1ClMdAVEloqrQKfaC48PNLdgN/aVaLqUrluA==", "dev": true }, "JSONSelect": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/JSONSelect/-/JSONSelect-0.2.1.tgz", "integrity": "sha1-QVQYpSbTP+MddLTe+jyDbUhewgM=", "dev": true }, "acorn": { "version": "6.4.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz", "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==", "dev": true }, "acorn-jsx": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.1.0.tgz", "integrity": "sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==", "dev": true }, "adbkit": { "version": "2.11.1", "resolved": "https://registry.npmjs.org/adbkit/-/adbkit-2.11.1.tgz", "integrity": "sha512-hDTiRg9NX3HQt7WoDAPCplUpvzr4ZzQa2lq7BdTTJ/iOZ6O7YNAs6UYD8sFAiBEcYHDRIyq3cm9sZP6uZnhvXw==", "dev": true, "requires": { "adbkit-logcat": "^1.1.0", "adbkit-monkey": "~1.0.1", "bluebird": "~2.9.24", "commander": "^2.3.0", "debug": "~2.6.3", "node-forge": "^0.7.1", "split": "~0.3.3" } }, "adbkit-logcat": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/adbkit-logcat/-/adbkit-logcat-1.1.0.tgz", "integrity": "sha1-Adf5sM75CTowvLOwB+//MBUIli8=", "dev": true }, "adbkit-monkey": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/adbkit-monkey/-/adbkit-monkey-1.0.1.tgz", "integrity": "sha1-8pG+cBou/FZ6Y/x6pq/N7TFDC+E=", "dev": true, "requires": { "async": "~0.2.9" } }, "addons-linter": { "version": "1.20.0", "resolved": "https://registry.npmjs.org/addons-linter/-/addons-linter-1.20.0.tgz", "integrity": "sha512-EIyJnIkvXhBKgOzVFR873uGa4ny07odIl8i8qWxHAuVJWM/ZQtLouAbndA+cVRDbD66sK6HsO1oWN6WkdCr/uA==", "dev": true, "requires": { "ajv": "6.10.2", "ajv-merge-patch": "4.1.0", "chalk": "3.0.0", "cheerio": "1.0.0-rc.3", "columnify": "1.5.4", "common-tags": "1.8.0", "deepmerge": "4.2.2", "dispensary": "0.49.0", "es6-promisify": "6.0.2", "eslint": "5.16.0", "eslint-plugin-no-unsafe-innerhtml": "1.0.16", "eslint-visitor-keys": "1.1.0", "espree": "6.1.2", "esprima": "4.0.1", "first-chunk-stream": "3.0.0", "fluent-syntax": "0.13.0", "fsevents": "2.1.2", "glob": "7.1.6", "is-mergeable-object": "1.1.1", "jed": "1.1.1", "mdn-browser-compat-data": "1.0.3", "os-locale": "4.0.0", "pino": "5.15.0", "postcss": "7.0.26", "probe-image-size": "5.0.0", "regenerator-runtime": "0.13.3", "relaxed-json": "1.0.3", "semver": "7.1.1", "source-map-support": "0.5.16", "strip-bom-stream": "4.0.0", "tosource": "1.0.0", "upath": "1.2.0", "whatwg-url": "8.0.0", "yargs": "15.1.0", "yauzl": "2.10.0" }, "dependencies": { "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "chalk": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { "ms": "^2.1.1" } }, "emoji-regex": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, "eslint": { "version": "5.16.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz", "integrity": "sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.9.1", "chalk": "^2.1.0", "cross-spawn": "^6.0.5", "debug": "^4.0.1", "doctrine": "^3.0.0", "eslint-scope": "^4.0.3", "eslint-utils": "^1.3.1", "eslint-visitor-keys": "^1.0.0", "espree": "^5.0.1", "esquery": "^1.0.1", "esutils": "^2.0.2", "file-entry-cache": "^5.0.1", "functional-red-black-tree": "^1.0.1", "glob": "^7.1.2", "globals": "^11.7.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "inquirer": "^6.2.2", "js-yaml": "^3.13.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.3.0", "lodash": "^4.17.11", "minimatch": "^3.0.4", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", "optionator": "^0.8.2", "path-is-inside": "^1.0.2", "progress": "^2.0.0", "regexpp": "^2.0.1", "semver": "^5.5.1", "strip-ansi": "^4.0.0", "strip-json-comments": "^2.0.1", "table": "^5.2.3", "text-table": "^0.2.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, "espree": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz", "integrity": "sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==", "dev": true, "requires": { "acorn": "^6.0.7", "acorn-jsx": "^5.0.0", "eslint-visitor-keys": "^1.0.0" } }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "eslint-scope": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", "dev": true, "requires": { "esrecurse": "^4.1.0", "estraverse": "^4.1.1" } }, "eslint-visitor-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", "dev": true }, "esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, "file-entry-cache": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", "dev": true, "requires": { "flat-cache": "^2.0.1" } }, "flat-cache": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", "dev": true, "requires": { "flatted": "^2.0.0", "rimraf": "2.6.3", "write": "1.0.3" } }, "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "rimraf": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { "glob": "^7.1.3" } }, "string-width": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { "emoji-regex": "^7.0.1", "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^5.1.0" }, "dependencies": { "strip-ansi": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { "ansi-regex": "^4.1.0" } } } }, "table": { "version": "5.4.6", "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", "dev": true, "requires": { "ajv": "^6.10.2", "lodash": "^4.17.14", "slice-ansi": "^2.1.0", "string-width": "^3.0.0" } }, "write": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", "dev": true, "requires": { "mkdirp": "^0.5.1" } } } }, "adm-zip": { "version": "0.4.14", "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.14.tgz", "integrity": "sha512-/9aQCnQHF+0IiCl0qhXoK7qs//SwYE7zX8lsr/DNk1BRAHYxeLZPL4pguwK29gUEqasYQjqPtEpDRSWEkdHn9g==", "dev": true }, "ajv": { "version": "6.10.2", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", "dev": true, "requires": { "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "ajv-keywords": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz", "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=", "dev": true }, "ajv-merge-patch": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ajv-merge-patch/-/ajv-merge-patch-4.1.0.tgz", "integrity": "sha512-0mAYXMSauA8RZ7r+B4+EAOYcZEcO9OK5EiQCR7W7Cv4E44pJj56ZnkKLJ9/PAcOc0dT+LlV9fdDcq2TxVJfOYw==", "dev": true, "requires": { "fast-json-patch": "^2.0.6", "json-merge-patch": "^0.2.3" } }, "ansi-align": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", "dev": true, "requires": { "string-width": "^3.0.0" }, "dependencies": { "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "emoji-regex": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, "string-width": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { "emoji-regex": "^7.0.1", "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^5.1.0" } }, "strip-ansi": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { "ansi-regex": "^4.1.0" } } } }, "ansi-escapes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.0.0.tgz", "integrity": "sha512-O/klc27mWNUigtv0F8NJWbLF00OcegQalkqKURWdosW08YZKi4m6CnSUSvIZG1otNJbTWhN01Hhz389DW7mvDQ==" }, "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true }, "ansi-styles": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", "dev": true, "requires": { "@types/color-name": "^1.1.1", "color-convert": "^2.0.1" }, "dependencies": { "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" } }, "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true } } }, "any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=", "dev": true }, "anymatch": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { "micromatch": "^3.1.4", "normalize-path": "^2.1.1" } }, "archiver": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/archiver/-/archiver-2.1.1.tgz", "integrity": "sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw=", "dev": true, "requires": { "archiver-utils": "^1.3.0", "async": "^2.0.0", "buffer-crc32": "^0.2.1", "glob": "^7.0.0", "lodash": "^4.8.0", "readable-stream": "^2.0.0", "tar-stream": "^1.5.0", "zip-stream": "^1.2.0" }, "dependencies": { "async": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "dev": true, "requires": { "lodash": "^4.17.14" } }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "archiver-utils": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz", "integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=", "dev": true, "requires": { "glob": "^7.0.0", "graceful-fs": "^4.1.0", "lazystream": "^1.0.0", "lodash": "^4.8.0", "normalize-path": "^2.0.0", "readable-stream": "^2.0.0" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "argparse": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=", "requires": { "sprintf-js": "~1.0.2" } }, "arr-diff": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", "dev": true }, "arr-flatten": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", "dev": true }, "arr-union": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", "dev": true }, "array-differ": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", "dev": true }, "array-filter": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=", "dev": true }, "array-map": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=", "dev": true }, "array-reduce": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=", "dev": true }, "array-union": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "requires": { "array-uniq": "^1.0.1" } }, "array-uniq": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" }, "array-unique": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", "dev": true }, "arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" }, "asn1": { "version": "0.2.4", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "dev": true, "requires": { "safer-buffer": "~2.1.0" } }, "assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true }, "assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", "dev": true }, "astral-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, "async": { "version": "0.2.10", "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", "dev": true }, "async-each": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", "dev": true }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", "dev": true }, "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true }, "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", "dev": true }, "aws4": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz", "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==", "dev": true }, "babel-code-frame": { "version": "6.26.0", "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { "chalk": "^1.1.3", "esutils": "^2.0.2", "js-tokens": "^3.0.2" }, "dependencies": { "ansi-styles": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", "has-ansi": "^2.0.0", "strip-ansi": "^3.0.0", "supports-color": "^2.0.0" } }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { "ansi-regex": "^2.0.0" } }, "supports-color": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } } }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "base": { "version": "0.11.2", "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { "cache-base": "^1.0.1", "class-utils": "^0.3.5", "component-emitter": "^1.2.1", "define-property": "^1.0.0", "isobject": "^3.0.1", "mixin-deep": "^1.2.0", "pascalcase": "^0.1.1" }, "dependencies": { "define-property": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-data-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-descriptor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } } } }, "base64-js": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==", "dev": true }, "bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", "dev": true, "requires": { "tweetnacl": "^0.14.3" } }, "binary-extensions": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, "bindings": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "dev": true, "optional": true, "requires": { "file-uri-to-path": "1.0.0" } }, "bl": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", "dev": true, "requires": { "readable-stream": "^2.3.5", "safe-buffer": "^5.1.1" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" }, "dependencies": { "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true } } }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" }, "dependencies": { "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true } } } } }, "bluebird": { "version": "2.9.34", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.34.tgz", "integrity": "sha1-L3tOyAIWMoqf3evfacjUlC/v99g=", "dev": true }, "boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, "boxen": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", "dev": true, "requires": { "ansi-align": "^3.0.0", "camelcase": "^5.3.1", "chalk": "^3.0.0", "cli-boxes": "^2.2.0", "string-width": "^4.1.0", "term-size": "^2.1.0", "type-fest": "^0.8.1", "widest-line": "^3.1.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "chalk": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } } } }, "brace-expansion": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "braces": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", "extend-shallow": "^2.0.1", "fill-range": "^4.0.0", "isobject": "^3.0.1", "repeat-element": "^1.1.2", "snapdragon": "^0.8.1", "snapdragon-node": "^2.0.1", "split-string": "^3.0.2", "to-regex": "^3.0.1" }, "dependencies": { "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } } } }, "buffer": { "version": "5.4.3", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.3.tgz", "integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==", "dev": true, "requires": { "base64-js": "^1.0.2", "ieee754": "^1.1.4" } }, "buffer-alloc": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", "dev": true, "requires": { "buffer-alloc-unsafe": "^1.1.0", "buffer-fill": "^1.0.0" } }, "buffer-alloc-unsafe": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", "dev": true }, "buffer-crc32": { "version": "0.2.13", "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", "dev": true }, "buffer-equal-constant-time": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=", "dev": true }, "buffer-fill": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", "dev": true }, "buffer-from": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", "dev": true }, "bunyan": { "version": "1.8.12", "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.12.tgz", "integrity": "sha1-8VDw9nSKvdcq6uhPBEA74u8RN5c=", "dev": true, "requires": { "dtrace-provider": "~0.8", "moment": "^2.10.6", "mv": "~2", "safe-json-stringify": "~1" } }, "cache-base": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { "collection-visit": "^1.0.0", "component-emitter": "^1.2.1", "get-value": "^2.0.6", "has-value": "^1.0.0", "isobject": "^3.0.1", "set-value": "^2.0.0", "to-object-path": "^0.3.0", "union-value": "^1.0.0", "unset-value": "^1.0.0" } }, "cacheable-request": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", "dev": true, "requires": { "clone-response": "^1.0.2", "get-stream": "^5.1.0", "http-cache-semantics": "^4.0.0", "keyv": "^3.0.0", "lowercase-keys": "^2.0.0", "normalize-url": "^4.1.0", "responselike": "^1.0.2" }, "dependencies": { "get-stream": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", "dev": true, "requires": { "pump": "^3.0.0" } }, "lowercase-keys": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", "dev": true } } }, "caller-path": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", "requires": { "callsites": "^0.2.0" } }, "callsites": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=" }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, "caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", "dev": true }, "chalk": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", "requires": { "ansi-styles": "^3.1.0", "escape-string-regexp": "^1.0.5", "supports-color": "^4.0.0" }, "dependencies": { "ansi-styles": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", "requires": { "color-convert": "^1.9.0" } }, "supports-color": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "requires": { "has-flag": "^2.0.0" } } } }, "chardet": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, "cheerio": { "version": "1.0.0-rc.3", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.3.tgz", "integrity": "sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==", "dev": true, "requires": { "css-select": "~1.2.0", "dom-serializer": "~0.1.1", "entities": "~1.1.1", "htmlparser2": "^3.9.1", "lodash": "^4.15.0", "parse5": "^3.0.1" } }, "chokidar": { "version": "2.1.8", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", "dev": true, "requires": { "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", "normalize-path": "^3.0.0", "path-is-absolute": "^1.0.0", "readdirp": "^2.2.1", "upath": "^1.1.1" }, "dependencies": { "fsevents": { "version": "1.2.11", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", "dev": true, "optional": true, "requires": { "bindings": "^1.5.0", "nan": "^2.12.1", "node-pre-gyp": "*" }, "dependencies": { "abbrev": { "version": "1.1.1", "bundled": true, "dev": true, "optional": true }, "ansi-regex": { "version": "2.1.1", "bundled": true, "dev": true, "optional": true }, "aproba": { "version": "1.2.0", "bundled": true, "dev": true, "optional": true }, "are-we-there-yet": { "version": "1.1.5", "bundled": true, "dev": true, "optional": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^2.0.6" } }, "balanced-match": { "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "chownr": { "version": "1.1.3", "bundled": true, "dev": true, "optional": true }, "code-point-at": { "version": "1.1.0", "bundled": true, "dev": true, "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, "dev": true, "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, "dev": true, "optional": true }, "core-util-is": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, "debug": { "version": "3.2.6", "bundled": true, "dev": true, "optional": true, "requires": { "ms": "^2.1.1" } }, "deep-extend": { "version": "0.6.0", "bundled": true, "dev": true, "optional": true }, "delegates": { "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, "detect-libc": { "version": "1.0.3", "bundled": true, "dev": true, "optional": true }, "fs-minipass": { "version": "1.2.7", "bundled": true, "dev": true, "optional": true, "requires": { "minipass": "^2.6.0" } }, "fs.realpath": { "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, "gauge": { "version": "2.7.4", "bundled": true, "dev": true, "optional": true, "requires": { "aproba": "^1.0.3", "console-control-strings": "^1.0.0", "has-unicode": "^2.0.0", "object-assign": "^4.1.0", "signal-exit": "^3.0.0", "string-width": "^1.0.1", "strip-ansi": "^3.0.1", "wide-align": "^1.1.0" } }, "glob": { "version": "7.1.6", "bundled": true, "dev": true, "optional": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "has-unicode": { "version": "2.0.1", "bundled": true, "dev": true, "optional": true }, "iconv-lite": { "version": "0.4.24", "bundled": true, "dev": true, "optional": true, "requires": { "safer-buffer": ">= 2.1.2 < 3" } }, "ignore-walk": { "version": "3.0.3", "bundled": true, "dev": true, "optional": true, "requires": { "minimatch": "^3.0.4" } }, "inflight": { "version": "1.0.6", "bundled": true, "dev": true, "optional": true, "requires": { "once": "^1.3.0", "wrappy": "1" } }, "inherits": { "version": "2.0.4", "bundled": true, "dev": true, "optional": true }, "ini": { "version": "1.3.5", "bundled": true, "dev": true, "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, "dev": true, "optional": true, "requires": { "number-is-nan": "^1.0.0" } }, "isarray": { "version": "1.0.0", "bundled": true, "dev": true, "optional": true }, "minimatch": { "version": "3.0.4", "bundled": true, "dev": true, "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", "bundled": true, "dev": true, "optional": true }, "minipass": { "version": "2.9.0", "bundled": true, "dev": true, "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" } }, "minizlib": { "version": "1.3.3", "bundled": true, "dev": true, "optional": true, "requires": { "minipass": "^2.9.0" } }, "mkdirp": { "version": "0.5.1", "bundled": true, "dev": true, "optional": true, "requires": { "minimist": "0.0.8" } }, "ms": { "version": "2.1.2", "bundled": true, "dev": true, "optional": true }, "needle": { "version": "2.4.0", "bundled": true, "dev": true, "optional": true, "requires": { "debug": "^3.2.6", "iconv-lite": "^0.4.4", "sax": "^1.2.4" } }, "node-pre-gyp": { "version": "0.14.0", "bundled": true, "dev": true, "optional": true, "requires": { "detect-libc": "^1.0.2", "mkdirp": "^0.5.1", "needle": "^2.2.1", "nopt": "^4.0.1", "npm-packlist": "^1.1.6", "npmlog": "^4.0.2", "rc": "^1.2.7", "rimraf": "^2.6.1", "semver": "^5.3.0", "tar": "^4.4.2" } }, "nopt": { "version": "4.0.1", "bundled": true, "dev": true, "optional": true, "requires": { "abbrev": "1", "osenv": "^0.1.4" } }, "npm-bundled": { "version": "1.1.1", "bundled": true, "dev": true, "optional": true, "requires": { "npm-normalize-package-bin": "^1.0.1" } }, "npm-normalize-package-bin": { "version": "1.0.1", "bundled": true, "dev": true, "optional": true }, "npm-packlist": { "version": "1.4.7", "bundled": true, "dev": true, "optional": true, "requires": { "ignore-walk": "^3.0.1", "npm-bundled": "^1.0.1" } }, "npmlog": { "version": "4.1.2", "bundled": true, "dev": true, "optional": true, "requires": { "are-we-there-yet": "~1.1.2", "console-control-strings": "~1.1.0", "gauge": "~2.7.3", "set-blocking": "~2.0.0" } }, "number-is-nan": { "version": "1.0.1", "bundled": true, "dev": true, "optional": true }, "object-assign": { "version": "4.1.1", "bundled": true, "dev": true, "optional": true }, "once": { "version": "1.4.0", "bundled": true, "dev": true, "optional": true, "requires": { "wrappy": "1" } }, "os-homedir": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, "os-tmpdir": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, "osenv": { "version": "0.1.5", "bundled": true, "dev": true, "optional": true, "requires": { "os-homedir": "^1.0.0", "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { "version": "1.0.1", "bundled": true, "dev": true, "optional": true }, "process-nextick-args": { "version": "2.0.1", "bundled": true, "dev": true, "optional": true }, "rc": { "version": "1.2.8", "bundled": true, "dev": true, "optional": true, "requires": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { "version": "1.2.0", "bundled": true, "dev": true, "optional": true } } }, "readable-stream": { "version": "2.3.6", "bundled": true, "dev": true, "optional": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "rimraf": { "version": "2.7.1", "bundled": true, "dev": true, "optional": true, "requires": { "glob": "^7.1.3" } }, "safe-buffer": { "version": "5.1.2", "bundled": true, "dev": true, "optional": true }, "safer-buffer": { "version": "2.1.2", "bundled": true, "dev": true, "optional": true }, "sax": { "version": "1.2.4", "bundled": true, "dev": true, "optional": true }, "semver": { "version": "5.7.1", "bundled": true, "dev": true, "optional": true }, "set-blocking": { "version": "2.0.0", "bundled": true, "dev": true, "optional": true }, "signal-exit": { "version": "3.0.2", "bundled": true, "dev": true, "optional": true }, "string-width": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", "strip-ansi": "^3.0.0" } }, "string_decoder": { "version": "1.1.1", "bundled": true, "dev": true, "optional": true, "requires": { "safe-buffer": "~5.1.0" } }, "strip-ansi": { "version": "3.0.1", "bundled": true, "dev": true, "optional": true, "requires": { "ansi-regex": "^2.0.0" } }, "strip-json-comments": { "version": "2.0.1", "bundled": true, "dev": true, "optional": true }, "tar": { "version": "4.4.13", "bundled": true, "dev": true, "optional": true, "requires": { "chownr": "^1.1.1", "fs-minipass": "^1.2.5", "minipass": "^2.8.6", "minizlib": "^1.2.1", "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", "yallist": "^3.0.3" } }, "util-deprecate": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, "wide-align": { "version": "1.1.3", "bundled": true, "dev": true, "optional": true, "requires": { "string-width": "^1.0.2 || 2" } }, "wrappy": { "version": "1.0.2", "bundled": true, "dev": true, "optional": true }, "yallist": { "version": "3.1.1", "bundled": true, "dev": true, "optional": true } } }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true } } }, "chrome-launcher": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.12.0.tgz", "integrity": "sha512-rBUP4tvWToiileDi3UR0SbWKoUoDCYTRmVND2sdoBL1xANBgVz8V9h1yQluj3MEQaBJg0fRw7hW82uOPrJus7A==", "dev": true, "requires": { "@types/node": "*", "is-wsl": "^2.1.0", "lighthouse-logger": "^1.0.0", "mkdirp": "0.5.1", "rimraf": "^2.6.1" } }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", "dev": true }, "circular-json": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==" }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { "arr-union": "^3.1.0", "define-property": "^0.2.5", "isobject": "^3.0.0", "static-extend": "^0.1.1" }, "dependencies": { "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { "is-descriptor": "^0.1.0" } } } }, "cli-boxes": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz", "integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==", "dev": true }, "cli-cursor": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "requires": { "restore-cursor": "^2.0.0" } }, "cli-width": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=" }, "cliui": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, "requires": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^6.2.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } } } }, "clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", "dev": true }, "clone-response": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", "dev": true, "requires": { "mimic-response": "^1.0.0" } }, "co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", "dev": true }, "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", "dev": true }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { "map-visit": "^1.0.0", "object-visit": "^1.0.0" } }, "color-convert": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", "requires": { "color-name": "^1.1.1" } }, "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, "colors": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/colors/-/colors-0.5.1.tgz", "integrity": "sha1-fQAj6usVTo7p/Oddy5I9DtFmd3Q=", "dev": true }, "columnify": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", "dev": true, "requires": { "strip-ansi": "^3.0.0", "wcwidth": "^1.0.0" }, "dependencies": { "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { "ansi-regex": "^2.0.0" } } } }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, "requires": { "delayed-stream": "~1.0.0" } }, "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, "common-tags": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==", "dev": true }, "component-emitter": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", "dev": true }, "compress-commons": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz", "integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=", "dev": true, "requires": { "buffer-crc32": "^0.2.1", "crc32-stream": "^2.0.0", "normalize-path": "^2.0.0", "readable-stream": "^2.0.0" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "concat-stream": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", "readable-stream": "^2.2.2", "typedarray": "^0.0.6" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "configstore": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz", "integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==", "dev": true, "requires": { "dot-prop": "^5.1.0", "graceful-fs": "^4.1.2", "make-dir": "^3.0.0", "unique-string": "^2.0.0", "write-file-atomic": "^3.0.0", "xdg-basedir": "^4.0.0" } }, "copy-descriptor": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", "dev": true }, "core-js": { "version": "2.6.11", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", "dev": true }, "core-js-pure": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.4.tgz", "integrity": "sha512-epIhRLkXdgv32xIUFaaAry2wdxZYBi6bgM7cB136dzzXXa+dFyRLTZeLUJxnd8ShrmyVXBub63n2NHo2JAt8Cw==", "dev": true }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "dev": true }, "crc": { "version": "3.8.0", "resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz", "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==", "dev": true, "requires": { "buffer": "^5.1.0" } }, "crc32-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz", "integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=", "dev": true, "requires": { "crc": "^3.4.4", "readable-stream": "^2.0.0" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "cross-spawn": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { "nice-try": "^1.0.4", "path-key": "^2.0.1", "semver": "^5.5.0", "shebang-command": "^1.2.0", "which": "^1.2.9" }, "dependencies": { "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true } } }, "crypto-random-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true }, "css-select": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", "dev": true, "requires": { "boolbase": "~1.0.0", "css-what": "2.1", "domutils": "1.5.1", "nth-check": "~1.0.1" } }, "css-what": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==", "dev": true }, "d": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", "dev": true, "requires": { "es5-ext": "^0.10.50", "type": "^1.0.1" } }, "dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "requires": { "assert-plus": "^1.0.0" } }, "debounce": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz", "integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==", "dev": true }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "decamelize": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-3.2.0.tgz", "integrity": "sha512-4TgkVUsmmu7oCSyGBm5FvfMoACuoh9EOidm7V5/J2X2djAwwt57qb3F2KMP2ITqODTCSwb+YRV+0Zqrv18k/hw==", "dev": true, "requires": { "xregexp": "^4.2.4" } }, "decode-uri-component": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", "dev": true }, "decompress-response": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "dev": true, "requires": { "mimic-response": "^1.0.0" } }, "deep-equal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", "dev": true, "requires": { "is-arguments": "^1.0.4", "is-date-object": "^1.0.1", "is-regex": "^1.0.4", "object-is": "^1.0.1", "object-keys": "^1.1.1", "regexp.prototype.flags": "^1.2.0" } }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "dev": true }, "deep-is": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" }, "deepcopy": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-2.0.0.tgz", "integrity": "sha512-d5ZK7pJw7F3k6M5vqDjGiiUS9xliIyWkdzBjnPhnSeRGjkYOGZMCFkdKVwV/WiHOe0NwzB8q+iDo7afvSf0arA==", "dev": true, "requires": { "type-detect": "^4.0.8" } }, "deepmerge": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", "dev": true }, "defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", "dev": true, "requires": { "clone": "^1.0.2" } }, "defer-to-connect": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", "dev": true }, "define-properties": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "requires": { "object-keys": "^1.0.12" } }, "define-property": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { "is-descriptor": "^1.0.2", "isobject": "^3.0.1" }, "dependencies": { "is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-data-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-descriptor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } } } }, "del": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", "requires": { "globby": "^5.0.0", "is-path-cwd": "^1.0.0", "is-path-in-cwd": "^1.0.0", "object-assign": "^4.0.1", "pify": "^2.0.0", "pinkie-promise": "^2.0.0", "rimraf": "^2.2.8" } }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true }, "dispensary": { "version": "0.49.0", "resolved": "https://registry.npmjs.org/dispensary/-/dispensary-0.49.0.tgz", "integrity": "sha512-szH0vDORmGWEfwQgIqrhmrMpSGU2yXL3z7oe0NGx4sCbmnJdXXr5SQvRccPNCPrRuRPn2zPIITvwD9Lf+pcOew==", "dev": true, "requires": { "async": "~3.1.0", "natural-compare-lite": "~1.4.0", "pino": "~5.15.0", "request": "~2.88.0", "sha.js": "~2.4.4", "source-map-support": "~0.5.4", "yargs": "~15.1.0" }, "dependencies": { "async": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/async/-/async-3.1.1.tgz", "integrity": "sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==", "dev": true } } }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "requires": { "esutils": "^2.0.2" } }, "dom-serializer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", "dev": true, "requires": { "domelementtype": "^1.3.0", "entities": "^1.1.1" } }, "domelementtype": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", "dev": true }, "domhandler": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "dev": true, "requires": { "domelementtype": "1" } }, "domutils": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", "dev": true, "requires": { "dom-serializer": "0", "domelementtype": "1" } }, "dot-prop": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", "dev": true, "requires": { "is-obj": "^2.0.0" } }, "dtrace-provider": { "version": "0.8.8", "resolved": "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.8.tgz", "integrity": "sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==", "dev": true, "optional": true, "requires": { "nan": "^2.14.0" } }, "duplexer3": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", "dev": true }, "ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", "dev": true, "requires": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, "ecdsa-sig-formatter": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", "dev": true, "requires": { "safe-buffer": "^5.0.1" } }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, "requires": { "once": "^1.4.0" } }, "entities": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", "dev": true }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "requires": { "is-arrayish": "^0.2.1" } }, "es-abstract": { "version": "1.17.4", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", "dev": true, "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1", "is-callable": "^1.1.5", "is-regex": "^1.0.5", "object-inspect": "^1.7.0", "object-keys": "^1.1.1", "object.assign": "^4.1.0", "string.prototype.trimleft": "^2.1.1", "string.prototype.trimright": "^2.1.1" } }, "es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", "is-symbol": "^1.0.2" } }, "es5-ext": { "version": "0.10.53", "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", "dev": true, "requires": { "es6-iterator": "~2.0.3", "es6-symbol": "~3.1.3", "next-tick": "~1.0.0" } }, "es6-error": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", "dev": true }, "es6-iterator": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", "dev": true, "requires": { "d": "1", "es5-ext": "^0.10.35", "es6-symbol": "^3.1.1" } }, "es6-map": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz", "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=", "dev": true, "requires": { "d": "1", "es5-ext": "~0.10.14", "es6-iterator": "~2.0.1", "es6-set": "~0.1.5", "es6-symbol": "~3.1.1", "event-emitter": "~0.3.5" } }, "es6-promise": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=", "dev": true }, "es6-promisify": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.0.2.tgz", "integrity": "sha512-eO6vFm0JvqGzjWIQA6QVKjxpmELfhWbDUWHm1rPfIbn55mhKPiAa5xpLmQWJrNa629ZIeQ8ZvMAi13kvrjK6Mg==", "dev": true }, "es6-set": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz", "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=", "dev": true, "requires": { "d": "1", "es5-ext": "~0.10.14", "es6-iterator": "~2.0.1", "es6-symbol": "3.1.1", "event-emitter": "~0.3.5" }, "dependencies": { "es6-symbol": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", "dev": true, "requires": { "d": "1", "es5-ext": "~0.10.14" } } } }, "es6-symbol": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "dev": true, "requires": { "d": "^1.0.1", "ext": "^1.1.2" } }, "es6-weak-map": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", "dev": true, "requires": { "d": "1", "es5-ext": "^0.10.46", "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.1" } }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escope": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz", "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=", "dev": true, "requires": { "es6-map": "^0.1.3", "es6-weak-map": "^2.0.1", "esrecurse": "^4.1.0", "estraverse": "^4.1.1" } }, "eslint": { "version": "5.10.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.10.0.tgz", "integrity": "sha512-HpqzC+BHULKlnPwWae9MaVZ5AXJKpkxCVXQHrFaRw3hbDj26V/9ArYM4Rr/SQ8pi6qUPLXSSXC4RBJlyq2Z2OQ==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.5.3", "chalk": "^2.1.0", "cross-spawn": "^6.0.5", "debug": "^4.0.1", "doctrine": "^2.1.0", "eslint-scope": "^4.0.0", "eslint-utils": "^1.3.1", "eslint-visitor-keys": "^1.0.0", "espree": "^5.0.0", "esquery": "^1.0.1", "esutils": "^2.0.2", "file-entry-cache": "^2.0.0", "functional-red-black-tree": "^1.0.1", "glob": "^7.1.2", "globals": "^11.7.0", "ignore": "^4.0.6", "imurmurhash": "^0.1.4", "inquirer": "^6.1.0", "js-yaml": "^3.12.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.3.0", "lodash": "^4.17.5", "minimatch": "^3.0.4", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", "optionator": "^0.8.2", "path-is-inside": "^1.0.2", "pluralize": "^7.0.0", "progress": "^2.0.0", "regexpp": "^2.0.1", "require-uncached": "^1.0.3", "semver": "^5.5.1", "strip-ansi": "^4.0.0", "strip-json-comments": "^2.0.1", "table": "^5.0.2", "text-table": "^0.2.0" }, "dependencies": { "acorn": { "version": "6.0.4", "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz", "integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==" }, "acorn-jsx": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz", "integrity": "sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==" }, "ajv": { "version": "6.6.2", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz", "integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==", "requires": { "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "ansi-regex": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.0.0.tgz", "integrity": "sha512-iB5Dda8t/UqpPI/IjsejXu5jOGDrzn41wJyljwPH65VCIbk6+1BzFIMJGFwTNrYXT1CrD+B4l19U7awiQ8rk7w==" }, "chardet": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, "cross-spawn": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { "nice-try": "^1.0.4", "path-key": "^2.0.1", "semver": "^5.5.0", "shebang-command": "^1.2.0", "which": "^1.2.9" } }, "debug": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" } }, "doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "requires": { "esutils": "^2.0.2" } }, "espree": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/espree/-/espree-5.0.0.tgz", "integrity": "sha512-1MpUfwsdS9MMoN7ZXqAr9e9UKdVHDcvrJpyx7mm1WuQlx/ygErEQBzgi5Nh5qBHIoYweprhtMkTCb9GhcAIcsA==", "requires": { "acorn": "^6.0.2", "acorn-jsx": "^5.0.0", "eslint-visitor-keys": "^1.0.0" } }, "esquery": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz", "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", "requires": { "estraverse": "^4.0.0" } }, "external-editor": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", "requires": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", "tmp": "^0.0.33" } }, "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "globals": { "version": "11.9.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz", "integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==" }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "requires": { "safer-buffer": ">= 2.1.2 < 3" } }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" }, "inquirer": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.1.tgz", "integrity": "sha512-088kl3DRT2dLU5riVMKKr1DlImd6X7smDhpXUCkJDCKvTEJeRiXh0G132HG9u5a+6Ylw9plFRY7RuTnwohYSpg==", "requires": { "ansi-escapes": "^3.0.0", "chalk": "^2.0.0", "cli-cursor": "^2.1.0", "cli-width": "^2.0.0", "external-editor": "^3.0.0", "figures": "^2.0.0", "lodash": "^4.17.10", "mute-stream": "0.0.7", "run-async": "^2.2.0", "rxjs": "^6.1.0", "string-width": "^2.1.0", "strip-ansi": "^5.0.0", "through": "^2.3.6" }, "dependencies": { "strip-ansi": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.0.0.tgz", "integrity": "sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==", "requires": { "ansi-regex": "^4.0.0" } } } }, "js-yaml": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" } }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "regexpp": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==" }, "rxjs": { "version": "6.3.3", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "requires": { "tslib": "^1.9.0" } }, "semver": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==" } } }, "eslint-plugin-no-unsafe-innerhtml": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/eslint-plugin-no-unsafe-innerhtml/-/eslint-plugin-no-unsafe-innerhtml-1.0.16.tgz", "integrity": "sha1-fQKHjI6b95FriINtWsEitC8VGTI=", "dev": true, "requires": { "eslint": "^3.7.1" }, "dependencies": { "acorn": { "version": "5.7.3", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", "dev": true }, "acorn-jsx": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", "dev": true, "requires": { "acorn": "^3.0.4" }, "dependencies": { "acorn": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", "dev": true } } }, "ajv": { "version": "4.11.8", "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", "dev": true, "requires": { "co": "^4.6.0", "json-stable-stringify": "^1.0.1" } }, "ansi-escapes": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", "dev": true }, "ansi-styles": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", "has-ansi": "^2.0.0", "strip-ansi": "^3.0.0", "supports-color": "^2.0.0" } }, "cli-cursor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { "restore-cursor": "^1.0.1" } }, "doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, "requires": { "esutils": "^2.0.2" } }, "eslint": { "version": "3.19.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-3.19.0.tgz", "integrity": "sha1-yPxiAcf0DdCJQbh8CFdnOGpnmsw=", "dev": true, "requires": { "babel-code-frame": "^6.16.0", "chalk": "^1.1.3", "concat-stream": "^1.5.2", "debug": "^2.1.1", "doctrine": "^2.0.0", "escope": "^3.6.0", "espree": "^3.4.0", "esquery": "^1.0.0", "estraverse": "^4.2.0", "esutils": "^2.0.2", "file-entry-cache": "^2.0.0", "glob": "^7.0.3", "globals": "^9.14.0", "ignore": "^3.2.0", "imurmurhash": "^0.1.4", "inquirer": "^0.12.0", "is-my-json-valid": "^2.10.0", "is-resolvable": "^1.0.0", "js-yaml": "^3.5.1", "json-stable-stringify": "^1.0.0", "levn": "^0.3.0", "lodash": "^4.0.0", "mkdirp": "^0.5.0", "natural-compare": "^1.4.0", "optionator": "^0.8.2", "path-is-inside": "^1.0.1", "pluralize": "^1.2.1", "progress": "^1.1.8", "require-uncached": "^1.0.2", "shelljs": "^0.7.5", "strip-bom": "^3.0.0", "strip-json-comments": "~2.0.1", "table": "^3.7.8", "text-table": "~0.2.0", "user-home": "^2.0.0" } }, "espree": { "version": "3.5.4", "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", "dev": true, "requires": { "acorn": "^5.5.0", "acorn-jsx": "^3.0.0" } }, "figures": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { "escape-string-regexp": "^1.0.5", "object-assign": "^4.1.0" } }, "globals": { "version": "9.18.0", "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "dev": true }, "ignore": { "version": "3.3.10", "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", "dev": true }, "inquirer": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", "dev": true, "requires": { "ansi-escapes": "^1.1.0", "ansi-regex": "^2.0.0", "chalk": "^1.0.0", "cli-cursor": "^1.0.1", "cli-width": "^2.0.0", "figures": "^1.3.5", "lodash": "^4.3.0", "readline2": "^1.0.1", "run-async": "^0.1.0", "rx-lite": "^3.1.2", "string-width": "^1.0.1", "strip-ansi": "^3.0.0", "through": "^2.3.6" } }, "is-fullwidth-code-point": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { "number-is-nan": "^1.0.0" } }, "onetime": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "dev": true }, "pluralize": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz", "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=", "dev": true }, "progress": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", "dev": true }, "restore-cursor": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { "exit-hook": "^1.0.0", "onetime": "^1.0.0" } }, "run-async": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", "dev": true, "requires": { "once": "^1.3.0" } }, "slice-ansi": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", "dev": true }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", "strip-ansi": "^3.0.0" } }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { "ansi-regex": "^2.0.0" } }, "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true }, "supports-color": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true }, "table": { "version": "3.8.3", "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz", "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=", "dev": true, "requires": { "ajv": "^4.7.0", "ajv-keywords": "^1.0.0", "chalk": "^1.1.1", "lodash": "^4.0.0", "slice-ansi": "0.0.4", "string-width": "^2.0.0" }, "dependencies": { "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^4.0.0" } }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { "ansi-regex": "^3.0.0" } } } } } }, "eslint-scope": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz", "integrity": "sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==", "requires": { "esrecurse": "^4.1.0", "estraverse": "^4.1.1" } }, "eslint-utils": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz", "integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==", "requires": { "eslint-visitor-keys": "^1.0.0" } }, "eslint-visitor-keys": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", "integrity": "sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==" }, "espree": { "version": "6.1.2", "resolved": "https://registry.npmjs.org/espree/-/espree-6.1.2.tgz", "integrity": "sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==", "dev": true, "requires": { "acorn": "^7.1.0", "acorn-jsx": "^5.1.0", "eslint-visitor-keys": "^1.1.0" }, "dependencies": { "acorn": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", "dev": true }, "eslint-visitor-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", "dev": true } } }, "esprima": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==" }, "esquery": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.1.0.tgz", "integrity": "sha512-MxYW9xKmROWF672KqjO75sszsA8Mxhw06YFeS5VHlB98KDHbOSurm3ArsjO60Eaf3QmGMCP1yn+0JQkNLo/97Q==", "dev": true, "requires": { "estraverse": "^4.0.0" } }, "esrecurse": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz", "integrity": "sha1-+pVo2Y04I/mkHZHpAtyrnqblsWM=", "requires": { "estraverse": "^4.1.0", "object-assign": "^4.0.1" } }, "estraverse": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=" }, "esutils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=" }, "event-emitter": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", "dev": true, "requires": { "d": "1", "es5-ext": "~0.10.14" } }, "event-to-promise": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/event-to-promise/-/event-to-promise-0.8.0.tgz", "integrity": "sha1-S4TxF3K28l93Uvx02XFTGsb1tiY=", "dev": true }, "execa": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { "cross-spawn": "^6.0.0", "get-stream": "^4.0.0", "is-stream": "^1.1.0", "npm-run-path": "^2.0.0", "p-finally": "^1.0.0", "signal-exit": "^3.0.0", "strip-eof": "^1.0.0" } }, "exit-hook": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", "dev": true }, "expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { "debug": "^2.3.3", "define-property": "^0.2.5", "extend-shallow": "^2.0.1", "posix-character-classes": "^0.1.0", "regex-not": "^1.0.0", "snapdragon": "^0.8.1", "to-regex": "^3.0.1" }, "dependencies": { "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { "is-descriptor": "^0.1.0" } }, "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } } } }, "ext": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", "dev": true, "requires": { "type": "^2.0.0" }, "dependencies": { "type": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==", "dev": true } } }, "extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, "extend-shallow": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { "assign-symbols": "^1.0.0", "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { "is-plain-object": "^2.0.4" } } } }, "external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, "requires": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", "tmp": "^0.0.33" } }, "extglob": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { "array-unique": "^0.3.2", "define-property": "^1.0.0", "expand-brackets": "^2.1.4", "extend-shallow": "^2.0.1", "fragment-cache": "^0.2.1", "regex-not": "^1.0.0", "snapdragon": "^0.8.1", "to-regex": "^3.0.1" }, "dependencies": { "define-property": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { "is-descriptor": "^1.0.0" } }, "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } }, "is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-data-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-descriptor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } } } }, "extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", "dev": true }, "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "fast-json-patch": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.2.1.tgz", "integrity": "sha512-4j5uBaTnsYAV5ebkidvxiLUYOwjQ+JSFljeqfTxCrH9bDmlCQaOJFS84oDJ2rAXZq2yskmk3ORfoP9DCwqFNig==", "dev": true, "requires": { "fast-deep-equal": "^2.0.1" } }, "fast-json-stable-stringify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" }, "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-redact": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-2.0.0.tgz", "integrity": "sha512-zxpkULI9W9MNTK2sJ3BpPQrTEXFNESd2X6O1tXMFpK/XM0G5c5Rll2EVYZH2TqI3xRGK/VaJ+eEOt7pnENJpeA==", "dev": true }, "fast-safe-stringify": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==", "dev": true }, "fd-slicer": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", "dev": true, "requires": { "pend": "~1.2.0" } }, "figures": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "requires": { "escape-string-regexp": "^1.0.5" } }, "file-entry-cache": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", "requires": { "flat-cache": "^1.2.1", "object-assign": "^4.0.1" } }, "file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "dev": true, "optional": true }, "fill-range": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", "repeat-string": "^1.6.1", "to-regex-range": "^2.1.0" }, "dependencies": { "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } } } }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "firefox-profile": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/firefox-profile/-/firefox-profile-1.3.0.tgz", "integrity": "sha512-3d7JPnFC3GrwGW8wonAqy2E4YCI7A8MO7yVDkqS09uQ3tLvMLCY3Ytt4ntvVXvyzjVMRmrLW9W/CubnnzrdLCA==", "dev": true, "requires": { "adm-zip": "~0.4.x", "archiver": "~2.1.0", "async": "~2.5.0", "fs-extra": "~4.0.2", "ini": "~1.3.3", "jetpack-id": "1.0.0", "lazystream": "~1.0.0", "lodash": "~4.17.2", "minimist": "^1.1.1", "uuid": "^3.0.0", "xml2js": "~0.4.4" }, "dependencies": { "async": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz", "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==", "dev": true, "requires": { "lodash": "^4.14.0" } }, "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } } }, "first-chunk-stream": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-3.0.0.tgz", "integrity": "sha512-LNRvR4hr/S8cXXkIY5pTgVP7L3tq6LlYWcg9nWBuW7o1NMxKZo6oOVa/6GIekMGI0Iw7uC+HWimMe9u/VAeKqw==", "dev": true }, "flat-cache": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz", "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=", "requires": { "circular-json": "^0.3.1", "del": "^2.0.2", "graceful-fs": "^4.1.2", "write": "^0.2.1" } }, "flatstr": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz", "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==", "dev": true }, "flatted": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz", "integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==", "dev": true }, "fluent-syntax": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/fluent-syntax/-/fluent-syntax-0.13.0.tgz", "integrity": "sha512-0Bk1AsliuYB550zr4JV9AYhsETsD3ELXUQzdXGJfIc1Ni/ukAfBdQInDhVMYJUaT2QxoamNslwkYF7MlOrPUwg==", "dev": true }, "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", "dev": true }, "forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", "dev": true }, "form-data": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", "mime-types": "^2.1.12" } }, "fragment-cache": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { "map-cache": "^0.2.2" } }, "fs-constants": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", "dev": true }, "fs-extra": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", "dev": true, "requires": { "graceful-fs": "^4.1.2", "jsonfile": "^4.0.0", "universalify": "^0.1.0" } }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "fsevents": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz", "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==", "dev": true, "optional": true }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, "functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "fx-runner": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/fx-runner/-/fx-runner-1.0.11.tgz", "integrity": "sha512-igHogHf5wTqqaPPTOav18MMTVq/eoeTJiw/PvPUuwnzU8vbyZInFPgR66G9ZBwvwxC7e611nbtB4xSMcYVhlvg==", "dev": true, "requires": { "commander": "2.9.0", "shell-quote": "1.6.1", "spawn-sync": "1.0.15", "when": "3.7.7", "which": "1.2.4", "winreg": "0.0.12" }, "dependencies": { "commander": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", "dev": true, "requires": { "graceful-readlink": ">= 1.0.0" } }, "isexe": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz", "integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA=", "dev": true }, "which": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz", "integrity": "sha1-FVf5YIBgTlsRs1meufRbUKnv1yI=", "dev": true, "requires": { "is-absolute": "^0.1.7", "isexe": "^1.1.1" } } } }, "generate-function": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz", "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==", "dev": true, "requires": { "is-property": "^1.0.2" } }, "generate-object-property": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", "dev": true, "requires": { "is-property": "^1.0.0" } }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { "pump": "^3.0.0" } }, "get-value": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", "dev": true }, "getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "requires": { "assert-plus": "^1.0.0" } }, "git-rev-sync": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/git-rev-sync/-/git-rev-sync-2.0.0.tgz", "integrity": "sha512-vnHFv2eocTmt/wHqZm3ksxtVshK4vptT0cEoumk6hAYRFx3do6Qo7xHBTBCv29+r3ZZCQOQ1i328MUCsYF7AUw==", "dev": true, "requires": { "escape-string-regexp": "1.0.5", "graceful-fs": "4.1.15", "shelljs": "0.7.7" }, "dependencies": { "graceful-fs": { "version": "4.1.15", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", "dev": true }, "shelljs": { "version": "0.7.7", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.7.tgz", "integrity": "sha1-svXHfvlxSPS09uImguELuoZnz/E=", "dev": true, "requires": { "glob": "^7.0.0", "interpret": "^1.0.0", "rechoir": "^0.6.2" } } } }, "glob": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "glob-parent": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { "is-glob": "^3.1.0", "path-dirname": "^1.0.0" }, "dependencies": { "is-glob": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { "is-extglob": "^2.1.0" } } } }, "global-dirs": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", "dev": true, "requires": { "ini": "^1.3.5" } }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true }, "globby": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", "requires": { "array-union": "^1.0.1", "arrify": "^1.0.0", "glob": "^7.0.3", "object-assign": "^4.0.1", "pify": "^2.0.0", "pinkie-promise": "^2.0.0" } }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", "dev": true, "requires": { "@sindresorhus/is": "^0.14.0", "@szmarczak/http-timer": "^1.1.2", "cacheable-request": "^6.0.0", "decompress-response": "^3.3.0", "duplexer3": "^0.1.4", "get-stream": "^4.1.0", "lowercase-keys": "^1.0.1", "mimic-response": "^1.0.1", "p-cancelable": "^1.0.0", "to-readable-stream": "^1.0.0", "url-parse-lax": "^3.0.0" } }, "graceful-fs": { "version": "4.1.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" }, "graceful-readlink": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=", "dev": true }, "growly": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", "dev": true }, "har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", "dev": true }, "har-validator": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "dev": true, "requires": { "ajv": "^6.5.5", "har-schema": "^2.0.0" } }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { "function-bind": "^1.1.1" } }, "has-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { "ansi-regex": "^2.0.0" } }, "has-flag": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=" }, "has-symbols": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", "dev": true }, "has-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { "get-value": "^2.0.6", "has-values": "^1.0.0", "isobject": "^3.0.0" } }, "has-values": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { "is-number": "^3.0.0", "kind-of": "^4.0.0" }, "dependencies": { "kind-of": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "has-yarn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", "dev": true }, "htmlparser2": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", "dev": true, "requires": { "domelementtype": "^1.3.1", "domhandler": "^2.3.0", "domutils": "^1.5.1", "entities": "^1.1.1", "inherits": "^2.0.1", "readable-stream": "^3.1.1" } }, "http-cache-semantics": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", "integrity": "sha512-Z2EICWNJou7Tr9Bd2M2UqDJq3A9F2ePG9w3lIpjoyuSyXFP9QbniJVu3XQYytuw5ebmG7dXSXO9PgAjJG8DDKA==", "dev": true }, "http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", "sshpk": "^1.7.0" } }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { "safer-buffer": ">= 2.1.2 < 3" } }, "ieee754": { "version": "1.1.13", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==", "dev": true }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true }, "import-fresh": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", "dev": true, "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" }, "dependencies": { "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true } } }, "import-lazy": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", "dev": true }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "requires": { "once": "^1.3.0", "wrappy": "1" } }, "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", "dev": true }, "inquirer": { "version": "6.5.2", "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz", "integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==", "dev": true, "requires": { "ansi-escapes": "^3.2.0", "chalk": "^2.4.2", "cli-cursor": "^2.1.0", "cli-width": "^2.0.0", "external-editor": "^3.0.3", "figures": "^2.0.0", "lodash": "^4.17.12", "mute-stream": "0.0.7", "run-async": "^2.2.0", "rxjs": "^6.4.0", "string-width": "^2.1.0", "strip-ansi": "^5.1.0", "through": "^2.3.6" }, "dependencies": { "ansi-escapes": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", "dev": true }, "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true }, "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "strip-ansi": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { "ansi-regex": "^4.1.0" } }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "interpret": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==", "dev": true }, "invert-kv": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-3.0.0.tgz", "integrity": "sha512-JzF8q2BeZA1ZkE3XROwRpoMQ9ObMgTtp0JH8EXewlbkikuOj2GPLIpUipdO+VL8QsTr2teAJD02EFGGL5cO7uw==", "dev": true }, "is-absolute": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz", "integrity": "sha1-hHSREZ/MtftDYhfMc39/qtUPYD8=", "dev": true, "requires": { "is-relative": "^0.1.0" } }, "is-accessor-descriptor": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "is-arguments": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==", "dev": true }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", "dev": true }, "is-binary-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { "binary-extensions": "^1.0.0" } }, "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, "is-callable": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", "dev": true }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", "dev": true, "requires": { "ci-info": "^2.0.0" } }, "is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "is-date-object": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", "dev": true }, "is-descriptor": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { "is-accessor-descriptor": "^0.1.6", "is-data-descriptor": "^0.1.4", "kind-of": "^5.0.0" }, "dependencies": { "kind-of": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true } } }, "is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", "dev": true }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, "is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { "is-extglob": "^2.1.1" } }, "is-installed-globally": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.1.tgz", "integrity": "sha512-oiEcGoQbGc+3/iijAijrK2qFpkNoNjsHOm/5V5iaeydyrS/hnwaRCEgH5cpW0P3T1lSjV5piB7S5b5lEugNLhg==", "dev": true, "requires": { "global-dirs": "^2.0.1", "is-path-inside": "^3.0.1" }, "dependencies": { "is-path-inside": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", "dev": true } } }, "is-mergeable-object": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-mergeable-object/-/is-mergeable-object-1.1.1.tgz", "integrity": "sha512-CPduJfuGg8h8vW74WOxHtHmtQutyQBzR+3MjQ6iDHIYdbOnm1YC7jv43SqCoU8OPGTJD4nibmiryA4kmogbGrA==", "dev": true }, "is-my-ip-valid": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz", "integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==", "dev": true }, "is-my-json-valid": { "version": "2.20.0", "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.20.0.tgz", "integrity": "sha512-XTHBZSIIxNsIsZXg7XB5l8z/OBFosl1Wao4tXLpeC7eKU4Vm/kdop2azkPqULwnfGQjmeDIyey9g7afMMtdWAA==", "dev": true, "requires": { "generate-function": "^2.0.0", "generate-object-property": "^1.1.0", "is-my-ip-valid": "^1.0.0", "jsonpointer": "^4.0.0", "xtend": "^4.0.0" } }, "is-npm": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", "dev": true }, "is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "is-obj": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true }, "is-path-cwd": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=" }, "is-path-in-cwd": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", "requires": { "is-path-inside": "^1.0.0" } }, "is-path-inside": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz", "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=", "requires": { "path-is-inside": "^1.0.1" } }, "is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { "isobject": "^3.0.1" } }, "is-promise": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=" }, "is-property": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", "dev": true }, "is-regex": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", "dev": true, "requires": { "has": "^1.0.3" } }, "is-relative": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz", "integrity": "sha1-kF/uiuhvRbPsYUvDwVyGnfCHboI=", "dev": true }, "is-resolvable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", "dev": true }, "is-stream": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", "dev": true }, "is-symbol": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", "dev": true, "requires": { "has-symbols": "^1.0.1" } }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", "dev": true }, "is-utf8": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", "dev": true }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", "dev": true }, "is-wsl": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz", "integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==", "dev": true }, "is-yarn-global": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", "dev": true }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true }, "isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "dev": true }, "jed": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/jed/-/jed-1.1.1.tgz", "integrity": "sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ=", "dev": true }, "jetpack-id": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/jetpack-id/-/jetpack-id-1.0.0.tgz", "integrity": "sha1-LPn7rkbYB0/Ba33gBxyO/rykc6Y=", "dev": true }, "js-select": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/js-select/-/js-select-0.6.0.tgz", "integrity": "sha1-woTiKCTVknrsli3N8kcXSu+w0ZA=", "dev": true, "requires": { "JSONSelect": "0.2.1", "traverse": "0.4.x" } }, "js-tokens": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", "dev": true }, "js-yaml": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" } }, "jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "dev": true }, "json-buffer": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", "dev": true }, "json-merge-patch": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/json-merge-patch/-/json-merge-patch-0.2.3.tgz", "integrity": "sha1-+ixrWvh9p3uuKWalidUuI+2B/kA=", "dev": true, "requires": { "deep-equal": "^1.0.0" } }, "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, "json-schema": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", "dev": true }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "json-stable-stringify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "dev": true, "requires": { "jsonify": "~0.0.0" } }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, "json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", "dev": true }, "jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { "graceful-fs": "^4.1.6" } }, "jsonify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", "dev": true }, "jsonpointer": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=", "dev": true }, "jsonwebtoken": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", "dev": true, "requires": { "jws": "^3.2.2", "lodash.includes": "^4.3.0", "lodash.isboolean": "^3.0.3", "lodash.isinteger": "^4.0.4", "lodash.isnumber": "^3.0.3", "lodash.isplainobject": "^4.0.6", "lodash.isstring": "^4.0.1", "lodash.once": "^4.0.0", "ms": "^2.1.1", "semver": "^5.6.0" }, "dependencies": { "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true } } }, "jsprim": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "dev": true, "requires": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", "json-schema": "0.2.3", "verror": "1.10.0" } }, "jszip": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", "integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=", "dev": true, "requires": { "pako": "~1.0.2" } }, "jwa": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "dev": true, "requires": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" } }, "jws": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", "dev": true, "requires": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" } }, "keyv": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", "dev": true, "requires": { "json-buffer": "3.0.0" } }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "latest-version": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", "dev": true, "requires": { "package-json": "^6.3.0" } }, "lazystream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", "dev": true, "requires": { "readable-stream": "^2.0.5" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "lcid": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/lcid/-/lcid-3.1.1.tgz", "integrity": "sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==", "dev": true, "requires": { "invert-kv": "^3.0.0" } }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "requires": { "prelude-ls": "~1.1.2", "type-check": "~0.3.2" } }, "lighthouse-logger": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.2.0.tgz", "integrity": "sha512-wzUvdIeJZhRsG6gpZfmSCfysaxNEr43i+QT+Hie94wvHDKFLi4n7C2GqZ4sTC+PH5b5iktmXJvU87rWvhP3lHw==", "dev": true, "requires": { "debug": "^2.6.8", "marky": "^1.2.0" } }, "lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", "dev": true }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { "p-locate": "^4.1.0" } }, "lodash": { "version": "4.17.15", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash.includes": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=", "dev": true }, "lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=", "dev": true }, "lodash.isinteger": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=", "dev": true }, "lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=", "dev": true }, "lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", "dev": true }, "lodash.isstring": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=", "dev": true }, "lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", "dev": true }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", "dev": true }, "lowercase-keys": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", "dev": true }, "make-dir": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.2.tgz", "integrity": "sha512-rYKABKutXa6vXTXhoV18cBE7PaewPXHe/Bdq4v+ZLMhxbWApkFFplT0LcbMW+6BbjnQXzZ/sAvSE/JdguApG5w==", "dev": true, "requires": { "semver": "^6.0.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "map-age-cleaner": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "dev": true, "requires": { "p-defer": "^1.0.0" } }, "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", "dev": true }, "map-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { "object-visit": "^1.0.0" } }, "marky": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/marky/-/marky-1.2.1.tgz", "integrity": "sha512-md9k+Gxa3qLH6sUKpeC2CNkJK/Ld+bEz5X96nYwloqphQE0CKCVEKco/6jxEZixinqNdz5RFi/KaCyfbMDMAXQ==", "dev": true }, "mdn-browser-compat-data": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/mdn-browser-compat-data/-/mdn-browser-compat-data-1.0.3.tgz", "integrity": "sha512-5n7c20IVrUiuOPSuhbkd5xoJPSzEEGsoMrmrdEtPHIw6gRPzonydcsguAmqGfSBd4d2DRoDQg533sijLUpeJLg==", "dev": true, "requires": { "extend": "3.0.2" } }, "mem": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/mem/-/mem-5.1.1.tgz", "integrity": "sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw==", "dev": true, "requires": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^2.1.0", "p-is-promise": "^2.1.0" }, "dependencies": { "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true } } }, "micromatch": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", "braces": "^2.3.1", "define-property": "^2.0.2", "extend-shallow": "^3.0.2", "extglob": "^2.0.4", "fragment-cache": "^0.2.1", "kind-of": "^6.0.2", "nanomatch": "^1.2.9", "object.pick": "^1.3.0", "regex-not": "^1.0.0", "snapdragon": "^0.8.1", "to-regex": "^3.0.2" } }, "mime-db": { "version": "1.43.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==", "dev": true }, "mime-types": { "version": "2.1.26", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz", "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==", "dev": true, "requires": { "mime-db": "1.43.0" } }, "mimic-fn": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz", "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=" }, "mimic-response": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", "dev": true }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "mixin-deep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { "for-in": "^1.0.2", "is-extendable": "^1.0.1" }, "dependencies": { "is-extendable": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { "is-plain-object": "^2.0.4" } } } }, "mkdirp": { "version": "0.5.1", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "requires": { "minimist": "0.0.8" } }, "moment": { "version": "2.24.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", "dev": true, "optional": true }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, "multimatch": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", "dev": true, "requires": { "@types/minimatch": "^3.0.3", "array-differ": "^3.0.0", "array-union": "^2.1.0", "arrify": "^2.0.1", "minimatch": "^3.0.4" }, "dependencies": { "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, "arrify": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", "dev": true } } }, "mute-stream": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=" }, "mv": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz", "integrity": "sha1-rmzg1vbV4KT32JN5jQPB6pVZtqI=", "dev": true, "optional": true, "requires": { "mkdirp": "~0.5.1", "ncp": "~2.0.0", "rimraf": "~2.4.0" }, "dependencies": { "glob": { "version": "6.0.4", "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", "dev": true, "optional": true, "requires": { "inflight": "^1.0.4", "inherits": "2", "minimatch": "2 || 3", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "rimraf": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz", "integrity": "sha1-7nEM5dk6j9uFb7Xqj/Di11k0sto=", "dev": true, "optional": true, "requires": { "glob": "^6.0.1" } } } }, "mz": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", "dev": true, "requires": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", "thenify-all": "^1.0.0" } }, "nan": { "version": "2.14.0", "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", "dev": true, "optional": true }, "nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", "define-property": "^2.0.2", "extend-shallow": "^3.0.2", "fragment-cache": "^0.2.1", "is-windows": "^1.0.2", "kind-of": "^6.0.2", "object.pick": "^1.3.0", "regex-not": "^1.0.0", "snapdragon": "^0.8.1", "to-regex": "^3.0.1" } }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, "natural-compare-lite": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", "integrity": "sha1-F7CVgZiJef3a/gIB6TG6kzyWy7Q=", "dev": true }, "ncp": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz", "integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=", "dev": true, "optional": true }, "neo-async": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", "dev": true }, "next-tick": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", "dev": true }, "nice-try": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" }, "node-forge": { "version": "0.7.6", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz", "integrity": "sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==", "dev": true }, "node-notifier": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-6.0.0.tgz", "integrity": "sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==", "dev": true, "requires": { "growly": "^1.3.0", "is-wsl": "^2.1.1", "semver": "^6.3.0", "shellwords": "^0.1.1", "which": "^1.3.1" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { "isexe": "^2.0.0" } } } }, "normalize-path": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { "remove-trailing-separator": "^1.0.1" } }, "normalize-url": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", "dev": true }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { "path-key": "^2.0.0" } }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "dev": true, "requires": { "boolbase": "~1.0.0" } }, "number-is-nan": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", "dev": true }, "oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, "object-copy": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { "copy-descriptor": "^0.1.0", "define-property": "^0.2.5", "kind-of": "^3.0.3" }, "dependencies": { "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { "is-descriptor": "^0.1.0" } }, "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "object-inspect": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", "dev": true }, "object-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==", "dev": true }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true }, "object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { "isobject": "^3.0.0" } }, "object.assign": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "dev": true, "requires": { "define-properties": "^1.1.2", "function-bind": "^1.1.1", "has-symbols": "^1.0.0", "object-keys": "^1.0.11" } }, "object.pick": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { "isobject": "^3.0.1" } }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { "wrappy": "1" } }, "onetime": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", "requires": { "mimic-fn": "^1.0.0" } }, "open": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/open/-/open-7.0.0.tgz", "integrity": "sha512-K6EKzYqnwQzk+/dzJAQSBORub3xlBTxMz+ntpZpH/LyCa1o6KjXhuN+2npAaI9jaSmU3R1Q8NWf4KUWcyytGsQ==", "dev": true, "requires": { "is-wsl": "^2.1.0" } }, "optionator": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", "requires": { "deep-is": "~0.1.3", "fast-levenshtein": "~2.0.4", "levn": "~0.3.0", "prelude-ls": "~1.1.2", "type-check": "~0.3.2", "wordwrap": "~1.0.0" } }, "os-homedir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true }, "os-locale": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-4.0.0.tgz", "integrity": "sha512-HsSR1+2l6as4Wp2SGZxqLnuFHxVvh1Ir9pvZxyujsC13egZVe7P0YeBLN0ijQzM/twrO5To3ia3jzBXAvpMTEA==", "dev": true, "requires": { "execa": "^1.0.0", "lcid": "^3.0.0", "mem": "^5.0.0" } }, "os-shim": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz", "integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=", "dev": true }, "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "p-cancelable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", "dev": true }, "p-defer": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", "dev": true }, "p-finally": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", "dev": true }, "p-is-promise": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", "dev": true }, "p-limit": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", "dev": true, "requires": { "p-try": "^2.0.0" } }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { "p-limit": "^2.2.0" } }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "package-json": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", "dev": true, "requires": { "got": "^9.6.0", "registry-auth-token": "^4.0.0", "registry-url": "^5.0.0", "semver": "^6.2.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", "dev": true }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { "callsites": "^3.0.0" }, "dependencies": { "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true } } }, "parse-json": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1", "lines-and-columns": "^1.1.6" } }, "parse5": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", "integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==", "dev": true, "requires": { "@types/node": "*" } }, "pascalcase": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true }, "path-dirname": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", "dev": true }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, "path-is-inside": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" }, "path-key": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, "path-parse": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", "dev": true }, "pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", "dev": true }, "performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", "dev": true }, "pify": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" }, "pinkie": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" }, "pinkie-promise": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "requires": { "pinkie": "^2.0.0" } }, "pino": { "version": "5.15.0", "resolved": "https://registry.npmjs.org/pino/-/pino-5.15.0.tgz", "integrity": "sha512-7+FXMTA3H3sNP5+2miY2K9JKnAAW5GKuhHfNWsukFCsPprGQY3ctqpwbV74wAHW3Nl93cEEQ1G82MgOLM8P7TQ==", "dev": true, "requires": { "fast-redact": "^2.0.0", "fast-safe-stringify": "^2.0.7", "flatstr": "^1.0.12", "pino-std-serializers": "^2.4.2", "quick-format-unescaped": "^3.0.3", "sonic-boom": "^0.7.5" } }, "pino-std-serializers": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.2.tgz", "integrity": "sha512-WaL504dO8eGs+vrK+j4BuQQq6GLKeCCcHaMB2ItygzVURcL1CycwNEUHTD/lHFHs/NL5qAz2UKrjYWXKSf4aMQ==", "dev": true }, "pluralize": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==" }, "posix-character-classes": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", "dev": true }, "postcss": { "version": "7.0.26", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz", "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==", "dev": true, "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", "supports-color": "^6.1.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" }, "dependencies": { "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "supports-color": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" }, "prepend-http": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", "dev": true }, "probe-image-size": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-5.0.0.tgz", "integrity": "sha512-V6uBYw5eBc5UVIE7MUZD6Nxg0RYuGDWLDenEn0B1WC6PcTvn1xdQ6HLDDuznefsiExC6rNrCz7mFRBo0f3Xekg==", "dev": true, "requires": { "deepmerge": "^4.0.0", "inherits": "^2.0.3", "next-tick": "^1.0.0", "request": "^2.83.0", "stream-parser": "~0.3.1" } }, "process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "dev": true }, "progress": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.0.tgz", "integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=" }, "psl": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.7.0.tgz", "integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==", "dev": true }, "pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" } }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "qs": { "version": "6.5.2", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", "dev": true }, "quick-format-unescaped": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-3.0.3.tgz", "integrity": "sha512-dy1yjycmn9blucmJLXOfZDx1ikZJUi6E8bBZLnhPG5gBrVhHXx2xVyqqgKBubVNEXmx51dBACMHpoMQK/N/AXQ==", "dev": true }, "rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "dev": true, "requires": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } } }, "readable-stream": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.5.0.tgz", "integrity": "sha512-gSz026xs2LfxBPudDuI41V1lka8cxg64E66SGe78zJlsUofOg/yqwezdIcdfwik6B4h8LFmWPA9ef9X3FiNFLA==", "dev": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "readdirp": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", "dev": true, "requires": { "graceful-fs": "^4.1.11", "micromatch": "^3.1.10", "readable-stream": "^2.0.2" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "readline2": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz", "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", "dev": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", "mute-stream": "0.0.5" }, "dependencies": { "is-fullwidth-code-point": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { "number-is-nan": "^1.0.0" } }, "mute-stream": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz", "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=", "dev": true } } }, "rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { "resolve": "^1.1.6" } }, "regenerator-runtime": { "version": "0.13.3", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", "dev": true }, "regex-not": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" } }, "regexp.prototype.flags": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.0-next.1" } }, "regexpp": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==", "dev": true }, "registry-auth-token": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz", "integrity": "sha512-9bKS7nTl9+/A1s7tnPeGrUpRcVY+LUh7bfFgzpndALdPfXQBfQV77rQVtqgUV3ti4vc/Ik81Ex8UJDWDQ12zQA==", "dev": true, "requires": { "rc": "^1.2.8" } }, "registry-url": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", "dev": true, "requires": { "rc": "^1.2.8" } }, "relaxed-json": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/relaxed-json/-/relaxed-json-1.0.3.tgz", "integrity": "sha512-b7wGPo7o2KE/g7SqkJDDbav6zmrEeP4TK2VpITU72J/M949TLe/23y/ZHJo+pskcGM52xIfFoT9hydwmgr1AEg==", "dev": true, "requires": { "chalk": "^2.4.2", "commander": "^2.6.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } } } }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", "dev": true }, "repeat-element": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", "dev": true }, "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", "dev": true }, "request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", "dev": true, "requires": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", "caseless": "~0.12.0", "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", "form-data": "~2.3.2", "har-validator": "~5.1.3", "http-signature": "~1.2.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "oauth-sign": "~0.9.0", "performance-now": "^2.1.0", "qs": "~6.5.2", "safe-buffer": "^5.1.2", "tough-cookie": "~2.5.0", "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" } }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true }, "require-main-filename": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, "require-uncached": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", "requires": { "caller-path": "^0.1.0", "resolve-from": "^1.0.0" } }, "resolve": { "version": "1.15.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", "dev": true, "requires": { "path-parse": "^1.0.6" } }, "resolve-from": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=" }, "resolve-url": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", "dev": true }, "responselike": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", "dev": true, "requires": { "lowercase-keys": "^1.0.0" } }, "restore-cursor": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "requires": { "onetime": "^2.0.0", "signal-exit": "^3.0.2" } }, "ret": { "version": "0.1.15", "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", "dev": true }, "rimraf": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "requires": { "glob": "^7.0.5" } }, "run-async": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "requires": { "is-promise": "^2.1.0" } }, "rx-lite": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz", "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=", "dev": true }, "rxjs": { "version": "6.5.4", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz", "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==", "dev": true, "requires": { "tslib": "^1.9.0" } }, "safe-buffer": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", "dev": true }, "safe-json-stringify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz", "integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==", "dev": true, "optional": true }, "safe-regex": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { "ret": "~0.1.10" } }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "dev": true }, "semver": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz", "integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==", "dev": true }, "semver-diff": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", "dev": true, "requires": { "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, "set-value": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", "dev": true, "requires": { "extend-shallow": "^2.0.1", "is-extendable": "^0.1.1", "is-plain-object": "^2.0.3", "split-string": "^3.0.1" }, "dependencies": { "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } } } }, "sha.js": { "version": "2.4.11", "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" } }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "requires": { "shebang-regex": "^1.0.0" } }, "shebang-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" }, "shell-quote": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", "dev": true, "requires": { "array-filter": "~0.0.0", "array-map": "~0.0.0", "array-reduce": "~0.0.0", "jsonify": "~0.0.0" } }, "shelljs": { "version": "0.7.8", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", "dev": true, "requires": { "glob": "^7.0.0", "interpret": "^1.0.0", "rechoir": "^0.6.2" } }, "shellwords": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", "dev": true }, "sign-addon": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/sign-addon/-/sign-addon-2.0.5.tgz", "integrity": "sha512-dVjIWe1VJ2VQCdScREWXWECmJhgjpJMqwPKkW+L78PPx2Jyr/t+//kNHqG1hYrmIsvQN7vGjAjv9s7ix0vw0zA==", "dev": true, "requires": { "common-tags": "1.8.0", "core-js": "3.6.4", "deepcopy": "2.0.0", "es6-error": "4.1.1", "es6-promisify": "6.0.2", "jsonwebtoken": "8.5.1", "mz": "2.7.0", "request": "2.88.0", "source-map-support": "0.5.16", "stream-to-promise": "2.2.0" }, "dependencies": { "core-js": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==", "dev": true }, "punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true }, "request": { "version": "2.88.0", "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", "dev": true, "requires": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", "caseless": "~0.12.0", "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", "form-data": "~2.3.2", "har-validator": "~5.1.0", "http-signature": "~1.2.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "oauth-sign": "~0.9.0", "performance-now": "^2.1.0", "qs": "~6.5.2", "safe-buffer": "^5.1.2", "tough-cookie": "~2.4.3", "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" } }, "tough-cookie": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { "psl": "^1.1.24", "punycode": "^1.4.1" } } } }, "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, "slice-ansi": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", "dev": true, "requires": { "ansi-styles": "^3.2.0", "astral-regex": "^1.0.0", "is-fullwidth-code-point": "^2.0.0" }, "dependencies": { "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } } } }, "snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { "base": "^0.11.1", "debug": "^2.2.0", "define-property": "^0.2.5", "extend-shallow": "^2.0.1", "map-cache": "^0.2.2", "source-map": "^0.5.6", "source-map-resolve": "^0.5.0", "use": "^3.1.0" }, "dependencies": { "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { "is-descriptor": "^0.1.0" } }, "extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { "is-extendable": "^0.1.0" } }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true } } }, "snapdragon-node": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { "define-property": "^1.0.0", "isobject": "^3.0.0", "snapdragon-util": "^3.0.1" }, "dependencies": { "define-property": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { "is-descriptor": "^1.0.0" } }, "is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-data-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { "kind-of": "^6.0.0" } }, "is-descriptor": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } } } }, "snapdragon-util": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { "kind-of": "^3.2.0" }, "dependencies": { "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "sonic-boom": { "version": "0.7.6", "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-0.7.6.tgz", "integrity": "sha512-k9E2QQ4zxuVRLDW+ZW6ISzJs3wlEorVdmM7ApDgor7wsGKSDG5YGHsGmgLY4XYh4DMlr/2ap2BWAE7yTFJtWnQ==", "dev": true, "requires": { "flatstr": "^1.0.12" } }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "source-map-resolve": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "dev": true, "requires": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0", "resolve-url": "^0.2.1", "source-map-url": "^0.4.0", "urix": "^0.1.0" } }, "source-map-support": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, "source-map-url": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", "dev": true }, "spawn-sync": { "version": "1.0.15", "resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz", "integrity": "sha1-sAeZVX63+wyDdsKdROih6mfldHY=", "dev": true, "requires": { "concat-stream": "^1.4.7", "os-shim": "^0.1.2" } }, "split": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", "dev": true, "requires": { "through": "2" } }, "split-string": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { "extend-shallow": "^3.0.0" } }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, "sshpk": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", "dev": true, "requires": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", "bcrypt-pbkdf": "^1.0.0", "dashdash": "^1.12.0", "ecc-jsbn": "~0.1.1", "getpass": "^0.1.1", "jsbn": "~0.1.0", "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" } }, "static-extend": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { "define-property": "^0.2.5", "object-copy": "^0.1.0" }, "dependencies": { "define-property": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { "is-descriptor": "^0.1.0" } } } }, "stream-parser": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz", "integrity": "sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=", "dev": true, "requires": { "debug": "2" } }, "stream-to-array": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz", "integrity": "sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M=", "dev": true, "requires": { "any-promise": "^1.1.0" } }, "stream-to-promise": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/stream-to-promise/-/stream-to-promise-2.2.0.tgz", "integrity": "sha1-se2y4cjLESidG1A8CNPyrvUeZQ8=", "dev": true, "requires": { "any-promise": "~1.3.0", "end-of-stream": "~1.1.0", "stream-to-array": "~2.3.0" }, "dependencies": { "end-of-stream": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz", "integrity": "sha1-6TUyWLqpEIll78QcsO+K3i88+wc=", "dev": true, "requires": { "once": "~1.3.0" } }, "once": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", "dev": true, "requires": { "wrappy": "1" } } } }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "requires": { "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^4.0.0" } }, "string.prototype.trimleft": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", "dev": true, "requires": { "define-properties": "^1.1.3", "function-bind": "^1.1.1" } }, "string.prototype.trimright": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", "dev": true, "requires": { "define-properties": "^1.1.3", "function-bind": "^1.1.1" } }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "requires": { "safe-buffer": "~5.2.0" } }, "strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "requires": { "ansi-regex": "^3.0.0" }, "dependencies": { "ansi-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" } } }, "strip-bom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true }, "strip-bom-buf": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-bom-buf/-/strip-bom-buf-2.0.0.tgz", "integrity": "sha512-gLFNHucd6gzb8jMsl5QmZ3QgnUJmp7qn4uUSHNwEXumAp7YizoGYw19ZUVfuq4aBOQUtyn2k8X/CwzWB73W2lQ==", "dev": true, "requires": { "is-utf8": "^0.2.1" } }, "strip-bom-stream": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-4.0.0.tgz", "integrity": "sha512-0ApK3iAkHv6WbgLICw/J4nhwHeDZsBxIIsOD+gHgZICL6SeJ0S9f/WZqemka9cjkTyMN5geId6e8U5WGFAn3cQ==", "dev": true, "requires": { "first-chunk-stream": "^3.0.0", "strip-bom-buf": "^2.0.0" } }, "strip-eof": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", "dev": true }, "strip-json-comments": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "supports-color": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { "has-flag": "^4.0.0" }, "dependencies": { "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true } } }, "table": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/table/-/table-5.1.1.tgz", "integrity": "sha512-NUjapYb/qd4PeFW03HnAuOJ7OMcBkJlqeClWxeNlQ0lXGSb52oZXGzkO0/I0ARegQ2eUT1g2VDJH0eUxDRcHmw==", "requires": { "ajv": "^6.6.1", "lodash": "^4.17.11", "slice-ansi": "2.0.0", "string-width": "^2.1.1" }, "dependencies": { "ajv": { "version": "6.6.2", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz", "integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==", "requires": { "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "requires": { "color-convert": "^1.9.0" } }, "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "slice-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.0.0.tgz", "integrity": "sha512-4j2WTWjp3GsZ+AOagyzVbzp4vWGtZ0hEZ/gDY/uTvm6MTxUfTUIsnMIFb1bn8o0RuXiqUw15H1bue8f22Vw2oQ==", "requires": { "ansi-styles": "^3.2.0", "astral-regex": "^1.0.0", "is-fullwidth-code-point": "^2.0.0" } } } }, "tar-stream": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", "dev": true, "requires": { "bl": "^1.0.0", "buffer-alloc": "^1.2.0", "end-of-stream": "^1.0.0", "fs-constants": "^1.0.0", "readable-stream": "^2.3.0", "to-buffer": "^1.1.1", "xtend": "^4.0.0" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "term-size": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", "dev": true }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "thenify": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", "integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", "dev": true, "requires": { "any-promise": "^1.0.0" } }, "thenify-all": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", "dev": true, "requires": { "thenify": ">= 3.1.0 < 4" } }, "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" }, "tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "requires": { "os-tmpdir": "~1.0.2" } }, "to-buffer": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==", "dev": true }, "to-object-path": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { "is-buffer": "^1.1.5" } } } }, "to-readable-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", "dev": true }, "to-regex": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { "define-property": "^2.0.2", "extend-shallow": "^3.0.2", "regex-not": "^1.0.2", "safe-regex": "^1.1.0" } }, "to-regex-range": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" } }, "tosource": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/tosource/-/tosource-1.0.0.tgz", "integrity": "sha1-QtiN0RZhi88A1hBt1URvNCeQL/E=", "dev": true }, "tough-cookie": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, "requires": { "psl": "^1.1.28", "punycode": "^2.1.1" } }, "tr46": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz", "integrity": "sha512-LrErSqfhdUw73AC/eXV2fEmNkvgSYxfm5lvxnLvuVgoVDknvD28Pa5FeDGc8RuVouDxUD3GnHHFv7xnBp7As5w==", "dev": true, "requires": { "punycode": "^2.1.1" } }, "traverse": { "version": "0.4.6", "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.4.6.tgz", "integrity": "sha1-0EsigOTHkqWBVCnve4tgxkyczDQ=", "dev": true }, "tslib": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==" }, "tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "requires": { "safe-buffer": "^5.0.1" } }, "tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", "dev": true }, "type": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", "dev": true }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "requires": { "prelude-ls": "~1.1.2" } }, "type-detect": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true }, "type-fest": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true }, "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, "typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", "dev": true, "requires": { "is-typedarray": "^1.0.0" } }, "union-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", "dev": true, "requires": { "arr-union": "^3.1.0", "get-value": "^2.0.6", "is-extendable": "^0.1.1", "set-value": "^2.0.1" } }, "unique-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "dev": true, "requires": { "crypto-random-string": "^2.0.0" } }, "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true }, "unset-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { "has-value": "^0.3.1", "isobject": "^3.0.0" }, "dependencies": { "has-value": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { "get-value": "^2.0.3", "has-values": "^0.1.4", "isobject": "^2.0.0" }, "dependencies": { "isobject": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", "dev": true, "requires": { "isarray": "1.0.0" } } } }, "has-values": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", "dev": true } } }, "upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "dev": true }, "update-notifier": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.0.0.tgz", "integrity": "sha512-p9zf71hWt5GVXM4iEBujpUgx8mK9AWiCCapEJm/O1z5ntCim83Z1ATqzZFBHFYqx03laMqv8LiDgs/7ikXjf/g==", "dev": true, "requires": { "boxen": "^4.2.0", "chalk": "^3.0.0", "configstore": "^5.0.0", "has-yarn": "^2.1.0", "import-lazy": "^2.1.0", "is-ci": "^2.0.0", "is-installed-globally": "^0.3.1", "is-npm": "^4.0.0", "is-yarn-global": "^0.3.0", "latest-version": "^5.0.0", "semver-diff": "^3.1.1", "xdg-basedir": "^4.0.0" }, "dependencies": { "chalk": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } } } }, "uri-js": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "requires": { "punycode": "^2.1.0" } }, "urix": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", "dev": true }, "url-parse-lax": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", "dev": true, "requires": { "prepend-http": "^2.0.0" } }, "use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", "dev": true }, "user-home": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", "dev": true, "requires": { "os-homedir": "^1.0.0" } }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "uuid": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true }, "verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, "requires": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", "extsprintf": "^1.2.0" } }, "watchpack": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "dev": true, "requires": { "chokidar": "^2.0.2", "graceful-fs": "^4.1.2", "neo-async": "^2.5.0" } }, "wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", "dev": true, "requires": { "defaults": "^1.0.3" } }, "web-ext": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-4.1.0.tgz", "integrity": "sha512-nhAeZ3BHI4rCT/J+s7JHg0U3G6qUMV8Bi44ohWm8X6GjlQV8tGcD6rkvN4Zk2zzMGaF9sHUOcRjyN79Ih8P/PQ==", "dev": true, "requires": { "@babel/polyfill": "7.7.0", "@babel/runtime": "7.7.7", "@cliqz-oss/firefox-client": "0.3.1", "@cliqz-oss/node-firefox-connect": "1.2.1", "adbkit": "2.11.1", "addons-linter": "1.20.0", "bunyan": "1.8.12", "camelcase": "5.3.1", "chrome-launcher": "0.12.0", "debounce": "1.2.0", "decamelize": "3.2.0", "es6-error": "4.1.1", "event-to-promise": "0.8.0", "firefox-profile": "1.3.0", "fx-runner": "1.0.11", "git-rev-sync": "2.0.0", "import-fresh": "3.2.1", "mkdirp": "0.5.1", "multimatch": "4.0.0", "mz": "2.7.0", "node-notifier": "6.0.0", "open": "7.0.0", "parse-json": "5.0.0", "sign-addon": "2.0.5", "source-map-support": "0.5.16", "stream-to-promise": "2.2.0", "strip-bom": "4.0.0", "strip-json-comments": "3.0.1", "tmp": "0.1.0", "update-notifier": "4.0.0", "watchpack": "1.6.0", "ws": "7.2.1", "yargs": "15.1.0", "zip-dir": "1.0.2" }, "dependencies": { "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "requires": { "glob": "^7.1.3" } }, "strip-json-comments": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", "integrity": "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==", "dev": true }, "tmp": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", "integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==", "dev": true, "requires": { "rimraf": "^2.6.3" } } } }, "webidl-conversions": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", "dev": true }, "whatwg-url": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.0.0.tgz", "integrity": "sha512-41ou2Dugpij8/LPO5Pq64K5q++MnRCBpEHvQr26/mArEKTkCV5aoXIqyhuYtE0pkqScXwhf2JP57rkRTYM29lQ==", "dev": true, "requires": { "lodash.sortby": "^4.7.0", "tr46": "^2.0.0", "webidl-conversions": "^5.0.0" } }, "when": { "version": "3.7.7", "resolved": "https://registry.npmjs.org/when/-/when-3.7.7.tgz", "integrity": "sha1-q6A/w7tzbWyIsJHQE9io5ZDYRxg=", "dev": true }, "which": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", "requires": { "isexe": "^2.0.0" } }, "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true }, "widest-line": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", "dev": true, "requires": { "string-width": "^4.0.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } } } }, "winreg": { "version": "0.0.12", "resolved": "https://registry.npmjs.org/winreg/-/winreg-0.0.12.tgz", "integrity": "sha1-BxBVVLoanQiXklHRKUdb/64wBrc=", "dev": true }, "wordwrap": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" }, "wrap-ansi": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, "requires": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } } } }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "write": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", "requires": { "mkdirp": "^0.5.1" } }, "write-file-atomic": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.1.tgz", "integrity": "sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw==", "dev": true, "requires": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", "signal-exit": "^3.0.2", "typedarray-to-buffer": "^3.1.5" } }, "ws": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==", "dev": true }, "xdg-basedir": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "dev": true }, "xml2js": { "version": "0.4.23", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "dev": true, "requires": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" } }, "xmlbuilder": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", "dev": true }, "xregexp": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz", "integrity": "sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==", "dev": true, "requires": { "@babel/runtime-corejs3": "^7.8.3" } }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true }, "y18n": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", "dev": true }, "yargs": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz", "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==", "dev": true, "requires": { "cliui": "^6.0.0", "decamelize": "^1.2.0", "find-up": "^4.1.0", "get-caller-file": "^2.0.1", "require-directory": "^2.1.1", "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0", "string-width": "^4.2.0", "which-module": "^2.0.0", "y18n": "^4.0.0", "yargs-parser": "^16.1.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" } }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { "ansi-regex": "^5.0.0" } } } }, "yargs-parser": { "version": "16.1.0", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", "dev": true, "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" }, "dependencies": { "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true } } }, "yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", "dev": true, "requires": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" } }, "zip-dir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/zip-dir/-/zip-dir-1.0.2.tgz", "integrity": "sha1-JT+QeurWKiGs2HIdi4gDKyQRwFE=", "dev": true, "requires": { "async": "^1.5.2", "jszip": "^2.4.0" }, "dependencies": { "async": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", "dev": true } } }, "zip-stream": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz", "integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=", "dev": true, "requires": { "archiver-utils": "^1.3.0", "compress-commons": "^1.2.0", "lodash": "^4.8.0", "readable-stream": "^2.0.0" }, "dependencies": { "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } } } } privacybadger-release-2020.2.19/package.json000066400000000000000000000003661362331047300205640ustar00rootroot00000000000000{ "name": "privacy-badger-chrome-dev-tools", "version": "1.1.0", "description": "Developer tools for Privacy Badger.", "dependencies": { "eslint": "~5.10.0" }, "devDependencies": { "web-ext": "~4.1.0" }, "private": true } privacybadger-release-2020.2.19/release-utils/000077500000000000000000000000001362331047300210475ustar00rootroot00000000000000privacybadger-release-2020.2.19/release-utils/chromium-release.sh000077500000000000000000000010141362331047300246430ustar00rootroot00000000000000#!/bin/bash if [ $# -ne 3 ]; then echo "$0 TAG KEY DESTINATION" exit fi SUBDIR=checkout [ -d $SUBDIR ] && rm -rf $SUBDIR mkdir $SUBDIR cp -r -f -a .git $SUBDIR cd $SUBDIR git reset --hard "$1" # clean up # TODO duplicated in make-eff-zip.sh rm -rf src/tests # remove unit tests rm src/data/dnt-policy.txt # only used by unit tests cp LICENSE src/ # include LICENSE in build echo "Building chrome version" "$1" chromium --pack-extension="src/" --pack-extension-key="$2" cd - mv checkout/src.crx "$3" rm -rf checkout privacybadger-release-2020.2.19/release-utils/firefox-release.sh000077500000000000000000000017251362331047300244730ustar00rootroot00000000000000#!/bin/bash set -e cd "$(dirname "$0")" PKGDIR=../pkg # To make an Privacy Badger firefox release, signed with an offline key # 1. get the repo into a sane state for a release # 2. ensure that doc/Changelog approximately describes this release # 3. tag the release with "git tag -s " # 4. run this script with as the argument if [ $# -ne 1 ] ; then echo "Usage: $0 " exit 1 fi TARGET=$1 if ! git show release-"$TARGET" > /dev/null 2> /dev/null ; then echo "$TARGET is not a valid git target" exit 1 fi PKG=$PKGDIR/privacy-badger-eff-$TARGET.xpi ALT=$PKGDIR/privacy-badger-eff-latest.xpi if ! ./make-signed-xpi.sh "$TARGET" ; then echo "Failed to build target $TARGET XPI" exit 1 fi if ! [ -f "$PKG" ] ; then echo "Failed to find package $PKG after build" exit 1 fi # XXX: Why make a gpg detached sig? echo "Making (secondary) GPG signature" gpg --detach-sign "$PKG" cp "$PKG" "$ALT" privacybadger-release-2020.2.19/release-utils/make-eff-zip.sh000077500000000000000000000013751362331047300236670ustar00rootroot00000000000000#!/usr/bin/env bash # make a release zip of Privacy Badger for opera and firefox # chrome releases happen in chromium-release.sh # this script takes a mandatory argument which is the git tag to build if [ -n "$1" ]; then SUBDIR=checkout [ -d $SUBDIR ] && rm -rf $SUBDIR mkdir $SUBDIR cp -r -f -a .git $SUBDIR cd $SUBDIR git reset --hard "$1" # clean up # TODO duplicated in chromium-release.sh rm -rf src/tests # remove unit tests rm src/data/dnt-policy.txt # only used by unit tests cp LICENSE src/ # include LICENSE in build else echo "Please supply a tag name for the release you are zipping" exit 1 fi echo "Building zip version" "$1" (cd src && zip -q -r ../privacy_badger-"$TARGET".zip .) mv privacy_badger*.zip ../pkg/ cd - privacybadger-release-2020.2.19/release-utils/make-release-zip.sh000077500000000000000000000021741362331047300245450ustar00rootroot00000000000000#!/bin/bash # We use the immutable filesystem attribute as a workaround for the fact that # the build scripts are not currently idempotent. # The fact that the package is marked immutable means that it has been built # for release. if ! lsattr "$PREPKG" | cut -f 1 -d" " | grep -q i ; then if [ -f "$PREPKG" ] ; then echo "$PREPKG" is not immutable, rebuilding it for release! else echo building "$PREPKG" for the first time... fi if ! release-utils/make-eff-zip.sh "$GITTAG" ; then echo "Failed to build target $GITTAG" exit 1 fi if ! [ -f "$PREPKG" -a -f "$PREPKGCWS" ] ; then echo "Failed to find package $PREPKG after build" exit 1 fi # Verification and testing of build goes here! echo Marking "$PREPKG" immutable... if ! sudo true ; then echo "Failed to sudo :(" exit 1 fi if ! sudo chattr +i "$PREPKG" "$PREPKGCWS"; then echo "" echo "WARNING: FAILED TO MARK $PREPKG or $PREPKGCWS IMMUTABLE." echo "DO NOT RERUN THIS SCRIPT AFTER SIGNING" echo "" read -p "(Press Enter to acknowledge)" fi else echo "$PREPKG is immutable; good, not rebuilding it..." fi privacybadger-release-2020.2.19/release-utils/make-release.sh000077500000000000000000000017531362331047300237470ustar00rootroot00000000000000#!/bin/bash # To make a privacy badger release see wiki if [ $# -ne 1 ] ; then echo "Usage: $0 " exit 1 fi export TARGET=$1 export GITTAG if ! [ -f ./release-utils/config.sh ] ; then echo "Missing config file. Cannot continue." exit 1 fi source ./release-utils/config.sh if echo "$TARGET" | grep -q release- ; then GITTAG=$TARGET TARGET=$(echo "$TARGET" | sed s/release-//) else GITTAG=release-$TARGET fi if ! git show "$GITTAG" > /dev/null 2> /dev/null ; then echo "$GITTAG is not a valid git target" exit 1 fi export PREPKG=pkg/privacy_badger-$TARGET.zip export PREPKGCWS=pkg/privacy_badger-$TARGET.zip echo "Making Opera zip" if ! release-utils/make-release-zip.sh "$TARGET"; then echo "Failed to build target $TARGET for Opera" exit 1 fi echo "Making Firefox release" if ! release-utils/firefox-release.sh "$TARGET"; then echo "Failed to build target $TARGET for Firefox" exit 1 fi ./release-utils/post-release.sh "$TARGET" rm -rf checkout privacybadger-release-2020.2.19/release-utils/make-signed-xpi.sh000077500000000000000000000041411362331047300243700ustar00rootroot00000000000000#!/bin/sh set -e cd "$(dirname "$0")" LATEST_SDK_VERSION=4.1.0 WEB_EXT=../node_modules/.bin/web-ext # Auto-generated XPI name from 'web-ext sign' PRE_XPI_NAME=privacy_badger_by_eff-$TARGET-an+fx.xpi XPI_NAME="privacy-badger-eff-$1.xpi" AMO_ZIP_NAME="privacy_badger-$1.amo.zip" if ! type $WEB_EXT > /dev/null; then echo "Please install web-ext before running this script." exit 1 fi if ! $WEB_EXT --version | grep -q "$LATEST_SDK_VERSION"; then echo "Please use the latest stable web-ext version or edit this script to the current version." exit 1 fi if [ $# -ne 1 ]; then echo "Usage: $0 " exit 1 fi echo "changing author value" sed -i -e '/eff.software.projects@gmail.com/,+1d' -e 's/"author": {/"author": "privacybadger-owner@eff.org",/' ../checkout/src/manifest.json echo "removing Chrome's update_url" # remove update_url sed -i -e '/"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"/,+0d' ../checkout/src/manifest.json # fix the trailing comma # TODO fragile! at least we validate the JSON below # https://unix.stackexchange.com/a/26288 # https://unix.stackexchange.com/a/26290 sed -i -e '/"storage": {/{ n n s/},/}/ }' ../checkout/src/manifest.json # lint the checkout folder $WEB_EXT lint -s ../checkout/src echo "making zip file for AMO" (cd ../checkout/src && rm -f ../../pkg/"$AMO_ZIP_NAME" && zip -q -r ../../pkg/"$AMO_ZIP_NAME" ./*) echo "insert self hosting package id" # Insert self hosted package id sed -i 's,"id": "jid1-MnnxcxisBPnSXQ@jetpack","id": "jid1-MnnxcxisBPnSXQ-eff@jetpack"\,\n "update_url": "https://www.eff.org/files/privacy-badger-updates.json",' ../checkout/src/manifest.json # lint checkout again as our modification above could have broken something # disable AMO-specific checks to allow applications.gecko.update_url $WEB_EXT lint -s ../checkout/src --self-hosted #"update_url": "https://www.eff.org/files/privacy-badger-updates.json" # Build and sign the XPI echo "Running web-ext sign" $WEB_EXT sign -s ../checkout/src --api-key "$AMO_API_KEY" --api-secret "$AMO_API_SECRET" -a ../pkg mv "../pkg/$PRE_XPI_NAME" "../pkg/$XPI_NAME" privacybadger-release-2020.2.19/release-utils/post-chrome-release.sh000077500000000000000000000014001362331047300252570ustar00rootroot00000000000000#!/bin/bash if ! [ -f ./release-utils/config.sh ] ; then echo "Missing config file. Cannot continue." exit 1 fi source ./release-utils/config.sh if [ $# -ne 1 ] ; then echo "Usage: $0 " exit 1 fi TARGET=$1 if ! git show release-"$TARGET" > /dev/null 2> /dev/null ; then echo "$TARGET is not a valid git target" exit 1 fi PKGDIR=pkg CHROME_PKG=$PKGDIR/privacy_badger-"$TARGET".crx if ! [ -f "$CHROME_PKG" ] ; then mv $PKGDIR/privacy-badger-"$TARGET".crx "$CHROME_PKG" fi CHROME_ALT=$PKGDIR/privacy_badger-chrome.crx echo "Uploading chrome package" cp "$CHROME_PKG" "$CHROME_ALT" echo Copying .crx files... scp "$CHROME_PKG" "$USER@$SERVER:/www/eff.org/files" || exit 1 scp "$CHROME_ALT" "$USER@$SERVER:/www/eff.org/files" || exit 1 privacybadger-release-2020.2.19/release-utils/post-release.sh000077500000000000000000000034771362331047300240240ustar00rootroot00000000000000#!/bin/bash cd "$(dirname "$0")" source ./config.sh PKGDIR=../pkg if [ $# -ne 1 ] ; then echo "Usage: $0 " exit 1 fi TARGET=$1 if ! git show release-"$TARGET" > /dev/null 2> /dev/null ; then echo "$TARGET is not a valid git target" exit 1 fi PKG="$PKGDIR"/privacy-badger-eff-$TARGET.xpi ALT="$PKGDIR"/privacy-badger-eff-latest.xpi echo Copying .xpi files... scp "$PKG" "$USER@$SERVER:/www/eff.org/files" || exit 1 scp "$ALT" "$USER@$SERVER:/www/eff.org/files" || exit 1 echo Copying detached signature scp "$PKG".sig "$USER@$SERVER:/www/eff.org/files" || exit 1 echo Copying Changelog.txt git show release-"$TARGET":doc/Changelog > /tmp/pbchangelog$$ || exit 1 scp /tmp/pbchangelog$$ "$USER@$SERVER:/www/eff.org/files/pbChangelog.txt" || exit 1 rm -f /tmp/changelog$$ MSG=/tmp/email$$ echo "Privacy Badger $TARGET has been released for all supported browsers." > $MSG echo "As always, you can get it from https://www.eff.org/privacybadger" >> $MSG echo "or from your browser's add-on gallery." >> $MSG echo "" >> $MSG echo "Notable updates:" >> $MSG echo "" >> $MSG tail -n+4 ../doc/Changelog | sed '/^$/q' >> $MSG echo "For further details, consult our release notes on GitHub:" >> $MSG echo "https://github.com/EFForg/privacybadger/releases/tag/release-$TARGET" >> $MSG echo To send email to the mailing list... echo mutt -s "Privacy\ Badger\ version\ $TARGET\ released" privacybadger@eff.org '<' $MSG echo "Now please edit https://www.eff.org/files/privacy-badger-updates.json to include the following" echo "" echo "{" echo " \"version\": \"$TARGET\"," echo " \"update_link\": \"https://eff.org/files/privacy-badger-eff-$TARGET.xpi\"," echo " \"update_hash\": \"sha256:$(sha256sum "$PKG" | cut -c 1-64)\"," echo " \"applications\": {" echo " \"gecko\": { \"strict_min_version\": \"52.0\" }" echo " }" echo "}" privacybadger-release-2020.2.19/scripts/000077500000000000000000000000001362331047300177605ustar00rootroot00000000000000privacybadger-release-2020.2.19/scripts/convertpsl.py000077500000000000000000000015771362331047300225460ustar00rootroot00000000000000#!/usr/bin/env python # script based on # https://github.com/adblockplus/buildtools/blob/d090e00610a58cebc78478ae33e896e6b949fc12/publicSuffixListUpdater.py from __future__ import print_function import json import sys def convert(psl_text): suffixes = {} for line in psl_text: line = line.rstrip() if line.startswith('//') or '.' not in line: continue if line.startswith('*.'): suffixes[line[2:]] = 2 elif line.startswith('!'): suffixes[line[1:]] = 0 else: suffixes[line] = 1 return suffixes if __name__ == '__main__': with open(sys.argv[1], 'r+') as f: psl = convert(f) f.seek(0) text = 'window.publicSuffixes = %s;' % ( json.dumps(psl, sort_keys=True, indent=2, separators=(',', ': ')) ) print(text, file=f) f.truncate() privacybadger-release-2020.2.19/scripts/fix_placeholders.py000077500000000000000000000021541362331047300236520ustar00rootroot00000000000000#!/usr/bin/env python3 import json from collections import OrderedDict from glob import glob SOURCE_LOCALE = 'src/_locales/en_US/messages.json' def fix_locale(locale, placeholder_keys): # read in locale, preserving existing ordering with open(locale, 'r') as f: data = json.load(f, object_pairs_hook=OrderedDict) # restore missing placeholders for key in placeholder_keys: if key in data and "placeholders" not in data[key]: data[key]["placeholders"] = source_data[key]["placeholders"] with open(locale, 'w') as f: json.dump(data, f, ensure_ascii=False, indent=4) if __name__ == '__main__': with open(SOURCE_LOCALE, 'r') as f: source_data = json.load(f, object_pairs_hook=OrderedDict) # get keys of locale messages with placeholders placeholder_keys = [] for key in source_data: if "placeholders" in source_data[key]: placeholder_keys.append(key) # fix all locales for locale in glob('src/_locales/*/*.json'): if locale == SOURCE_LOCALE: continue fix_locale(locale, placeholder_keys) privacybadger-release-2020.2.19/scripts/generate-legacy-yellowlist.sh000077500000000000000000000001101362331047300255500ustar00rootroot00000000000000sed -e "s/^\([^\!].*\)$/@@||\1^\$third-party/g" src/data/yellowlist.txt privacybadger-release-2020.2.19/scripts/justrun.sh000077500000000000000000000011571362331047300220350ustar00rootroot00000000000000#!/bin/bash blank=.chrome-profile if [ ! -d $blank ]; then echo "No existing profile, please bootstrap by going to chrome://extensions" echo "enable developer mode, load privacy badger unpacked and then exiting the browser" sleep 2 chromium-browser "chrome://extensions" --user-data-dir=$blank --new-window fi tmp=`mktemp -d` cp -r $blank/* $tmp chromium-browser "chrome://extensions" --user-data-dir=$tmp --new-window # deletes the temp directory function cleanup { rm -rf "$tmp" echo "Deleted temp working directory $tmp" } # register the cleanup function to be called on the EXIT signal trap cleanup EXIT privacybadger-release-2020.2.19/scripts/run_travis.sh000077500000000000000000000012641362331047300225160ustar00rootroot00000000000000#!/bin/bash toplevel=$(git rev-parse --show-toplevel) testdir=${toplevel}/tests/selenium function run_lint { make -C "$toplevel" lint if [ $? != 0 ]; then echo "Linting errors" exit 1 fi } function run_selenium { py.test --capture=no --verbose --durations=10 "$testdir" # autodiscover and run the tests } if [ "$INFO" == "lint" ]; then echo "running lint tests" run_lint else case $BROWSER in *chrome*) echo "running tests on chrome" run_selenium ;; *firefox*) echo "running tests on firefox" run_selenium ;; *) echo "bad INFO variable, got $INFO" exit 1 ;; esac fi privacybadger-release-2020.2.19/scripts/setup_travis.sh000077500000000000000000000050121362331047300230450ustar00rootroot00000000000000#!/bin/bash toplevel=$(git rev-parse --show-toplevel) function setup_chrome { # Install the latest version of the chromedriver version=$(wget https://chromedriver.storage.googleapis.com/LATEST_RELEASE -q -O -) echo "Setting up chromedriver version $version ..." url="https://chromedriver.storage.googleapis.com/${version}/chromedriver_linux64.zip" wget -q -O /tmp/chromedriver.zip "$url" sudo unzip -o /tmp/chromedriver.zip chromedriver -d /usr/local/bin/ sudo chmod a+x /usr/local/bin/chromedriver # check that chromedriver is now present type chromedriver >/dev/null 2>&1 || { echo "Failed to install chromedriver!" exit 1 } } function setup_firefox { # Install the latest version of geckodriver version=$(curl -sI https://github.com/mozilla/geckodriver/releases/latest | grep -i "^Location: " | sed 's/.*\///' | tr -d '\r') # check that we got something if [ -z "$version" ]; then echo "Failed to determine the latest geckodriver version!" exit 1 fi # Geckodriver distribution is MacOS or Linux specific os="$(uname -s)" if [[ $os == "Darwin" ]]; then os_dist="macos.tar.gz" else os_dist="linux64.tar.gz" fi echo "Setting up geckodriver version $version ..." url="https://github.com/mozilla/geckodriver/releases/download/${version}/geckodriver-${version}-${os_dist}" wget -q -O /tmp/geckodriver.tar.gz "$url" sudo tar -xvf /tmp/geckodriver.tar.gz -C /usr/local/bin/ sudo chmod a+x /usr/local/bin/geckodriver # check that geckodriver is now present type geckodriver >/dev/null 2>&1 || { echo "Failed to install geckodriver!" exit 1 } } function browser_setup { # install python stuff pip install -r "$toplevel"/tests/requirements.txt } function setup_lint { # "--production" to skip installing devDependencies modules npm install --production || exit 1 } # check that the desired browser is present as it might fail to install # for example: https://travis-ci.org/EFForg/privacybadger/jobs/362381214 function check_browser { type "$BROWSER" >/dev/null 2>&1 || { echo "$BROWSER seems to be missing!" exit 1 } # print the version echo "Found $("$BROWSER" --version)" } case $INFO in *chrome*) check_browser setup_chrome browser_setup ;; *firefox*) # Install the latest version of geckodriver check_browser setup_firefox browser_setup ;; *lint*) setup_lint ;; *) echo "bad INFO variable, got $INFO" exit 1 ;; esac privacybadger-release-2020.2.19/scripts/updategoogle.py000077500000000000000000000030451362331047300230160ustar00rootroot00000000000000#!/usr/bin/env python3 import json import sys from collections import OrderedDict def convert(text): patterns = [] for domain in text.split(): patterns.append("https://www" + domain + "/*") patterns.append("http://www" + domain + "/*") return patterns def update_manifest(tempfile_path, manifest_path): with open(manifest_path, 'r') as f: manifest = json.load(f, object_pairs_hook=OrderedDict) with open(tempfile_path, 'r+') as f: # tempfile_path contains Google's supported domains match_patterns = convert(f.read()) scripts_idx = -1 for idx, entry in enumerate(manifest['content_scripts']): if "js/firstparties/google-search.js" in entry['js']: scripts_idx = idx break if scripts_idx == -1: print("Failed to locate the Google Search content script in the manifest!") sys.exit(1) manifest['content_scripts'][scripts_idx]['matches'] = match_patterns # overwrite tempfile_path with the updated manifest f.seek(0) # print() auto-adds a trailing newline print( json.dumps( manifest, sort_keys=False, indent=2, separators=(',', ': ') ), file=f ) f.truncate() if __name__ == '__main__': # argv[1]: the path to a copy of https://www.google.com/supported_domains # argv[2]: the path to the extension manifest update_manifest(sys.argv[1], sys.argv[2]) privacybadger-release-2020.2.19/scripts/updategoogle.sh000077500000000000000000000014041362331047300227750ustar00rootroot00000000000000#!/usr/bin/env bash # stop on errors (nonzero exit codes), uninitialized vars set -eu GOOGLE_DOMAINS_URL=https://www.google.com/supported_domains MANIFEST_PATH=src/manifest.json TEMPFILE=$(mktemp) trap 'rm $TEMPFILE' EXIT echo "fetching Google Search domains ..." if wget -q -T 30 -O "$TEMPFILE" -- $GOOGLE_DOMAINS_URL && [ -s "$TEMPFILE" ]; then ./scripts/updategoogle.py "$TEMPFILE" "$MANIFEST_PATH" if cmp -s "$TEMPFILE" $MANIFEST_PATH; then echo " no Google Search domain updates" else cp "$TEMPFILE" $MANIFEST_PATH echo " updated Google Search domains in $MANIFEST_PATH" echo " please verify, update Google's MDFP list, and commit both!" exit 1 fi else echo " failed to fetch $GOOGLE_DOMAINS_URL" echo " aborting build!" exit 1 fi privacybadger-release-2020.2.19/scripts/updatepsl.sh000077500000000000000000000012771362331047300223270ustar00rootroot00000000000000#!/usr/bin/env bash # Update the Public Suffix List (psl) # stop on errors (nonzero exit codes), uninitialized vars set -eu PSL_PATH=src/lib/publicSuffixList.js PSL_URL=https://publicsuffix.org/list/public_suffix_list.dat TEMPFILE=$(mktemp) trap 'rm $TEMPFILE' EXIT echo "fetching Public Suffix List ..." if wget -q -T 30 -O "$TEMPFILE" -- $PSL_URL && [ -s "$TEMPFILE" ]; then python scripts/convertpsl.py "$TEMPFILE" if cmp -s "$TEMPFILE" $PSL_PATH; then echo " no PSL updates" else cp "$TEMPFILE" $PSL_PATH echo " updated PSL at $PSL_PATH" echo " please verify and commit!" exit 1 fi else echo " failed to fetch PSL from $PSL_URL" echo " aborting build!" exit 1 fi privacybadger-release-2020.2.19/scripts/updateseeddata.sh000077500000000000000000000015561362331047300233030ustar00rootroot00000000000000#!/usr/bin/env bash # Update the pre-trained "seed" tracker list # stop on errors (nonzero exit codes), uninitialized vars set -eu SEED_PATH=src/data/seed.json SEED_URL=https://raw.githubusercontent.com/EFForg/badger-sett/master/results.json TEMPFILE=$(mktemp) trap 'rm $TEMPFILE' EXIT echo "fetching seed tracker lists..." if wget -q -T 30 -O "$TEMPFILE" -- $SEED_URL && [ -s "$TEMPFILE" ]; then if ! python scripts/verify_json.py "$TEMPFILE"; then echo " new seed data is not formatted correctly" echo " aborting build!" exit 1 fi if cmp -s "$TEMPFILE" $SEED_PATH; then echo " no seed data updates" else cp "$TEMPFILE" $SEED_PATH echo " updated seed data at $SEED_PATH" echo " please verify and commit!" exit 1 fi else echo " failed to fetch seed data from $SEED_URL" echo " aborting build!" exit 1 fi privacybadger-release-2020.2.19/scripts/verify_json.py000066400000000000000000000006331362331047300226710ustar00rootroot00000000000000#!/usr/bin/env python3 import json import sys KEYS = set(['snitch_map', 'action_map', 'version']) with open(sys.argv[1]) as f: try: js = json.load(f) if set(js.keys()) == KEYS: sys.exit(0) else: print("json keys %s are not correct" % js.keys()) sys.exit(1) except Exception as e: print("error parsing json:", e) sys.exit(1) privacybadger-release-2020.2.19/src/000077500000000000000000000000001362331047300170605ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/000077500000000000000000000000001362331047300206415ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/ar/000077500000000000000000000000001362331047300212435ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/ar/messages.json000066400000000000000000001046471362331047300237610ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ محجوب", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "ملف JSON غير سليم.", "description": "" }, "options_remove_origin_confirm": { "message": "أمتأكد أنك تريد إزالة النطاق من «غرير الخصوصية»", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "لا تَعقب للنطاق $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "حاليا «غرير الخصوصية» لا يتحقق إلا من كون الأطراف الخارجية تستخدم الكعكات، أو تخزين HTML5 المحلي، أو بصمات مساحة الرسم لتعقب تصفحك. ربما تستخدم بعض هذه النطاقات طرقًا أخرى لا يستطيع «غرير الخصوصية» اكتشافها.", "description": "" }, "options_dnt_policy_setting": { "message": "تحقق من كون نطاقات الأطراف الخارحية تلتزم سياسة EFF لعدم التعقب", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "كلما تصفحت أكثر مع استخدام «غرير الخصوصية» كلما تحسنت حمايته لك. هل لا يحجب «غريرك» أي شيء بعد؟ لا تقلق، لا يحتفظ «غرير الخصوصية» بقائمة المواقع التي ينبغي حجبها، و لكن يكتشف تلقائيا المواقع التي تتعقبك أثناء تصفحك. لذا فابدأ التصفح ليتعلم «غريرك» كيف يحميك!", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "رجاء أضف مسارا أو نطاقا صحيحا.", "description": "" }, "donate_to_eff": { "message": "تبرع إلى EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "ساعدنا بالتبرع ونشر دعمك لأدواتنا", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "لست حاجبًا للإعلانات، أنا مختلف", "description": "Intro page paragraph heading." }, "report_success": { "message": "شكرا، سنفحص الأمر.", "description": "" }, "dnt_tooltip": { "message": "يعِد هذا النطاق بألا يتعقبك", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "القسم التالي", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "رجاء أخبرنا بتفاصيل العطل التالي:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "أدِر البيانات", "description": "This is an options page tab heading." }, "report_title": { "message": "أبلغ عن عطل", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "مثلا: www.domain.com، أو ‪*.domain.net‬، أو domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "انقر هنا لحجب هذا النطاق من إضافة كعكات", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "المحجوب", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "امنع WebRTC من تسريب عناوين الإنترنت المحلية *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "يتعلم «غرير الخصوصية» تلقائيا كيف يحجب المتعقبات الخفية. خذ دقيقة من وقتك لتعرف كيف يحدث هذا.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "ما المشكلة؟", "description": "" }, "popup_instructions_no_trackers": { "message": "لم تكتشف أي متعقبات. تمتع بالخصوصية!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "النطاقات المتعقِّبة", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "شارك على تويتر", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "تعرف كيف يحمي «غرير الخصوصية» خصوصيتك.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "نزّل", "description": "" }, "import": { "message": "استورد", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Show domains that don't appear to be tracking you", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** تفعيل التعلم في نوافذ التصفح الخاص قد يترك آثارا لتأريخ تصفحك الخاص على حاسوبك. مبدئيا سيحجب «غرير الخصوصية» المتعقبات التي يعرفها من قبل في نوافذ التصفح الخاص، لكنه لن يتعلم أي متعقبات جديدة. قد تريد تفعيل هذا الخيار إن كان الكثير من تصفحك في نوافذ خاصة.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "أرسل العطل", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ غير محجوب", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "ما «غرير الخصوصية»؟", "description": "" }, "options_domain_search": { "message": "ابحث في النطاقات:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "تعلم في نوافذ التصفح الخاص **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Show count of trackers", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "ما المتعقب؟", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "رجاء لا تنس النقر على ”هل أفسد «غرير الخصوصية» هذا الموقع“. لأننا نحترم خصوصيتك لا نرسل أي بلاغات تلقائية.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "خيارات «غرير الخصوصية»", "description": "" }, "report_terms": { "message": "سيرسل هذا تلقائيا المعلومات التالية إلى EFF: الموقع الذي تزوره حاليا، و إصدارة المتصفح، و إصدارة «غرير الخصوصية»، و حالة كل الخيارات لهذا الموقع.", "description": "" }, "intro_learns": { "message": "يتعلم بينما تتصفح", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "المواقع غير المفعلة", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "فعّل «غرير الخصوصية» على هذا الموقع", "description": "" }, "options_domain_type_filter": { "message": "رشّح بالنوع:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "حُدثت قائمة المتعقبات و إعداداتها بنجاح.", "description": "" }, "export_user_data": { "message": "صدّر بيانات المستخدم", "description": "" }, "manage_data_intro": { "message": "استيراد بيانات المستخدم:
  • يكتب فوق قيم الإعدادات العامة
  • يدمج قوائم المواقع غير المفعلة
  • يدمج معلومات المتعقبات التي رآها «غرير الخصوصية»
  • يكتب فوق إعدادات المواقع
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "أعِد إلى الأصل", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "أعِد النطاقات المتعقِّبة إلى أصلها", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "إعادة النطاقات المتعقِّبة إلى أصلها:\n\n • سيحذف كل البيانات التي تعلمها «غرير الخصوصية» عن هذه النطاقات أثناء تصفحك\n • سيعيد قائمة النطاقات المتعقِّبة إلى آخر قائمة قبل التعلم (زر www.eff.org/badger-pretraining لمزيد من المعلومات)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "أزل الكل", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "أزل كل النطاقات المتعقِّبة", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "إزالة كل النطاقات المتعقِّبة:\n\n • سيحذف كل ما يعرفه «غرير الخصوصية» عن المتعقبات\n • سيمنع «غرير الخصوصية» من حجب أي شيء إلى أن يعيد التعلم من تصفحك", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "يحميك «غرير الخصوصية» الآن. انقر أدناه لتطلع أكثر على كيف يعمل.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* يمكن أن يسرب WebRTC عنواوين الإنترنت (IP) المحلية. لاحظ أن تفعيل هذا الخيار قد يقلل من أداء برمجيات الاجتماعات على الوب مثل Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "الإعدادات العامة", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "خذ جولة", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "انقر هنا لحجب هذا النطاق تماما", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "إصدارة $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "الكعكات محجوبة من النطاق $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "يمسك بالمتعقبات المتخفية", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "المحجوب جزئيا", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "أفهم هذا؛ أرني رجاء قائمة المتعقبات", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "شكرا على تنصيب «غرير الخصوصية»", "description": "" }, "import_select_file": { "message": "رجاء اختر ملفا لاستيراده", "description": "" }, "popup_blocked": { "message": "لا موارد من أطراف خارجية على هذا الموقع", "description": "" }, "report_broken_site": { "message": "هل أفسد «غرير الخصوصية» هذا الموقع؟ أعلمنا بهذا.", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "وسط المؤشر لحجب الكعكات", "description": "" }, "intro_beyond_ads_paragraph": { "message": "مصادر المتعقبات الخفية كثيرة؛ الإعلانات ليست إلا القمة الظاهرة من جبل الجليد. يرسل «غرير الخصوصية» إشارة ”لا تتعقبني“ إلى المتعقبات ليخبرهم ألا يتعقبوك. لكن إذا تجاهلوا رغبتك تلك فيسعرف «غريرك» أن عليه حجبهم؛ سواء كانوا معلِنين أو متعقبين من أي نوع آخر.", "description": "Intro page paragraph." }, "report_close": { "message": "أغلق", "description": "" }, "import_user_data": { "message": "استورد بيانات المستخدم", "description": "" }, "options_domain_filter_dnt": { "message": "متوافق مع ”لا تتعقبني“", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "مساعدة", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "المسموح به", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "الخصوصية رياضة جماعية", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "يفترض ألا تحتاج لتغيير أي شيء هنا.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "الكل", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "ألغ", "description": "" }, "tooltip_block": { "message": "حرك المؤشر شمالا لحجب النطاق", "description": "" }, "options_enable_dnt_checkbox": { "message": "أرسل إلى المواقع إشارة ”لا تتعقبني“", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "تحت تحكم المستخدم", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

«غرير الخصوصية» غير مفعل على المواقع التالية. يعني هذا أن «غرير الخصوصية» لن يحجب أي شيء عندما تزور أحد هذه المواقع.

إذا كنت تظن أن «غرير الخصوصية» يفسد إحدي الصفحات، فيمكنك أن تكتب نطاق الصفحة في الصندوق أدناه ثم انقر على زر ”أضف النطاق“.

أو يمكنك النقر على زر «غرير الخصوصية» في شريط أدوات المتصفح إن كانت الصفحة المعنية مفتوحة، ثم النقر على زر ”عطّل“.

", "description": "" }, "popup_instructions": { "message": "اكتشف «غرير الخصوصية» عدد $COUNT$ من $TRACKER_LINK_START$المتعقبات$TRACKER_LINK_END$ المحتملة في هذه الصفحة. يفترض ألا تحتاج لضبط هذه المؤشرات إلا إن كان هناك أمر لا يعمل كما ينبغي.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "مشروع من مؤسسة الجبهة الإلكترونية (Electronic Frontier Foundation)", "description": "" }, "add_domain_button": { "message": "أضف النطاق", "description": "" }, "options_domain_list_one_tracker": { "message": "اكتشف «غرير الخصوصية» متعقبا محتملًا واحدًا حتى الآن.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "حرك المؤشر يمينا للسماح بالنطاق", "description": "" }, "popup_disable_for_site": { "message": "عطّل «غرير الخصوصية» على هذا الموقع", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "اكتشف «غرير الخصوصية» متعقبا محتملًا واحدًا حتى الآن. يفترض ألا تحتاج لضبط هذا المؤشر إلا إن كان هناك أمر لا يعمل كما ينبغي.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "انقر هنا للسماح بهذا النطاق", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "يتعلم «غريرك» محليا على جهازك. لن يشارك «غرير الخصوصية» أبدا أي معلومات عن تصفحك إلا إن اخترت أن تشاركها.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "اكتشف «غرير الخصوصية» عدد $COUNT$ من $TRACKER_LINK_START$النطاقات المتعقِّبة$TRACKER_LINK_END$ المحتملة حتى الآن.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "«غرير الخصوصية»", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "يبدأ «غرير الخصوصية» في الحجب ما إن يرى نفس المتعقب على ثلاثة مواقع مختلفة. ثلاث فرص ثم يخرج! إذا كنت تستخدم أدوات خصوصية أخرى لحجب الإعلانات مثلا فسيتعلم «غرير الخصوصية» أقل، لكن لا بأس بهذا، قد يمسك بما يفلت من الأدوات الأخرى.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "رشّح بالحالة:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "صف العطل باختصار أدناه.", "description": "" }, "remove_button": { "message": "أزل المحدد", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "باستخدامك «غرير الخصوصية» تنضم إلى مؤسسة الجبهة الإلكترونية و ملايين المستخدمين في قتالهم من أجل الخصوصية. نحن مؤسسة غير ربحية نقاتل لحقوقك على الإنترنت. شكرًا لانضمامك إلينا.", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "لاستبعاد النطاقات، ضع ”-“ قبل عبارة البحث. فمثلا، ”‪.co -.com‬“ ستظهر نطاقات ‪.co‬ و ‪.co.uk‬ لكن لن تظهر نطاقات ‪.com‬ في نتائج البحث.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "إذا كنت تظن أن «غرير الخصوصية» يفسد إحدى الصفحات (الفديو لا يعمل مثلا)، فيمكنك النقر على زر ’عطّل‘ لتعطيل «غرير الخصوصية» على هذا الموقع.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "سياسة الخصوصية", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "لم يكتشف «غرير الخصوصية» أي نطاقات متعقِّبة حتى الآن. واصل تصفحك.", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "الوصف", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "لا يظهر أن النطاقات التالية تتعقبك", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "الخيارات", "description": "" }, "share_button_title_facebook": { "message": "شارك على فيسبوك", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "يتعلم «غرير الخصوصية» تلقائيا أن يحجب المتعقبات الخفية.", "description": "" }, "report_fail": { "message": "حدث عطل ما.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "استبدل «غرير الخصوصية» زر $BUTTON$ هذا.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Allow once", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "مزامنة السحاب:
  • تحتاج إلى مزامنة فيرفكس\\كروم
  • الرفع يكتب فوق أي بيانات ل‍«‍غرير الخصوصية» موجودة على السحاب.
  • التنزيل يدمج قائمة المواقع التي عطلت عليها «غرير الخصوصية»
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "ارفع", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "صدّر المواقع غير المفعلة إلى السحاب", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "استورد المواقع غير المفعلة من السحاب", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "تم استيراد البيانات من السحاب.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "تعذّر تنزيل البيانات.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "تم رفع البيانات.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "تعذّر رفع البيانات.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "لم تنزّل أي بيانات من السحاب.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "أخبر أصدقائك", "description": "Title of the share overlay." }, "popup_share_button": { "message": "شارك", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "وجد «غرير الخصوصية» عدد $COUNT$ من المتعقبات المحتملة على $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "«غرير الخصوصية» (www.eff.org/privacybadger) هو امتداد للمتصفح يتعلم تلقائيا أن يحجب المتعقبات الخفية. «غرير الخصوصية» من مؤسسة الجبهة الإلكترونية، و هي منظمة غير ربحية تقاتل لحقوقك على الإنترنت.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "انسخ إلى الحافظة", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "نُسِخ", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/bg/000077500000000000000000000000001362331047300212315ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/bg/messages.json000066400000000000000000001117161362331047300237420ustar00rootroot00000000000000{ "badger_status_block": { "message": "Блокирах $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Невалиден JSON файл.", "description": "" }, "options_remove_origin_confirm": { "message": "Сигурен ли си, че искаш да премахнеш този домейн от Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Няма преследвачи в $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Засега Privacy Badger проверява само дали трети страни ползват бисквитки, локалната памет на HTML5, или canvas fingerprinting, за да те следят. Някои от тези домейни може би използват други начини за следене, които Privacy Badger не може да засече.", "description": "" }, "options_dnt_policy_setting": { "message": "Проверявай дали домейните от трети страни се съобразяват с Do Not Track (Не ме следи) политиката на EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Колкото по-дълго сърфираш с Privacy Badger, толкова по-добър става в това да те защитава. Нищо ли не блокира още? Няма проблем! Вместо да ползва списъци с неща за блокиране, Privacy Badger автоматично открива преследвачи, докато си сърфираш. Посърфирай си малко, за да обучиш язовеца си!", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Моля добави валиден домейн или URL.", "description": "" }, "donate_to_eff": { "message": "Подкрепи EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Помогни ни с дарение или като споделиш подкрепата си за инструментите ни", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Не съм блокирач на реклами. Аз съм малко по-различен", "description": "Intro page paragraph heading." }, "report_success": { "message": "Мерси! Ще разнищим проблема.", "description": "" }, "dnt_tooltip": { "message": "Този домейн обещава да не те следи", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "следваща част", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Моля те кажи ни за следната грешка:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Управление на данни", "description": "This is an options page tab heading." }, "report_title": { "message": "Докладвай за грешка", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "например www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Щракни тук, за да забраниш на този домейн да оставя бисквитки", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "блокирани", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Спри изтичането на локалния ти IP адрес през WebRTC *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger автоматично се научава да блокира невидими преследвачи. Отдели си минутка, за да видиш как.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Какво не е наред?", "description": "" }, "popup_instructions_no_trackers": { "message": "Не открих преследвачи. Ура за личното пространство!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Домейни-преследвачи", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Сподели в Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Научи как Privacy Badger защитава личното ти пространство и поверителност.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Дръпни", "description": "" }, "import": { "message": "Импортирай", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Show domains that don't appear to be tracking you", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Ако позволиш ученето в Поверителни/Инкогнито прозорци, това може да остави на компютъра ти следи от историята, докато си сърфирал поверително. По подразбиране Privacy Badger ще блокира в Поверителните/Инкогнито прозорци преследвачите, за които вече знае, но няма да се учи за нови преследвачи. Би било полезно да включиш тази настройка, ако сърфираш редовно в Поверителни/Инкогнито прозорци.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Изпрати грешката", "description": "" }, "badger_status_allow": { "message": "Разреших $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Какво е Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Търси в домейните:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Учи се в Поверителни/Инкогнито прозорци **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Show count of trackers", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Какво е преследвач?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Моля те не забравай да щракнеш на \"Развали ли Privacy Badger този сайт\". Уважаваме личното ти пространство, така че не изпращаме автоматични доклади.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Настройки на Privacy Badger", "description": "" }, "report_terms": { "message": "Това ще изпрати следната информация автоматично на EFF: сайтът, който в момента посещаваш, версията на браузера ти, версията на Privacy Badger, и състоянието на всички плъзгачи за този сайт.", "description": "" }, "intro_learns": { "message": "Уча се, докато сърфираш", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Сайтове-изключения", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Включи Privacy Badger за този сайт", "description": "" }, "options_domain_type_filter": { "message": "Филтрирай според вид:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Списъкът с преследвачи и опциите бяха променени успешно!", "description": "" }, "export_user_data": { "message": "Експортирай потребителските данни", "description": "" }, "manage_data_intro": { "message": "Импортирането на потребителски данни:
  • Презаписва общите настройки
  • Слива списъците със сайтове-изключения
  • Слива информацията за това кои преследвачи е виждал Privacy Badger
  • Презаписва персонализирането на плъзгачите
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Започни отначало", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Започни отначало с домейните-преследвачи", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Започването отначало с домейните-преследвачи ще:\n\n • Изтрие всички данни за преследвачи, които Privacy Badger е научил от твоето сърфиране\n • Възвърне списъка на домейните-преслевдачи към най-новия предварително трениран списък (посети www.eff.org/badger-pretraining, за да научиш повече)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Премахни всички", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Премахни всички домейни-преследвачи", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Премахването на всички домейни-преследвачи ще:\n\n • Изтрие всичко, което Privacy Badger знае за преследвачите\n • Накара Privacy Badger да не блокира нищо, докато не успее да се научи наново от твоето сърфиране", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Privacy Badger вече те защитава. За да разбереш как работи Privacy Badger, щракни долу, за да ти обясни набързо.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* През WebRTC може да изтече локалния ти IP адрес. Имай предвид, че включването на тази опция може да забави някои апове за разговори, като например Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Общи настройки", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Обясни ми набързо", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Щракни тук, за да блокираш този домейн напълно", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "версия $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Блокирах бисквитки от $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Хващам подмолни преследвачи", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "частично блокирани", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Разбирам; покажи ми все пак домейните-преследвачи", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Благодаря, че инсталира Privacy Badger!", "description": "" }, "import_select_file": { "message": "Моля избери файл за импорт.", "description": "" }, "popup_blocked": { "message": "На този сайт няма ресурси от трети страни.", "description": "" }, "report_broken_site": { "message": "Развали ли Privacy Badger този сайт? Уведоми ни!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Премести плъзгача в средата, за да блокираш бисквитките", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Невидимото следене се случва по какви ли не начини; рекламите са просто върха на сладоледа. Privacy Badger изпраща сигнала Do Not Track (Не ме следи) на преследвачите, за да им каже да не те следят. Ако пренебрегват желанията ти, язовецът ти ще се научи да ги блокира — независимо дали са рекламодатели или друг вид преследвачи.", "description": "Intro page paragraph." }, "report_close": { "message": "Затвори", "description": "" }, "import_user_data": { "message": "Импортирай потребителски данни", "description": "" }, "options_domain_filter_dnt": { "message": "съобразяващи се с DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Помощ", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "разрешени", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Личното пространство е отборна игра!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Не би трябвало да се налага да променяш каквото и да е тук.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "всички", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Откажи", "description": "" }, "tooltip_block": { "message": "Премести плъзгача наляво, за да блокираш домейн", "description": "" }, "options_enable_dnt_checkbox": { "message": "Изпращай на сайтовете сигнал \"Do Not Track (Не ме следи)\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "контролирани от теб", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger е изключен за сайтовете по́ долу. Това значи, че Privacy Badger няма да блокира нищо, когато посещаваш сайтовете в този списък.

Ако мислиш, че Privacy Badger разваля някоя страница, можеш да въведеш домейна ѝ в кутийката долу и да щракнеш на бутона \"Добави домейн\".

Можеш да направиш същото когато си в таба на съответната страница, ако щракнеш на иконката на Privacy Badger в лентата на браузера и после на бутона \"Изключи Privacy Badger за този сайт\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger откри $COUNT$ потенциални $TRACKER_LINK_START$преследвачи$TRACKER_LINK_END$ на тази страница. Не е необходимо да ги местиш, освен ако нещо не се е развалило.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Един проект на Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Добави домейн", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger досега е открил един потенциален домейн-преследвач.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Премести плъзгача надясно, за да разрешиш домейн", "description": "" }, "popup_disable_for_site": { "message": "Изключи Privacy Badger за този сайт", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger откри потенциален преследвач на тази страница. Не е необходимо да го местиш, освен ако нещо не се е развалило.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Щракни тук, за да разрешиш този домейн", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Твоят язовец се учи на самото ти устройство. Privacy Badger НИКОГА няма да споделя данни за сърфирането ти, освен ако ти не решиш да ги споделиш.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger досега е открил $COUNT$ потенциални $TRACKER_LINK_START$домейни-преследвачи$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger започва да блокира, когато види един и същ преследвач на три различни сайта. Три картона и е аут! Ако използваш и други инструменти за поверителност или за блокиране на реклами, Privacy Badger ще се учи по-малко, но няма проблем — може да хване неща, които другите ти блокиращи програми пропускат.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Филтрирай според настройка:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Опиши накратко грешката по́ долу.", "description": "" }, "remove_button": { "message": "Премахни избраните", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Когато използваш Privacy Badger, се присъединяваш към Electronic Frontier Foundation и милиони други потребители в борбата за лично пространство и поверителност. Ние сме сдружение с непарична цел, което се бори за онлайн правата ти. Благодаря, че си с нас!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "За да изключиш домейни от търсенето, започни с \"-\". Например: \".co -.com\" ще покаже домейни с .co и .co.uk, но не и .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Ако смяташ, че Privacy Badger е развалил страница (например не върви видео клип), можеш да щракнеш на бутона \"Изключи\", за да изключиш Privacy Badger за този сайт.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Политика за поверителност", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger досега не е открил домейни-преследвачи. Продължавай да си сърфираш!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Описание", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Домейните по́ долу не изглеждат сякаш те следят", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Настройки", "description": "" }, "share_button_title_facebook": { "message": "Сподели във Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger автоматично се научава да блокира невидими преследвачи.", "description": "" }, "report_fail": { "message": "Опа. Нещо се обърка.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger замени този $BUTTON$ бутон.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Разреши веднъж", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Синхронизацията с облака:
  • Изисква Firefox/Chrome Синхронизация
  • Качването презаписва всички съществуващи в облака данни на Privacy Badger
  • Дърпането слива списъците със сайтове, на които язовеца ти е изключен
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Качи", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Експортирай сайтовете-изключения в облака", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Импортирай сайтовете-изключения от облака", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Импортирах успешно данните от облака.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Не успях да дръпна данните от облака.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Качих успешно данните в обалака.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Не успях да кача данните в облака.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "В облака няма данни за дърпане.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Кажи на приятелите си", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Сподели", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger намери $COUNT$ потенциални преслевдачи в $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) е разширение за браузер, което автоматично се научава да блокира невидими преследвачи. Privacy Badger е направен от Electronic Frontier Foundation, организация с нестопанска цел, която се бори за твоите онлайн права.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Копирай в клипборда", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Копирах", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/ca/000077500000000000000000000000001362331047300212245ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/ca/messages.json000066400000000000000000001001511362331047300237240ustar00rootroot00000000000000{ "badger_status_block": { "message": "S'ha blocat $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Arxiu JSON no vàlid", "description": "" }, "options_remove_origin_confirm": { "message": "Segur que voleu treure aquest domini de Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "El domini $DOMAIN$ no fa seguiments", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Ara mateix, Privacy Badger només comprova si terceres parts estan utilitzant galetes, emmagatzematge local d'HTML5 o el marcat del llenç per fer seguiments del vostre navegador. Alguns d'aquests dominis poden utilitzar mètodes de seguiment que Privacy Badger no pot detectar.", "description": "" }, "options_dnt_policy_setting": { "message": "Comproveu si els dominis de terceres parts compleixen amb la política d'EFF de no seguiment", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Com més temps navegueu per internet amb el Privacy Badger, millor us podrà protegir. El vostre teixó (Badger) encara no bloca res? No patiu! En lloc de mantenir llistes amb tot el que cal blocar, Privacy Badger detecta automàticament, mentre esteu navegant per llocs web, els rastrejadors que poden estar fent-vos un seguiment. Només cal que comenceu a navegar perquè el vostre teixó (Badger) vagi aprenent.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Si us plau, afegiu un domini vàlid o un URL", "description": "" }, "donate_to_eff": { "message": "Feu un donatiu a EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Ajudeu-nos fent un donatiu i compartint el vostre suport per les nostres eines", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "No bloco anuncis, sóc diferent", "description": "Intro page paragraph heading." }, "report_success": { "message": "Gràcies! Arribarem al fons d'això.", "description": "" }, "dnt_tooltip": { "message": "Aquest domini promet no seguir-vos", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "següent secció", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Si us plau, expliqueu-nos alguna cosa sobre el següent error:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gestió de dades", "description": "This is an options page tab heading." }, "report_title": { "message": "Informeu d'un error", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "p. ex. www.domini.com, *.domini.net, domini.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Cliqueu aquí per blocar les galetes d'aquest domini", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blocat", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Impediu que el WebRTC filtri una adreça IP local *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger aprèn automàticament a blocar rastrejadors invisibles. Deixeu-nos un minut per ensenyar-vos com.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Què ha fallat?", "description": "" }, "popup_instructions_no_trackers": { "message": "No s'han detectat rastrejadors. Visca la privacitat!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Dominis de seguiment", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Compartiu-lo a Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Apreneu com Privacy Badger protegeix la vostra privacitat.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Descarregar", "description": "" }, "import": { "message": "Importar", "description": "" }, "options_hide_social_widgets": { "message": "No reemplaçar els ginys següents:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Habilita el reemplaçament de ginys", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Mostra els dominis que, aparentment, no us segueixen", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "**Habilitant l'aprenentatge en finestres Privades/Incògnit, podeu deixar traces a l'historial privat de navegació del vostre ordinador. Per defecte, Privacy Badger blocarà els rastrejadors coneguts a les finestres Privades/Incògnit, però no aprendrà sobre nous rastrejadors. Cal que habiliteu aquesta opció si la majoria de la vostra navegació la feu en finestres Privades/Incògnit", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Enviar Errada", "description": "" }, "badger_status_allow": { "message": "Permès $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Què és Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Cerca de dominis:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Aprendre en finestres Privades/Incògnit **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Mostra el comptador de rastrejadors", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Què és un rastrejador?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Si us plau, no us oblideu de clicar a 'El Privacy Badger ha espatllat aquest lloc'. Respectem tant la vostra privacitat que no enviem informes de forma automàtica.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Opcions de Privacy Badger", "description": "" }, "report_terms": { "message": "Això enviarà automàticament la següent informació a EFF: el lloc web que esteu visitant en aquest moment, la versió del vostre navegador, la versió de Privacy Badger i l'estat de tots els lliscadors per aquest lloc.", "description": "" }, "intro_learns": { "message": "Aprèn mentre navegueu", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Llocs deshabilitats", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Habilita el Privacy Badger per aquest lloc", "description": "" }, "options_domain_type_filter": { "message": "Filtra per tipus:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "La llista i la configuració del rastrejador s'ha actualitzat correctament!", "description": "" }, "export_user_data": { "message": "Exporta les dades d'usuari", "description": "" }, "manage_data_intro": { "message": "Si importeu les dades d'usuari:
  • Sobreescriureu la configuració general
  • Fusionareu les llistes de llocs deshabilitats
  • Fusionareu la informació sobre els rastrejadors que Privacy Badger ha vist
  • Sobreescriureu la personalització dels lliscadors
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Restablir", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Restablir els dominis de seguiment", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Restablint els dominis de seguiment:\n\n • Esborrareu totes les dades que el Privacy Badger hagi après sobre rastrejadors durant la vostra navegació\n • Restaurareu la llista de dominis de seguiment a la llista d'abans de començar a aprendre (visiteu www.eff.org/badger-pretraining per saber-ne més)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Eliminar-ho tot", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Eliminar tots els dominis de seguiment", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Eliminant tots els dominis de seguiment:\n\n • Esborrareu tot el que Privacy Badger sap sobre els rastrejadors\n • Provocareu que Privacy Badger no bloqui res fins que hagi tornat a aprendre amb la vostra navegació", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Ara el Privacy Badger ja us protegeix. Per saber com treballa el Privacy Badger, cliqueu aquí baix i seguiu la guia ràpida.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC pot filtrar la vostra IP local. Teniu en compte que aquesta opció pot degradar el rendiment d'aplicacions de videoconferència com Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Configuració general", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Feu la visita guiada", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Cliqueu aquí per blocar completament aquest domini", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versió $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "S'han blocat les galetes de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Captura rastrejadors furtius", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "blocat parcialment", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Ho entenc; si us plau, mostra'm igualment el llistat de dominis de seguiment", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Gràcies per instal·lar el Privacy Badger!", "description": "" }, "import_select_file": { "message": "Si us plau, seleccioneu l'arxiu a importar", "description": "" }, "popup_blocked": { "message": "En aquest lloc, no hi ha recursos de terceres parts", "description": "" }, "report_broken_site": { "message": "El Privacy Badger ha espatllat aquest lloc? Feu-nos-ho saber!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centreu el lliscador per blocar les galetes", "description": "" }, "intro_beyond_ads_paragraph": { "message": "El seguiment invisible es pot donar per múltiples formes; els anuncis són la part visible i la punta de l'iceberg. Privacy Badger envia el senyal No Em Seguiu als rastrejadors, dient-los que no us facin seguiments. Si ignoren els vostres desitjos, el Teixó (Badger) aprendrà que els ha de blocar, siguin anunciants o altres tipus de rastrejadors.", "description": "Intro page paragraph." }, "report_close": { "message": "Tanca", "description": "" }, "import_user_data": { "message": "Importa dades d'usuari", "description": "" }, "options_domain_filter_dnt": { "message": "respecta el No Em Seguiu", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Ajuda", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permès", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "La privacitat és un esport d'equip!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Aquí no hauria de ser necessari modificar res", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "tot", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Cancel·la", "description": "" }, "tooltip_block": { "message": "Moveu el lliscador a l'esquerra per blocar el domini", "description": "" }, "options_enable_dnt_checkbox": { "message": "Envia als llocs web el senyal \"No Em Seguiu\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "controlat per l'usuari", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger s'ha deshabilitat als següents llocs. Això significa que Privacy Badger no blocarà res quan visiteu els llocs web llistats aquí.

Si creieu que Privacy Badger ha espatllat una pàgina, podeu entrar el domini d'aquesta pàgina al camp de sota i clicar el botó \"Afegeix domini\"

Alternativament, quan tingueu la pestanya de la pàgina seleccionada, només cal que cliqueu la icona del Privacy Badger a la barra d'eines del navegador i cliqueu el botó \"Deshabilita\".

", "description": "" }, "popup_instructions": { "message": "El Privacy Badger ha detectat $COUNT$ $TRACKER_LINK_START$rastrejadors$TRACKER_LINK_END$ potencials en aquesta pàgina. No cal modificar-los excepte si detecteu que alguna cosa no funciona correctament.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Un projecte de l'Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Afegeix domini", "description": "" }, "options_domain_list_one_tracker": { "message": "El Privacy Badger ha detectat, fins ara, un potencial domini de seguiment.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Moveu el lliscador a la dreta per permetre un domini", "description": "" }, "popup_disable_for_site": { "message": "Deshabiliteu el Privacy Badger en aquest lloc", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "El Privacy Badger ha detectat un potencial rastrejador en aquesta pàgina. No cal modificar-lo excepte si detecteu que alguna cosa no funciona correctament.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Cliqueu aquí per permetre aquest domini", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "El vostre teixó (Badger) aprèn en el vostre dispositiu, de forma local. El Privacy Badger MAI compartirà dades sobre la vostra navegació, excepte si decidiu compartir-les.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "El Privacy Badger ha detectat, fins ara, $COUNT$ potencials $TRACKER_LINK_START$dominis de seguiment$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger comença a blocar un cop veu el mateix rastrejador en tres llocs web diferents. Tres strikes i eliminat! Com al beisbol. Si utilitzeu altres eines per la vostra privacitat o blocadors d'anuncis, el Privacy Badger aprendrà menys, però també està bé, pot ser que detecti coses que els altres no bloquen.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrar per estat:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Descriviu breument l'errada a sota.", "description": "" }, "remove_button": { "message": "Treu els seleccionats", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Quan utilitzeu el Privacy Badger, us uniu a l'Electronic Frontier Foundation i milions de persones en la lluita per la privacitat. Som una entitat sense ànim de lucre lluitant pels vostres drets en línia. Gràcies per unir-vos a nosaltres!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Per excloure dominis, utilitzeu el caràcter \"-\". Per exemple, si cerqueu \".co -.com\" us mostrarà els dominis .co i .co.uk, però no us mostrarà el domini .com", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Si penseu que el Privacy Badger ha espatllat una pàgina (un vídeo que no es veu, per exemple), podeu clicar el botó 'Deshabilita' perquè el Privacy Badger no controli el lloc.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Política de privacitat", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "El Privacy Badger encara no ha detectat cap domini de seguiment. Seguiu navegant!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Descripció", "description": "" }, "not_yet_blocked_header": { "message": "El vostre teixó encara no ha après a bloquejar aquests dominis", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Mostra els dominis que el vostre teixó encara no ha après a bloquejar:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Els dominis de sota, aparentment, no us segueixen.", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opcions", "description": "" }, "share_button_title_facebook": { "message": "Compartiu-ho a Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "El Privacy Badger aprèn automàticament a blocar rastrejadors invisibles.", "description": "" }, "report_fail": { "message": "Ai! Alguna cosa no ha anat bé.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "El Privacy Badger ha substituït aquest botó de $BUTTON$", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permetre-ho un cop", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Sincronització al núvol:
  • Requereix Firefox/Chrome Sync
  • La càrrega sobreescriu qualsevol dada del Privacy Badger existent al núvol
  • La descàrrega fusiona les llistes dels llocs que heu deshabilitat al teixó (Badger)
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Carrega", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exporta els llocs deshabilitats al núvol", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importa els llocs deshabilitats del núvol", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Les dades del núvol s'han importat correctament.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Les dades del núvol no s'han pogut descarregar.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "S'han carregat les dades al núvol correctament.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Les dades no s'han pogut carregar al núvol.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Al núvol no hi ha dades per descarregar.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Expliqueu-ho a les vostres amistats", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Compartiu", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "El Privacy Badger ha trobat $COUNT$ rastrejadors potencials a $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "El Privacy Badger (www.eff.org/privacybadger) és una extensió del navegador que aprèn automàticament a blocar rastrejadors invisibles. El Privacy Badger l'ha creat l'Electronic Frontier Foundation, una entitat sense ànim de lucre que lluita pels vostres drets en línia.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copia-ho al porta-retalls", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copiat", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "En aquesta pàgina no hi ha res a fer", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger no funciona en pàgines especials com aquesta. Proveu de navegar per altres llocs.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "En aquest lloc, el Privacy Badger està deshabilitat", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Reemplaçament de ginys", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Quan es bloquegen els botons de les xarxes socials i altres ginys (vídeo, àudio, comentaris) habituals, el Privacy Badger pot reemplaçar-los per espais reservats activables amb un clic.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/cs/000077500000000000000000000000001362331047300212465ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/cs/messages.json000066400000000000000000001006601362331047300237530ustar00rootroot00000000000000{ "badger_status_block": { "message": "Doména $DOMAIN$ je blokována", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Neplatný soubor JSON.", "description": "" }, "options_remove_origin_confirm": { "message": "Jste si jistí, že chcete odebrat tuto doménu ze seznamu Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Žádné sledovací prvky pro $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "V současnosti Privacy Badger hlídá, zda soubory cookies třetích stran, lokální úložiště HTML5 a metoda canvas fingerprinting neslouží ke sledování Vašeho procházení internetu. Některé domény mohou používat metody sledování, které Privacy Badger dosud nedokáže detekovat.", "description": "" }, "options_dnt_policy_setting": { "message": "Zkontrolujte, zda domény třetích stran dodržují pravidla Žádosti o nesledování od organizace EFF.", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Čím déle používáte Privacy Badger, tím lépe Vás chrání. Neblokuje Privacy Badger zatím nic? To nevadí. Místo využívání seznamu věcí, které má blokovat, Privacy Badger automaticky detekuje nové sledovací prvky zatímco používáte internet. Takže se můžete v klidu vrátit k brouzdání, aby se Privacy Badger něčemu přiučil.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Prosím, vložte validní doménu nebo adresu URL.", "description": "" }, "donate_to_eff": { "message": "Přispět EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Můžete nám přispět finanční obnos, nebo sdílet Vaši podporu na sociálních sítích", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Není to prostý program na blokování reklam", "description": "Intro page paragraph heading." }, "report_success": { "message": "Děkujeme! Přijdeme tomu na kloub.", "description": "" }, "dnt_tooltip": { "message": "Tato doména slibuje, že Vás nebude sledovat", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "další sekce", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Prosím, napište nám o vzniklé chybě:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Spravovat data", "description": "This is an options page tab heading." }, "report_title": { "message": "Nahlásit chybu", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "např. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Kliknutím zde zakážete doméně nastavovat soubory cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blokované", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Bránit uniku lokální IP adresy skrze WebRTC *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger se automaticky učí blokovat neviditelné sledovací prvky na webových stránkách. Jestliže máte minutku, ukážeme Vám jak.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Co je špatně?", "description": "" }, "popup_instructions_no_trackers": { "message": "Žádné sledovací prvky nebyly objeveny. Sláva soukromí!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Sledovací domény", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Sdílet na Twitteru", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Zjistěte, jak Privacy Badger chrání Vaše soukromí.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Stáhnout", "description": "" }, "import": { "message": "Importovat", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Show domains that don't appear to be tracking you", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Jestliže povolíte učení v Anonymním okně, může zůstat na počítači Vaše historie procházení. Ve výchozím nastavení Privacy Badger blokuje v Anonymním okně pouze sledovací prvky, které již zná, ale nebude se snažit objevovat nové a učit se z nich. Zvažte zapnutí této možnosti v případě, že často používáte Anonymní okno.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Odeslat hlášení o chybě", "description": "" }, "badger_status_allow": { "message": "Doména $DOMAIN je povolena", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Co je to Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Hledat domény:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Učit se v Anonymním okně prohlížeče **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Show count of trackers", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Co je to sledovací prvek?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Nezapomeňte prosím kliknout na tlačítko \"Rozbil Privacy Badger tuto stránku?\", jelikož respektujeme Vaše soukromí a neposíláme automatické hlášení o chybách.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Nastavení Privacy Badger", "description": "" }, "report_terms": { "message": "Následující informace budou automaticky odeslány do EFF: stránka na které se nacházíte, verze vašeho prohlížeče, verze Privacy Badger a nastavení všech posuvníků pro tuto stránku.", "description": "" }, "intro_learns": { "message": "Učí se za pochodu", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Vyloučené stránky", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Zapnout Privacy Badger pro tuto stránku", "description": "" }, "options_domain_type_filter": { "message": "Filtrovat podle druhu:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Seznam sledovacích prvků a nastavení bylo úspěšně aktualizováno!", "description": "" }, "export_user_data": { "message": "Exportovat uživatelská data", "description": "" }, "manage_data_intro": { "message": "Importováním uživatelských dat:
  • přepíšete základní nastavení,
  • sloučíte seznamy vyloučených domén,
  • sloučíte seznamy sledovacích domén, které Privacy Badger objevil,
  • přepíšete nastavení posuvníků.
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Resetovat", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Resetovat seznam sledovacích domén", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Resetování sledovacích domén způsobí:\n\n • Všechna data o sledovacích doménách, které se Privacy Badger naučil během Vašeho používání, budou smazána.\n • Seznam sledovacích domén se obnoví do základního nastavení (na adrese www.eff.org/badger-pretraining naleznete více informací).", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Odstranit vše", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Odstranit všechny sledovací domény", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Odstranění všech sledovacích domén způsobí:\n\n • Všechny zjištěné údaje o sledovacích doménách budou smazána.\n • Privacy Badger nebude nic blokovat, dokud se opětovně nenaučí odhalovat sledovací domény během Vašeho procházení internetu.", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Nyní Vás chrání Privacy Badger. Pokud chcete vědět, jak Privacy Badger funguje, klikněte níže pro rychlý tutoriál.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* Skrze WebRTC může unikat Vaše lokání IP adresa. Jestliže povolíte toto nastavení, kvalita Vašich hovorů na službách jako jsou Google Hangouts se může zhoršit.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Obecná nastavení", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Spustit prohlídku", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Kliknutím zde doménu zablokujete úplně", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "verze $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blokovány soubory cookies z domény $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Chytá zákeřné sledovací prvky", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "částečně blokované", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Rozumím, přesto mi ukažte seznam sledovacích domén", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Děkujeme Vám za instalaci Privacy Badger!", "description": "" }, "import_select_file": { "message": "Vyberte prosím soubor pro importování.", "description": "" }, "popup_blocked": { "message": "Na této stránce nejsou žádné zdroje pocházející z třetích stran.", "description": "" }, "report_broken_site": { "message": "Rozbil Privacy Badger tuto stránku? Dejte nám vědět!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Umístěte posuvník doprostřed pro zablokování souborů cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Neviditelné sledování má mnoho způsobů, reklamy jsou pouze viditelnou špičkou ledovce. Privacy badger posílá signál DNT (žádost o nesledování) sledovacím doménám, aby Vás přestaly pozorovat. Pokud ignorují Vaše přání, Privacy Badger je automaticky zablokuje. A nezáleží, zda to jsou reklamy nebo jiné sledovací prvky.", "description": "Intro page paragraph." }, "report_close": { "message": "Zavřít", "description": "" }, "import_user_data": { "message": "Importovat uživatelská data", "description": "" }, "options_domain_filter_dnt": { "message": "v souladu s Do Not Track", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Nápověda", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "povolené", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Snaha o soukromí je týmový sport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Obvykle zde nemusíte nic upravovat.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "všechny", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Zrušit", "description": "" }, "tooltip_block": { "message": "Posuňte posuvník vlevo pro zablokování domény", "description": "" }, "options_enable_dnt_checkbox": { "message": "Odesílat webovým stránkám \"Žádost o nesledování (Do Not Track)\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "nastavené uživatelem", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger je vypnutý na následujících webových stránkách. To znamená, že na těchto stránkách nebude Privacy Badger nic zakazovat.

Jestliže Vám připadá, že Privacy Badger působí problémy se zobrazením určité stránky a chcete jej pro tuto doménu vypnout, tak vepište do okénka níže její adresu a klikněte na tlačítko \"Přidat doménu\".

Další možností jak vypnout Privacy Badger pro určitou stránku je kliknout na ikonku rozšíření v nástrojové liště Vašeho prohlížeče a poté zvolit tlačítko \"Vypnout Privacy Badger\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger objevil $COUNT$ možných $TRACKER_LINK_START$sledovacích prvků$TRACKER_LINK_END$ na této webové stránce. Není nutné cokoliv měnit, jestliže je vše v pořádku.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Projekt Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Přidat doménu", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger dosud objevil jednu potenciální sledovací doménu.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Posuňte posuvník vpravo pro povolení domény", "description": "" }, "popup_disable_for_site": { "message": "Vypnout Privacy Badger pro tuto stránku", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger objevil potenciální sledovací prvek na této stránce. Není nutné cokoliv upravovat, jestliže je vše v pořádku.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klikněte zde pro povolení této domény", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Privacy Badger se učí lokálně na tomto zařízení. Privacy Badger NIKDY nesdílí žádná data o Vašem procházení, jestliže se k tomu sami nerozhodnete.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger do této doby detekoval $COUNT$ možných $TRACKER_LINK_START$sledovacích prvků$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger začne blokovat prvek teprve ve chvíli, kdy jej najde na třech různých webových stránkách. Tři zářezy a jde ze hry! Jestliže využíváte další nástroje pro získání soukromí nebo pro blokovaní reklam, Privacy Badger se bude učit pomaleji. To ale nevadí. Možná, že objeví věci, které ostatní rozšíření přehlédly.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrovat podle stavu:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Níže stručně popište chybu.", "description": "" }, "remove_button": { "message": "Smazat vybrané", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Používáním rozšíření Privacy Badger se připojíte k organizaci Electronic Frontier Foundation a milionům dalších uživatelů k boji za soukromí. Jsme nezisková organizace, která bojuje za Vaše práva na internetu. Děkujeme, že jste s námi!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Pro vyloučení určitých domén z vyhledávní přidejte před hledaný výraz znak \"-\". Například jestliže chcete najít všechny domény .co a .co.uk, ale chcete vynechat doménu .com, můžete použít hledání \".co -.com\".", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Pokud si myslíte, že Privacy Badger rozbil nějakou webovou stránku (například se nezobrazí video), můžete kliknout na tlačítko \"Vypnout Privacy Badger pro tuto stránku\", díky čemuž nebude Privacy Badger na této stránce aktivní.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Zásady ochrany osobních údajů", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger zatím neobjevil žádné sledovací domény. Můžete pokračovat v procházení internetu!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Popis", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Domény níže nevypadají, že Vás sledují", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Nastavení", "description": "" }, "share_button_title_facebook": { "message": "Sdílet na Facebooku", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger se automaticky učí blokovat neviditelné sledovací prvky na webových stránkách.", "description": "" }, "report_fail": { "message": "Jejda. Něco se pokazilo.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger nahradil toto $BUTTON$ tlačítko.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Allow once", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Synchronizace s cloudovou službou:
  • Vyžaduje účet pro synchronizaci dat prohlížeče Firefox nebo Google Chrome.
  • Nahráním údajů přepíšete veškerá předchozí data rozšíření Privacy Badger na cloudu.
  • Stáhnutím dat z cloudu se sjednotí seznamy domén, na kterých je Privacy Badger vypnutý.
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Nahrát", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Nahrát vyloučené stránky na cloud", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importovat vyloučené stránky z cloudu", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Data z cloudu byla úspěšně importována.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Data z cloudu nemohla být stáhnuta.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Data byla úspěšně nahrána na cloud.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Data nemohla být nahrána na cloud.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Žádná data z cloudu nejsou k dispozici ke stažení.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Povězte to svým přátelům", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Sdílet", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger objevil $COUNT$ možných sledovacích prvků na doméně $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) je rozšíření prohlížeče, které automaticky detekuje neviditelné sledovací prvky. Privacy Badger je tvořen kolektivem Electronic Frontier Foundation, neziskovou organizací, která bojuje za Vaše práva na internetu.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Zkopírovat do schránky", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Zkopírováno", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/da/000077500000000000000000000000001362331047300212255ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/da/messages.json000066400000000000000000000756471362331047300237520ustar00rootroot00000000000000{ "badger_status_block": { "message": "Blokerede $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Ugyldig JSON-fil.", "description": "" }, "options_remove_origin_confirm": { "message": "Er du sikker på at du vil fjerne dette domæne fra Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Ingen sporing fra $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "I øjeblikket tjekker Privacy Badger kun om tredjeparter bruger cookies, HTML5 lokal lagring, eller kanvasfingeraftryk til at spore din netlæsning. Nogle af disse domæner kan bruge sporingsmetoder som Privacy Badger ikke kan opdage.", "description": "" }, "options_dnt_policy_setting": { "message": "Tjek om tredjepartsdomæner overholder EFFs \"Spor Ikke\"-politik", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Jo længere du browser med Privacy Badger, jo bedre bliver den til at beskytte dig. Blokerer din Badger ikke noget endnu? Det er ok! I stedet for at have lister over hvad der skal blokeres, opdager Privacy Badger automatisk sporinger mens du browser på nettet. Så begynd at browse lidt for at oplære din Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Tilføj venligst et gyldigt domæne eller URL.", "description": "" }, "donate_to_eff": { "message": "Doner til EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Hjælp os ved at donere og dele din støtte til vores væktøjer", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Ikke en reklameblokering, jeg er anderledes", "description": "Intro page paragraph heading." }, "report_success": { "message": "Tak! Vi skal nok komme til bunds i det.", "description": "" }, "dnt_tooltip": { "message": "Dette domæne lover ikke at spore dig", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Nogle netsteder virker ikke når dette domæne blokeres", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Klik for at give Privacy Badger kontrol over dette domæne", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "næste sektion", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Fortæl os om følgende fejl:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Håndter Data", "description": "This is an options page tab heading." }, "report_title": { "message": "Rapporter en fejl", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "fx www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Klik her for at blokere dette domæne fra at sætte cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blokeret", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Forhindr WebRTC i at lække lokal IP-adresse *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger lærer automatisk at blokere usynlige sporinger. Brug et minut på at se hvordan.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Hvad er der galt?", "description": "" }, "popup_instructions_no_trackers": { "message": "Ingen sporinger opdaget. Hurra for privatliv!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Sporingsdomæner", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Del på Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Lær hvordan Privacy Badger beskytter dit privatliv.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Hent", "description": "" }, "import": { "message": "Importer", "description": "" }, "options_hide_social_widgets": { "message": "Udskift ikke følgende ting:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Aktiver udskiftning", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Vis domæner der ser ud til ikke at spore dig", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** At aktivere læring i Private/Inkognito-vinduer kan efterlade spor af din private browsinghistorik på din computer. Som standard vil Privacy Badger blokere sporinger den allerede kender til i Private/Inkognito-vinduer, men den vil ikke lære om nye sporinger. Du vil muligvis slå denne indsilling til hvis du browser meget med Private/Inkognito-vinduer.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Indsend fejl", "description": "" }, "badger_status_allow": { "message": "Tillod $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Hvad er Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Søg domæner:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Lær i Private/Inkognito-vinduer **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Vis antal sporinger", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Hvad er en sporing?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Glem ikke at klikke på 'Ødelagde Privacy Badger dette netsted'. Vi respekterer dit privatliv, så vi sender ikke automatiske rapporter.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger Indstillinger", "description": "" }, "report_terms": { "message": "Dette vil automatisk sende følgende informationer til EFF: netstedet du besøger nu, din netlæsers version, Privacy Badgers version, og indstillingerne for alle skyderne for dette netsted.", "description": "" }, "intro_learns": { "message": "Lærer mens du browser", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Deaktiverede Steder", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Aktiver Privacy Badger for dette netsted", "description": "" }, "options_domain_type_filter": { "message": "Filtrer efter type:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Sporingsliste og opsætning successfuldt opdateret!", "description": "" }, "export_user_data": { "message": "Eksporter brugerdata", "description": "" }, "manage_data_intro": { "message": "Import af brugerdata:
  • Overskriver generelle indstillinger
  • Kombinerer lister over deaktiverede steder
  • Kombinerer informationer om hvilke sporinger Privacy Badger har set
  • Overskriver skyderes brugerindstillinger
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Nulstil", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Nulstil sporingsdomæner", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Nulstilling af sporingsdomæner vil:\n\n• Slette alle data om sporinger som Privacy Badger har lært fra din browsning.\n• Gendanner listen over sporingdomæner til den seneste før-trænede liste (besøg www.eff.org/badger-pretraining for at lære mere)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Fjern alle", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Fjern alle sporingsdomæner", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "At fjerne alle sporingsdomæner vil:\n\n• Slette alt Privacy Badger ved om sporinger\n• Få Privacy Badger til ikke at blokere noget indtil den har haft en chance til igen at lære fra din browsning", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Du er nu beskyttet af Privacy Badger. For at lære hvordan Privacy Badger virker, klik herunder for en hurtig gennemgang.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC kan lække din lokale IP-addresse. Bemærk at aktivering af denne funktion kan have en negativ effekt på ydeevnen af webkonferenceprogrammer som Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Generelle Indstillinger", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Tag turen", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Klik her for at blokere dette domæne fuldstændigt", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "version $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blokerede cookies fra $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Fanger luskede sporinger", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "delvist blokeret", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Jeg forstår; vis mig listen over sporingsdomæner alligevel", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Tak for at installere Privacy Badger!", "description": "" }, "import_select_file": { "message": "Vælg en fil at importere.", "description": "" }, "popup_blocked": { "message": "Der er ingen tredjepartsresurse på dette netsted.", "description": "" }, "report_broken_site": { "message": "Ødelagde Privacy Badger dette netsted? Fortæl os om det!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centrer skyderen for at blokere cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Usynlig sporing sker på alle mulige måder; reklamer er blot isbjergets synlige top. Privacy Badger sender 'Spor Ikke'-signalet til sporinger for at bede dem om ikke at spore dig. Hvis de ignorerer dine ønsker, lærer Privacy Badger at blokere dem—uanset om de er reklamer eller andre typer af sporinger.", "description": "Intro page paragraph." }, "report_close": { "message": "Luk", "description": "" }, "import_user_data": { "message": "Importer brugerdata", "description": "" }, "options_domain_filter_dnt": { "message": "\"Spor ikke\"-kompatibel", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Hjælp", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "tilladt", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Privatliv er en gruppesport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Du burde ikke have nødigt at ændre noget her.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "alle", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Annuller", "description": "" }, "tooltip_block": { "message": "Flyt skyderen til venstre for at blokere et domæne", "description": "" }, "options_enable_dnt_checkbox": { "message": "Send netsteder signalet \"Spor Ikke\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "brugerstyret", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger er deaktiveret på de følgende steder. Det betyder at Privacy Badger ikke vil blokere noget når du besøger stederne listet her.

Hvis du tror Privacy Badger ødelægger en side, kan du skrive sidens domæne i feltet nedenunder og klikke på knappen \"Tilføj domæne\".

Alternativt, når du allerede har sidens faneblad valgt, kan du blot klikke på Privacy Badgers knap i browserens værktøjslinje, og derefter klikke på knappen \"Deaktiver\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger opdagede $COUNT$ potentielle $TRACKER_LINK_START$sporinger$TRACKER_LINK_END$ på denne side. Du behøver ikke at justere dem medmindre noget er i stykker.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Et projekt fra Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Tilføj domæne", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger har opdaget et potentielt sporingsdomæne indtil nu.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Flyt skyderen til højre for at tillade domænet", "description": "" }, "popup_disable_for_site": { "message": "Deaktiver Privacy Badger for dette netsted", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger opdagede en potentiel sporing på denne side. Du behøver ikke at justere skyderen med mindre noget er i stykker.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klik her for at tillade dette domæne", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Din Badger lærer lokalt på din enhed. Privacy Badger vil ALDRIG dele data om din browsning, med mindre du vælger at dele det.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger har opdaget $COUNT$ potentielle $TRACKER_LINK_START$sporingsdomæner$TRACKER_LINK_END$ indtil nu.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger begynder at blokere når den ser den samme sporing på tre forskellige netsteder. Tre sporinger og det er ud! Hvis du bruger andre privatlivsværktøjer eller reklameblokringer, vil Privacy Badger lære mindre, men det er ok, det kan være den fanger ting dine andre værktøjer misser.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrer efter status:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Beskriv fejlen kort herunder.", "description": "" }, "remove_button": { "message": "Fjern valgte", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Når du bruger Privacy Badger, tilslutter du dig Electronic Frontier Foundation og millioner af andre brugere i kampen for privatliv. Vi er en nonprofit organisation der kæmper for dine rettigheder online. Tak for at slutte dig til os!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Sæt \"-\" foran dine søgeudtryk for at udelukke domæner. For eksempel vil \".co -.com\" vise .co og .co.uk men ikke .com-domæner.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Hvis du tror at Privacy Badger ødelægger en side (f.eks. en video spiller ikke), kan du klikke på \"Deaktiver\"-knappen for at slå Privacy Badger fra på det netsted.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Privatlivspolitik", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger har ikke opdaget nogle sporingsdomæner endnu. Fortsæt med at browse!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Beskrivelse", "description": "" }, "not_yet_blocked_header": { "message": "Din Badger har endnu ikke lært at blokere disse domæner", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Vis domæner din Badger endnu ikke har lært at blokere:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Domænerne herunder ser ikke ud til at spore dig", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opsætning", "description": "" }, "share_button_title_facebook": { "message": "Del på Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger lærer automatisk at blokere usynlige sporinger.", "description": "" }, "report_fail": { "message": "Ups. Noget gik galt.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger har erstattet denne $BUTTON$ knap.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Tillad en gang", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Skysynkronisering:
  • Kræver Firefox/Chrome-Synkronisering
  • Oplægning overskriver eksisterende Privacy Badger-data i skyen
  • Hentning kombinerer listerne over steder hvor din Privacy Badger er deaktiveret
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Læg op", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Eksporter deaktiverede steder til skyen", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importer deaktiverede steder fra skyen", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Skydata importeret med success.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Skydata kunne ikke hentes.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Skydata lagt op med success.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Skydata kunne ikke lægges op.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Ingen skydata at hente.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Del med dine venner", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Del", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger fandt $COUNT$ potentielle sporinger på $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) er en browserudvidelse som automatisk lærer at blokere usynlige sporinger. Privacy Badger laves af Electronic Frontier Foundation, en nonprofit-orginsation der kæmper for dine rettigheder online.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Kopiér til klippebord", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopieret", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Der er intet at gøre på denne side", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger virker ikke på specielle sider som denne. Prøv at browse et andet sted.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger er deaktiveret på dette netsted", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Kontroludskiftning", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Ved blokering af sociale knapper og andre potentielt brugbare (video, lyd, kommentarer) kontroller, kan Privacy Badger udskifte dem med klik-for-at-aktivere pladsholdere.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/de/000077500000000000000000000000001362331047300212315ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/de/messages.json000066400000000000000000001006441362331047300237400ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ geblockt", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Ungültige JSON-Datei.", "description": "" }, "options_remove_origin_confirm": { "message": "Möchten Sie diese Domain wirklich aus Privacy Badger entfernen?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Kein Tracking für $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Derzeit überprüft Privacy Badger nur, ob Drittparteien zum Verfolgen Ihrer Internetaktivitäten Cookies, lokalen HTML5-Speicher oder Canvas-Fingerprinting verwenden. Einige dieser Domains könnten allerdings Tracking-Methoden benutzen, die Privacy Badger nicht erkennen kann.", "description": "" }, "options_dnt_policy_setting": { "message": "Überprüfen, ob Drittanbieter-Domains EFFs Do-Not-Track-Richtlinie befolgen", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Je länger Sie mit Privacy Badger im Web bewegen, desto besser wird er Sie schützen. Wird momentan noch nichts geblockt? Das ist okay. Anstatt des Führens von Listen zu blockender Inhalte erkennt Privacy Badger Tracker automatisch, während Sie im Web surfen. Am besten beginnen Sie gleich, ein wenig zu surfen, um Ihren Badger zu trainieren.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Bitte eine gültige Domain oder Adresse hinzufügen.", "description": "" }, "donate_to_eff": { "message": "An EFF spenden", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Helfen Sie uns durch Spenden und Weiterempfehlen unserer Software", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Kein Adblocker: Ich bin anders", "description": "Intro page paragraph heading." }, "report_success": { "message": "Vielen Dank! Wir werden den Fehler umgehend untersuchen.", "description": "" }, "dnt_tooltip": { "message": "Diese Domain verspricht, Ihre Internetaktivitäten nicht zu verfolgen", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Das Blocken dieser Domain ist dafür bekannt, bei Websites Probleme zu verursachen", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Anklicken, um die Kontrolle dieser Domain an Privacy Badger zurückzugeben", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "nächster Abschnitt", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Bitte informieren Sie uns über den folgenden Fehler:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Benutzerdaten verwalten", "description": "This is an options page tab heading." }, "report_title": { "message": "Melden eines Fehlers", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "z. B. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Hier klicken, um zu verhindern, dass diese Domain Cookies setzt", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "geblockt", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "WebRTC hindern, die lokale IP-Adresse zu verraten *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger lernt automatisch, unsichtbare Tracker zu blocken. Nehmen Sie sich eine Minute Zeit, um zu erfahren wie.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Was läuft falsch?", "description": "" }, "popup_instructions_no_trackers": { "message": "Keine Tracker erkannt. Ein Hoch auf die Privatsphäre!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Tracking-Domains", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Auf Twitter teilen", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Erfahren Sie, wie Privacy Badger Ihre Privatsphäre schützt.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Herunterladen", "description": "" }, "import": { "message": "Importieren", "description": "" }, "options_hide_social_widgets": { "message": "Folgende Widgets nicht ersetzen:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Ersetzen von Widgets aktivieren", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Domains anzeigen, die Ihre Internetaktivitäten anscheinend nicht verfolgen", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Die Aktivierung des Lernens in privaten bzw. Inkognito-Fenstern hinterlässt eventuell Spuren Ihres privaten Surfverlaufs auf Ihrem Computer. In privaten/Inkognito-Fenstern blockt Privacy Badger standardmäßig bereits bekannte Tracker, erlernt aber keine neuen. Falls Sie oft private/Inkognito-Fenster verwenden, kann die Aktivierung dieser Option Sinn machen.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Fehler übermitteln", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ erlaubt", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Was ist Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Domains suchen:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Auch in privaten bzw. Inkognito-Fenstern lernen **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Trackeranzahl anzeigen", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Was ist ein Tracker?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Bitte vergessen Sie nicht, auf »Verursacht Privacy Badger bei dieser Website Probleme?« zu klicken. Da wir Ihre Privatsphäre respektieren, senden wir keine automatisierten Berichte.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Optionen von Privacy Badger", "description": "" }, "report_terms": { "message": "Dies wird folgende Informationen automatisch an die EFF senden: Die von Ihnen derzeit besuchte Website, Ihre Browserversion, die Version von Privacy Badger und den Status aller Schieberegler für diese Website.", "description": "" }, "intro_learns": { "message": "Lernt, während Sie im Web surfen", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Deaktivierte Websites", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Für diese Website Privacy Badger aktivieren", "description": "" }, "options_domain_type_filter": { "message": "Nach Typ filtern:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Trackerliste und Einstellungen erfolgreich aktualisiert!", "description": "" }, "export_user_data": { "message": "Benutzerdaten exportieren", "description": "" }, "manage_data_intro": { "message": "Importieren von Benutzerdaten:
  • Überschreibt allgemeine Einstellungen
  • Kombiniert Listen deaktivierter Sites
  • Kombiniert Informationen über die bereits erkannten Tracker
  • Überschreibt Veränderungen der Schieberegler
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Zurücksetzen", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Tracking-Domains zurücksetzen", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Zurücksetzen der Tracking-Domains wird:\n\n • Alle Daten über Tracker löschen, die Privacy Badger während Ihrer Browsernutzung gelernt hat\n • Die Tracking-Domain-Liste auf die neueste vorgegebene Liste zurücksetzen (besuchen Sie www.eff.org/badger-pretraining für weitere Informationen)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Alle entfernen", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Alle Tracking-Domains entfernen", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Entfernen aller Tracking-Domains wird:\n\n • Alles löschen, was Privacy Badger über Tracker weiß\n • Privacy Badger veranlassen, solange nichts zu blocken, bis er Gelegenheit hatte, von Ihrer Browsernutzung neu zu lernen", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Sie werden nun von Privacy Badger geschützt. Um zu erfahren, wie Privacy Badger funktioniert, klicken Sie bitte unten für eine kurze Einführung.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC kann Ihre lokale IP-Adresse verraten. Bitte beachten Sie, dass das Aktivieren dieser Option eventuell die Leistung bei Apps für Webkonferenzen wie Google Hangouts verringert.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Allgemeine Einstellungen", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Rundgang machen", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Hier klicken, um diese Domain vollständig zu blocken", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "Version $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookies von $DOMAIN$ geblockt", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Fängt hinterlistige Tracker", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "teilweise geblockt", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Verstanden. Bitte die Liste der Tracking-Domains trotzdem anzeigen.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Danke für das Installieren von Privacy Badger!", "description": "" }, "import_select_file": { "message": "Bitte eine Datei zum Importieren auswählen.", "description": "" }, "popup_blocked": { "message": "Auf dieser Website sind keine Elemente von Drittparteien vorhanden.", "description": "" }, "report_broken_site": { "message": "Verursacht Privacy Badger bei dieser Website Probleme?", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Bewegen Sie den Schieberegler in die Mitte, um Cookies zu blocken", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Unsichtbares Tracking wird auf verschiedenen Wegen realisiert; Werbeanzeigen sind hierbei nur die Spitze des Eisbergs. Privacy Badger teilt Trackern über das Do-Not-Track-Signal mit, dass Sie nicht verfolgt werden wollen. Falls diese Ihre Wünsche ignorieren, lernt Privacy Badger, sie zu blocken — egal, ob es sich um Werbeanzeigen oder andere Arten von Trackern handelt.", "description": "Intro page paragraph." }, "report_close": { "message": "Schließen", "description": "" }, "import_user_data": { "message": "Benutzerdaten importieren", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-konform", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Hilfe", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "erlaubt", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Datenschutz ist ein Teamsport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Hier sollten keine Änderungen notwendig sein.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "alle", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Abbrechen", "description": "" }, "tooltip_block": { "message": "Bewegen Sie den Schieberegler nach links, um eine Domain zu blocken", "description": "" }, "options_enable_dnt_checkbox": { "message": "Websites eine »Do Not Track«-Anforderung senden", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "benutzergesteuert", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger ist für die nachfolgenden Websites deaktiviert. Privacy Badger wird also nichts blocken, wenn Sie die hier aufgeführten Sites besuchen.

Falls Sie annehmen, dass Privacy Badger bei einer Webseite Probleme verursacht, so können Sie die Domain dieser Seite in dem Feld unten eingeben und auf die Schaltfläche »Domain hinzufügen« klicken.

Falls Sie den Tab der Seite bereits ausgewählt haben, so können Sie aber auch einfach auf Privacy Badgers Schaltfläche in der Browsersymbolleiste und dann dort auf die Schaltfäche »Deaktivieren« klicken.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger hat bisher $COUNT$ mögliche $TRACKER_LINK_START$Tracker$TRACKER_LINK_END$ auf dieser Webseite erkannt. Sofern keine Probleme bei der Darstellung dieser Seite auftreten, sollte eine Änderung der Schiebereglereinstellungen nicht notwendig sein.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Ein Projekt der Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Domain hinzufügen", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger hat bisher eine mögliche Tracking-Domain erkannt.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Bewegen Sie den Schieberegler nach rechts, um eine Domain zu erlauben", "description": "" }, "popup_disable_for_site": { "message": "Für diese Website Privacy Badger deaktivieren", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger hat einen möglichen Tracker auf dieser Webseite erkannt. Sofern keine Probleme bei der Darstellung dieser Seite auftreten, sollte eine Änderung der Schiebereglereinstellungen nicht notwendig sein.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Hier klicken, um diese Domain zu erlauben", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Privacy Badger arbeitet lokal auf Ihrem Gerät und wird NIEMALS Daten über Ihre Internetaktivitäten weitergeben, solange Sie sich selbst nicht dazu entscheiden.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger hat bisher $COUNT$ mögliche $TRACKER_LINK_START$Tracking-Domains$TRACKER_LINK_END$ erkannt.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger beginnt mit dem Blocken, sobald er denselben Tracker auf drei verschiedenen Websites erkennt. Falls Sie andere Datenschutztools oder Adblocker verwenden, wird Privacy Badger weniger lernen, aber das ist in Ordnung. Vielleicht erkennt er Dinge, die Ihrer anderen Software entgehen.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Nach Status filtern:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Beschreiben Sie bitte unten kurz den Fehler.", "description": "" }, "remove_button": { "message": "Ausgewählte entfernen", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Durch das Verwenden von Privacy Badger werden Sie Teil der Electronic Frontier Foundation und Millionen anderer Nutzer im Kampf für Datenschutz. Wir sind eine gemeinnützige Organisation, die sich für Ihre Rechte im Internet einsetzt. Vielen Dank für Ihre Teilnahme! ", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Stellen Sie zum Ausschließen von Domains Ihrem Suchbegriff ein »-« voran. Beispielsweise zeigt ».co -.com« als Ergebnis ».co«- und ».co.uk«-Domains an, aber keine ».com«-Domains.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Falls Sie annehmen, dass Privacy Badger bei einer Webseite Probleme verursacht (z. B. ein Video wird nicht wiedergegeben), so können Sie auf die Schaltfläche »Deaktivieren« klicken, um Privacy Badger für diese Website auszuschalten.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Datenschutzerklärung", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger hat bisher keine Tracking-Domains erkannt. Surfen Sie weiter!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Beschreibung", "description": "" }, "not_yet_blocked_header": { "message": "Dein Badger hat noch nicht gelernt, diese Domains zu blocken.", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Domains anzeigen, die dein Badger noch nicht zu blocken gelernt hat:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Die nachfolgenden Domains scheinen Ihre Internetaktivitäten nicht zu verfolgen", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Optionen", "description": "" }, "share_button_title_facebook": { "message": "Auf Facebook teilen", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger lernt automatisch, unsichtbare Tracker zu blocken.", "description": "" }, "report_fail": { "message": "Huch! Etwas ist schief gelaufen.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger hat diese $BUTTON$-Schaltfläche ersetzt.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Einmalig erlauben", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Cloud-Sync:
  • Erfordert Firefox-/Chrome-Sync
  • »Hochladen« überschreibt alle in der Cloud gespeicherten Privacy-Badger-Daten
  • »Herunterladen« kombiniert die Listen der Sites, auf denen Privacy Badger deaktiviert ist
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Hochladen", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Deaktivierte Sites zu Cloud exportieren", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Deaktivierte Sites von Cloud importieren", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Cloud-Daten erfolgreich importiert.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Cloud-Daten konnten nicht heruntergeladen werden.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Cloud-Daten erfolgreich hochgeladen.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Cloud-Daten konnten nicht hochgeladen werden.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Keine herunterzuladenden Cloud-Daten.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Ihren Freunden mitteilen", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Teilen", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger hat $COUNT$ mögliche Tracker auf $DOMAIN$ gefunden:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) ist eine Browser-Erweiterung, die automatisch lernt, unsichtbare Tracker zu blocken. Privacy Badger wird von der Electronic Frontier Foundation entwickelt, einer gemeinnützigen Organisation, die sich für Ihre Rechte im Internet einsetzt.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "In Zwischenablage kopieren", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopiert", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nichts zu tun auf dieser Seite", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Auf besonderen Seiten wie dieser funktioniert Privacy Badger nicht. Versuchen Sie eine andere.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Für diese Website ist Privacy Badger deaktiviert", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Ersetzen von Widgets", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Beim Blocken von sozialen Schaltflächen und anderen potentiell nützlichen (Video-, Audio-, Kommentar-)Widgets kann Privacy Badger diese mit Platzhaltern ersetzen, die durch Anklicken aktivierbar sind.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/en_US/000077500000000000000000000000001362331047300216525ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/en_US/messages.json000066400000000000000000000747401362331047300243700ustar00rootroot00000000000000{ "badger_status_block": { "message": "Blocked $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Invalid JSON file.", "description": "" }, "options_remove_origin_confirm": { "message": "Are you sure you want to remove this domain from Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "No tracking for $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Currently Privacy Badger only checks if third parties are using cookies, HTML5 local storage, or canvas fingerprinting to track your browsing. Some of these domains may be using tracking methods that Privacy Badger can't detect.", "description": "" }, "options_dnt_policy_setting": { "message": "Check if third-party domains comply with EFF's Do Not Track policy", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "The longer you browse with Privacy Badger, the better it gets at protecting you. Is your Badger not blocking anything yet? That's OK! Instead of keeping lists of what to block, Privacy Badger automatically discovers trackers as you browse the Web. So start browsing a little to teach your Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Please add a valid domain or URL.", "description": "" }, "donate_to_eff": { "message": "Donate to EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Help us by donating and sharing your support for our tools", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Not an ad blocker, I'm different", "description": "Intro page paragraph heading." }, "report_success": { "message": "Thanks! We'll get to the bottom of it.", "description": "" }, "dnt_tooltip": { "message": "This domain promises to not track you", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "next section", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Please tell us about the following error:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Manage Data", "description": "This is an options page tab heading." }, "report_title": { "message": "Report an Error", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "e.g. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Click here to block this domain from setting cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blocked", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Prevent WebRTC from leaking local IP address *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger automatically learns to block invisible trackers. Take a minute to see how.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "What's Wrong?", "description": "" }, "popup_instructions_no_trackers": { "message": "No trackers detected. Hooray for privacy!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Tracking Domains", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Share on Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Learn how Privacy Badger protects your privacy.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Download", "description": "" }, "import": { "message": "Import", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Show domains that don't appear to be tracking you", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Enabling learning in Private/Incognito windows may leave traces of your private browsing history on your computer. By default, Privacy Badger will block trackers it already knows about in Private/Incognito windows, but it won't learn about new trackers. You might want to enable this option if a lot of your browsing happens in Private/Incognito windows.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Submit Error", "description": "" }, "badger_status_allow": { "message": "Allowed $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "What is Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Search domains:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Learn in Private/Incognito windows **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Show count of trackers", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "What is a tracker?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Please don't forget to click on 'Did Privacy Badger break this site'. We respect your privacy so we don't send automatic reports.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger Options", "description": "" }, "report_terms": { "message": "This will automatically send the following information to EFF: the site you're currently visiting, your browser version, the version of Privacy Badger, and the state of all of the sliders for this site.", "description": "" }, "intro_learns": { "message": "Learns as you browse", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Disabled Sites", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Enable Privacy Badger for this site", "description": "" }, "options_domain_type_filter": { "message": "Filter by type:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Tracker list and settings updated successfully!", "description": "" }, "export_user_data": { "message": "Export user data", "description": "" }, "manage_data_intro": { "message": "Importing user data:
  • Overwrites general settings
  • Combines lists of disabled sites
  • Combines information about what trackers Privacy Badger has seen
  • Overwrites slider customizations
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Reset", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Reset tracking domains", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Resetting tracking domains will:\n\n • Delete all data about trackers that Privacy Badger has learned from your browsing\n • Restore the tracking domain list to the latest pre-trained list (visit www.eff.org/badger-pretraining to learn more)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Remove all", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Remove all tracking domains", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Removing all tracking domains will:\n\n • Delete everything Privacy Badger knows about trackers\n • Cause Privacy Badger to not block anything until it has had a chance to re-learn from your browsing", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "You're now protected by Privacy Badger. To learn how Privacy Badger works, click below for a quick tutorial.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC can leak your local IP address. Note that enabling this option may degrade performance on web conferencing apps like Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "General Settings", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Take the tour", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Click here to block this domain entirely", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "version $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blocked cookies from $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Catches sneaky trackers", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "partially-blocked", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "I understand; please show me the tracking domains list anyway", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Thank you for installing Privacy Badger!", "description": "" }, "import_select_file": { "message": "Please select a file to import.", "description": "" }, "popup_blocked": { "message": "There are no third party resources on this site.", "description": "" }, "report_broken_site": { "message": "Did Privacy Badger break this site? Let us know!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Center the slider to block cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Invisible tracking happens in all sorts of ways; ads are just the visible tip of the iceberg. Privacy Badger sends the Do Not Track signal to trackers telling them not to track you. If they ignore your wishes, your Badger will learn to block them—whether they are advertisers or trackers of other kinds.", "description": "Intro page paragraph." }, "report_close": { "message": "Close", "description": "" }, "import_user_data": { "message": "Import user data", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-compliant", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Help", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "allowed", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Privacy is a team sport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "You shouldn't need to modify anything here.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "all", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Cancel", "description": "" }, "tooltip_block": { "message": "Move the slider left to block a domain", "description": "" }, "options_enable_dnt_checkbox": { "message": "Send websites the \"Do Not Track\" signal", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "user-controlled", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger is disabled on the following sites. This means that Privacy Badger will not block anything when you visit the sites listed here.

If you think Privacy Badger is breaking a page, you can type that page's domain in the box below and click the \"Add domain\" button.

Alternatively, when you already have the page's tab selected, you can just click on Privacy Badger's button in the browser toolbar and then click the \"Disable\" button.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger detected $COUNT$ potential $TRACKER_LINK_START$trackers$TRACKER_LINK_END$ on this page. You shouldn't need to adjust the sliders unless something is broken.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "A project of the Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Add domain", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger has detected one potential tracking domain so far.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Move the slider right to allow a domain", "description": "" }, "popup_disable_for_site": { "message": "Disable Privacy Badger for this site", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger detected a potential tracker on this page. You shouldn't need to adjust the slider unless something is broken.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Click here to allow this domain", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Your Badger learns locally on your device. Privacy Badger will NEVER share data about your browsing unless you choose to share it.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger has detected $COUNT$ potential $TRACKER_LINK_START$tracking domains$TRACKER_LINK_END$ so far.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger starts blocking once it sees the same tracker on three different websites. Three strikes and it's out! If you use other privacy tools or ad blockers, Privacy Badger will learn less, but that's OK, it might catch things your other blockers miss.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filter by status:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Briefly describe the error below.", "description": "" }, "remove_button": { "message": "Remove selected", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "When you use Privacy Badger you join the Electronic Frontier Foundation and millions of other users in the fight for privacy. We are a nonprofit fighting for your rights online. Thanks for joining us!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "To exclude domains, prepend your search term with \"-\". For example, \".co -.com\" will show .co and .co.uk but not .com domains.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "If you think Privacy Badger is breaking a page (a video doesn't play, for example), you can click the 'Disable' button to turn off Privacy Badger for that site.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Privacy Policy", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger hasn't detected any tracking domains yet. Keep browsing!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Description", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "The domains below don't appear to be tracking you", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Options", "description": "" }, "share_button_title_facebook": { "message": "Share on Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger automatically learns to block invisible trackers.", "description": "" }, "report_fail": { "message": "Oops. Something went wrong.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger has replaced this $BUTTON$ button.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Allow once", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Cloud sync:
  • Requires Firefox/Chrome Sync
  • Upload overwrites any existing Privacy Badger data in the cloud
  • Download combines the lists of sites where your Badger is disabled
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Upload", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Export disabled sites to cloud", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Import disabled sites from cloud", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Cloud data imported successfully.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Cloud data could not be downloaded.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Cloud data uploaded successfully.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Cloud data could not be uploaded.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "No cloud data to download.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Tell your friends", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Share", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger found $COUNT$ potential trackers on $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) is a browser extension that automatically learns to block invisible trackers. Privacy Badger is made by the Electronic Frontier Foundation, a nonprofit that fights for your rights online.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copy to clipboard", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copied", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } } privacybadger-release-2020.2.19/src/_locales/eo/000077500000000000000000000000001362331047300212445ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/eo/messages.json000066400000000000000000000756631362331047300237670ustar00rootroot00000000000000{ "badger_status_block": { "message": "Blokita $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Malĝusta dosiero JSON.", "description": "" }, "options_remove_origin_confirm": { "message": "Ĉu vi certas pri forigi tiun ĉi nomregnon el Privata Melo?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Ne spuras por $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Nune Privata Melo nur kontrolas ĉu eksteraj liverantoj uzas kuketojn, lokan konservejon HTML5 aŭ kanvasan fingrospuron por spuri vian retumadon. Iuj de tiuj nomregnoj povas uzi aliajn spurajn rimedojn, kiujn Privata Melo ne povas malkovri.", "description": "" }, "options_dnt_policy_setting": { "message": "Kontroli ĉu eksteraj domajnoj kongruas kun politiko pri nespurado de EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Ju pli longe vi retumas kun Privata Melo, des pli lerta pri protekti vin ĝi iĝas. Ĉu via Melĉjo ankoraŭ blokas nenion? Ne estas malĝuste! Anstataŭ prizorgi listojn de blokataj aĵoj, Privata Melo aŭtomate malkovras spurilojn dum kiam vi foliumas la Teksaĵon. Do ekretumu por ke via Melĉjo instruiĝu.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Bonvolu aldoni ĝustan nomregnon aŭ URL-n.", "description": "" }, "donate_to_eff": { "message": "Donaci al EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Helpu nin per donaci kaj oferi helpon al niaj iloj", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Malsama ol reklam-spuriloj", "description": "Intro page paragraph heading." }, "report_success": { "message": "Dankon! Ni okupiĝos pri tio.", "description": "" }, "dnt_tooltip": { "message": "Tiu ĉi nomregno promesas al vi ne spuri.", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Per bloki tiun ĉi nomregnon, retejoj povus misfunkcii", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Klaku por permesi al Privata Melo decidi kiel trakti tiun ĉi nomregnon", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "antaŭen", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Bonvolu informi nin pri la jena eraro:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Administri datumojn", "description": "This is an options page tab heading." }, "report_title": { "message": "Raporti eraron", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "ekz. www.nomregno.com, *.nomregno.net, nomregno.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Klaku tie ĉi por bloki tiun ĉi nomregnon de agordi kuketojn", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blokitaj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Preventi WebRTC de malkovri lokan IP-adreson *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privata Melo aŭtomate lernas bloki nevideblajn spurilojn. Jen konciza klarigo kiel.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Kio malfunkcias?", "description": "" }, "popup_instructions_no_trackers": { "message": "Neniuj malkovritaj spuriloj. Vivu la privateco!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Spurantaj nomregnoj", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Kunhavigi per Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Sciigi pri kiel Privata Melo protektas vian privatecon.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Elŝuti", "description": "" }, "import": { "message": "Enporti", "description": "" }, "options_hide_social_widgets": { "message": "Ne anstataŭigi la jenajn ret‑aplikaĵetojn:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Aktivigi anstataŭigon de ret‑aplikaĵetoj", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Montri nomregnojn, kiuj verŝajne ne spuras vin", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Aktivigo de lernado en privataj fenestroj povas resti spurojn de historio de via privata retumado en via komputilo. Implicite Privata Melo blokos jam-konatajn spurilojn en privataj langetoj, tamen ne lernos pri novaj spuriloj. Vi povas aktivigi tiun ĉi agordon, se vi multe retumas en privataj fenestroj.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Raporti eraron", "description": "" }, "badger_status_allow": { "message": "Permesata $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Kio la Privata Melo estas?", "description": "" }, "options_domain_search": { "message": "Serĉi nomregnon:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Lerni en privataj fenestroj **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Montri nombron da spuriloj", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Kio estas spurilo?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Bonvolu ne forgesi klaki “Ĉu Privata Melo difektis tiun ĉi retejon?”. Ni estimas vian privatecon, do ni ne sendas aŭtomatajn raportojn.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Agordoj de Privata Melo", "description": "" }, "report_terms": { "message": "Tio ĉi aŭtomate sendos la jenajn datumojn al EFF: la nune vizitatan retpaĝon, version de via retumilo, version de Privata Melo kaj staton de ĉiuj ŝovilojn ĉe tiu ĉi retejo.", "description": "" }, "intro_learns": { "message": "Lernas dum kiam vi retumas", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Neblokataj retejoj", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Aktivigi Privatan Melon por tiu ĉi retejo", "description": "" }, "options_domain_type_filter": { "message": "Filtri laŭ speco:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Sukcese enportis spuril-liston kaj agordojn!", "description": "" }, "export_user_data": { "message": "Elporti datumojn de uzanto", "description": "" }, "manage_data_intro": { "message": "Enporti datumojn de uzantoj por:\n
    \n
  • anstataŭigi ĝeneralajn agordojn
  • \n
  • kombini listojn de neblokataj retejoj
  • \n
  • kombini informojn pri observitaj spuriloj
  • \n
  • anstataŭigi agordojn de ŝovilo
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Rekomencigi", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Rekomencigi spurantajn nomregnojn", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Rekomencigu spurantajn nomregnojn por:\n\n • forviŝi ĉiujn datumojn pri spurilojn, kiujn Privata Melo lernis dum retumado\n • restarigi la liston de spurantaj nomregnoj al la plej aktuala antaŭlernita versio (legu www.eff.org/badger-pretraining por pli da informoj)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Forigi ĉiujn", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Forigi ĉiujn spurantajn nomregnojn", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Forigu ĉiujn spurantajn nomregnojn por:\n\n • forigi ĉion, kion Privata Melo scias pri spuriloj\n • igi Privatan Melon ne bloki ion ajn ĝis ĝi relernos surbaze de via retumado", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Vi nun estas protektata de Privata Melo. Por lerni kiel Privata Melo funkcias, klaku sube por koncizan gvidilon.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC povas malkovri vian lokan IP-adreson. Rimarku, ke tio ĉi povas malpliigi rendimenton de aplikaĵoj por retaj konferencoj, ekz. Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Ĝeneralaj agordoj", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Enkonduko", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Klaku tie ĉi por tute bloki tiun ĉi nomregnon", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versio $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blokitaj kuketoj el $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Kaptas trompajn spurilojn", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "parte-blokitaj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Mi konscias, tamen bonvolu montri al mi la liston de spurantaj nomregnoj.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Dankon al vi pro instali Privatan Melon!", "description": "" }, "import_select_file": { "message": "Bonvolu elekti dosieron por enporti.", "description": "" }, "popup_blocked": { "message": "Estas neniuj eksteraj rimedoj sur tiu ĉi retpaĝo.", "description": "" }, "report_broken_site": { "message": "Ĉu Privata Melo difektis tiun ĉi retejon? Sciigu nin!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centrigu la ŝovilon por bloki kuketojn.", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Nevidebla spurado okazas plurmaniere; reklamoj estas nur videbla parteto de tutaĵo. Privata Melo sendas la signalon “Ne Spuri Min” (DNT) por peti spurilojn pri ne spuri. Se ili ignoras vian peton, via Melĉjo lernos pri bloki ilin – ĉu ili estas reklamoj aŭ spuriloj aŭ aliaj aĉaĵoj.", "description": "Intro page paragraph." }, "report_close": { "message": "Fermi", "description": "" }, "import_user_data": { "message": "Enporti datumojn de uzanto", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-kongruaj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Helpo", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permesitaj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Privateco estas kunlaboro!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Vi ne devus bezoni modifi ion ajn tie ĉi.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "ĉiuj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Nuligi", "description": "" }, "tooltip_block": { "message": "Movu la ŝovilon maldekstren por bloki nomregnon.", "description": "" }, "options_enable_dnt_checkbox": { "message": "Sendi al retejoj la signalon “Ne Spuri Min” (DNT)", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "uzant-kontrolitaj", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privata Melo estas malaktivigita por la subaj nomregnoj. Tio ĉi signifas, ke Privata Melo blokos nenion, kiam vi vizitos la jenajn retejojn.

Se viaopinie Privata Melo difektas iun retpaĝon, vi povas entajpi ĝian nomregnon en la kampon sube kaj klaku “aldoni nomregnon”.

Alimaniere, se langeto de difektita paĝo estas malfermita, klaku la piktogramon de Privata Melo sur la folumila ilarstrio kaj klaku la butonon “malaktivigi”.

", "description": "" }, "popup_instructions": { "message": "Privata Melo malkovris $COUNT$ eblajn $TRACKER_LINK_START$spurilojn$TRACKER_LINK_END$ sur tiu ĉi retpaĝo. Vi ne devus ŝanĝi ilin escepte se io malfunkcias.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Projekto de Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Aldoni nomregnon", "description": "" }, "options_domain_list_one_tracker": { "message": "Privata Melo malkovris unu eblan spurantan nomregnon ĝis nun.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Movu la ŝovilon dekstren por permesi nomregnon.", "description": "" }, "popup_disable_for_site": { "message": "Malaktivigi Privatan Melon por tiu ĉi retejo", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privata Melo malkovris eblan spurilon sur tiu ĉi retpaĝo. Vi ne devus ŝanĝi ĝin escepte se io malfunkcias.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klaku tie ĉi por permesi tiun ĉi nomregnon", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Via Melĉjo lernas loke en via komputilo. Privata Melo NENIAM diskonigos datumojn pri via retumado escepte se vi decidos alie.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privata Melo malkovris $COUNT$ eblajn $TRACKER_LINK_START$spurantajn nomregnojn$TRACKER_LINK_END$ ĝis nun.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privata Melo", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privata Melo komencas bloki kiam ĝi rimarkas la saman spurilon ĉe tri diversaj retejoj. Tri aperoj kaj ĝi malaperas! Se vi uzas aliajn privatecajn ilojn kaj reklam-blokiloj, Privata Melo lernos malpli, sed tio ne gravas, ĉar ĝi povas bloki aĵojn evititajn de aliaj blokiloj.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtri laŭ stato:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Koncize priskribu la eraron sube.", "description": "" }, "remove_button": { "message": "Forigi elektitajn", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Kiam vi uzas Privatan Melon vi aniĝas al la Ret-Lima Fondaĵo (EFF) kune kun milionoj da aliaj retanoj en la batalo por privateco. Ni estas ne-profit-cela fondaĵo, kiu batalas por viaj rajtoj en la interreto. Dankon por kuniĝi al ni!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Por escepti nomregnojn, antaŭtajpu via serĉon per “-”. Ekzemplo: “co -.com” montros domajnojn .co kaj .co.uk sed ne .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Se viaopinie Privata Melo difektas retpaĝon (ekzemple filmeto ne ludas), vi povas klaki la butonon “malaktivigi” por malaktivigi Privatan Melon por tiu retejo.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Privateca politiko", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privata Melo ne malkovris iujn ajn spurantajn nomregnojn ĝis nun. Pluigu retumi!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Priskribo", "description": "" }, "not_yet_blocked_header": { "message": "Via Melĉjo ankoraŭ ne lernis ĉu bloki tiujn ĉi nomregnojn", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Montri nomregnojn, pri kiuj Privata Melo ne lernis ĉu bloki ilin:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "La subaj nomregnoj verŝajne ne spuras vin", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Agordoj", "description": "" }, "share_button_title_facebook": { "message": "Kunhavigi per Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privata Melo aŭtomate lernas bloki nevideblajn spurilojn.", "description": "" }, "report_fail": { "message": "Ho ne! Eraro okazis.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privata Melo anstataŭigis tiun ĉi butonon de $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permesi unufoje", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Samtempigo en servilo:\n
    \n
  • postulas Firefox Spegulado/Chrome Sync
  • \n
  • alŝuto anstataŭigas ĉiujn ekzistajn datumojn de Privata Melo en la servilo
  • \n
  • elŝuto kunigas listojn de retejoj kun malaktiva Privata Melo
  • \n
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Alŝuti", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Elporti neblokatajn retejojn al servilo", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Enporti neblokatajn retejojn el servilo", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Sukcese enportis datumojn.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Ne povas elŝuti datumojn el servilo.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Sukcese alŝutis datumojn.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Ne povas alŝuti datumojn al servilo.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Neniuj datumoj en la servilo por elŝuti.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Sciigu amikojn", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Diskonigi", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privata Melo trovis $COUNT$ eblajn spurilojn ĉe $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privata Melo (www.eff.org/privacybadger) estas retumila etendaĵo, kiu aŭtomate lernas kiel bloki nevideblajn spurilojn. Privata Melo estas farita de Electronic Frontier Foundation, ne-profit-cela fondaĵo, kiu batalas por viaj rajtoj en la interreto.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Kopii al tondejo", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopiita", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Estas nenio por fari ĉe tiu ĉi paĝo", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privata Melo ne funkcias ĉe specialaj paĝoj kiel tiu ĉi. Provu malfermi alian paĝon.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privata Melo estas malaktivigita por tiu ĉi retejo", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Anstataŭigi ret‑aplikaĵetojn", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Privata Melo povas bloki butonojn de sociaj retejoj kaj aliajn virtuale uzeblajn aplikaĵetojn (filmetojn, aŭdaĵojn, komentojn), tiu ĉi eblaĵo anstataŭigas ilin per klakeblaj (ne aŭtomate montriĝantaj) butonoj.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/es/000077500000000000000000000000001362331047300212505ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/es/messages.json000066400000000000000000001000311362331047300237450ustar00rootroot00000000000000{ "badger_status_block": { "message": "Bloqueado $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Archivo JSON inválido.", "description": "" }, "options_remove_origin_confirm": { "message": "¿Seguro que quiere eliminar este dominio de Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Sin rastreo de $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Actualmente, Privacy Badger solo comprueba si hay terceras partes usando cookies, almacenamiento local HTML5 o huellas digitales de «canvas» para rastrear su navegador. Algunos de estos dominios pueden estar usando métodos de rastreo que Privacy Badger no puede detectar.", "description": "" }, "options_dnt_policy_setting": { "message": "Compruebe si los dominios de terceros cumplen con la política de No rastrear de la EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Cuanto más tiempo navegue con Privacy Badger, mejor le protege. ¿Badger aún no está bloqueando nada? ¡Está bien! En lugar de mantener listas de qué bloquear, Privacy Badger descubre automáticamente los rastreadores mientras navega por la Web. Así que comience a navegar un poco para Badger aprenda.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Por favor, añada un dominio o URL válido.", "description": "" }, "donate_to_eff": { "message": "Donar a la EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Ayúdenos con un donativo y compartiendo su apoyo a nuestras herramientas", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "No soy un bloqueador de anuncios, soy diferente", "description": "Intro page paragraph heading." }, "report_success": { "message": "¡Gracias! Llegaremos al fondo del asunto.", "description": "" }, "dnt_tooltip": { "message": "Este dominio promete no rastrearle", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Bloquear este dominio es conocido por romper sitios web", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Haga clic para devolver el control de este dominio a Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "siguiente sección", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Por favor, infórmenos del siguiente error:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gestionar datos", "description": "This is an options page tab heading." }, "report_title": { "message": "Reportar un error", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "p. ej., www.dominio.com, *.dominio.net, dominio.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Haga clic aquí para impedir que este dominio cree cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Impedir que WebRTC divulgue la dirección IP local *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger aprende automáticamente a bloquear rastreadores invisibles. Tómese un minuto para ver cómo lo hace.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "¿Qué está mal?", "description": "" }, "popup_instructions_no_trackers": { "message": "No se han detectado rastreadores. ¡Hurra por la privacidad!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Dominios de rastreo", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Compartir en Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Aprenda cómo protege Privacy Badger su privacidad.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Descargar", "description": "" }, "import": { "message": "Importar", "description": "" }, "options_hide_social_widgets": { "message": "No sustituir los siguientes widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Habilitar la sustitución de widgets", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Mostrar los dominios que no parecen estar rastreándote", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Permitir el aprendizaje en ventanas privadas o de incógnito puede dejar rastros de su historial de navegación privada en su computadora. Privacy Badger bloquea de forma predeterminada los rastreadores que ya conoce en las ventanas privadas o de incógnito, pero no reconoce rastreadores nuevos. Es posible que desee habilitar esta opción si gran parte de su navegación ocurre en ventanas privadas o de incógnito.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Informar de un error", "description": "" }, "badger_status_allow": { "message": "Permitido $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "¿Qué es Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Buscar dominios:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Aprender en ventanas privadas o de incógnito **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Mostrar número de rastreadores", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "¿Qué es un rastreador?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Por favor, no olvide hacer clic en «¿Ha roto Privacy Badger este sitio?». Respetamos su privacidad, por lo que no enviamos reportes de forma automática.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Opciones de Privacy Badger", "description": "" }, "report_terms": { "message": "Esto envía automáticamente la siguiente información a la EFF: el sitio que está visitando actualmente, la versión del navegador, la versión de Privacy Badger y el estado de los controles deslizantes para este sitio.", "description": "" }, "intro_learns": { "message": "Aprende conforme navegas", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Sitios deshabilitados", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Habilitar Privacy Badger en este sitio", "description": "" }, "options_domain_type_filter": { "message": "Filtrar por tipo:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": " ¡La lista de rastreadores y las configuraciones se han actualizado con éxito!", "description": "" }, "export_user_data": { "message": "Exportar datos de usuario", "description": "" }, "manage_data_intro": { "message": "La importación de datos de usuario:
  • Sobrescribe la configuración general
  • Combina listas de sitios deshabilitados
  • Combina información sobre los rastreadores que Privacy Badger ha visto
  • Sobrescribe las personalizaciones de los controles deslizantes
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Restablecer", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Restablecer dominios de rastreo", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Restablecer los dominios de rastreo:\n\n • Elimina todos los datos sobre los rastreadores que Privacy Badger ha aprendido de su navegación\n • Restaura la lista de dominios de rastreo a la más reciente ya entrenada (visite www.eff.org/badger-pretraining para obtener más información)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Eliminar todo", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Eliminar todos los dominios de rastreo", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Eliminar todos los dominios de rastreo:\n\n • Elimina todo lo que sabe Privacy Badger sobre los rastreadores\n • Hace que Privacy Badger no bloquee nada hasta que haya tenido la oportunidad de volver a aprender de su navegación", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Ahora se encuentra bajo la protección de Privacy Badger. Para saber cómo funciona Privacy Badger, haga clic abajo para un tutorial rápido.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC puede divulgar su dirección IP local. Tenga en cuenta que habilitar esta opción puede reducir el rendimiento en aplicaciones de conferencia web como Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Configuración general", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Hacer el recorrido", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Haga clic aquí para bloquear por completo este dominio", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versión $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookies bloqueadas de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Neutraliza rastreadores ocultos", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "parcialmente bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Entiendo; por favor, muéstrame la lista de dominios de rastreo de todos modos", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "¡Gracias por instalar Privacy Badger!", "description": "" }, "import_select_file": { "message": "Por favor, seleccione un archivo para importar.", "description": "" }, "popup_blocked": { "message": "No hay recursos de terceras partes en este sitio.", "description": "" }, "report_broken_site": { "message": "¿Ha roto Privacy Badger este sitio? ¡Háganoslo saber!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centre el control deslizante para bloquear las cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "El rastreo invisible ocurre de muchas maneras; los anuncios son solo la punta visible del iceberg. Privacy Badger envía la señal No rastrear a los rastreadores diciéndoles que no le rastreen. Si ignoran sus deseos, Badger aprende a bloquearlos, ya sean anunciantes o rastreadores de otros tipos.", "description": "Intro page paragraph." }, "report_close": { "message": "Cerrar", "description": "" }, "import_user_data": { "message": "Importar datos de usuario", "description": "" }, "options_domain_filter_dnt": { "message": "respeta DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Ayuda", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permitido", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "¡La privacidad es un deporte de equipo!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "No debería tener que modificar nada aquí.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "todo", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Cancelar", "description": "" }, "tooltip_block": { "message": "Mueva el control deslizante a la izquierda para bloquear un dominio", "description": "" }, "options_enable_dnt_checkbox": { "message": "Enviar a los sitios web la señal «No rastrear»", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "controlado por usuario", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger está desactivado en los siguientes sitios. Esto significa que Privacy Badger no bloquea nada cuando usted visita los sitios listados aquí.

Si cree que Privacy Badger está rompiendo una página, puede escribir el dominio de dicha página en el cuadro de abajo y hacer clic en el botón «Añadir dominio».

Alternativamente, cuando ya tenga seleccionada la pestaña de la página, simplemente haga clic en el botón de Privacy Badger en la barra de herramientas del navegador y luego haga clic en el botón «Deshabilitar».

", "description": "" }, "popup_instructions": { "message": "Privacy Badger ha detectado $COUNT$ $TRACKER_LINK_START$rastreadores$TRACKER_LINK_END$ potenciales en esta página. No debería tener que ajustar los controles deslizantes a menos que algo no funcione.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Un proyecto de la Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Añadir dominio", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger ha detectado un dominio de rastreo potencial hasta el momento.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Mueva el control deslizante a la derecha para permitir un dominio", "description": "" }, "popup_disable_for_site": { "message": "Deshabilitar Privacy Badger en este sitio", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger ha detectado un rastreador potencial en esta página. No debería tener que ajustar el control deslizante a menos que algo no funcione.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Haga clic aquí para permitir este dominio", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Badger aprende localmente en su dispositivo. Privacy Badger NUNCA comparte datos sobre su navegación a menos que usted elija compartirlos.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger ha detectado $COUNT$ $TRACKER_LINK_START$dominios de rastreo$TRACKER_LINK_END$ potenciales hasta el momento.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger comienza a bloquear una vez que ve el mismo rastreador en tres sitios web diferentes. ¡Tres strikes y está afuera! Si usa otras herramientas de privacidad o bloqueadores de anuncios, Privacy Badger aprende menos, pero está bien, puede que descubra cosas que no detecten sus otros bloqueadores.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrar por estado:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Describa brevemente el error aquí abajo.", "description": "" }, "remove_button": { "message": "Borrar los seleccionados", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Cuando utiliza Privacy Badger se une a la Electronic Frontier Foundation y a millones de otros usuarios en la lucha por la privacidad. Somos una organización sin ánimo de lucro que lucha por sus derechos en línea. ¡Gracias por unirse a nosotros!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Para excluir dominios, preceda el término de búsqueda con «-». Por ejemplo, «.co -.com» muestra dominios .co y .co.uk, pero no .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Si cree que Privacy Badger está rompiendo una página (un vídeo no se reproduce, por ejemplo), puede hacer clic en el botón «Deshabilitar» para desactivar Privacy Badger en ese sitio.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Política de privacidad", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger no ha detectado ningún dominio de rastreo por el momento. ¡Siga navegando!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Descripción", "description": "" }, "not_yet_blocked_header": { "message": "Badger aún no ha aprendido a bloquear estos dominios", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Mostrar dominios que Badger aún no ha aprendido a bloquear:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Los siguientes dominios no parecen estar rastreándote", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opciones", "description": "" }, "share_button_title_facebook": { "message": "Compartir en Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger aprende automáticamente a bloquear rastreadores invisibles.", "description": "" }, "report_fail": { "message": "Huy. Algo salió mal.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger ha sustituido este botón de $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permitir una vez", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Sincronización en la nube:
  • Requiere Firefox/Chrome Sync
  • La subida de datos sobrescribe cualquier dato existente de Privacy Badger en la nube
  • La descarga combina las listas de sitios en los que Badger está desactivado
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Subir", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exportar sitios deshabilitados a la nube", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importar sitios deshabilitados de la nube", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Los datos de la nube se han importado con éxito.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "No se han podido descargar los datos de la nube.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Los datos para nube se han subido con éxito.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "No se han podido subir los datos para la nube.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "No hay datos en la nube para descargar.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Cuénteselo a sus amigos", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Compartir", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger ha encontrado $COUNT$ rastreadores potenciales en $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) es una extensión de navegador que aprende automáticamente a bloquear rastreadores invisibles. Privacy Badger está hecho por la Electronic Frontier Foundation, una organización sin ánimo de lucro que lucha por sus derechos en línea.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copiar al portapapeles", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copiado", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nada que hacer en esta página", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger no funciona en páginas especiales como ésta. Intenta buscar en otro lugar.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger está deshabilitado en este sitio", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Sustitución de widgets", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Al bloquear botones de redes sociales y otros widgets potencialmente útiles (vídeo, audio, comentarios), Privacy Badger puede sustituirlos con marcadores de posición de clic para activarlos.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/fa/000077500000000000000000000000001362331047300212275ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/fa/messages.json000066400000000000000000001110271362331047300237330ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ بلاک شد", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "فایل JSON نامعتبر.", "description": "" }, "options_remove_origin_confirm": { "message": "آیا مطمئن هستید که میخواهید این را از پرایوسی بجر حذف کنید؟", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "هیچ ردیابی برای $DOMAIN$ وجود ندارد", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "هم اکنون پرایوسی بجر فقط چک میکند آیا اشخاص ثالث از کوکی ها، مخزن محلی HTML5، اثرانگشت کانواس برای ردیابی شما استفاده میکنند یا نه. بعضی از این دامنه ها ممکن است از متد های ردیابی استفاده کنند که پرایوسی بجر قابلیت شناسایی آن ها را ندارد.", "description": "" }, "options_dnt_policy_setting": { "message": "چک کن آیا دامنه های شخص ثالث با خط مشی ردیابی نکن EFF تطابق دارند", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "هرچه زمان بیشتری در وب با پرایوسی بجر گردش کنید، از شما بهتر محافظت خواهد کرد. آیا هنوز چیزی را بلاک نکرده است؟ اشکالی ندارد! به جای نگه داشتن یک لیست از چیزهایی که باید بلاک کند، پرایوسی بجر هنگام گردش شما در وب، به صورت اتوماتیک ردیاب ها را کشف می کند. پس برای آموزش آن کمی در وب گردش کنید.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "لطفا یک دامنه یا URL معتبر اضافه کنید.", "description": "" }, "donate_to_eff": { "message": "کمک مالی به EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "با کمک مالی و حمایت از ابزار هایمان میتوانید به ما کمک کنید", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "اد بلاکر نیستم، من فرق دارم", "description": "Intro page paragraph heading." }, "report_success": { "message": "ممنون! پیگیری خواهیم کرد.", "description": "" }, "dnt_tooltip": { "message": "این دامنه اطمینان می دهد که شما را ردیابی نخواهد کرد", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "بخش بعدی", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "لطفا به ما درباره خطای زیر بگویید:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "مدیریت داده", "description": "This is an options page tab heading." }, "report_title": { "message": "گزارش خطا", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "برای مثال www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "برای منع این دامنه از تنظیم کردن کوکی ها اینجا کلیک کنید", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "بلاک شده", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "نگذار WebRTC آدرس IP را لو بدهد *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "پرایوسی بجر به صورت اتوماتیک یاد می گیرد تا ردیاب های مخفی را بلاک کند. برای اینکه بفهمید چگونه اینکار را انجام می دهد، یک دقیقه وقت بگذارید.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "چه مشکلی وجود دارد؟", "description": "" }, "popup_instructions_no_trackers": { "message": "هیچ ردیابی شناسایی نشد. هوراا برای حریم خصوصی!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "دامنه های ردیاب", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "اشتراک گذاری بر روی توییتر", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "درباره اینکه پرایوسی بجر چگونه از حریم خصوصی شما محافظت میکند مطالعه کنید.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "دانلود", "description": "" }, "import": { "message": "ایمپورت", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "دامنه‌هایی که شما را ردیابی نمی‌کنند را نمایش بده", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** اجازه یادگیری در پنجره های خصوصی/ناشناس ممکن است ردی از تاریخچه گشت خصوصی شما در وب روی کامپیوترتان به جا بگذارد. به صورت پیش فرض، پرایوسی بجر ردیاب هایی که در پنجره های خصوصی/ناشناس می شناسد را بلاک خواهد کرد، اما درباره ردیاب های جدید اطلاعی کسب نخواهد کرد. اگر بیشتر وقت خود را در پنجره های خصوصی/ناشناس می گذرانید شاید بهتر باشد که این گزینه را فعال کنید.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "ارسال خطا", "description": "" }, "badger_status_allow": { "message": "به $DOMAIN$ اجازه داده شده است", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "پرایوسی بجر چیست؟", "description": "" }, "options_domain_search": { "message": "جستجوی دامنه ها:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "یادگیری در پنجره های خصوصی/ناشناس **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "نمایش تعداد ردیاب‌ها", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "ردیاب چیست؟", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "فراموش نکنید تا روی 'آیا پرایوسی بجر باعث شده است تا این سایت به درستی کار نکند' کلیک کنید. ما به حریم خصوصی شما احترام میگذاریم برای همین به صورت خودکار گزارش نمی فرستیم.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "گزینه های پرایوسی بجر", "description": "" }, "report_terms": { "message": "این به صورت خودکار اطلاعات زیر را به EFF می فرستد: سایتی که در حال مشاهده آن هستید، نسخه مرورگر شما، نسخه پرایوسی بجر و وضعیت تمام اسلایدر ها برای این سایت.", "description": "" }, "intro_learns": { "message": "در هنگام گردش شما در وب یاد میگیرد", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "سایت های غیر فعال شده", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "فعال سازی پرایوسی بجر برای این سایت", "description": "" }, "options_domain_type_filter": { "message": "فیلتر کردن بر اساس نوع:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "لیست ردیاب و تنظیمات با موفقیت آپدیت شد!", "description": "" }, "export_user_data": { "message": "انتقال داده کاربری", "description": "" }, "manage_data_intro": { "message": "ایمپورت داده کاربری:
  • اوورایت تنظیمات کلی
  • ترکیب لیست سایت های غیرفعال شده
  • ترکیب اطلاعات درباره ردیاب هایی که پرایوسی بجر با آن ها برخورد داشته است
  • اوورایت کاستومایزیشن اسلایدر
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "ریست", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "ریست دامنه های ردیاب", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "ریست کردن دامنه های ردیاب باعث می شود:\n\n• تمام داده های مربوط به ردیاب هایی که پرایوسی بجر از گردش شما در وب آموخته از بین برود\n• بازیابی لیست دامنه ردیاب به آخرین لیست از پیش پرورش شده ( برای اطلاعات بیشتر به www.eff.org/badger-pretraining بروید)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "حذف همه", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "حذف همه دامنه های ردیاب", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "حذف تمام دامنه های ردیاب باعث می شود:\n\n• تمام چیزهایی که پرایوسی بجر درباره ردیاب ها می داند از بین برود\n• پرایوسی بجر تا دفعه بعدی که مشغول گردش در وب هستید و فرصت یادگیری دوباره دارد چیزی را بلاک نکند", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "شما هم اکنون توسط پرایوسی بجر محافظت می شوید. برای یادگیری بیشتر درباره عملکرد پرایوسی بجر، روی قسمت پایین کلیک کنید.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC میتواند منجر به لو رفتن آدرس IP شما شود. توجه داشته باشید که این گزینه میتواند باعث کندی عملکرد در برنامه های کنفرانسی وب مثل Google Hangouts شود.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "تنظیمات کلی", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "انجام تور", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "برای بلاک کردن این دامنه به صورت کامل روی اینجا کلیک کنید", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "نسخه $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "کوکی های متعلق به$DOMAIN$ بلاک شد", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "ردیاب های موذی را میگیرد", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "بلاک شده به صورت جزئی", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "متوجه هستم; لطفا لیست دامنه هایی که ردیابی میکنند را به من نشان بده", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "بابت نصب پرایوسی از شما ممنونیم!", "description": "" }, "import_select_file": { "message": "لطفا یک فایل را برای ایمپورت کردن انتخاب کنید.", "description": "" }, "popup_blocked": { "message": "هیچ منابع شخص ثالثی روی این سایت وجود ندارند.", "description": "" }, "report_broken_site": { "message": "آیا پرایوسی بجر باعث شده است تا این سایت به درستی کار نکند؟ ما را در جریان بگذارید!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "برای بلاک کردن کوکی ها اسلایدر را در وسط قرار بدهید", "description": "" }, "intro_beyond_ads_paragraph": { "message": "ردیابی پنهان در شکل های مختلف صورت میگیرد; تبلیغات فقط بخش کوچکی از آن به شمار میروند. پرایوسی بجر سیگنال ردیابی نکن را به ردیاب ها می فرستد تا به آن ها بگوید شما را ردیابی نکنند. اگر خواسته شما را رد کنند، یاد میگیرد تا آن ها را بلاک کند - چه ردیاب های تبلیغاتی باشند چه ردیاب هایی از نوع دیگر.", "description": "Intro page paragraph." }, "report_close": { "message": "بستن", "description": "" }, "import_user_data": { "message": "ایمپورت داده کاربری", "description": "" }, "options_domain_filter_dnt": { "message": "سازگار با DNT (ردیابی نکن)", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "راهنما", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "اجازه داده شده", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "حریم خصوصی یک ورزش تیمی می باشد.", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "در اینجا نیاز نیست چیزی را تغییر دهید.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "همه", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "لغو", "description": "" }, "tooltip_block": { "message": "برای بلاک کردن یک دامنه اسلایدر را به سمت چپ حرکت دهید", "description": "" }, "options_enable_dnt_checkbox": { "message": "به وبسایت ها سیگنال \" ردیابی نکن \" بفرست", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "کنترل شده توسط کاربر", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

پرایوسی بجر روی سایت های زیر غیر فعال می باشد. بنابراین زمانی که به سایت هایی که در اینجا لیست شده اند مراجعه کنید، چیزی را بلاک نخواهد کرد.

اگر فکر میکنید که پرایوسی بجر باعث از کار افتادن سایتی شده است، میتوانید دامنه آن صفحه را داخل باکس زیر تایپ کنید و روی دکمه \"افزودن دامنه\" کلیک کنید.

جدای از این، اگر تب آن صفحه باز می باشد، میتوانید روی دکمه پرایوسی بجر کلیک کرده و روی دکمه \"غیرفعال سازی\" کلیک کنید.

", "description": "" }, "popup_instructions": { "message": "$COUNT$ $TRACKER_LINK_START$ردیاب$TRACKER_LINK_END$ احتمالی روی این صفحه شناسایی شده است. تا زمانی که چیزی از کار نیافتده باشد نیازی به تغییر اسلایدرها نیست.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "پروژه ای از EFF", "description": "" }, "add_domain_button": { "message": "افزودن دامنه", "description": "" }, "options_domain_list_one_tracker": { "message": "پرایوسی بجر یک دامنه ردیاب احتمالی را تا به الان شناسایی کرده است.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "برای اجازه دادن به یک دامنه، اسلایدر را به سمت راست حرکت دهید", "description": "" }, "popup_disable_for_site": { "message": "غیرفعال سازی پرایوسی بجر برای این سایت", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "پرایوسی بجر یک ردیاب احتمالی را روی این صفحه شناسایی کرده است. لازم به هیچ تغییری از جانب شما نیست مگر اینکه چیزی از کار افتاده باشد.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "برای اجازه دادن به این دامنه روی اینجا کلیک کنید", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "افزونه شما به صورت محلی روی دستگاهی که از آن استفاده میکنید یاد میگیرد. هیچگاه اطلاعات شما را بدون اجازه شما به اشتراک نمی گذارد.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "$COUNT$ $TRACKER_LINK_START$ردیاب$TRACKER_LINK_END$ احتمالی تا به اینجا شناسایی شده است.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "پرایوسی بجر", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "زمانی که یک ردیاب را در سه سایت مختلف ببیند، پرایوسی بجر شروع به بلاک کردن آن می کند. اگر از ابزار ها و اد بلاکر های دیگری استفاده میکنید، پرایوسی بجر کمتر یاد میگیرد اما اشکالی ندارد. ممکن است چیزهایی را ردگیری کند که سایر بلاکر ها نتوانسته بودند ردیابی کنند.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "فیلتر کردن بر اساس وضعیت:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "به طور مختصر خطای زیر را شرح دهید.", "description": "" }, "remove_button": { "message": "حذف گزینه (های) انتخاب شده", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "هنگام استفاده از پرایوسی بجر شما به بنیاد مرزی الکترونیکی و میلیون ها کاربر دیگر در مبارزه برای حریم خصوصی می پیوندید. ما یک بنیاد غیر انتفاعی هستیم که برای حقوق آنلاین شما می جنگیم. ممنون از اینکه به ما پیوستید!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "برای استثناء قائل شدن دامنه ها، به اول عبارت \"-\" اضافه کنید. برای مثال، \".co -.com\" دامنه های co. و co.uk. را نمایش داده می شود اما دامنه های com. نمایش داده نخواهند شد.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "اگر فکر میکنید که پرایوسی بجر باعث از کار افتادن سایتی شده است ( برای مثال، یک ویدیو پخش نمی شود)، میتوانید روی دکمه 'غیرفعال سازی' کلیک کنید تا پرایوسی بجر برای آن سایت غیرفعال شود.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "سیاست حفظ حریم خصوصی", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "پرایوسی بجر هنوز نتوانسته هیچ دامنه ی ردیابی پیدا کنید. به گردش خود در وب ادامه دهید!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "توضیحات", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "دامنه های زیر به نظر شما را ردیابی نمی کنند", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "گزینه ها", "description": "" }, "share_button_title_facebook": { "message": "اشتراک گذاری بر روی فیسبوک", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "پرایوسی بجر به صورت اتوماتیک یاد می گیرد تا ردیاب های مخفی را بلاک کند.", "description": "" }, "report_fail": { "message": "اوه. خطایی رخ داد.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "پرایوسی بجر دکمه $BUTTON$ را جایگزین کرده است.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "یکبار اجازه دادن", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "همگام سازی ابری:
  • به همگام سازی فایرفاکس/کروم نیاز دارد
  • آپلود باعث دوباره نویسی داده پرایوسی بجر در کلود می شود
  • دانلود، لیست سایت هایی که پرایوسی بجر برای آن ها غیرفعال است را ترکیب میکند
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "آپلود", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "انتقال سایت های غیرفعال شده به کلود", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "ایمپورت سایت های غیرفعال شده از کلود", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "داده ابری با موفقیت ایمپورت شد.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "داده ابری دانلود نشد.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "داده ابری با موفقیت آپلود شد.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "داده ابری آپلود نشد.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "هیچ داده ابری برای دانلود وجود ندارد.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "به دوستانتان اطلاع دهید", "description": "Title of the share overlay." }, "popup_share_button": { "message": "به اشتراک بگذارید", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "پرایوسی بجر $COUNT$ ردیاب بالقوه در $DOMAIN$ یافت:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "پرایوسی بجر (www.eff.org/privacybadger) یک افزونه‌ی مرورگر است که به صورت خودکار می‌آموزد تا ردیاب‌های مخفی را مسدود کند. پرایوسی بجر توسط Electronic Frontier Foundation ساخته شده که به صورت غیر انتفاعی و آنلاین برای حقوق شما به می‌جنگد.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "کپی به کلیپ‌بورد", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "کپی شد", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/fi/000077500000000000000000000000001362331047300212375ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/fi/messages.json000066400000000000000000000774211362331047300237540ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ estetty", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "JSON-tiedosto ei kelpaa.", "description": "" }, "options_remove_origin_confirm": { "message": "Haluatko varmasti poistaa tämän verkkotunnuksen Privacy Badgerista?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Ei jäljitystä verkkotunnuksesta $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Tällä hetkellä Privacy Badger tarkistaa ainoastaan, käyttävätkö kolmannet osapuolet evästeitä, HTML5:n paikallista tallennusta tai canvas-elementtiin perustuvaa sormenjälkeä seuratakseen verkkoselaamistasi. Jotkin näistä verkkotunnuksista saattavat käyttää seurantamenetelmiä, joita Privacy Badger ei tunnista.", "description": "" }, "options_dnt_policy_setting": { "message": "Tarkista, noudattavatko kolmansien osapuolten verkkotunnukset EFF:n Do Not Track -käytäntöä", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Mitä pidempään selaat Privacy Badgerin kanssa, sitä paremmin se suojelee sinua. Eikö Badgerisi estä vielä mitään? Ei hätää! Sen sijaan, että Privacy Badger pitäisi listaa estettävistä kohteista, se löytää automaattisesti jäljittimiä selatessasi nettiä. Ala siis selata opettaaksesi Badgeriasi.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Lisää kelvollinen verkkotunnus tai URL.", "description": "" }, "donate_to_eff": { "message": "Lahjoita EFF:lle", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Auta meitä lahjoittamalla ja antamalla tukesi työkaluillemme", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "En ole mainosten estäjä, olen erilainen", "description": "Intro page paragraph heading." }, "report_success": { "message": "Kiitos! Selvitämme asian perin pohjin.", "description": "" }, "dnt_tooltip": { "message": "Tämä verkkotunnus lupaa, ettei se jäljitä sinua", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "seuraava osio", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Kerro meille seuraavasta virheestä:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Hallitse dataa", "description": "This is an options page tab heading." }, "report_title": { "message": "Ilmoita virheestä", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "esim. www.verkkotunnus.com, *.verkkotunnus.net, verkkotunnus.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Klikkaa tästä estääksesi tätä verkkotunnusta asettamasta evästeitä", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "estetty", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Estä WebRTC:tä vuotamasta paikallista IP-osoitetta *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger oppii automaattisesti estämään näkymättömät jäljittimet. Näin se käy:", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Mikä on pielessä?", "description": "" }, "popup_instructions_no_trackers": { "message": "Yhtään jäljitintä ei havaittu. Eläköön yksityisyys!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Jäljittävät verkkotunnukset", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Jaa Twitterissä", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Lue, miten Privacy Badger suojelee yksityisyyttäsi.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Lataa", "description": "" }, "import": { "message": "Tuo", "description": "" }, "options_hide_social_widgets": { "message": "Älä korvaa seuraavia sovelmia:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Ota sovelmien korvaaminen käyttöön", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Näytä verkkotunnukset, jotka eivät vaikuta jäljittävän sinua", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Jos otat oppimisen käyttöön yksityisessä selauksissakin, tietokoneellesi voi jäädä jälkiä selaushistoriastasi. Oletusarvoisesti Privacy Badger estää tuntemansa jäljittimet selattaessa yksityisesti, muttei opettele uusia jäljittimiä. Tämä valinta voi olla paikallaan, jos selaat nettiä paljon yksityisesti.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Lähetä virheilmoitus", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ sallittu", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Mikä on Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Etsi verkkotunnuksia:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Opi yksityisessä selauksessa **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Näytä jäljitinten määrä", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Mikä on jäljitin?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Muista klikata 'Rikkoiko Privacy Badger tämän sivuston?' -painiketta. Kunnioitamme yksityisyyttäsi, emmekä siksi lähetä automaattisesti virheilmoituksia.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badgerin asetukset", "description": "" }, "report_terms": { "message": "Seuraavat tiedot lähetetään automaattisesti EFF:lle: sivusto, jolla olet nyt, selaimesi versio, Privacy Badgerin versio sekä kaikkien liukuvalitsimien tila tämän sivuston osalta.", "description": "" }, "intro_learns": { "message": "Oppii selatessasi nettiä", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Käytöstä poistetut sivustot", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Ota Privacy Badger käyttöön tällä sivustolla", "description": "" }, "options_domain_type_filter": { "message": "Suodata tyypin mukaan:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Jäljitinlista ja asetukset päivitetty!", "description": "" }, "export_user_data": { "message": "Vie käyttäjädata", "description": "" }, "manage_data_intro": { "message": "Käyttäjädatan tuominen:
  • Ylikirjoittaa yleiset asetukset
  • Yhdistää listat käytöstä poistetuista sivustoista
  • Yhdistää tiedot Privacy Badgerin havaitsemista jäljittimistä
  • Ylikirjoittaa liukuvalitsimien muokkaukset
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Nollaa", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Nollaa jäljittävät verkkotunnukset", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Jäljittävien verkkotunnusten nollaaminen:\n\n • Poistaa kaiken jäljittäjiä koskevan datan, jonka Privacy Badger on oppinut selaamisestasi\n • Palauttaa jäljittävien verkkotunnusten listaksi uusimman esikoulutetun listan (katso lisätietoja osoitteesta www.eff.org/badger-pretraining )", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Poista kaikki", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Poista kaikki jäljittävät verkkotunnukset", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Kaikkien jäljittävien verkkotunnusten poistaminen:\n\n • Poistaa kaiken, mitä Privacy Badger tietää jäljittimistä\n • Saa Privacy Badgerin olemaan estämättä mitään, kunnes se on saanut mahdollisuuden oppia uudelleen selaamisesi pohjalta", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Privacy Badger suojelee nyt sinua. Voit klikata alta avataksesi nopean oppaan, joka kertoo, miten Privacy Badger toimii.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC voi vuotaa paikallisen IP-osoitteesi. Huomaa, että tämä valinta voi haitata Google Hangoutsin tapaisten konferenssisovellusten toimintaa.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Yleiset asetukset", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Esittelykierros", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Klikkaa tästä estääksesi tämän verkkotunnuksen kokonaan", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versio $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Evästeet estetty verkkotunnuksesta $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Nappaa katalat jäljittimet", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "osittain estetty", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Ymmärrän; näytä silti lista jäljittävistä verkkotunnuksista", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Kiitos, että asensit Privacy Badgerin!", "description": "" }, "import_select_file": { "message": "Valitse tuotava tiedosto.", "description": "" }, "popup_blocked": { "message": "Tällä sivustolla ei ole kolmansien osapuolten resursseja.", "description": "" }, "report_broken_site": { "message": "Rikkoiko Privacy Badger tämän sivuston? Kerro siitä meille!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Evästeet estetään, kun liukuvalitsin on keskellä", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Näkymätöntä seurantaa on monenlaista; mainokset ovat vain jäävuoren huippu. Privacy Badger lähettää Do Not Track -signaalin jäljittimille, ilmoittaen niille olemaan seuraamatta sinua. Jos ne eivät noudata pyyntöäsi, Badgerisi oppii estämään ne – olivat ne sitten mainostajia tai muunlaisia jäljittäjiä.", "description": "Intro page paragraph." }, "report_close": { "message": "Sulje", "description": "" }, "import_user_data": { "message": "Tuo käyttäjädata", "description": "" }, "options_domain_filter_dnt": { "message": "DNT:tä noudattava", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Ohje", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "sallittu", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Yksityisyys on tiimipeliä!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Näitä ei pitäisi olla tarpeen muuttaa.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "kaikki", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Peruuta", "description": "" }, "tooltip_block": { "message": "Verkkotunnus estetään, kun liukuvalitsin on vasemmalla", "description": "" }, "options_enable_dnt_checkbox": { "message": "Lähetä sivustoille \"Do Not Track\"-signaali", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "käyttäjän hallitsema", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger on poistettu käytöstä seuraavilla sivustoilla. Tämä tarkoittaa, että Privacy Badger ei estä mitään, kun käytät tässä listattuja sivustoja.

Jos arvelet Privacy Badgerin rikkovan jonkin sivun, voit kirjoittaa kyseisen sivun verkkotunnuksen alla olevaan kenttään ja klikata \"Lisää verkkotunnus\" -painiketta.

Jos sinulla on jo sivun välilehti valittuna, voit vaihtoehtoisesti vain klikata Privacy Badgerin painiketta selaimen työkalupalkissa ja sen jälkeen klikata \"Poista käytöstä\" -painiketta.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger havaitsi $COUNT$ mahdollista $TRACKER_LINK_START$jäljitintä$TRACKER_LINK_END$ tällä sivulla. Säätäminen ei ole tarpeen, ellei jokin ole mennyt rikki.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Electronic Frontier Foundationin projekti", "description": "" }, "add_domain_button": { "message": "Lisää verkkotunnus", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger on tähän asti havainnut yhden mahdollisen jäljittävän verkkotunnuksen.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Verkkotunnus sallitaan, kun liukuvalitsin on oikealla", "description": "" }, "popup_disable_for_site": { "message": "Poista Privacy Badger käytöstä tällä sivustolla", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger havaitsi mahdollisen jäljittimen tällä sivulla. Säätäminen ei ole tarpeen, ellei jokin ole mennyt rikki.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klikkaa tästä salliaksesi tämän verkkotunnuksen", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Badgerisi oppii paikallisesti laitteellasi. Privacy Badger ei koskaan jaa tietoa nettiselaamisestasi, ellet itse halua.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger on tähän mennessä havainnut $COUNT$ mahdollista $TRACKER_LINK_START$jäljittävää verkkotunnusta$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger aloittaa estämisen, kun se näkee saman jäljittimen kolmella eri sivustolla. Kolmesta poikki! Jos käytät muita yksityisyystyökaluja tai mainosten estäjiä, Privacy Badger oppii vähemmän, mutta ei hätää: se voi napata jotain, mitä muut estäjät eivät huomaa.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Suodata tilan mukaan:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Kuvaile virhetilanne lyhyesti alapuolelle.", "description": "" }, "remove_button": { "message": "Poista valitut", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Käyttämällä Privacy Badgeria liityt Electronic Frontier Foundationin ja miljoonien muiden käyttäjien joukkoon taistelussa yksityisyyden puolesta. Olemme voittoa tavoittelematon järjestö, joka taistelee oikeuksiesi puolesta verkossa. Kiitos, että liityt mukaan!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Sulkeaksesi verkkotunnuksia pois hausta, laita hakutermisi eteen \"-\". Esimerkiksi \".co -.com\" näyttää .co- ja .co.uk-verkkotunnukset, muttei .com-verkkotunnuksia.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Jos arvelet, että Privacy Badger rikkoo nettisivun (esim. video ei toimi), voit klikata 'Poista käytöstä' -painiketta poistaaksesi Privacy Badgerin käytöstä kyseisellä sivustolla.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Tietosuojakäytäntö", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger ei ole vielä havainnut yhtään jäljittävää verkkotunnusta. Jatka selaamista!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Kuvaus", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Alla olevat verkkotunnukset eivät vaikuta jäljittävän sinua", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Asetukset", "description": "" }, "share_button_title_facebook": { "message": "Jaa Facebookissa", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger oppii automaattisesti estämään näkymättömät jäljittimet.", "description": "" }, "report_fail": { "message": "Hups. Jotakin meni pieleen.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger on korvannut tämän $BUTTON$-painikkeen.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Salli tämän kerran", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Pilvisynkronointi:
  • Vaatii Firefox/Chrome Syncin
  • Pilveen lataaminen ylikirjoittaa pilvessä mahdollisesti jo olevan Privacy Badgerin datan
  • Pilvestä lataaminen yhdistää listat sivustoista, joilla Badgerisi on poistettu käytöstä
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Lataa pilveen", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Vie käytöstä poistetut sivustot pilveen", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Tuo käytöstä poistetut sivustot pilvestä", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Data tuotu pilvestä.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Dataa ei voitu ladata pilvestä.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Data ladattu pilveen.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Dataa ei voitu ladata pilveen.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Pilvessä ei ole dataa ladattavaksi.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Kerro kavereillesi", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Jaa", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger löysi $COUNT$ mahdollista jäljitintä verkkotunnuksesta $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) on selainlaajennus, joka oppii automaattisesti estämään näkymättömät jäljittimet. Privacy Badgerin on tehnyt Electronic Frontier Foundation, voittoa tavoittelematon järjestö joka taistelee oikeuksiesi puolesta verkossa.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Kopioi leikepöydälle", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopioitu", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Ei mitään tehtävää tällä sivulla", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger ei toimi tämänkaltaisilla erikoissivuilla. Kokeile selata muualla.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Sovelmien korvaaminen", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Estäessään sosiaalisen median painikkeita ja muita mahdollisesti hyödyllisiä (video-, ääni-, kommentti-) sovelmia, Privacy Badger voi korvata ne klikkaamalla aktivoitavilla korvikkeilla.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/fr/000077500000000000000000000000001362331047300212505ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/fr/messages.json000066400000000000000000000771571362331047300237730ustar00rootroot00000000000000{ "badger_status_block": { "message": "Blocage de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Fichier JSON invalide.", "description": "" }, "options_remove_origin_confirm": { "message": "Voulez-vous vraiment supprimer ce domaine de Privacy Badger ?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Pas de traçage de $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "À ce jour, Privacy Badger vérifie seulement si un tiers se sert de cookies, du stockage HTML5 local ou de l'empreinte par canvas pour épier votre navigation. Il se peut que d'autres méthodes non détectées soient utilisées.", "description": "" }, "options_dnt_policy_setting": { "message": "Vérifier si les domaines tiers se conforment à la charte de non-pistage de l'EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Plus vous naviguez avec Privacy Badger, mieux il vous protègera. S'il ne bloque rien, pas de panique ! Au lieu de disposer d'une liste d'éléments à contrer, il apprend au fur et à mesure de votre navigation. Alors surfez un peu pour commencer à lui apprendre.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Veuillez ajouter un domaine ou une URL valide.", "description": "" }, "donate_to_eff": { "message": "Faire un don à l'EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Aidez-nous par un don et en partageant votre appréciation de nos outils", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Différent d'un bloqueur de publicités", "description": "Intro page paragraph heading." }, "report_success": { "message": "Merci ! Nous allons étudier ça.", "description": "" }, "dnt_tooltip": { "message": "Ce domaine s'engage à ne pas vous tracer", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "section suivante", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Merci de nous signaler l'erreur suivante :", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gestion des données", "description": "This is an options page tab heading." }, "report_title": { "message": "Signaler une erreur", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "p. ex. www.domaine.com, *.domaine.net, domaine.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Cliquer ici pour bloquer les cookies de ce domaine", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "bloqués", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Empêcher la fuite des adresses IP locales via WebRTC *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger apprend automatiquement à bloquer les traceurs invisibles. Prenez une minute pour comprendre comment.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Quel est le problème ?", "description": "" }, "popup_instructions_no_trackers": { "message": "Aucun traceur détecté. Un point pour la vie privée !", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Domaines traceurs", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Partager sur Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Apprendre comment Privacy Badger protège votre vie privée.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Télécharger", "description": "" }, "import": { "message": "Importer", "description": "" }, "options_hide_social_widgets": { "message": "Ne pas remplacer les widgets suivant :", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Autoriser le remplacement des widgets", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Afficher les domaines qui ne semblent pas vous tracer", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Dans les fenêtres de navigation privée, Privacy Badger se contente de bloquer les traceurs qu'il connait. En activant cette option, il cherchera aussi à en identifier de nouveaux. Ceci pourrait laisser sur votre ordinateur des traces de sites que vous visitez. Son utilité pourrait se révéler si vous naviguez beaucoup en mode privé.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Soumettre l'erreur", "description": "" }, "badger_status_allow": { "message": "Autorisation de $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Qu'est-ce que Privacy Badger ?", "description": "" }, "options_domain_search": { "message": "Rechercher un nom de domaine :", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Activer l'apprentissage dans les fenêtres de navigation privée **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Afficher le nombre de traceurs", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Qu'est-ce qu'un traceur ?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "N'hésitez pas à cliquer sur « Signaler un site non fonctionnel ». Respectant votre vie privée, les rapports ne sont pas automatiquement envoyés.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Options de Privacy Badger", "description": "" }, "report_terms": { "message": "Le nom du site problématique, le réglage des curseurs associés, la version de votre navigateur et de Privacy Badger seront automatiquement transmis à l'EFF.", "description": "" }, "intro_learns": { "message": "Apprend pendant la navigation", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Liste blanche", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Activer Privacy Badger pour ce site", "description": "" }, "options_domain_type_filter": { "message": "Filtrer par type :", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Liste des traceurs et paramètres mis à jour avec succès !", "description": "" }, "export_user_data": { "message": "Exporter les données utilisateur", "description": "" }, "manage_data_intro": { "message": "Importer des données utilisateur :
  • Remplace les réglages généraux
  • Combine les listes blanches
  • Combine les informations sur les sites que Privacy Badger a vus
  • Remplace les personnalisations des curseurs
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Réinitialiser", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Réinitialisation des domaines traceurs", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Réinitialiser les domaines traceurs :\n\n• supprimera toutes les données apprises par Privacy Badger sur les traceurs  ;\n• restaurera la liste des domaines traceurs à la dernière liste préétablie (www.eff.org/badger-pretraining pour en savoir plus).", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Tout supprimer", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Supprimer tous les domaines traceurs", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Supprimer tous les domaines traceurs :\n\n• supprimera tout ce que Privacy Badger a appris sur les traceurs ;\n• suspendra tout blocage des traceurs jusqu'à ce que Privacy Badger apprenne à les reconnaitre de nouveau.", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Vous êtes maintenant protégé par Privacy Badger. Pour découvrir son fonctionnement, cliquez ci-dessous pour un tutoriel rapide.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC peut divulguer vos adresses IP locales. Activer cette option peut dégrader les performances des logiciels de visiophonie comme Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Réglages généraux", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Commencer la visite", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Cliquer ici pour bloquer entièrement ce domaine", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "version $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blocage des cookies de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Intercepte les traceurs sournois", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "partiellement bloqués", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Je comprends. Montrez-moi quand même la liste de domaines traceurs.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Merci d'avoir installé Privacy Badger !", "description": "" }, "import_select_file": { "message": "Veuillez sélectionner un fichier à importer.", "description": "" }, "popup_blocked": { "message": "Il n'y a pas de ressources tierces sur ce site.", "description": "" }, "report_broken_site": { "message": "Signaler un site non fonctionnel", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centrer le curseur pour bloquer les cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Différentes méthodes de traçage invisible existent. Les publicités ne sont que la partie émergée de l'iceberg. Privacy Badger envoie une requête Ne pas me pister aux traceurs. S'ils ne coopèrent pas, il apprendra à les bloquer, que ce soient des publicités ou des traceurs d'autres sortes.", "description": "Intro page paragraph." }, "report_close": { "message": "Fermer", "description": "" }, "import_user_data": { "message": "Importer des données utilisateur", "description": "" }, "options_domain_filter_dnt": { "message": "respectant les règles de non-pistage", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Aide", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "autorisés", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "La vie privée est un effort de groupe !", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Vous ne devriez pas avoir besoin de modifier quoi que ce soit ici.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "tous", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Annuler", "description": "" }, "tooltip_block": { "message": "Déplacer le curseur à gauche pour bloquer un domaine", "description": "" }, "options_enable_dnt_checkbox": { "message": "Envoyer l'entête « Ne pas me pister » aux sites web", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "définis par l'utilisateur", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger est désactivé pour les sites ci-dessous. En cas de connexion, rien ne sera bloqué.

Si vous pensez que Privacy Badger perturbe l'affiche d'une page, vous pouvez saisir son domaine dans le champ ci-dessous et cliquer sur « Ajouter un domaine ».

Vous pouvez obtenir le même résultat en cliquant sur l'icône se trouvant dans la barre d'outils de votre navigateur, puis sur « Désactiver », lorsque vous êtes sur la page posant problème.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger a détecté $COUNT$ $TRACKER_LINK_START$traceurs$TRACKER_LINK_END$ potentiels sur cette page. Vous ne devriez pas avoir besoin de modifier les curseurs à moins d'un site non fonctionnel.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Un projet de l'Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Ajouter un domaine", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger a détecté un domaine traceurjusqu'à présent.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Déplacer le curseur à droite pour autoriser un domaine", "description": "" }, "popup_disable_for_site": { "message": "Désactiver Privacy Badger pour ce site", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger a détecté un traceur potentiel sur cette page. Vous ne devriez pas avoir besoin de modifier le curseur à moins d'un site non fonctionnel.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Cliquer ici pour autoriser ce domaine", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Privacy Badger apprend en local sur votre appareil. Il ne communiquera jamais sur votre navigation, sauf si vous le décidez.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger a détecté $COUNT$ $TRACKER_LINK_START$domaines traceurs$TRACKER_LINK_END$ jusqu'à présent.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger décide de bloquer un traceur lorsqu'il est détecté sur trois sites internet différents. Si vous utilisez d'autres logiciels pour protéger votre privée ou bloquer des publicités, il apprendra moins, mais ce n'est pas grave, il repérera peut-être ce que les autres ne peuvent pas.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrer par statut :", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Décrivez brièvement ci-dessous l'erreur.", "description": "" }, "remove_button": { "message": "Supprimer la sélection", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Lorsque vous utilisez Privacy Badger, vous rejoignez l'Electronic Frontier Foundation et des millions d'autres utilisateurs dans le combat pour la vie privée. Nous sommes à but non lucratif et nous battons pour vos droits en ligne. Merci d'en faire parti !", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Pour exclure un domaine, ajoutez \"-\" devant celui-ci lors de votre recherche. Par exemple, \".co -.com\" affichera les domaines en .co ou .co.uk, mais pas .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Si vous soupçonner Privacy Badger de perturber le fonctionnement d'une page (par exemple, la lecture d'une vidéo), vous pouvez cliquer sur le bouton « Désactiver » pour l'empêcher d'opérer sur cette page.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Politique de confidentialité", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger n'a pas encore détecté de domaine traceur. Continuez à naviguer !", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Description", "description": "" }, "not_yet_blocked_header": { "message": "Ces domaines ne sont pas bloqués pour le moment", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Afficher les domaines que Privacy Badger ne sait pas encore bloquer :", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Les domaines ci-dessous ne semblent pas vous tracer.", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Options", "description": "" }, "share_button_title_facebook": { "message": "Partager sur Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger apprend automatiquement à bloquer les traceurs invisibles.", "description": "" }, "report_fail": { "message": "Oups, quelque chose a râté.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger a remplacé ce bouton $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Autoriser une fois", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Synchronisation avec le nuage :
  • Nécessite Firefox ou Chrome Sync
  • Le téléversement écrase toutes données de Privacy Badger dans le nuage
  • Télécharger combinera la liste blanche avec celle présente
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Téléverser", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exporter la liste blanche dans le nuage", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importer la liste blanche du nuage", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Données du nuage correctement importées.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Les données du nuage n'ont pas pu être téléchargées.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Données correctement téléversées dans le nuage.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Les données du nuage n'ont pas pu être téléversées.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Pas de données dans le nuage à télécharger.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Parlez-en à vos amis", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Partager", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger a trouvé $COUNT$ traceurs potentiels sur $DOMAIN$ :", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) est une extension de navigateur qui apprend automatiquement à bloquer les traceurs invisibles. Il est conçu par l'Electronic Frontier Foundation, une organisation à but non lucratif qui se bat pour vos droits en ligne.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copier dans le presse-papiers", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copié", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Rien à faire sur cette page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger ne fonctionne pas sur les pages spéciales comme celle-ci. Essayez de naviguer ailleurs.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger est désactivé pour ce site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Remplacement de widgets", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Les boutons sociaux bloqués, et autres widgets potentiellement utiles (vidéos, sons, commentaires), peuvent être remplacés par une option « cliquer pour activer ».", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/he/000077500000000000000000000000001362331047300212355ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/he/messages.json000066400000000000000000001026371362331047300237500ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ חסום", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "קובץ JSON בלתי תקף.", "description": "" }, "options_remove_origin_confirm": { "message": "האם אתה בטוח שאתה רוצה להסיר תחום זה מתוך Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "אין מעקב עבור $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "כרגע Privacy Badger בודק רק אם צדדים שלישיים משתמשים בעוגיות, אחסון מקומי HTML5 או לקיחת טביעת אצבע של בד כדי לאתר את גלישתך. חלק מתחומים אלו עשוי להשתמש בשיטות מעקב אשר Privacy Badger אינו יכול לגלות.", "description": "" }, "options_dnt_policy_setting": { "message": "בדוק אם תחומי צד־שלישי מצייתים אל מדיניות אל תעקוב של EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "ככל שתגלוש בפרק זמן ארוך יותר עם Privacy Badger, כך הוא ישתפר בהגנה עליך. האם Badger שלך לא חוסם עדין שום דבר? זה בסדר! במקום לשמור רשימות של מה לחסום, Privacy Badger מגלה באופן אוטומטי גששים בזמן שאתה גולש ברשת. אז התחל לגלוש קצת כדי ללמד את Badger שלך.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "אנא הוסף תחום או כתובת תקפים.", "description": "" }, "donate_to_eff": { "message": "תרום אל EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "עזור לנו ע\"י תרומה ושיתוף של תמיכתך בכלים שלנו", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "לא חוסם פרסומות, אני שונה", "description": "Intro page paragraph heading." }, "report_success": { "message": "תודה! נחקור זאת לעומק.", "description": "" }, "dnt_tooltip": { "message": "תחום זה מבטיח לא לעקוב אחריך.", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "חסימת תחום זה ידועה בתור שוברת אתרים", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "לחץ כדי להחזיר שליטה בתחום זה אל Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "הקטע הבא", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "אנא ספר לנו על השגיאה הבאה:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "נהל נתונים", "description": "This is an options page tab heading." }, "report_title": { "message": "דווח על שגיאה", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "לדוגמה www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "לחץ כאן כדי למנוע מתחום זה להשתמש בעוגיות", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "חסום", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "מנע מן WebRTC להדליף כתובת IP מקומית *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger לומד באופן אוטומטי לחסום גששים בלתי נראים. קח דקה כדי לראות כיצד.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "מה לא בסדר?", "description": "" }, "popup_instructions_no_trackers": { "message": "גששים לא התגלו. הידד לפרטיות!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "תחומי מעקב", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "שתף ב־Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "למד כיצד Privacy Badger מגן על פרטיותך.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "הורד", "description": "" }, "import": { "message": "ייבא", "description": "" }, "options_hide_social_widgets": { "message": "אל תחליף את היישומונים הבאים:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "אפשר החלפת יישומונים", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "הראה תחומים שנראה כי אינם עוקבים אחריך", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** איפשור למידה בחלונות פרטיים או בחלונות עילום שם עלול להותיר עקבות של היסטוריה של גלישה פרטית. כברירת מחדל, Privacy Badger יחסום גששים שהוא כבר יודע עליהם בחלונות פרטיים או בחלונות עילום שם, אבל הוא לא ילמד על גששים חדשים. ייתכן שתרצה לאפשר אפשרות זו אם חלק גדול של הגלישה שלך מתרחש בחלונות פרטיים או בחלונות עילום שם.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "הגש שגיאה", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ מותר", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "מה הוא Privacy Badger?", "description": "" }, "options_domain_search": { "message": "חפש תחומים:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "למד בחלונות פרטיים או בחלונות עילום שם **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "הראה ספירה של גששים", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "מה הוא גשש?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "אנא אל תשכח ללחוץ על 'האם Privacy Badger שבר אתר זה'. אנו מכבדים את פרטיותך כך שלא נשלח דוחות אוטומטיים.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "אפשרויות Privacy Badger", "description": "" }, "report_terms": { "message": "זה ישלח באופן אוטומטי את המידע הבא אל EFF: האתר שאתה כרגע מבקר בו, גרסת הדפדפן שלך, הגרסה של Privacy Badger והמצב של כל המחוונים עבור אתר זה.", "description": "" }, "intro_learns": { "message": "לומד בעודך גולש", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "אתרים מושבתים", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "אפשר את Privacy Badger עבור אתר זה", "description": "" }, "options_domain_type_filter": { "message": "סנן לפי סוג:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "רשימת גששים והגדרות עודכנו בהצלחה!", "description": "" }, "export_user_data": { "message": "ייצא נתוני משתמש", "description": "" }, "manage_data_intro": { "message": "יבוא נתוני משתמש:
  • דריסת הגדרות כלליות
  • שילוב רשימות של אתרים מושבתים
  • שילוב מידע על אילו גששים Privacy Badger ראה
  • דריסת התאמות אישיות של מחוונים
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "אפס", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "אפס תחומי מעקב", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "איפוס תחומי מעקב:\n\n • ימחק את כל הנתונים על גששים אשר Privacy Badger למד מגלישתך \n • ישחזר את רשימת תחומי המעקב אל הרשימה הקדם־מאומנת (בקר בכתובת www.eff.org/badger-pretraining כדי ללמוד עוד)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "הסר הכל", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "הסר את כל תחומי המעקב", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "הסרת כל תחומי המעקב:\n\n • תמחק את כל מה ש־Privacy Badger יודע על גששים\n • תיגרום אל Privacy Badger לא לחסום שום דבר עד שיהיה לו סיכוי ללמוד את זה שוב מגלישתך", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "אתה מוגן כעת על ידי Privacy Badger. כדי ללמוד כיצד Privacy Badger עובד, לחץ למטה עבור הדרכה זריזה.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC יכול להדליף את כתובת ה־IP המקומית שלך. שים לב שאיפשור אפשרות זו עלול להפחית ביצועים על יישומי ועידת רשת כמו Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "הגדרות כלליות", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "צא לסיור", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "לחץ כאן כדי לחסום לגמרי תחום זה", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "גרסה $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "עוגיות חסומות מן $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "תופס גששים ערמומיים", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "חסום-חלקית", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "אני מבין; אנא הראה לי את רשימת תחומי המעקב בכל זאת", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "תודה על התקנת Privacy Badger!", "description": "" }, "import_select_file": { "message": "אנא בחר קובץ לייבא.", "description": "" }, "popup_blocked": { "message": "אין משאבי צד שלישי באתר זה.", "description": "" }, "report_broken_site": { "message": "האם Privacy Badger שבר את האתר הזה? יידע אותנו!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "מרכז את המחוון כדי לחסום עוגיות", "description": "" }, "intro_beyond_ads_paragraph": { "message": "מעקב בלתי נראה קורה בכל מיני דרכים; פרסומות הן הקצה הנראה של הקרחון. Privacy Badger שולח את האות אל תעקוב (DNT) אל גששים כדי לומר להם לא לעקוב אחריך. אם הם מתעלמים מבקשותיך, Privacy Badger שלך ילמד לחסום אותם—בין אם הם מפרסמים או גששים מסוגים אחרים.", "description": "Intro page paragraph." }, "report_close": { "message": "סגור", "description": "" }, "import_user_data": { "message": "ייבא נתוני משתמש", "description": "" }, "options_domain_filter_dnt": { "message": "תואם-DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "עזרה", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "מותר", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "פרטיות היא קבוצת ספורט!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "אינך אמור להיות צריך לשנות שום דבר כאן.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "הכל", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "בטל", "description": "" }, "tooltip_block": { "message": "הזז את המחוון שמאלה כדי לחסום תחום", "description": "" }, "options_enable_dnt_checkbox": { "message": "שלח אל אתרים את האות \"אל תעקוב\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "נשלט-משתמש", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger מושבת באתרים הבאים. זה אומר כי Privacy Badger לא יחסום שום דבר כאשר תבקר באתרים הכתובים למטה.

אם אתה חושב כי Privacy Badger שובר עמוד, אתה יכול להקליד את תחום האתר ההוא בתיבה למטה וללחוץ על הכפתור \"הוסף תחום\".

לחלופין, כאשר לשונית העמוד כבר נבחרה, אתה יכול פשוט ללחוץ על הכפתור של Privacy Badger בסרגל הכלים של הדפדפן ואז ללחוץ על הכפתור \"השבת\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger גילה $COUNT$ $TRACKER_LINK_START$גששים$TRACKER_LINK_END$ פוטנציאליים בעמוד זה. אינך צריך לכוונן את המחוונים אלא אם משהו שבור.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "מיזם של Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "הוסף תחום", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger גילה תחום מעקב פוטנציאלי אחד עד כה.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "הזז את המחוון ימינה כדי להתיר תחום", "description": "" }, "popup_disable_for_site": { "message": "השבת את Privacy Badger עבור אתר זה", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger גילה גשש פוטנציאלי בעמוד זה. אינך צריך לכוונן את המחוון אלא אם משהו שבור.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "לחץ כאן כדי להתיר תחום זה", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Badger שלך לומד באופן מקומי על המכשיר שלך. Privacy Badger לעולם לא ישתף נתונים על גלישתך אלא אם תבחר לשתף אותם.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger גילה $COUNT$ $TRACKER_LINK_START$תחומי מעקב$TRACKER_LINK_END$ פוטנציאליים עד כה.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger מתחיל לחסום ברגע שהוא רואה את אותו גשש בשלושה אתרים שונים. שלוש פגיעות והוא בחוץ! אם אתה משתמש בכליי פרטיות אחרים או בחוסמי פרסומות, Privacy Badger ילמד פחות, אבל זה בסדר, הוא עשוי לתפוס דברים שהחוסמים האחרים שלך פיספסו.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "סנן לפי מעמד:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "תאר בקצרה את השגיאה למטה.", "description": "" }, "remove_button": { "message": "הסר נבחרים", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "כאשר אתה משתמש ב־Privacy Badger אתה מצטרף אל Electronic Frontier Foundation ואל מיליוני משתמשים אחרים בלחימה למען פרטיות. אנחנו ארגון ללא מטרות רווח הנלחם על זכויותיך באופן מקוון. תודה שהצטרפת אלינו!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "כדי לשלול תחומים, הוסף בראש אל מונח החיפוש שלך \"-\". לדוגמה, \".co -.com\" יראה תחומי .co ותחומי .co.uk אבל לא תחומי .com", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "אם אתה חושב כי Privacy Badger שובר עמוד (סרטון לא מתנגן, לדוגמה), אתה יכול ללחוץ על הכפתור 'השבת' כדי לכבות את Privacy Badger עבור אותו אתר.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "מדיניות פרטיות", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger לא גילה תחומי מעקב עדין. המשך לגלוש!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "תיאור", "description": "" }, "not_yet_blocked_header": { "message": "Badger שלך לא למד עדין לחסום תחומים אלו", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "הראה תחומים אשר Badger שלך לא למד עדין לחסום:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "לא נראה שהתחומים למטה עוקבים אחריך", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "אפשרויות", "description": "" }, "share_button_title_facebook": { "message": "שתף ב־Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger לומד באופן אוטומטי לחסום גששים בלתי נראים.", "description": "" }, "report_fail": { "message": "אופס. משהו השתבש.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger החליף כפתור $BUTTON$ זה.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "התר פעם אחת", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "סינכרון ענן:
  • דורש סינכרון Firefox/Chrome
  • העלאה דורסת נתונים קיימים כלשהם של Privacy Badger בענן
  • הורדה משלבת את רשימות האתרים בהם Badger שלך מושבת
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "העלה", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "ייצא אתרים מושבתים אל ענן", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "ייבא אתרים מושבתים מענן", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "נתוני ענן יובאו בהצלחה.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "נתוני ענן לא יכלו לרדת.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "נתוני ענן הועלו בהצלחה.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "נתוני ענן לא יכלו להיעלות.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "אין נתוני ענן להוריד.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "ספר לחבריך", "description": "Title of the share overlay." }, "popup_share_button": { "message": "שתף", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger מצא $COUNT$ גששים פוטנציאליים על $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) הוא הרחבת דפדפן אשר לומדת באופן אוטומטי לחסום גששים בלתי נראים. Privacy Badger נוצר על ידי Electronic Frontier Foundation, ארגון ללא מטרות רווח שנלחם על זכויותיך באופן מקוון.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "העתק ללוח עריכה", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "הועתק", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "אין מה לעשות בדף זה", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger אינו עובד על עמודים מיוחדים כמו זה. נסה לגלוש במקום כלשהו אחר.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger מושבת באתר זה", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "החלפת יישומונים", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "בעת חסימת כפתורים חברתיים ויישומונים שימושיים פוטנציאלים אחרים (סרטון, שמע, תגובות), Privacy Badger יכול להחליף אותם בממלאי מקום של לחץ־כדי־לשפעל.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/it/000077500000000000000000000000001362331047300212555ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/it/messages.json000066400000000000000000000764411362331047300237730ustar00rootroot00000000000000{ "badger_status_block": { "message": "Bloccato $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "File JSON non valido.", "description": "" }, "options_remove_origin_confirm": { "message": "Sei sicuro di voler rimuovere questo dominio da Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Nessun tracciamento da $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Al momento Privacy Badger sta controllando esclusivamente se terze parti stanno usando dei cookie, local storage HTML5 o il canvas fingerprinting per tracciare la navigazione. Alcuni di questi domini potrebbero utilizzare metodi di tracciamento che Privacy Badger non è in grado rilevare.", "description": "" }, "options_dnt_policy_setting": { "message": "Controlla se i domini di terze parti rispettano la politica Do Not Track della EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Più navighi con Privacy Badger, più ti proteggerà. Il tuo tasso non sta bloccando ancora nulla? Tutto a posto! Invece di tenere liste di cose da bloccare, Privacy Badger scopre automaticamente i tracker mentre navighi in rete. Quindi inizia a navigare un po' per istruire il tuo tasso.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Inserisci un dominio o URL valido.", "description": "" }, "donate_to_eff": { "message": "Dona alla EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Aiutaci donando e offrendo il tuo supporto per i nostri strumenti", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Non un ad-blocker, sono diverso", "description": "Intro page paragraph heading." }, "report_success": { "message": "Grazie! Indagheremo a fondo.", "description": "" }, "dnt_tooltip": { "message": "Questo dominio si impegna a non tracciarti", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "prossima sezione", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Scrivici riguardo il seguente errore:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gestione dati", "description": "This is an options page tab heading." }, "report_title": { "message": "Segnala un errore", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "es. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Clicca qui per bloccare questo dominio dalle impostazioni dei cookie", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "bloccati", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Impedisci a WebRTC di rivelare l'indirizzo IP locale *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger impara automaticamente a bloccare i tracker invisibili. Prenditi un minuto per vedere come.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Cosa c'è che non va?", "description": "" }, "popup_instructions_no_trackers": { "message": "Nessun tracker rilevato. Urrà per la privacy!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Domini Traccianti", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Condividi su Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Scopri come Privacy Badger protegge la tua privacy.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Scarica", "description": "" }, "import": { "message": "Importa", "description": "" }, "options_hide_social_widgets": { "message": "Non sostituire i seguenti widget:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Attiva sostituzione dei widget", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Mostra i domini che non sembra ti stiano tracciando", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** L'attivazione dell'apprendimento nelle finestre Private/Incognito potrebbe lasciare tracce nel computer della tua cronologia privata. Normalmente, nelle finestre Private/Incognito Privacy Badger blocca i tracker che conosce già, ma non ricorderà quelli nuovi. Potresti volere attivare questa opzione se navighi spesso utilizzando le finestre Private/Incognito.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Invia errore", "description": "" }, "badger_status_allow": { "message": "Permesso $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Cos'è Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Cerca domini:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Apprendi nelle finestre Private/Incognito **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Mostra numero di tracker", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Cos'è un tracker?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Non dimenticare di cliccare 'Privacy Badger ha dato problemi a questo sito'. Rispettiamo la tua privacy, quindi non inviamo segnalazioni automatiche.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Opzioni di Privacy Badger", "description": "" }, "report_terms": { "message": "Verranno inviate automaticamente le seguenti informazioni alla EFF: il sito che stai visitando, la versione del browser, la versione di Privacy Badger e lo stato di tutti i pulsanti per questo sito.", "description": "" }, "intro_learns": { "message": "Impara mentre navighi", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Siti disattivati", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Attiva Privacy Badger per questo sito", "description": "" }, "options_domain_type_filter": { "message": "Filtra per tipo:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Lista di tracker e impostazioni aggiornate correttamente!", "description": "" }, "export_user_data": { "message": "Esporta dati utente", "description": "" }, "manage_data_intro": { "message": "Importazione dati utente:
  • Sovrascrive impostazioni generali
  • Combina liste di siti disattivati
  • Combina informazioni su quali tracker ha visto Privacy Badger
  • Sovrascrive le scelte dei pulsanti
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Ripristina", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Ripristina domini traccianti", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Il ripristino dei domini traccianti causa:\n\n • L'eliminazione di tutti i dati sui tracker che Privacy Badger ha imparato dalla tua navigazione\n • Il ripristino dell'elenco dei domini traccianti all'ultimo elenco pre-istruzione (visita www.eff.org/badger-pretraining per altre info)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Rimuovi tutto", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Rimuovi tutti i domini traccianti", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "La rimozione di tutti i domini traccianti causa:\n\n • L'eliminazione di tutto ciò che Privacy Badger sa sui tracker\n • Privacy Badger non bloccherà nulla finchè non ha avuto la possibilità di re-imparare dalla tua navigazione", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Ora sei protetto da Privacy Badger. Per conoscere il funzionamento del programma, cliccare sotto per una breve guida.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC può rivelare il tuo indirizzo IP locale. Nota che attivare questa opzione potrebbe incidere sulle prestazioni con app di conferenze web come Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Impostazioni generali", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Fai un giro", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Clicca qui per bloccare completamente questo dominio", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versione $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookie bloccati da $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Cattura i tracker subdoli", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "parzialmente bloccati", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Ho capito; mostrami comunque l'elenco dei domini traccianti", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Grazie per aver installato Privacy Badger!", "description": "" }, "import_select_file": { "message": "Seleziona un file da importare.", "description": "" }, "popup_blocked": { "message": "Non ci sono risorse di terze parti su questo sito.", "description": "" }, "report_broken_site": { "message": "Privacy Badger ha dato problemi a questo sito? Faccelo sapere!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Sposta il pulsante al centro per bloccare i cookie", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Il tracciamento invisibile ha molte forme; le pubblicità sono solo la punta visibile dell'iceberg. Privacy Badger invia il segnale Do Not Track ai tracker dicendo loro di non tracciarti. Se ignorano la tua scelta, il tuo tasso imparerà a bloccarli—che siano inserzionisti o tracker di altro tipo.", "description": "Intro page paragraph." }, "report_close": { "message": "Chiudi", "description": "" }, "import_user_data": { "message": "Importa dati utente", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-compatibili", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Aiuto", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permessi", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "La privacy è un gioco di squadra!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Non dovresti aver bisogno di modificare nulla qui.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "tutti", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Annulla", "description": "" }, "tooltip_block": { "message": "Sposta il pulsante a sinistra per bloccare un dominio", "description": "" }, "options_enable_dnt_checkbox": { "message": "Invia ai siti il segnale \"Do Not Track\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "utente-dipendenti", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger è disattivato nei seguenti siti. Ciò significa che Privacy Badger non bloccherà nulla mentre visiti i siti elencati qui.

Se pensi che con Privacy Badger non funzioni bene una pagina, puoi digitare il dominio di quella pagina nella casella sotto e cliccare il pulsante \"Aggiungi dominio\".

Altrimenti, quando la scheda della pagina è selezionata, puoi cliccare il pulsante di Privacy Badger nella barra degli strumenti e poi cliccare il pulsante \"Disattiva\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger ha rilevato $COUNT$ potenziali $TRACKER_LINK_START$tracker$TRACKER_LINK_END$ in questa pagina. Non dovresti avere bisogno di regolare i pulsanti a meno che qualcosa non funzioni correttamente.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Un progetto della Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Aggiungi dominio", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger ha finora rilevato un potenziale dominio tracciante.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Spostare il pulsante a destra per consentire un dominio", "description": "" }, "popup_disable_for_site": { "message": "Disattiva Privacy Badger per questo sito", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger ha rilevato un potenziale tracker in questa pagina. Non dovresti avere bisogno di regolare il pulsante a meno che qualcosa non funzioni correttamente.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Clicca qui per permettere questo dominio", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Il tuo tasso impara localmente sul tuo dispositivo. Privacy Badger non condivide MAI i tuoi dati di navigazione a meno che non lo scegli.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Sono stati rilevati $COUNT$ potenziali $TRACKER_LINK_START$domini traccianti$TRACKER_LINK_END$ finora.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger inizia a bloccare una volta visto lo stesso tracker su tre siti diversi. Tre colpi ed è fuori! Se usi altri strumenti per la privacy o blocchi di pubblicità, Privacy Badger imparerà meno, ma va bene, potrebbe rilevare cose che gli altri strumenti perdono.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtra per stato:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Descrivi brevemente l'errore qui sotto.", "description": "" }, "remove_button": { "message": "Rimuovi selezionati", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Quando usi Privacy Badger ti unisci alla Electronic Frontier Foundation e a milioni di altri utenti nella lotta per la privacy. Siamo senza scopo di lucro e combattiamo per i diritti nella rete. Grazie per la partecipazione!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Per escludere domini, apponi al termine di ricerca il segno \"-\". Ad esempio, \".co -.com\" mostrerà i domini .co e .co.uk ma non .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Se pensi che Privacy Badger stia dando problemi a una pagina (ad esempio un video non si avvia), puoi cliccare il tasto 'Disattiva' per spegnere Privacy Badger in quel sito.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Politica sulla privacy", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger non ha ancora rilevato alcun dominio tracciante . Continua a navigare!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Descrizione", "description": "" }, "not_yet_blocked_header": { "message": "Il tuo tasso non ha ancora imparato a bloccare questi domini", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Mostra i domini che il tuo tasso non ha ancora imparato a bloccare:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "I domini sottostanti sembrano non tracciarti", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opzioni", "description": "" }, "share_button_title_facebook": { "message": "Condividi su Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger impara automaticamente a bloccare i tracker invisibili.", "description": "" }, "report_fail": { "message": "Ops. Qualcosa è andato storto.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger ha sostituito questo pulsante $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permetti una volta", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Sincronizzazione cloud:
  • Richiede Firefox/Chrome Sync
  • L'invio sovrascrive qualsiasi dato di Privacy Badger nel cloud
  • Lo scaricamento combina gli elenchi di siti dove il tuo tasso è disattivato
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Invia", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Esporta nel cloud i siti disattivati", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importa dal cloud i siti disattivati", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Dati cloud importati con successo.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Impossibile scaricare i dati cloud.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Dati cloud inviati con successo.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Impossibile inviare i dati cloud.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Nessun dato cloud da scaricare.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Dillo ai tuoi amici", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Condividi", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger ha trovato $COUNT$ potenziali tracker su $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) è un'estensione del browser che impara automaticamente a bloccare i tracker invisibili. Privacy Badger è creato da Electronic Frontier Foundation, un'organizzazione senza scopo di lucro che combatte per i tuoi diritti nella rete.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copia negli appunti", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copiato", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Niente da fare in questa pagina", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger non funziona in pagine speciali come questa. Prova a navigare altrove.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger è disattivato in questo sito", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Sostituzione dei widget", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Quando vengono bloccati i pulsanti social ed altri widget possibilmente utili (video, audio, commenti), Privacy Badger li può sostituire con segnaposto clicca-per-attivare.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/ko/000077500000000000000000000000001362331047300212525ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/ko/messages.json000066400000000000000000001022701362331047300237560ustar00rootroot00000000000000{ "badger_status_block": { "message": "차단된 $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "유효하지 않은 JSON 파일", "description": "" }, "options_remove_origin_confirm": { "message": " Privacy Badger로부터 이 도메인을 제거합니까?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "추적되지 않는 $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "현재 Privacy Badger는 검색 추적을 위해 제3자가 쿠키, HTML5 로컬 스토리지 또는 캔버스 지문 채취를 사용하는 경우에만 검사합니다. 이러한 도메인 중 일부는 Privacy Badger가 감지할 수 없는 추적 방법을 사용하고 있을 수 있습니다.", "description": "" }, "options_dnt_policy_setting": { "message": "제 3자 도메인EFF의 추적 금지 정책을 준수하는지 확인합니다.", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Privacy Badger와 오래 검색할수록 더 잘 보호받을 수 있습니다. 아직 Badger가 아무것도 막지 않았습니까? 괜찮습니다! 차단할 항목의 목록을 보관하는 대신, Privacy Badger는 당신이 웹을 검색할 때 추적자를 자동으로 발견합니다. 그러니 오소리를 학습시키기 위해 조금 탐색하세요.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "유효한 도메인 또는 URL을 추가하세요.", "description": "" }, "donate_to_eff": { "message": "EFF에게 기부", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "기부 또는 툴에 대한 지원을 공유함으로써 저희를 도와주세요.", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "저는 ad blocker와는 다릅니다.", "description": "Intro page paragraph heading." }, "report_success": { "message": "감사합니다! 원인을 밝혀내겠습니다.", "description": "" }, "dnt_tooltip": { "message": "이 도메인은 당신을 추적하지 않습니다.", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "다음 섹션", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "다음 오류에 대해 말씀해 주세요:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "데이터 관리", "description": "This is an options page tab heading." }, "report_title": { "message": "오류 보고", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "예시, www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "이 도메인의 쿠키 설정을 차단하려면 여기를 클릭하세요.", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "차단", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "WebRTC가 로컬 IP 주소를 유출하지 못하도록 합니다. *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger는 자동으로 보이지 않는 추적기를 차단하는 방법을 배웁니다. 잠시 시간을 내서 어떻게 동작하는지 알아보세요.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "무슨 문제가 있나요?", "description": "" }, "popup_instructions_no_trackers": { "message": "추적기가 발견되지 않았습니다. 프라이버시를 위하여!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "추적 도메인", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "트위터에 공유", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Privacy Badger가 개인 정보를 보호하는 방법에 대해 알아봅니다.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "다운로드", "description": "" }, "import": { "message": "가져오기", "description": "" }, "options_hide_social_widgets": { "message": "다음 위젯을 교체하지 마세요:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "위젯 교체를 사용하도록 설정합니다.", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "사용자를 추적하지 않는 것으로 보이는 도메인을 표시합니다.", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Private/Incognito 창에서 학습을 활성화하면 컴퓨터에 개인 검색 기록을 남길 수 있습니다. 기본적으로 Privacy Badger는 Private/Incognito 창에서 이미 알고 있는 추적기를 차단하지만 새로운 추적기에 대해서는 학습하지 않습니다. Private/Incognito 창에서 많은 검색이 발생하는 경우 이 옵션을 사용하도록 설정할 수 있습니다.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "오류 보고", "description": "" }, "badger_status_allow": { "message": "허용된 $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Privacy Badger란?", "description": "" }, "options_domain_search": { "message": "도메인 검색:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Private/Incognito 창에서 학습합니다. **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "추적기의 수를 표시합니다.", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "추적기란?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "'Privacy Badger가 이 사이트를 파손했습니까?'를 클릭하는 것을 잊지 마세요. 우리는 당신의 프라이버시를 존중합니다. 그래서 우리는 자동으로 보고서를 보내지 않습니다.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger 옵션", "description": "" }, "report_terms": { "message": "현재 방문 중인 사이트, 브라우저 버전, Privacy Badger 버전 및 이 사이트의 모든 슬라이더 상태가 자동으로 EFF로 전송됩니다.", "description": "" }, "intro_learns": { "message": "검색하면서 학습합니다.", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "비활성화 사이트", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "이 사이트에 대해 Privacy Badger를 사용하도록 설정합니다.", "description": "" }, "options_domain_type_filter": { "message": "유형별 필터:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "추적기목록 및 설정이 성공적으로 업데이트 되었습니다!", "description": "" }, "export_user_data": { "message": "사용자 데이터 내보내기", "description": "" }, "manage_data_intro": { "message": "사용자 데이터 가져오기:
  • 일반 설정을 덮어씁니다.
  • 차단된 사이트의 목록을 결합합니다.
  • Privacy Badger가 찾은 추적기정보를 결합합니다.
  • 사용자 지정 슬라이더를 덮어씁니다.
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "초기화", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "추적 도메인 초기화", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "추적 도메인을 초기화하면\n\n • Privacy Badger가 검색을 통해 학습한 추적기에 대한 모든 데이터를 삭제합니다.\n • 추적 도메인 목록을 최신 사전 훈련된 목록으로 복원합니다(자세한 내용은 www.eff.org/badger-pretraining 참조)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "모두 제거", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "추적 도메인 모두 제거", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "추적 도메인을 모두 제거하면\n\n • Privacy Badger가 추적기에 대해 알고 있는 모든 데이터를 삭제합니다.\n • Privacy Badger가 검색을 통해서 다시 학습할 때까지 아무것도 차단하지 않습니다.", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "이제 Privacy Badger의 보호를 받습니다. Privacy Badger의 동작 방식을 알아보려면 아래를 클릭하여 간단한 튜토리얼을 확인하세요.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC에서 로컬 IP 주소가 유출될 수 있습니다. 이 옵션을 활성화하면 Google Hangouts와 같은 웹 회의 앱의 성능이 저하될 수 있습니다.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "일반 설정", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "알아보기", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "이 도메인을 완전히 차단하려면 여기를 클릭하세요.", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "버전 $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "$DOMAIN$로부터 차단된 쿠키", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "은밀한 추적기를 잡습니다.", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "부분적으로 차단", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "그래도 추적 도메인 목록을 확인하나요?", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Privacy Badger를 설치해 주셔서 감사합니다!", "description": "" }, "import_select_file": { "message": "가져올 파일을 선택하세요.", "description": "" }, "popup_blocked": { "message": "이 사이트에 제 3자 리소스가 없습니다.", "description": "" }, "report_broken_site": { "message": "Privacy Badger가 이 사이트를 파손했습니까? 우리에게 알려주세요!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "슬라이더를 중앙에 배치하여 쿠키를 차단합니다.", "description": "" }, "intro_beyond_ads_paragraph": { "message": "보이지 않는 추적은 모든 면에서 일어납니다; 광고는 빙산의 일각에 불과합니다. Privacy Badger는 추적기에게 추적 금지 신호를 보냅니다. 만약 추적기가 신호를 무시한다면 Privacy Badger는 광고주든 다른 종류의 추적기든 간에 그것을 막는 법을 학습합니다.", "description": "Intro page paragraph." }, "report_close": { "message": "닫기", "description": "" }, "import_user_data": { "message": "사용자 데이터 가져오기", "description": "" }, "options_domain_filter_dnt": { "message": "추적 금지에 순응", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "도움", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "허용", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "프라이버시는 팀 활동입니다!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "여기서 어떤 것도 수정할 필요가 없습니다.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "전체", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "취소", "description": "" }, "tooltip_block": { "message": "슬라이더를 왼쪽으로 이동하여 도메인을 차단합니다.", "description": "" }, "options_enable_dnt_checkbox": { "message": "웹사이트에 \"추적 금지 신호\"를 보냅니다.", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "사용자 정의", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger는 다음 사이트에서 비활성화됩니다. 즉, 여기에 나열된 사이트를 방문할 때 Privacy Badger는 아무 것도 차단하지 않습니다.

Privacy Badger가 페이지를 파손하고 있다고 생각되면 아래 상자에 해당 페이지의 도메인을 입력하고 \"도메인 추가\" 버튼을 클릭할 수 있습니다.

또한, 페이지 탭이 이미 선택되어 있을 때는 브라우저 툴바에서 Privacy Badger버튼을 클릭한 다음 \"이 사이트에 대해 Privacy Badger를 사용하지 않도록 설정\" 버튼을 클릭하기만 하면 됩니다.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger 가 이 페이지에서 $COUNT$ 잠재적인 $TRACKER_LINK_START$추적기$TRACKER_LINK_END$를 감지했습니다. 어떤 파손이 없는 한 슬라이더를 조정할 필요가 없습니다.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Electronic Frontier Foundation의 프로젝트입니다.", "description": "" }, "add_domain_button": { "message": "도메인 추가", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger가 지금까지 하나의 추적 도메인을 감지했습니다.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "슬라이더를 오른쪽으로 이동하여 도메인을 허용합니다.", "description": "" }, "popup_disable_for_site": { "message": "이 사이트에 대해 Privacy Badger를 사용하지 않도록 설정합니다.", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger가 이 사이트에서 잠재적인 추적기를 감지했습니다. 어떤 파손이 없는 한 슬라이더를 조정할 필요가 없습니다.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "이 도메인을 허용하려면 여기를 클릭하세요.", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Privacy Badger는 장치에서 로컬로 학습합니다. Privacy Badger는 사용자가 검색을 공유하도록 선택하지 않는 한 검색에 대한 데이터를 절대 공유하지 않습니다.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger가 지금까지 $COUNT$ 잠재적인 $TRACKER_LINK_START$추적 도메인$TRACKER_LINK_END$을 감지했습니다.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger는 세 개의 다른 웹 사이트에서 동일한 추적기를 보면 차단하기 시작합니다. 삼진 아웃이에요! 다른 개인 정보 보호 도구 또는 광고 차단기를 사용하는 경우 개인 정보 오소리는 덜 학습하지만 괜찮습니다. 다른 차단기가 놓친 내용을 포착할 수 있습니다.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "상태별 필터:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "아래에 오류에 대해서 간략하게 설명해주세요.", "description": "" }, "remove_button": { "message": "제거", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Privacy Badger를 사용하면 개인 정보 보호를 위해 Electronic Frontier Foundation및 수백만 명의 다른 사용자와 함께합니다. 우리는 온라인에서 당신의 권리를 위해 싸우는 비영리 단체입니다. 참여해 주셔서 감사합니다!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "도메인을 제외하려면 검색어를 \"-\"로 미리 입력합니다. 예를 들어 \".co -.com\"에는 .co 및 .co.uk이 표시되지만 .com 도메인은 표시되지 않습니다.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Privacy Badger가 페이지를 파손하고 있다고 생각되면 (예를 들어 비디오가 재생되지 않는 등) ‘이 사이트에 대해 Privacy Badger를 사용하지 않도록 설정’ 버튼을 클릭하여 해당 사이트에 대한 Privacy Badger를 해제할 수 있습니다.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "개인 정보 보호 정책", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger가 아직 추적 도메인을 감지하지 못했습니다. 계속 탐색하세요!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "설명", "description": "" }, "not_yet_blocked_header": { "message": "Privacy Badger가 아직 이 도메인을 차단하는 법을 학습하지 못했습니다.", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Privacy Badger가 아직 차단하는 법을 학습하지 못한 도메인:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "아래 도메인은 사용자를 추적하는 것 같지 않습니다.", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "옵션", "description": "" }, "share_button_title_facebook": { "message": "페이스북에 공유", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger는 자동으로 보이지 않는 추적기를 차단하는 법을 학습합니다.", "description": "" }, "report_fail": { "message": "앗, 뭔가 잘못됐어요.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger가 이 $BUTTON$버튼을 대체했습니다.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "한 번 허용", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "클라우드 동기화:
  • Firefox/Chrome 동기화가 필요합니다.
  • 업로드는 클라우드에 있는 기존의 모든 Privacy Badger 데이터를 덮어씁니다.
  • 다운로드는 Privacy Badger를 사용할 수 없는 사이트 목록을 결합합니다.
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "업로드", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "클라우드로 비활성화 사이트 내보내기", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "클라우드에서 비활성화 사이트 가져오기", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "클라우드 데이터를 성공적으로 가져왔습니다.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "클라우드 데이터를 다운로드할 수 없습니다.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "클라우드 데이터가 성공적으로 업로드 되었습니다.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "클라우드 데이터를 업로드할 수 없습니다.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "다운로드할 클라우드 데이터가 없습니다.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "당신의 친구들에게 추천하세요.", "description": "Title of the share overlay." }, "popup_share_button": { "message": "공유", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger가 $COUNT$ 잠재적인 추적기를 $DOMAIN$에서 찾았습니다:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger)는 보이지 않는 추적기를 자동으로 차단하는 방법을 학습하는 브라우저 확장 기능입니다. Privacy Badger는 온라인에서 당신의 권리를 위해 싸우는 비영리 단체인 Electronic Frontier Foundation에서 만들어졌습니다.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "클립보드에 복사", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "복사됨", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "이 페이지에서 할 일이 없습니다.", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger는 이러한 특수 페이지에서는 동작하지 않습니다. 다른 곳을 찾아보세요.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "위젯 교체", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "소셜 버튼 및 기타 잠재적으로 유용한 (비디오, 오디오, 댓글) 위젯을 차단할 때 Privacy Badger는 이를 클릭하여 활성화하는 플레이스홀더로 대체할 수 있습니다.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/nl/000077500000000000000000000000001362331047300212525ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/nl/messages.json000077500000000000000000000771141362331047300237710ustar00rootroot00000000000000{ "badger_status_block": { "message": " $DOMAIN$ geblokkeerd", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Ongeldig JSON-bestand.", "description": "" }, "options_remove_origin_confirm": { "message": "Weet u zeker dat u dit domein van Privacy Badger wilt verwijderen?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Geen tracking voor $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Momenteel controleert Privacy Badger alleen of derde partijen cookies, HTML5 lokale opslag of canvas fingerprinting gebruiken om uw surfgedrag te volgen. Sommige van deze domeinen gebruiken wellicht trackingmethoden die Privacy Badger (nog) niet detecteert.", "description": "" }, "options_dnt_policy_setting": { "message": "Controleer of domeinen van derde partijen voldoen aan het Niet Volgen-beleid (Do Not Track) van het EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Hoe langer u surft met Privacy Badger, hoe beter het u beschermt. Blokkeert uw Badger nog niets? Geen probleem! In plaats van een lijst met blokkades bij te houden ontdekt Privacy Badger automatisch trackers terwijl u op internet surft. Dus begin met surfen om uw Badger te laten leren.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Voeg een geldig domein of URL toe.", "description": "" }, "donate_to_eff": { "message": "Aan EFF doneren", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Help ons door te doneren en uw steun voor onze hulpprogramma's te delen", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Geen advertentieblokkade, ik ben anders", "description": "Intro page paragraph heading." }, "report_success": { "message": "Bedankt voor uw inzet! We gaan dit verder uitzoeken.", "description": "" }, "dnt_tooltip": { "message": "Dit domein belooft u niet te volgen", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Het staat bekend dat door het blokkeren van dit domein sommige websites niet langer goed werken", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Klik om controle voor dit domein terug te geven aan Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "volgende onderdeel", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Vertel ons over de onderstaande fout:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gegevens beheren", "description": "This is an options page tab heading." }, "report_title": { "message": "Een fout melden", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "bv. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Klik hier om cookies van dit domein te blokkeren", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "geblokkeerd", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Voorkom dat WebRTC het lokale IP-adres lekt *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger leert automatisch onzichtbare trackers te blokkeren. Neem even de tijd om te zien hoe het werkt.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Wat ging er mis?", "description": "" }, "popup_instructions_no_trackers": { "message": "Er zijn geen trackers gedetecteerd. Hoera voor privacy!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Trackingdomeinen", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Op Twitter delen", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Leer meer over hoe Privacy Badger uw privacy beschermt.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Downloaden", "description": "" }, "import": { "message": "Importeren", "description": "" }, "options_hide_social_widgets": { "message": "De volgende widgets niet vervangen:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Widgets vervangen inschakelen", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Geef domeinen weer welke u niet lijken te volgen", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Als u leren in incognitovensters inschakelt kunnen er sporen van uw privé browsegeschiedenis op uw computer achterblijven. Standaard blokkeert Privacy Badger wel bekende trackers in incognitovensters, maar leert het niets over nieuwe trackers. U kunt deze optie inschakelen als u veel gebruik maakt van incognitovensters.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Foutmelding indienen", "description": "" }, "badger_status_allow": { "message": "Toegestaan $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Wat is Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Zoek domeinen:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Leer in incognitovensters **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Geef het aantal geblokkeerde trackers weer", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Wat is een tracker?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Vergeet niet op 'Een website melden die niet meer werkt' te klikken. Om uw privacy te respecteren verzenden we geen automatische meldingen.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger-opties", "description": "" }, "report_terms": { "message": "De volgende informatie wordt automatisch naar EFF verzonden: de huidige website, de versie van uw browser, de versie van Privacy Badger en de stand van de schuifbalkjes voor de huidige website.", "description": "" }, "intro_learns": { "message": "Leert tijdens het surfen", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Uitgeschakelde websites", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Privacy Badger inschakelen op deze website", "description": "" }, "options_domain_type_filter": { "message": "Op type filteren:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Trackerlijst en instellingen zijn succesvol bijgewerkt!", "description": "" }, "export_user_data": { "message": "Exporteer gebruikersgegevens", "description": "" }, "manage_data_intro": { "message": "Gebruikersgegevens importeren:
  • Overschrijft algemene instellingen
  • Combineert lijsten van uitgeschakelde sites
  • Combineert informatie over welke trackers Privacy Badger heeft gevonden
  • Overschrijft aanpassingen aan schuifbalkjes
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Herstellen", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Trackingdomeinen herstellen", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Het herstellen van trackingdomeinen zal:\n\n • De gegevens van alle trackers verwijderen die Privacy Badger op basis van uw surfgedrag kent.\n • De lijst met trackingdomeinen terugzetten naar de laatste standaardlijst (bezoek www.eff.org/badger-pretraining voor meer informatie).", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Alles verwijderen", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Alle trackingdomeinen verwijderen", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Het verwijderen van alle trackingdomeinen zal:\n\n • Alles verwijderen wat Privacy Badger heeft geleerd over trackers.\n • Er voor zorgen dat Privacy Badger niets meer blokkeert totdat het de kans heeft gehad om opnieuw te leren uit uw surfgedrag.", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "U wordt nu beschermd door Privacy Badger. Om te leren hoe Privacy Badger werkt klikt u hieronder voor een kort overzicht.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC kan uw lokale IP-adres lekken. De prestaties van sommige programma's, zoals Google Hangouts, kunnen hierdoor verminderen.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Algemene instellingen", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Neem de rondleiding", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Klik hier om dit domein volledig te blokkeren", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versie $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookies geblokkeerd van $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Vangt stiekeme trackers", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "gedeeltelijk geblokkeerd", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Ik snap het; laat me de lijst met trackingdomeinen zien", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Bedankt voor het installeren van Privacy Badger!", "description": "" }, "import_select_file": { "message": "Kies een bestand om te importeren.", "description": "" }, "popup_blocked": { "message": "Er zijn geen bronnen van derden aanwezig op deze website.", "description": "" }, "report_broken_site": { "message": "Een website melden die niet meer werkt", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Zet het schuifbalkje in het midden om cookies te blokkeren", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Onzichtbare tracking gebeurt op allerlei manieren; advertenties zijn slechts het zichtbare topje van de ijsberg. Privacy Badger stuurt het Niet Volgen-signaal (Do Not Track) naar trackers om hen te verzoeken u niet te volgen. Als ze het verzoek negeren leert uw Badger ze te blokkeren, of ze nu adverteerders of andere soorten trackers zijn.", "description": "Intro page paragraph." }, "report_close": { "message": "Sluiten", "description": "" }, "import_user_data": { "message": "Importeer gebruikersgegevens", "description": "" }, "options_domain_filter_dnt": { "message": "voldoet aan DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Help", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "toegestaan", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Privacy is een teamsport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Het zou voor u niet nodig moeten zijn om hier iets aan te passen.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "alle", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Annuleren", "description": "" }, "tooltip_block": { "message": "Schuif de balk naar links om een domein te blokkeren", "description": "" }, "options_enable_dnt_checkbox": { "message": "Stuur websites het \"Niet volgen\"-signaal (Do Not Track)", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "ingesteld door gebruiker", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger is uitgeschakeld op de volgende websites. Dit betekent dat Privacy Badger niets zal blokkeren wanneer u de websites die hier staan bezoekt.

Als u denkt dat Privacy Badger een pagina verkeerd weergeeft, kunt u het domein van die pagina in het tekstvak hieronder typen en op de 'Domein toevoegen'-knop drukken.

U kunt ook als u de website open heeft staan op de Privacy Badger-knop klikken in de knoppenbalk en vervolgens klikken op 'Privacy Badger uitschakelen op deze website'.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger heeft $COUNT$ mogelijke $TRACKER_LINK_START$trackers$TRACKER_LINK_END$ gedetecteerd op deze webpagina. U hoeft de schuifbalkjes alleen aan te passen als er iets niet meer werkt.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Een project van de Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Domein toevoegen", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger heeft mogelijk een trackingdomein gedetecteerd.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Schuif de balk naar rechts om een domein toe te staan", "description": "" }, "popup_disable_for_site": { "message": "Privacy Badger uitschakelen op deze website", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger heeft mogelijk een tracker gedetecteerd op deze webpagina. U hoeft de schuifbalkjes alleen aan te passen als er iets niet meer werkt.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klik hier om dit domein toe te laten", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Uw Badger leert lokaal op uw apparaat. Privacy Badger zal NOOIT uw surfgedrag delen, tenzij u hiervoor kiest.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger heeft $COUNT$ mogelijke $TRACKER_LINK_START$trackingdomeinen$TRACKER_LINK_END$ gedetecteerd.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger begint met blokkeren zodra het dezelfde tracker op drie verschillende websites ziet. Drie slag en ze zijn uit! Als u andere privacyhulpmiddelen of advertentieblokkades gebruikt leert Privacy Badger minder, maar dat is OK, het kan wellicht dingen vangen die uw andere blokkades missen.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Op status filteren:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Omschrijf de fout in het kort.", "description": "" }, "remove_button": { "message": "Verwijder geselecteerde", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Wanneer u Privacy Badger gebruikt vecht u met de Electronic Frontier Foundation en miljoenen andere gebruikers in de strijd voor privacy. Wij zijn een organisatie zonder winstoogmerk die vecht voor uw online rechten. Bedankt voor het deelnemen!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Om domeinen uit te sluiten plaatst u een \"-\" voor uw zoekterm. \".co -.com\" geeft bijvoorbeeld .co- en .co.uk-domeinen weer, maar sluit .com-domeinen uit.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Als u vermoedt dat een webpagina niet meer werkt vanwege Privacy Badger (een video speelt bijvoorbeeld niet), dan kunt u op de knop 'Privacy Badger uitschakelen op deze website' klikken.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Privacybeleid", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger heeft nog geen trackingdomeinen gedetecteerd. Blijf browsen!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Omschrijving", "description": "" }, "not_yet_blocked_header": { "message": "Uw Badger heeft nog niet geleerd of deze domeinen geblokkeerd moeten worden", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Geef domeinen weer waarvan uw Badger nog niet heeft geleerd of ze geblokkeerd moeten worden:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "De onderstaande domeinen lijken u niet te volgen", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Instellingen", "description": "" }, "share_button_title_facebook": { "message": "Op Facebook delen", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger leert automatisch onzichtbare trackers te blokkeren.", "description": "" }, "report_fail": { "message": "Oeps. Er is iets misgegaan.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger heeft deze $BUTTON$-knop vervangen.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Eenmalig toestaan", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Synchroniseren met de cloud:
  • Vereist Firefox/Chrome Sync
  • Uploaden overschrijft bestaande gegevens van Privacy Badger in de cloud.
  • Downloaden combineert de lijsten van websites waar Privacy Badger is uitgeschakeld.
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Uploaden", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Uitgeschakelde websites exporteren naar de cloud", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Uitgeschakelde websites importeren vanuit de cloud", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Cloudgegevens succesvol geïmporteerd.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Cloudgegevens konden niet worden gedownload.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Cloudgegevens succesvol geüpload.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Cloudgegevens konden niet worden geüpload.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Geen cloudgegevens om te downloaden", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Vertel uw kennissen over Privacy Badger", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Delen", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger heeft $COUNT$ mogelijke trackers gevonden op $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) is een browserextensie die automatisch leert om onzichtbare trackers te blokkeren. Privacy Badger is gemaakt door de Electronic Frontier Foundation, een organisatie zonder winstoogmerk die vecht voor uw online rechten.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Kopiëren naar klembord", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Gekopieerd", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Er valt niets te doen op deze pagina", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger werkt niet op speciale pagina's zoals deze. Surf ergens anders heen om het daar te proberen.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is voor deze website uitgeschakeld", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widgets vervangen", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Wanneer socialemedia-knoppen en andere potentieel nuttige widgets worden geblokkeerd, dan kan Privacy Badger ze vervangen door klikken-om-te-activeren-plaatsvervangers.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/pl/000077500000000000000000000000001362331047300212545ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/pl/messages.json000066400000000000000000000770431362331047300237710ustar00rootroot00000000000000{ "badger_status_block": { "message": "Zablokowany $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Nieprawidłowy plik JSON.", "description": "" }, "options_remove_origin_confirm": { "message": "Czy na pewno chcesz usunąć tę domenę z Privacy Badgera?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Nie szpieguje $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Obecnie Privacy Badger sprawdza tylko czy strony trzecie używają ciasteczek, pamięci podręcznej HTML5 lub odcisku palca canvas, aby śledzić Twoją historię przeglądania. Niektóre z tych domen mogą śledzić metodami, których Privacy Badger nie potrafi wykryć.", "description": "" }, "options_dnt_policy_setting": { "message": "Sprawdź czy domeny stron trzecich są zgodne z polityką o nieszpiegowaniu EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Im dłużej przeglądasz z Privacy Badgerem, tym lepiej on Cię chroni. Czy Twój Badger do tej pory blokuje nic? Tak ma być! Zamiast opracowywać listę co blokować, Privacy Badger automatycznie odkrywa elementy śledzące podczas gdy Ty przeglądasz Sieć. Więc zacznij serfować, aby nauczyć Twojego Badgera.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Wprowadź poprawną domenę lub URL.", "description": "" }, "donate_to_eff": { "message": "Darowizna na EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Wspomóż nas poprzez dotacje bądź zaoferuj wsparcie dla naszych narzędzi", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Nie bloker reklam, jestem inny", "description": "Intro page paragraph heading." }, "report_success": { "message": "Dzięki! Zajmiemy się sprawą.", "description": "" }, "dnt_tooltip": { "message": "Ta domena obiecuje Ci nie szpiegować.", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Zablokowanie tej domeny może spowodować, że strony internetowe przestaną działać poprawnie", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Kliknij, aby Privacy Badger zdecydował za Ciebie jak obchodzić się z tą domeną", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "dalej", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Prosimy poinformować nas o następującym błędzie:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Zarządzaj danymi", "description": "This is an options page tab heading." }, "report_title": { "message": "Zgłoś problem", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "np. www.domena.com, *.domena.net, domena.pl", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Kliknij tutaj, aby uniemożliwić tej domenie ustawiać ciasteczka", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "zablokowane", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Zapobiegnij wyciekowi lokalnego IP przez WebRTC *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger automatycznie uczy się blokować niewidoczne śledziki. Poświęć minutę, aby dowiedzieć się jak.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Co się zepsuło?", "description": "" }, "popup_instructions_no_trackers": { "message": "Nie wykryto jakichkolwiek szpiegów. Niech żyje prywatność!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Szpiegujące domeny", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Udostępnij na Twitterze", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Więcej informacji o tym jak Privacy Badger chroni Twoją prywatność.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Pobierz", "description": "" }, "import": { "message": "Import", "description": "" }, "options_hide_social_widgets": { "message": "Nie zastępuj następujących widżetów:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Zastępuj widżety", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Wyświetla domeny, które chyba Cię nie szpiegują", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Włączenie nauki w trybie prywatnym może pozostawić ślady Twojego przeglądania prywatnego na komputerze. Domyślnie Privacy Badger będzie blokował już znane śledziki w oknach prywatnych, ale nie będzie uczył się na temat nowych. Możesz zmienić tę opcję, jeżeli dużo serfujesz w trybie prywatnym.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Zgłoś problem", "description": "" }, "badger_status_allow": { "message": "Odblokowany $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Czym jest Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Szukaj domen:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Ucz się w trybie prywatnym **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Wyświetl liczbę śledzików", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Czym jest szpieg/śledzik?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Nie zapomnij kliknąć „Czy Privacy Badger zepsuł tę stronę?”. Szanujemy Twoją prywatność, więc nie wysyłamy raportów automatycznie.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Ustawienia Privacy Badger", "description": "" }, "report_terms": { "message": "Następujące informacje zostaną automatycznie wysłane do EFF: odwiedzana strona, wersja przeglądarki, wersja Privacy Badgera i stan wszystkich suwaków na tej stronie.", "description": "" }, "intro_learns": { "message": "Uczy się, kiedy ty serfujesz", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Wyłączone strony", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Włącz Privacy Badger na tej stronie", "description": "" }, "options_domain_type_filter": { "message": "Filtruj wg rodzaju:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Pomyślnie zaimportowano ustawienia i listę szpiegów!", "description": "" }, "export_user_data": { "message": "Eksport danych użytkownika", "description": "" }, "manage_data_intro": { "message": "Import danych użytkownika:\n
    \n
  • nadpisze ogólne ustawienia
  • \n
  • połączy listy wykluczanych domen
  • \n
  • połączy informacje o znalezionych śledzikach
  • \n
  • nadpisze ustawienia suwaka
  • \n
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Reset", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Reset szpiegujących domen", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Reset szpiegujących domen spowoduje:\n\n • wymazanie wszystkich danych o śledzikach, których Privacy Badger nauczył się podczas Twojego serfowania\n • zastąpienie listy szpiegujących domen najnowszą listą początkową (przeczytaj www.eff.org/badger-pretraining aby dowiedzieć się więcej)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Usuń wszystko", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Usuń wszystkie szpiegujące domeny", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Usunięcie wszystkich szpiegujących domen spowoduje:\n\n • usunięcie wszystkiego, co Privacy Badger wie o śledzikach\n • że Privacy Badger nie będzie czegokolwiek zanim ponownie nie wyuczy się na podstawie Twojego przeglądania", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Jesteś obecnie ochroniony przez Privacy Badgera. Aby dowiedzieć się więcej o tym jak działa Privacy Badger, kliknij poniżej po krótki przewodnik.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC może ujawnić Twój lokalny adres IP. Zauważ, że może to zmniejszyć wydajność aplikacji do konferencji sieciowych, np. Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Ogólne ustawienia", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Wprowadzenie", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Kliknij tutaj, aby całkowicie zablokować tę domenę", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "wersja $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Zablokowano ciasteczka z $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Wyłapuje sprytne śledziki", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "częściowo zablokowane", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Tak, rozumiem, ale proszę wyświetlić mi listę szpiegujących domen.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Dziękujemy za zainstalowanie Privacy Badgera!", "description": "" }, "import_select_file": { "message": "Wybierz plik do zaimportowania.", "description": "" }, "popup_blocked": { "message": "Brak zasobów stron trzecich na tej stronie.", "description": "" }, "report_broken_site": { "message": "Czy Privacy Badger zepsuł tę stronę? Zgłoś to nam!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Wycentruj suwak, aby zablokować ciasteczka", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Niewidoczne śledziki działają na różne sposoby, reklamy to tylko czubek góry lodowej. Privacy Badger przesyła żądanie DNT (nie śledź mnie) do elementów śledzących. Jeżeli zignorują one Twoją prośbę, Twój Badger nauczy się go blokować – bez względu na to czy jest to reklama, śledzik, czy inne badziewie.", "description": "Intro page paragraph." }, "report_close": { "message": "Zamknij", "description": "" }, "import_user_data": { "message": "Import danych użytkownika", "description": "" }, "options_domain_filter_dnt": { "message": "zgodne z DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Pomoc", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "odblokowane", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Prywatność to sport zespołowy!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Nie powinieneś mieć potrzeby zmieniać czegokolwiek tutaj.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "wszystkie", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Anuluj", "description": "" }, "tooltip_block": { "message": "Przesuń suwak w lewo, aby zablokować domenę", "description": "" }, "options_enable_dnt_checkbox": { "message": "Wysyłaj do stron sygnał „Nie Śledź Mnie” (DNT)", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "ustawione przez użytkownika", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger jest wyłączony dla następujących domen. Oznacza to, że nic będzie blokowane podczas wizyty na stronach wpisanych poniżej.

Jeżeli uważasz, że Privacy Badger psuje jakąś stronę, wpisz domenę tej strony w pole poniżej i kliknij w przycisk „dodaj domenę”.

Inny sposób: mając otwartą kartę ze stroną, kliknij w ikonę Privacy Badgera na pasku narzędzi przeglądarki, a następnie kliknij „wyłącz.”

", "description": "" }, "popup_instructions": { "message": "Privacy Badger wykrył $COUNT$ potencjalnych $TRACKER_LINK_START$szpiegów$TRACKER_LINK_END$ na tej stronie. Nie powinieneś nimi kręcić, jeżeli wszystko działa.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Projekt Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Dodaj domenę", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger wykrył jedną potencjalną szpiegującą domenę do tej pory.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Przesuń suwak w prawo, aby odblokować domenę", "description": "" }, "popup_disable_for_site": { "message": "Wyłącz Privacy Badgera dla tej strony", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger wykrył potencjalnego szpiega na tej stronie. Nie powinieneś nim kręcić jeżeli wszystko działa.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Kliknij tutaj, aby odblokować tę domenę", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Twój Badger uczy się lokalnie w Twojej przeglądarce. Privacy Badger NIGDY prześle dane dotyczące Twojej aktywności w Sieci, o ile sam o tym nie zdecydujesz.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger wykrył $COUNT$ potencjalnych $TRACKER_LINK_START$szpiegujących domen$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger blokuje element śledzący po zauważeniu go na trzech różnych witrynach. Trzy uderzenia i koniec! Jeżeli korzystasz z innych narzędzi wspomagających prywatność lub z blokerów reklam, Privacy Badger nauczy się mniej, ale bez obaw, może złapać śledziki niewyłapywane przez inne narzędzia, których używasz.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtruj wg stanu:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Zwięźle opisz problem poniżej.", "description": "" }, "remove_button": { "message": "Usuń zaznaczone", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Podczas korzystania z Privacy Badgera stajesz się członkiem Electronic Frontier Foundation wraz z milionami użytkowników walczącymi o prywatność. Jesteśmy organizacją non-profit walczącą o Twoje prawa w Sieci. Dziękujemy za dołączenie do nas!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Aby wykluczyć domeny, poprzedź wyszukiwaną frazę znakiem „-”. Przykład: „.co -.com” wskaże domeny .co i .co.uk, ale nie .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Jeżeli Twoim zdaniem Privacy Badger zepsuł jakąś stronę (np. filmik się nie odtwarza), możesz kliknąć przycisk „wyłącz”, aby wyłączyć dodatek dla tej strony.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Polityka prywatności", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger nie wykrył jakichkolwiek szpiegujących domen do tej pory. Serfuj śmiało!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Opis", "description": "" }, "not_yet_blocked_header": { "message": "Twój Badger jeszcze nie nauczył się, czy blokować te domeny", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Wyświetl domeny, których jeszcze Privacy Badger nie nauczył się blokować:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Poniższe domeny chyba Cię nie szpiegują", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Ustawienia", "description": "" }, "share_button_title_facebook": { "message": "Udostępnij na Facebooku", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger automatycznie uczy się blokować niewidoczne śledziki.", "description": "" }, "report_fail": { "message": "O nie, coś się schrzaniło.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger zastąpił ten przycisk $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Odblokuj jednorazowo", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Synchronizacja w chmurze:\n
    \n
  • wymaga usługi Firefox/Chrome Sync
  • \n
  • wysyłanie nadpisuje istniejące dane na serwerze
  • \n
  • pobranie łączy listy stron nieblokowanych przez Privacy Badgera
  • \n
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Wyślij", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Eksport nieblokowanych stron na serwer", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Import nieblokowanych stron z serwera", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Pomyślnie zaimportowano dane z serwera.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Nie udało się pobrać danych z serwera.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Pomyślnie wysłano dane na serwer.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Nie udało się wysłać danych na serwer.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Brak danych na serwerze do pobrania.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Poinformuj znajomych", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Podziel się", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger odkrył $COUNT$ potencjalnych śledzików na $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) jest rozszerzeniem przeglądarkowym, które automatycznie uczy się blokować niewidzialne elementy śledzące. Privacy Badger jest dziełem Electronic Frontier Foundation – organizacji non-profit walczącej o Twoje prawa w Sieci.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Skopiuj do schowka", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Skopiowano", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nic do roboty na tej stronie", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger nie działa na specjalnych stronach jak ta. Spróbuj otworzyć inną stronę.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger jest wyłączony na tej stronie", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Zastępowanie widżetów", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Podczas blokowania przycisków mediów społecznościowych i innych potencjalnie użytecznych widżetów (filmów, dźwięków, komentarzy), Privacy Badger może zastępować je przyciskami (które nie ładują się automatycznie).", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/pt_BR/000077500000000000000000000000001362331047300216475ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/pt_BR/messages.json000066400000000000000000000775321362331047300243670ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ bloqueado", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Arquivo JSON inválido.", "description": "" }, "options_remove_origin_confirm": { "message": "Tem certeza de que deseja remover esse domínio do Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Nenhum rastreamento em $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Atualmente, o Privacy Badger apenas verifica se terceiros estão usando cookies, armazenamento local em HTML5, ou canvas fingerprinting para rastrear sua navegação. Alguns desses domínios podem estar usando métodos de rastreamento que o Privacy Badger não consegue detectar.", "description": "" }, "options_dnt_policy_setting": { "message": "Verificar se os domínios de terceiros estão em conformidade com a política de Não Rastrear da EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Quanto mais tempo você navega com o Privacy Badger, melhor ele fica te protegendo. O seu Badger não está bloqueando nada ainda? Tudo bem! Em vez de manter listas do que bloquear, o Privacy Badger descobre automaticamente os rastreadores enquanto você navega na Web. Então comece a navegar um pouco para ensinar seu Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Por favor, adicione uma URL ou um domínio válido.", "description": "" }, "donate_to_eff": { "message": "Doar para EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Ajude-nos doando e compartilhando seu apoio para nossas ferramentas", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Não sou um bloqueador de anúncios, sou diferente", "description": "Intro page paragraph heading." }, "report_success": { "message": "Obrigado! Nós chegaremos ao fundo disso.", "description": "" }, "dnt_tooltip": { "message": "Este domínio prometeu não rastreá-lo", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "próxima seção", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Por favor, conte-nos sobre o seguinte erro:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gerenciar dados", "description": "This is an options page tab heading." }, "report_title": { "message": "Relatar um erro", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "ex. www.dominio.com, *.dominio.net, dominio.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Clique aqui para impedir que este domínio use cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Impedir que o WebRTC vaze o endereço de IP local *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis. Tire um minuto para saber como.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "O que há de errado?", "description": "" }, "popup_instructions_no_trackers": { "message": "Nenhum rastreador detectado. Viva a privacidade!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Domínios de rastreamento", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Compartilhar no Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Saiba como o Privacy Badger protege sua privacidade.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Baixar", "description": "" }, "import": { "message": "Importar", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Show domains that don't appear to be tracking you", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Ativar o aprendizado em janelas Privadas/Anônimas pode deixar rastros do seu histórico de navegação privada em seu computador. Por padrão, o Privacy Badger irá bloquear rastreadores já conhecidos em janelas Privadas/Anônimas, mas não aprenderá sobre novos rastreadores. É possível que deseje habilitar esta opção se grande parte de sua navegação ocorrer em janelas Privadas/Anônimas.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Enviar erro", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ permitido", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "O que é Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Procurar domínios:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Aprender em janelas Privadas/Anônimas **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Show count of trackers", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "O que é um rastreador?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Por favor, não esqueça de clicar em \"O Privacy Badger quebrou este site\". Nós respeitamos sua privacidade já que não enviamos relatórios automáticos.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Opções do Privacy Badger", "description": "" }, "report_terms": { "message": "Isso enviará automaticamente as seguintes informações à EFF: o site que está visitando no momento, a versão do navegador, a versão do Privacy Badger, e o estado de todos os controles deslizantes desse site.", "description": "" }, "intro_learns": { "message": "Aprende enquanto você navega", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Sites desativados", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Ativar o Privacy Badger para este site", "description": "" }, "options_domain_type_filter": { "message": "Filtrar por tipo:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Lista de rastreadores e configurações atualizadas com sucesso!", "description": "" }, "export_user_data": { "message": "Exportar dados de usuário", "description": "" }, "manage_data_intro": { "message": "Importar dados do usuário:
  • Substitui as configurações gerais
  • Combina listas de sites desativados
  • Combina informações sobre os rastreadores que o Privacy Badger detectou
  • Substitui personalizações do controle deslizante
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Resetar", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Resetar domínios de rastreamento", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Resetar os domínios de rastreamento irá:\n\n • Deletar todos os dados sobre rastreadores que o Privacy Badger aprendeu com sua navegação\n • Restaurar a lista de domínios de rastreamento para a última lista pré-criada (visite www.eff.org/badger-pretraining para saber mais)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Remover tudo", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Remover todos os domínios de rastreamento", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Remover todos os domínios de rastreamento irá:\n\n • Deletar tudo que o Privacy Badger sabe sobre os rastreadores\n • Fazer com que o Privacy Badger não bloqueie nada até que tenha a chance de reaprender a partir de sua navegação", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Agora você está protegido pelo Privacy Badger. Para saber como o Privacy Badger funciona, clique abaixo para um tutorial rápido.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* O WebRTC pode vazar seu endereço de IP local. Tenha em mente que ativar esta opção pode reduzir o desempenho em aplicações de conferência Web como Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Configurações gerais", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Saber como funciona", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Clique aqui para bloquear totalmente este domínio", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versão $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookies bloqueados de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Detecta rastreadores ocultos", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "parcialmente bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Compreendo; por favor, mostre-me a lista de domínios de rastreamento.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Obrigado por instalar o Privacy Badger!", "description": "" }, "import_select_file": { "message": "Por favor, selecione um arquivo para importar.", "description": "" }, "popup_blocked": { "message": "Não há recursos de terceiros neste site.", "description": "" }, "report_broken_site": { "message": "O Privacy Badger quebrou este site? Deixe-nos saber!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centralize o controle deslizante para bloquear cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "O rastreamento invisível ocorre de várias maneiras; os anúncios são apenas a ponta visível do iceberg. O Privacy Badger envia o sinal Não Rastrear para os rastreadores dizendo-lhes para não rastreá-lo. Se eles ignorarem o seu pedido, seu Badger aprenderá a bloqueá-los—sejam eles anunciantes ou rastreadores de outros tipos.", "description": "Intro page paragraph." }, "report_close": { "message": "Fechar", "description": "" }, "import_user_data": { "message": "Importar dados de usuário", "description": "" }, "options_domain_filter_dnt": { "message": "Compatível com DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Ajuda", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permitido", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "A privacidade é um esporte de equipe!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Você não precisa modificar nada aqui.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "todos", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Cancelar", "description": "" }, "tooltip_block": { "message": "Mova o controle deslizante para a esquerda para bloquear um domínio", "description": "" }, "options_enable_dnt_checkbox": { "message": "Enviar aos sites o sinal \"Não Rastrear\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "controlado pelo usuário", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

O Privacy Badger está desativado nos seguintes sites. Isso significa que o Privacy Badger não bloqueará nada quando visitar os sites aqui listado.

Se acha que o Privacy Badger está quebrando uma página, você pode digitar o domínio da página na caixa abaixo e clicar no botão \"Adicionar domínio\".

Como alternativa, quando você já tiver na guia da página selecionada, simplesmente clique no botão do Privacy Badger na barra de ferramentas do navegador e depois clique no botão \"Desabilitar\".

", "description": "" }, "popup_instructions": { "message": "O Privacy Badger detectou $COUNT$ $TRACKER_LINK_START$rastreadores$TRACKER_LINK_END$ em potencial neste site. Você não precisa ajustar os controles a menos que algo esteja quebrado.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Um projeto da Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Adicionar domínio", "description": "" }, "options_domain_list_one_tracker": { "message": "O Privacy Badger detectou um potencial domínio de rastreamento até o momento.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Mova o controle deslizante para a direita para permitir um domínio", "description": "" }, "popup_disable_for_site": { "message": "Desabilitar o Privacy Badger para este site", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "O Privacy Badger detectou um potencial rastreador neste site. Você não precisa ajustar o controle a menos que algo esteja quebrado.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Clique aqui para permitir este domínio", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Seu Badger aprende localmente no seu dispositivo. O Privacy Badger NUNCA compartilhará dados sobre sua navegação, a menos que você escolha compartilhá-los.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "O Privacy Badger detectou $COUNT$ $TRACKER_LINK_START$domínios de rastreamento$TRACKER_LINK_END$ em potencial até o momento.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "O Privacy Badger começa a bloquear uma vez que vê o mesmo rastreador em três sites diferentes. Três strikes e está fora! Se você usar outras ferramentas de privacidade ou bloqueadores de anúncios, o Privacy Badger aprenderá menos, mas tudo bem, ele detectará coisas que outros bloqueadores não perceberam.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrar por status:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Descreva brevemente o erro abaixo.", "description": "" }, "remove_button": { "message": "Remover selecionado", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Quando você usa o Privacy Badger, você se junta à Electronic Frontier Foundation e outros milhões de usuários na luta pela privacidade. Somos uma organização sem fins lucrativos que luta pelos seus direitos on-line. Obrigado por se juntar a nós.", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Para excluir domínios, preceda seu termo de busca com \"-\". Por exemplo, \".co -.com\" mostrará domínios .co e .co.uk, mas não domínios .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Se você acha que o Privacy Badger está quebrando uma página (por exemplo, um vídeo não reproduz), você pode clicar no botão \"Desabilitar\" para desativar o Privacy Badger para esse site.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Política de Privacidade", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "O Privacy Badger ainda não detectou nenhum domínio de rastreamento. Continue navegando.", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Descrição", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Os domínios abaixo não parecem estar rastreando você", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opções", "description": "" }, "share_button_title_facebook": { "message": "Compartilhar no Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.", "description": "" }, "report_fail": { "message": "Oops. Algo deu errado.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "O Privacy Badger substituiu este botão $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permitir uma vez", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Sincronização em nuvem:
  • Requer Firefox/Chrome Sync
  • O upload sobrescreve quaisquer dados existentes do Privacy Badger na nuvem
  • O download combina as listas de sites onde o Privacy Badger está desativado
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Upload", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exportar sites desativados para a nuvem", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importar sites desativados da nuvem", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Os dados em nuvem foram importados com sucesso.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Não foi possível baixar os dados da nuvem.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Os dados foram enviados com sucesso para a nuvem.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Não foi possível enviar os dados para a nuvem.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Não há dados em nuvem para download.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Diga aos seus amigos", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Compartilhar", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "O Privacy Badger encontrou $COUNT$ rastreadores em potencial em $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "O Privacy Badger (www.eff.org/privacybadger) é uma extensão de navegador que aprende automaticamente a bloquear rastreadores invisíveis. O Privacy Badger é feito pela Electronic Frontier Foundation, uma organização sem fins lucrativos que luta pelos seus direitos online.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copiar para área de transferência", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copiado", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/pt_PT/000077500000000000000000000000001362331047300216675ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/pt_PT/messages.json000066400000000000000000000777151362331047300244120ustar00rootroot00000000000000{ "badger_status_block": { "message": "$DOMAIN$ bloqueado", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Ficheiro JSON inválido.", "description": "" }, "options_remove_origin_confirm": { "message": "Tem certeza de que deseja remover esse domínio do Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Nenhum rastreamento em $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Atualmente, o Privacy Badger apenas verifica se terceiros estão a usar cookies, armazenamento local em HTML5, ou canvas fingerprinting para rastrear a sua navegação. Alguns desses domínios podem estar a usar métodos de rastreamento que o Privacy Badger não consegue detetar.", "description": "" }, "options_dnt_policy_setting": { "message": "Verificar se os domínios de terceiros estão em conformidade com a política de Não Rastrear da EFF", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Quanto mais tempo navegar com o Privacy Badger, melhor este o protege. O seu Privacy Badger ainda não está a bloquear nada? Tudo bem! Em vez de manter listas do que bloquear, o Privacy Badger descobre automaticamente os rastreadores enquanto navega na Internet. Por isso comece a navegar um pouco para ensinar o seu Privacy Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Por favor, adicione um URL ou um domínio válido.", "description": "" }, "donate_to_eff": { "message": "Fazer um donativo à EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Ajude-nos com um donativo e partilhando o seu apoio às nossas ferramentas", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Não sou um bloqueador de anúncios, sou diferente", "description": "Intro page paragraph heading." }, "report_success": { "message": "Obrigado! Nós iremos verificar o problema.", "description": "" }, "dnt_tooltip": { "message": "Este domínio prometeu não rastreá-lo", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "próxima secção", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Por favor, reporte-nos o seguinte erro:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Gerir Dados", "description": "This is an options page tab heading." }, "report_title": { "message": "Reportar um Erro", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "por ex. www.dominio.com, *.dominio.net, dominio.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Clique aqui para impedir que este domínio use cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Impedir que o WebRTC mostre o endereço de IP local *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis. Tire um minuto para saber como.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "O que há de errado?", "description": "" }, "popup_instructions_no_trackers": { "message": "Nenhum rastreador detetado. Viva a privacidade!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Domínios de Rastreamento", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Partilhar no Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Saiba como o Privacy Badger protege a sua privacidade.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Descarregar", "description": "" }, "import": { "message": "Importar", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Mostrar domínios que não parecem estar a rastreá-lo", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Ativar o aprendizado em janelas Privadas/Anónimas/Incógnito pode deixar rastros do seu histórico de navegação privada no seu computador. Por padrão, o Privacy Badger irá bloquear rastreadores já conhecidos em janelas Privadas/Anónimas/Incógnito, mas não aprenderá sobre novos rastreadores. Pode querer ativar esta opção caso utilize muito o modo de navegação em janelas Privadas/Anónimas/Incógnito.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Enviar erro", "description": "" }, "badger_status_allow": { "message": "$DOMAIN$ permitido", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "O que é o Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Procurar domínios:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Aprender em janelas Privadas/Anónimas **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Mostrar número de rastreadores", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "O que é um rastreador?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Por favor não esqueça de clicar em \"O Privacy Badger estragou este site? Diga-nos!\" se quiser ajudar-nos. Nós respeitamos a sua privacidade por isso os relatórios de problemas não são enviados automaticamente.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Opções do Privacy Badger", "description": "" }, "report_terms": { "message": "Isto enviará automaticamente as seguintes informações à EFF: o site que está a visitar atualmente, a versão do navegador, a versão do Privacy Badger, e o estado de todos os controlos deslizantes desse site.", "description": "" }, "intro_learns": { "message": "Aprende enquanto navega", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Sites desativados", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Ativar o Privacy Badger para este site", "description": "" }, "options_domain_type_filter": { "message": "Filtrar por tipo:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Lista de rastreadores e configurações atualizadas com sucesso!", "description": "" }, "export_user_data": { "message": "Exportar dados de utilizador", "description": "" }, "manage_data_intro": { "message": "Importar dados do utilizador:
  • Substitui as configurações gerais
  • Combina as listas de sites desativados
  • Combina informações sobre os rastreadores que o Privacy Badger detetou
  • Substitui personalizações do controlo deslizante
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Limpar", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Limpar domínios de rastreamento", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Limpar os domínios de rastreamento irá:\n\n • Eliminar todos os dados sobre rastreadores que o Privacy Badger aprendeu com sua navegação\n • Restaurar a lista de domínios de rastreamento para a última lista pré-criada (visite www.eff.org/badger-pretraining para saber mais)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Remover tudo", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Remover todos os domínios de rastreamento", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Remover todos os domínios de rastreamento irá:\n\n • Eliminar tudo que o Privacy Badger sabe sobre os rastreadores\n • Fazer com que o Privacy Badger não bloqueie nada até que tenha a hipótese de reaprender a partir da sua navegação", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Agora está protegido pelo Privacy Badger. Para saber como o Privacy Badger funciona, clique abaixo para um tutorial rápido.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* O WebRTC pode revelar o seu endereço de IP local. Tenha em mente que se ativar esta opção pode reduzir o desempenho em aplicações de conferência Web como o Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Configurações Gerais", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Saber como funciona", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Clique aqui para bloquear totalmente este domínio", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versão $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Cookies bloqueados de $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Deteta rastreadores ocultos", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "parcialmente bloqueado", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Compreendo, mesmo assim quero ver a lista de domínios de rastreamento.", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Obrigado por instalar o Privacy Badger!", "description": "" }, "import_select_file": { "message": "Por favor, selecione um ficheiro para importar.", "description": "" }, "popup_blocked": { "message": "Não há recursos de terceiros neste site.", "description": "" }, "report_broken_site": { "message": "O Privacy Badger estragou este site? Diga-nos!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centralize o controlo deslizante para bloquear cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "O rastreamento invisível ocorre de várias formas; os anúncios são apenas a ponta visível do icebergue. O Privacy Badger envia o sinal Não Rastrear para os rastreadores dizendo-lhes para não rastreá-lo. Se eles ignorarem o seu pedido, o seu Privacy Badger aprenderá a bloqueá-los—sejam eles anunciantes ou rastreadores de outros tipos.", "description": "Intro page paragraph." }, "report_close": { "message": "Fechar", "description": "" }, "import_user_data": { "message": "Importar dados de utilizador", "description": "" }, "options_domain_filter_dnt": { "message": "Compatível com DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Ajuda", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "permitido", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "A privacidade é um desporto de equipa!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Não deve precisar de alterar nada aqui.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "todos", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Cancelar", "description": "" }, "tooltip_block": { "message": "Mova o controlo deslizante para a esquerda para bloquear um domínio", "description": "" }, "options_enable_dnt_checkbox": { "message": "Enviar aos sites o sinal \"Não Rastrear\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "controlado pelo utilizador", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

O Privacy Badger está desativado nos seguintes sites. Isto significa que o Privacy Badger não bloqueará nada quando visitar os sites que estejam nesta lista.

Se acha que o Privacy Badger está a estragar/quebrar uma página, pode digitar o domínio da página na caixa abaixo e clicar no botão \"Adicionar domínio\".

Como alternativa, quando já tiver a aba selecionada da página, simplesmente clique no botão do Privacy Badger na barra de ferramentas do navegador e depois clique no botão \"Desativar\".

", "description": "" }, "popup_instructions": { "message": "O Privacy Badger detetou $COUNT$ $TRACKER_LINK_START$potenciais rastreadores$TRACKER_LINK_END$ neste site. Não necessita de ajustar os controlos a não ser que algo esteja errado.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Um projeto da Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Adicionar domínio", "description": "" }, "options_domain_list_one_tracker": { "message": "O Privacy Badger detetou um potencial domínio de rastreamento até agora.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Mova o controlo deslizante para a direita para permitir um domínio", "description": "" }, "popup_disable_for_site": { "message": "Desativar o Privacy Badger para este site", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "O Privacy Badger detetou um potencial rastreador neste site. Não precisa de ajustar o controlo a menos que algo esteja errado.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Clique aqui para permitir este domínio", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "O seu Privacy Badger aprende localmente no seu dispositivo. O Privacy Badger NUNCA partilhará dados sobre a sua navegação, a não ser que escolha partilhá-los.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "O Privacy Badger detetou $COUNT$ $TRACKER_LINK_START$domínios potenciais de rastreamento$TRACKER_LINK_END$ até agora.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "O Privacy Badger começa a bloquear após detetar o mesmo rastreador em três sites diferentes. Três golpes e está fora! Se usar outras ferramentas de privacidade ou bloqueadores de anúncios, o Privacy Badger aprenderá menos, mas tudo bem, ele vai detetar coisas que outros bloqueadores não detetam.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrar por estado:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Descreva brevemente o erro abaixo.", "description": "" }, "remove_button": { "message": "Remover selecionado", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Quando usa o Privacy Badger, está a junta-se à Electronic Frontier Foundation e a outros milhões de utilizadores na luta pela privacidade. Somos uma organização sem fins lucrativos que luta pelos seus direitos na Internet. Obrigado por se juntar a nós.", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Para excluir domínios, preceda o seu termo de busca com \"-\". Por exemplo, \".co -.com\" mostrará domínios .co e .co.uk, mas não domínios .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Se acha que o Privacy Badger está a estragar uma página (por exemplo, não consegue ver um vídeo), pode clicar no botão \"Desativar\" para desativar o Privacy Badger para esse site.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Política de privacidade", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "O Privacy Badger ainda não detetou nenhum domínio de rastreamento. Continue a navegar.", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Descrição", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Os domínios abaixo não parecem estar a rastreá-lo", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Opções", "description": "" }, "share_button_title_facebook": { "message": "Partilhar no Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.", "description": "" }, "report_fail": { "message": "Ups. Algo correu mal.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "O Privacy Badger substituiu este botão $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Permitir esta vez", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Sincronização na nuvem:
  • Requer o Firefox/Chrome Sync
  • O envio substitui quaisquer dados existentes do Privacy Badger na nuvem
  • O descarregamento combina as listas de sites onde o Privacy Badger está desativado
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Enviar", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exportar sites desativados para a nuvem", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importar sites desativados da nuvem", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Os dados na nuvem foram importados com sucesso.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Não foi possível descarregar os dados na nuvem.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Os dados foram enviados com sucesso para a nuvem.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Não foi possível enviar os dados para a nuvem.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Não há dados na nuvem para descarregar.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Diga aos seus amigos", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Partilhar", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "O Privacy Badger encontrou $COUNT$ potenciais rastreadores em $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "O Privacy Badger (www.eff.org/privacybadger) é uma extensão de navegador que aprende automaticamente a bloquear rastreadores invisíveis. O Privacy Badger é feito pela Electronic Frontier Foundation, uma organização sem fins lucrativos que luta pelos seus direitos na Internet.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Copiar para área de transferência", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Copiado", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/ru/000077500000000000000000000000001362331047300212675ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/ru/messages.json000066400000000000000000001140231362331047300237720ustar00rootroot00000000000000{ "badger_status_block": { "message": "Заблокирован $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Неверный файл JSON.", "description": "" }, "options_remove_origin_confirm": { "message": "Вы уверены, что хотите удалить этот домен из Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Нет отслеживающей активности на $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "На данный момент Privacy Badger проверяет только использование сторонних файлов cookie, локального хранилища HTML5 или метода canvas fingerprinting для отслеживания вашей сетевой активности. Некоторые домены могут использовать методы отслеживания, которые Privacy Badger не может обнаружить.", "description": "" }, "options_dnt_policy_setting": { "message": "Проверять, соблюдают ли сторонние домены политику конфиденциальности EFF \"Do Not Track\"", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Чем дольше вы пользуетесь Интернетом с Privacy Badger, тем лучше он вас защищает. Ваш Badger ничего не блокирует? Это нормально! Вместо составления списков блокировки Privacy Badger автоматически обнаруживает трекеры по мере вашей работы в Интернете. Поэтому выйдите в Интернет и поработайте немного для обучения вашего Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Пожалуйста, добавьте действительный домен или URL.", "description": "" }, "donate_to_eff": { "message": "Пожертвовать EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Помогите нам пожертвованиями и вашей поддержкой наших инструментов", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Не блокировщик рекламы, я другой", "description": "Intro page paragraph heading." }, "report_success": { "message": "Спасибо! Мы внимательно изучим эту проблему.", "description": "" }, "dnt_tooltip": { "message": "Этот домен обещает не отслеживать вас", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Блокирование этого домена вызывает неполадки на веб-сайтах", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Щелкните, чтобы вернуть этот домен под контроль Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "следующий раздел", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Пожалуйста, сообщите нам о возникшей проблеме:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Управление данными", "description": "This is an options page tab heading." }, "report_title": { "message": "Сообщить об ошибке", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "например: www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Щелкните здесь, чтобы заблокировать создание файлов cookie с этого домена", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "заблокированные", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Предотвращать утечку локального IP-адреса через WebRTC *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger автоматически учится блокировать невидимые трекеры. Уделите минуту вашего времени, чтобы увидеть как.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Что случилось?", "description": "" }, "popup_instructions_no_trackers": { "message": "Трекеры не обнаружены. Приватность соблюдена.", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Домены с трекерами", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Поделиться в Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Узнайте, как Privacy Badger защищает вашу приватность.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Cкачать", "description": "" }, "import": { "message": "Импортировать", "description": "" }, "options_hide_social_widgets": { "message": "Не заменят следующих виджетов:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Включить замену виджетов", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Отображать домены у которых отслеживающая активность не обнаружена", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Включенное обучение в приватных/инкогнито окнах может оставить следы из приватной истории браузера на вашем компьютере. По умолчанию Privacy Badger блокирует уже известные ему трекеры в приватных/инкогнито окнах, но не обучается поиску новых трекеров. Вы можете захотеть включить эту опцию, если часто используете приватные/инкогнито окна.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Отправить сообщение об ошибке", "description": "" }, "badger_status_allow": { "message": "Разрешен $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Что такое Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Найти домены:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Обучение в приватных/инкогнито окнах **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Отображать счетчик трекеров", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Что такое трекер?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Пожалуйста, не забывайте нажимать на кнопку 'Сообщить о неполадках на сайте'. Мы уважаем вашу приватность, поэтому не отправляем отчеты автоматически.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Настройки Privacy Badger", "description": "" }, "report_terms": { "message": "Это действие автоматически отправит в EFF следующую информацию: адрес сайта, на котором вы находитесь в данный момент, версию вашего браузера, версию Privacy Badger и состояние всех переключателей, установленных для этого сайта.", "description": "" }, "intro_learns": { "message": "Обучается по мере вашей работы в Интернете", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Отключенные сайты", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Включить Privacy Badger для этого сайта", "description": "" }, "options_domain_type_filter": { "message": "Фильтровать по типу:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Список трекеров и настройки успешно обновлены!", "description": "" }, "export_user_data": { "message": "Экспорт пользовательских данных", "description": "" }, "manage_data_intro": { "message": "Импорт пользовательских данных:
  • Перезапишет общие настройки
  • Объединит списки отключенных сайтов
  • Объединит информацию о том, какие трекеры Privacy Badger встретил
  • Перезапишет настройки переключателей
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Сбросить", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Сбросить домены с трекерами", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Сброс доменов с трекерами:\n\n • удалит все данные о трекерах, полученные Privacy Badger в процессе вашего пользования Интернетом\n • восстановит список доменов с трекерами до последней версии перед началом обучения (для получения более подробной информации посетите www.eff.org/badger-pretraining)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Удалить все", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Удалить все домены с трекерами", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Удаление всех доменов с трекерами:\n\n • удалит все трекеры, известные Privacy Badger\n • приведет к тому, что Privacy Badger не будет ничего блокировать до включения режима обучения во время пользования Интернетом", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Теперь вы под защитой Privacy Badger. Чтобы узнать, как работает Privacy Badger, щелкните ниже и пройдите обучение.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC может раскрыть ваш локальный IP-адрес. Примечание: включение данной опции может снизить производительность в приложениях для конференций, например Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Общие настройки", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Пройти тур", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Щелкните здесь, чтобы заблокировать этот домен полностью", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "версия $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Заблокированы файлы cookie от $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Ловит скользкие трекеры", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "частично заблокированные", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Понятно; пожалуйста, покажите список доменов с трекерами", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Спасибо вам за то, что установили Privacy Badger!", "description": "" }, "import_select_file": { "message": "Пожалуйста, выберите файл для импорта.", "description": "" }, "popup_blocked": { "message": "На данном сайте нет сторонних трекеров.", "description": "" }, "report_broken_site": { "message": "Сообщить о неполадках на сайте", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Передвиньте переключатель в центр, чтобы заблокировать файлы cookie", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Невидимое отслеживание осуществляется многими способами; реклама — лишь видимая вершина айсберга. Privacy Badger отправляет сигнал Do Not Track трекерам, говоря им не отслеживать вас. Если они игнорируют ваши желания, ваш Badger научится блокировать их вне зависимости от того, рекламные они или нет.", "description": "Intro page paragraph." }, "report_close": { "message": "Закрыть", "description": "" }, "import_user_data": { "message": "Импорт пользовательских данных", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-зависимые", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Помощь", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "разрешенные", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Приватность — это командная работа!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Вам не придется здесь ничего менять.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "все", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Отмена", "description": "" }, "tooltip_block": { "message": "Передвиньте переключатель влево, чтобы заблокировать домен", "description": "" }, "options_enable_dnt_checkbox": { "message": "Отправлять сайтам сигнал \"Do Not Track\"", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "измененные пользователем", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger отключен для данных сайтов. Это означает, что Privacy Badger не будет ничего блокировать на сайтах, находящихся в данном списке.

Если вы считаете, что Privacy Badger вызывает неполадки на странице, вы можете напечатать домен данной страницы в поле ниже и нажать кнопку \"Добавить домен\".

Или же, если у вас открыта вкладка со страницей, вы можете выбрать Privacy Badger на панели инструментов и затем нажать кнопку \"Отключить\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger обнаружил $COUNT$ потенциальных $TRACKER_LINK_START$трекеров$TRACKER_LINK_END$ на этой странице. Регулировать их нужно только в случае проблем с работой сайта.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Проект Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Добавить домен", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger обнаружил один потенциальный домен с трекерами на данный момент.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Передвиньте переключатель вправо, чтобы разблокировать домен", "description": "" }, "popup_disable_for_site": { "message": "Отключить Privacy Badger для этого сайта", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger обнаружил один потенциальный трекер на этой странице. Регулировать переключатель нужно только в случае проблем с работой сайта.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Щелкните здесь, чтобы разблокировать этот домен", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Ваш Badger обучается локально на вашем устройстве. Privacy Badger НИКОГДА не будет делиться данными о вашей активности в Интернете, пока вы сами того не захотите.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger обнаружил $COUNT$ потенциальных $TRACKER_LINK_START$доменов с трекерами$TRACKER_LINK_END$ на данный момент.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger начинает блокировать трекер после того, как обнаруживает его на 3 разных веб-сайтах. 3 удара — и все! Если вы используете блокировщики рекламы или другие инструменты для улучшения приватности, степень обучаемости Privacy Badger будет ниже. Но все в порядке, он может поймать то, что не видят другие блокировщики.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Фильтровать по статусу:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Введите короткое описание ошибки.", "description": "" }, "remove_button": { "message": "Удалить выбранные элементы", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Когда вы используете Privacy Badger, вы присоединяетесь к Electronic Frontier Foundation и миллионам других пользователей в борьбе за приватность. Мы — некоммерческая организация, борющаяся на ваши права в Интернете. Спасибо, что присоединились к нам!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Для исключения доменов, добавьте \"-\" перед поисковым запросом. Например, \".co -.com\" выведет .co и .co.uk, но не домены .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Если вы думаете, что Privacy Badger портит веб-страницу (например, не воспроизводится видео), вы можете нажать кнопку 'Отключить', чтобы выключить Privacy Badger для этого сайта.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Политика конфиденциальности", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger не обнаружил ни одного домена с трекерами. Продолжайте просмотр Интернета.", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Описание", "description": "" }, "not_yet_blocked_header": { "message": "Ваш Badger еще не научился блокировать эти домены", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Отображать домены, которые ваш Badger еще не научился блокировать:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "У приведенных ниже доменов отслеживающая активность не обнаружена", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Настройки", "description": "" }, "share_button_title_facebook": { "message": "Поделиться в Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger автоматически учится блокировать невидимые трекеры.", "description": "" }, "report_fail": { "message": "Ой, что-то пошло не так.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger заменил кнопку $BUTTON$.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Разрешить один раз", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Облачная синхронизация:
  • Требуется Firefox/Chrome Sync
  • При загрузке все находящиеся в облаке данные Privacy Badger перезаписываются
  • При скачивании списки сайтов с отключенным Privacy Badger объединяются
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Загрузить", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Экспорт отключенных сайтов в облако", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Импорт отключенных сайтов из облака", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Данные успешно импортированы из облака.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Данные не могут быть загружены из облака.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Данные успешно загружены в облако.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Данные не могут быть загружены в облако.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "В облаке нет данных для загрузки.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Расскажите друзьям", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Поделиться", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger нашел $COUNT$ потенциальных трекеров на $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) — это расширение для браузера, которое автоматически учится блокировать невидимые трекеры. Privacy Badger разработан некоммерческой организацией Electronic Frontier Foundation, которая борется на ваши права в Интернете.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Скопировать в буфер обмена", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Скопировано", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Нечего делать на этой странице", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger не работает на специальных страницах, как эта. Попробуйте где-нибудь еще.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger отключен на данном сайте", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Замена виджетов", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "При блокирование кнопок социальных сетей и других потенциально полезных виджетов (видео, аудио, комментарии), Privacy Badger можеt заменить их специальными элементами.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/sv/000077500000000000000000000000001362331047300212715ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/sv/messages.json000066400000000000000000000766131362331047300240100ustar00rootroot00000000000000{ "badger_status_block": { "message": "Blockerade $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Ogiltig JSON-fil.", "description": "" }, "options_remove_origin_confirm": { "message": "Är du säker på att du vill ta bort den här domänen från Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Ingen spårare för $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "För närvarande kontrollerar Privacy Badger endast om tredjeparter använder kakor, HTML5-lagring eller canvas fingeravtryck för att spåra din surfning. Vissa av domänerna kan använda spårningsmetoder som Privacy Badger inte kan upptäcka.", "description": "" }, "options_dnt_policy_setting": { "message": "Kontrollera om tredjepartsdomäner rättar sig efter EFF:s Spåra inte policy", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Ju längre du surfar med Privacy Badger, desto bättre blir den på att skydda dig. Blockerar inte din Badger någonting än? Det är ok! I stället för att hålla listor över vad som ska blockeras, upptäcker Privacy Badger automatiskt spårare när du surfar på webben. Så börja surfa lite för att lära din Badger.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Lägg till en giltig domän eller webbadress.", "description": "" }, "donate_to_eff": { "message": "Donera till EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Hjälp oss genom att donera och dela ditt stöd till våra verktyg", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Inte en annonsblockerare, jag är annorlunda", "description": "Intro page paragraph heading." }, "report_success": { "message": "Tack! Vi kommer att gå till botten med det.", "description": "" }, "dnt_tooltip": { "message": "Denna domän lovar att inte spåra dig", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "nästa avsnitt", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Berätta för oss om följande fel:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Hantera data", "description": "This is an options page tab heading." }, "report_title": { "message": "Påpeka ett fel", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "t.ex. www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Klicka här för att blockera den här domänen från att ställa in cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "blockerad", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Förhindra WebRTC från att läcka din lokala IP-adress *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger lär sig automatiskt att blockera osynliga spårare. Ta en minut för att se hur.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Vad är fel?", "description": "" }, "popup_instructions_no_trackers": { "message": "Inga spårare detekterade. Hurra för privatliv!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Spårningsdomäner", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Dela på Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Lär dig hur Privacy Badger skyddar din integritet.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Hämta", "description": "" }, "import": { "message": "Importera", "description": "" }, "options_hide_social_widgets": { "message": "Ersätt inte följande gränssnittskomponenter:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Aktivera gränssnittskomponentsersättning", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Visa domäner som inte verkar spåra dig", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Aktivering av inlärning i privata-/inkognitofönster kan lämna spår av din privata surfhistorik på din dator. Som standard kommer Privacy Badger att blockera spårare som den redan känner till i privata-/inkognitofönster, men den kommer inte att lära sig om nya spårare. Du kan vilja aktivera den här inställningen om du ofta använder privata-/inkognitofönster när du surfar.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Skicka fel", "description": "" }, "badger_status_allow": { "message": "Tillät $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Vad är Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Sök domäner:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Inlärning i privata-/inkognitofönster **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Visa räkningen av spårare", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Vad är en spårare?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Glöm inte att klicka på \"Bröt Privacy Badger denna webbplats\". Vi respekterar din integritet så vi skickar inte automatiska rapporter.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger-inställningar", "description": "" }, "report_terms": { "message": "Detta skickar automatiskt följande information till EFF: den webbplats du besöker för tillfället, din webbläsareversion, versionen av Privacy Badger och läget för alla skjutreglaget för den här webbplatsen.", "description": "" }, "intro_learns": { "message": "Inlärning medan du surfar", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Inaktiverade webbplatser", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Aktivera Privacy Badger för denna webbplats", "description": "" }, "options_domain_type_filter": { "message": "Filtrera efter typ:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Listan över spårare och inställningarna uppdaterades!", "description": "" }, "export_user_data": { "message": "Exportera användardata", "description": "" }, "manage_data_intro": { "message": "Importera användardata:
  • Skriver över allmänna inställningar
  • Kombinerar listor över inaktiva webbplatser
  • Kombinerar information om vilka spårare Privacy Badger har sett
  • Skriver över skjutreglage-anpassningar
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Återställ", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Återställ spårningsdomäner", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Återställa spårningsdomäner kommer att:\n\n • Ta bort all data om spårare som Privacy Badger har lärt dig från din surfning\n • Återställ spårningsdomänlistan till den senaste förutbildade listan (besök www.eff.org/badger-pretraining för mer information)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Ta bort alla", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Ta bort alla spårningsdomäner", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Ta bort alla spårningsdomäner kommer att:\n\n • Ta bort allt Privacy Badger känner till om spårare\n • Göra att Privacy Badger inte blockera någonting förrän den har fått en chans att återlära av din surfning", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Du skyddas nu av Privacy Badger. För att lära dig hur Privacy Badger fungerar, klicka nedan för en snabb handledning.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC kan läcka din lokala IP-adress. Observera att aktivering av den här inställningen kan försämra prestanda för webbkonferensprogram som Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Allmänna inställningar", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Ta turen", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Klicka här för att helt blockera den här domänen", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "version $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Blockerade kakor från $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Fångar lömska spårare", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "delvis blockerad", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Jag förstår; visa mig spårningsdomänlistan ändå", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Tack för att du installerat Privacy Badger!", "description": "" }, "import_select_file": { "message": "Vänligen välj en fil att importera.", "description": "" }, "popup_blocked": { "message": "Det finns inga tredjeparts resurser på den här webbplatsen.", "description": "" }, "report_broken_site": { "message": "Bröt Privacy Badger denna webbplats? Låt oss veta!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Centrera skjutreglaget för att blockera kakor", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Osynlig spårning sker på alla sätt; annonser är bara den synliga toppen av isberget. Privacy Badger skickar signalen Spåra inte (Do Not Track) till spårare som berätta för dem att inte spåra dig. Om de ignorerar dina önskemål kommer din Badger att lära sig att blockera dem - oavsett om de är annonsörer eller spårare av andra slag.", "description": "Intro page paragraph." }, "report_close": { "message": "Stäng", "description": "" }, "import_user_data": { "message": "Importera användardata", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-kompatibel", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Hjälp", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "tillåten", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Integritet är en lagsport!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Du ska inte behöva ändra någonting här.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "alla", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Avbryt", "description": "" }, "tooltip_block": { "message": "Flytta skjutreglaget till vänster för att blockera en domän", "description": "" }, "options_enable_dnt_checkbox": { "message": "Skicka \"Spåra inte\"-signal till webbplatser", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "användarstyrd", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger är inaktiverad på följande webbplatser. Det betyder att Privacy Badger inte blockerar någonting när du besöker de webbplatser som listas här.

Om du tycker att Privacy Badger bryter en sida kan du skriva in dennes domän i rutan nedan och klicka på \"Lägg till domän\"-knappen.

Alternativt kan du, när du redan har sidans flik markerad, klicka på Privacy Badgers ikon i webbläsarens verktygsfält och sedan klicka på \"Inaktivera\"-knappen.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger upptäckte $COUNT$ potentiella $TRACKER_LINK_START$spårare$TRACKER_LINK_END$ på denna sida. Du behöver inte justera reglagen om inte något är trasigt.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Ett projekt av Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Lägg till domän", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger har detekterat en potentiell spårningsdomän hittills.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Flytta skjutreglaget till höger för att tillåta en domän", "description": "" }, "popup_disable_for_site": { "message": "Inaktivera Privacy Badger för denna webbplats", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger har detekterat en potentiell spårare på denna sida. Du behöver inte justera reglaget om inget är trasigt.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Klicka här för att registrera dig", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Din Badger lär sig lokalt på din enhet. Privacy Badger kommer ALDRIG att dela data om din surfning om du inte väljer att dela den.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger har upptäckt $COUNT$ potentiella $TRACKER_LINK_START$spårningsdomäner$TRACKER_LINK_END$ hittills.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger börjar blockera när den ser samma spårare på tre olika webbplatser. Tre strike och den är ute! Om du använder andra integritetsverktyg eller annonsblockerare, kommer Privacy Badger att lära sig mindre, men det är okej, den kan fånga saker som dina andra blockerare missar.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Filtrera efter status:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Beskriv kortfattat felet nedan.", "description": "" }, "remove_button": { "message": "Ta bort valda", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "När du använder Privacy Badger, går du med i Electronic Frontier Foundation och miljontals andra användare i kampen för integritet. Vi är en ideell organisation som kämpar för dina rättigheter på nätet. Tack för att du blev en av oss!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "För att utesluta domäner, börja ditt sökord med \"-\". Till exempel kommer \".co -.com\" för att visa .co och .co.uk men inte .com domäner.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Om du tycker att Privacy Badger bryter en sida (till exempel en video spelar inte) kan du klicka på \"Inaktivera\"-knappen för att stänga av Privacy Badger för den webbplatsen.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Sekretesspolicy", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger har inte detekterat några spårningsdomäner ännu. Fortsätt surfa!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Beskrivning", "description": "" }, "not_yet_blocked_header": { "message": "Din Badger har ännu inte lärt sig att blockera dessa domäner", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Visa domäner din Badger ännu inte lärt sig att blockera:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Domänerna nedan verkar inte spåra dig", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Inställningar", "description": "" }, "share_button_title_facebook": { "message": "Dela på Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger lär sig automatiskt att blockera osynliga spårare.", "description": "" }, "report_fail": { "message": "Hoppsan. Något gick snett.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger har ersatt den här $BUTTON$-knappen.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Tillåt en gång", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Molnsynkronisering:
  • Kräver Firefox/Chrome Sync
  • Sändningen skriver över alla befintliga Privacy Badger-data i molnet
  • Hämtning kombinerar listorna över webbplatser där din Badger är inaktiverad
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Skicka", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Exportera inaktiverade webbplatser till molnet", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Importera inaktiverade webbplatser från molnet", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Molndata importerades.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Molndata kunde inte hämtas.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Molndata skickades.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Molndata kunde inte skickas.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Inga molndata att hämta.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Berätta för dina vänner", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Dela", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger hittade $COUNT$ potentiella spårare på $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) är ett webbläsartillägg som automatiskt lär sig att blockera osynliga spårare. Privacy Badger är gjord av Electronic Frontier Foundation, en ideell organisation som kämpar för dina rättigheter på nätet.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Kopiera till urklipp", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopierad", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Inget att göra på denna sida", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger fungerar inte på särskilda sidor som denna. Prova att surfa någon annanstans.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger är inaktiverad på denna webbplats", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Gränssnittskomponentsersättning", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "Vid blockering av sociala knappar och andra potentiellt användbara gränssnittskomponenter (video, ljud, kommentarer) kan Privacy Badger ersätta med klick-för-att-aktivera platshållare.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/tr/000077500000000000000000000000001362331047300212665ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/tr/messages.json000066400000000000000000000771671362331047300240120ustar00rootroot00000000000000{ "badger_status_block": { "message": "Engellendi $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Geçersiz JSON dosyası.", "description": "" }, "options_remove_origin_confirm": { "message": "Bu adresi Privacy Badger'dan kaldırmak istediğinize emin misiniz?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Takip yok $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "Şu an Privacy Badger sadece 3. partilerin çerez, yerel HTML5 depolaması, veya tuval parmak izi kullanarak taramanızı takip edip etmediğini kontrol ediyor. Bazı adresler Privacy Badger tarafından algılanmayan yöntemler kullanıyor olabilir.", "description": "" }, "options_dnt_policy_setting": { "message": "Üçüncü parti adreslerin EFF'nin Do Not Track poliçesine uyup uymadığını kontrol et", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Privacy Badger ile ne kadar gezinirseniz sizi korumada o kadar iyi olur. Badger'ınız henüz bir şey engellemiyor mu? Sorun değil! Engellenecek şeylerin listesini tutmak yerine, Privacy Badger siz internette gezindikçe takipçileri otomatik olarak keşfeder. Öyleyse Badger'ınıza öğretmek için biraz gezinmeye başlayın.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Lütfen geçerli bir adres veya URL girin.", "description": "" }, "donate_to_eff": { "message": "EFF'ye bağış yap.", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Bağışta bulunarak ve araçlarımıza desteğinizi paylaşarak bize yardım edin", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Ben bir reklam önleyici değilim, farklıyım", "description": "Intro page paragraph heading." }, "report_success": { "message": "Teşekkürler! Bunu araştıracağız.", "description": "" }, "dnt_tooltip": { "message": "Bu adres sizi takip etmeme sözü veriyor.", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Blocking this domain is known to break websites", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Click to return control of this domain to Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "sonraki bölüm", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Lütfen bize şu hata hakkında bilgi verin:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Veriyi Düzenle", "description": "This is an options page tab heading." }, "report_title": { "message": "Hata Rapor Et", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "örn. www.adres.com, *.adres.net, adres.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Bu adresin çerez kullanmasını engellemek için buraya tıkla", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "engellenmiş", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "WebRTC'nin yerel IP adresini açığa çıkarmasını engelle *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger görünmez takipçileri engellemeyi otomatik olarak öğrenir. Nasıl olduğunu görmek için bir dakika ayırın.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Sorun Nedir?", "description": "" }, "popup_instructions_no_trackers": { "message": "Hiçbir takipçi algılanmadı. Yaşasın gizlilik!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Takip Eden Adresler", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Twitter'da Paylaş", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Privacy Badger'ın gizliliğinizi nasıl koruduğunu öğrenin.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "İndir", "description": "" }, "import": { "message": "İçeri aktar", "description": "" }, "options_hide_social_widgets": { "message": "Don't replace the following widgets:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Enable widget replacement", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Sizi izlemiyor gibi görünen adresleri göster", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Özel/gizli pencerelerde öğrenmeyi etkinleştirmek bilgisayarınızdaki özel arama geçmişinize dair izler bırakabilir. Varsayılan olarak, Privacy Badger halihazırda haberdar olduğu takipçileri Özel/Gizli pencerelerde engeller, ancak yeni takipçiler hakkında bilgi edinmez. Eğer gezintinizin büyük bölümü Özel/Gizli pencerelerde oluyorsa bunu etkinleştirmek isteyebilirsiniz.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Hata Gönder", "description": "" }, "badger_status_allow": { "message": "Şuna izin verildi: $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Privacy Badger nedir?", "description": "" }, "options_domain_search": { "message": "Adresleri ara:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Özel/Gizli pencerelerde öğren **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Takipçi sayısını göster", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Takipçi nedir?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Lütfen 'Privacy Badger bu siteyi bozdu mu' butonuna tıklamayı unutmayın. Gizliliğinize önem veriyoruz ve bu yüzden otomatik raporlar göndermiyoruz.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger Seçenekleri", "description": "" }, "report_terms": { "message": "Bu EFF'ye otomatik olarak şu bilgileri gönderecek: şu an ziyaret ettiğin site, tarayıcı sürümün, Privacy Badger versiyonun, ve bu site için bütün kaydırıcıların durumu.", "description": "" }, "intro_learns": { "message": "Siz gezindikçe öğrenir", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Engellenmiş Siteler", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Bu Site İçin Privacy Badger'ı Etkinleştir", "description": "" }, "options_domain_type_filter": { "message": "Türe göre filtrele:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Takipçi listesi ve ayarlar başarıyla değiştirildi!", "description": "" }, "export_user_data": { "message": "Kullanıcı verisini dışa aktar", "description": "" }, "manage_data_intro": { "message": "Kullanıcı verisini içe aktarmak:
  • Genel ayarları değiştirir
  • Engellenmiş sitelerin listesini birleştirir
  • Privacy Badger'ın takipçiler hakkındaki bilgilerini birleştirir
  • Kaydırıcı ayarlarını değiştirir
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Sıfırla", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Takip eden adresleri sıfırla", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Takip eden adresleri sıfırlamak:\n\n • Privacy Badger'ın gezinmeniz sırasında elde ettiği verileri silecek\n • Takip eden adres listesini en son önceden-eğitimli listeye geri döndürecek (daha fazlasını öğrenmek için www.eff.org/badger-pretraining adresini ziyaret edin)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Hepsini kaldır", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Takip eden adreslerin hepsini kaldır", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Takip eden adreslerin hepsini kaldırmak:\n\n • Privacy Badger'ın takipçilerle ilgili bildiği her şeyi silecek\n • Privacy Badger gezinmeniz sırasında tekrar birşeyler öğrenene dek hiçbir şeyi engellemeyecek", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Şu an Privacy Badger tarafından korunuyorsunuz. Privacy Badger'ın nasıl çalıştığını öğrenmek için aşağıdaki kısa öğreticiye tıklayabilirsiniz.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC yerel IP adresinizi açığa çıkarabilir. Bu seçeneğin etkinleştirilmesinin Google Hangouts gibi web konferans araçlarında performansı düşürebileceğini göz önünde bulundurun.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Genel Ayarlar", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Tura çık", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Bu adresi tamamen engellemek için tıklayın", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "versiyon $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Şuradan çerezler engellendi: $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Sinsi takipçileri yakalar", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "kısmen engellenmiş", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Anladım; yine de lütfen bana takip eden adreslerin listesini göster", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Privacy Badger'ı yüklediğiniz için teşekkürler!", "description": "" }, "import_select_file": { "message": "İçeri aktarmak için bir dosya seçin.", "description": "" }, "popup_blocked": { "message": "Bu sitede hiç üçüncü parti bir araç yok.", "description": "" }, "report_broken_site": { "message": "Privacy Badger bu siteyi bozdu mu? Bizi bilgilendirin!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Çerezleri engellemek için kaydırıcıyı ortalayın", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Gizli takip pek çok yolla olur; reklamlar buzdağının sadece görünen kısmıdır. Privacy Badger Do Not Track sinyali gönderir ve takipçilere sizi takip etmemesini söyler. Eğer bu isteğinizi yerine getirmezlerse, Badger'ınız onları engellemeyi öğrenir - ne tür bir reklam ya da takipçi olursa olsun.", "description": "Intro page paragraph." }, "report_close": { "message": "Kapat", "description": "" }, "import_user_data": { "message": "Kullanıcı verisini içe aktar", "description": "" }, "options_domain_filter_dnt": { "message": "DNT uyumlu", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Yardım", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "izin verilmiş", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Gizlilik bir takım sporudur!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Buradaki hiçbir şeyi düzenlemeniz gerekmez.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "hepsi", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "İptal", "description": "" }, "tooltip_block": { "message": "Bir adresi engellemek için kaydırıcıyı sola kaydırın", "description": "" }, "options_enable_dnt_checkbox": { "message": "Websitelere \"Do Not Track\" sinyali gönder", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "kullanıcı kontrolünde", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger aşağıdaki sitelerde devre dışıdır. Bunun anlamı, Privacy Badger bu sitelerdeki hiçbir şeyi engellemez.

Eğer Privacy Badger'ın bir sayfayı bozduğunu düşünüyorsanız, sayfanın adresini aşağıdaki kutucuğa yazıp \"Adres Ekle\" butonuna tıklayabilirsiniz.

Alternatif olarak, sayfanın sekmesi seçiliyken tarayıcı araç çubuğundan Privacy Badger'a tıklayıp \"Devre Dışı Bırak\" butonuna tıklayabilirsiniz.

", "description": "" }, "popup_instructions": { "message": "Privacy Badger $COUNT$ tane potansiyel $TRACKER_LINK_START$takipçi$TRACKER_LINK_END$ buldu. Ters giden birşey yoksa kaydırıcıları ayarlamanız gerekmez.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Bir Electronic Frontier Foundation projesi", "description": "" }, "add_domain_button": { "message": "Adres Ekle", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger şu ana kadar bir potansiyel takipçi adres buldu.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Bir adrese izin vermek için kaydırıcıyı sağa kaydırın", "description": "" }, "popup_disable_for_site": { "message": "Bu Site İçin Privacy Badger'ı Devre Dışı Bırak", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger bu sayfada potansiyel bir takipçi algıladı. Ters giden birşeyler yoksa kaydırıcıyı ayarlamanız gerekmez.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Bu adrese izin vermek için tıklayın", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Badger'ınız cihazınızda yerel olarak öğrenir. Privacy Badger siz istemediğiniz sürece gezintiniz hakkında ASLA veri paylaşmaz.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger şu ana dek $COUNT$ tane potansiyel $TRACKER_LINK_START$takipçi adres$TRACKER_LINK_END$ buldu.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger, bir takipçiyi üç farklı websitesinde gördükten sonra engellemeye başlar. Eğer diğer gizlilik araçlarını veya reklam önleyicileri kullanıyorsanız, Privacy Badger daha az öğrenir, ancak sorun değil; diğer araçlarınızın fark etmediği şeyleri durdurabilir.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Duruma göre filtrele:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Hatayı aşağıda kısaca özetleyin.", "description": "" }, "remove_button": { "message": "Seçilenleri kaldır", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Privacy Badger kullandığınızda Electronic Frontier Foundation'a ve gizlilik için savaşan milyonlarca diğer kullanıcıya katılmış olursunuz. Biz çevrimiçi haklarınız için savaşan, kar amacı gütmeyen bir kuruluşuz. Bize katıldığınız için teşekkür ederiz!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Adresleri dışlamak için, arama metninizin başına \"-\" getirin. Örneğin, \".co -.com\" size .co ve .co.uk adreslerini gösterir ancak .com göstermez.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Eğer Privacy Badger'ın bir sayfayı bozduğunu düşünüyorsanız (örneğin başlatılamayan bir video), 'Devre Dışı Bırak' butonuna tıklayarak Privacy Badger'ı o site için kapatabilirsiniz.", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Gizlilik Politikası", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger hiçbir takipçi adres algılamadı. Gezinmeye devam!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Açıklama", "description": "" }, "not_yet_blocked_header": { "message": "Your Badger hasn't yet learned to block these domains", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Show domains your Badger hasn't yet learned to block:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Aşağıdaki adresler sizi takip etmiyor gibi görünüyor", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Ayarlar", "description": "" }, "share_button_title_facebook": { "message": "Facebook'ta Paylaş", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger görünmez takipçileri engellemeyi otomatik olarak öğrenir.", "description": "" }, "report_fail": { "message": "Tüh. Birşeyler ters gitti.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger bu $BUTTON$ butonunu değiştirdi.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Bir kerelik izin ver", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Bulut senkronizasyonu:
  • Firefox/Chrome Sync gerekir
  • Buluta yapılan yükleme, buluttaki Privacy Badger verisinin üstüne yazılır
  • İndirme işlemi Badger'ınızın engellediği sitelerin listelerini birleştirir
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Buluta yükle", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Engellenmiş siteleri buluta aktar", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Engellenmiş siteleri buluttan içe aktar", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Buluttaki veri başarıyla yüklendi.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Buluttaki veri indirilemedi.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Veri başarıyla buluta yüklendi.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Veri, buluta yüklenemedi.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "İndirilecek bulut verisi yok.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Arkadaşlarınızla paylaşın", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Paylaş", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger $DOMAIN$ içinde $COUNT$ potansiyel takipçi buldu:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger), görünmez takipçileri otomatik olarak engellemeyi öğrenen bir tarayıcı eklentisidir. Privacy Badger, çevrimiçi haklarınız için savaşan, kar amacı gütmeyen bir kuruluş olan Electronic Frontier Foundation tarafından yapılmıştır.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Panoya kopyala", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Kopyalandı", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Nothing to do on this page", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger doesn't work on special pages like this one. Try browsing somewhere else.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger is disabled on this site", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Widget Replacement", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "When blocking social buttons and other potentially useful (video, audio, comments) widgets, Privacy Badger can replace them with click-to-activate placeholders.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/uk/000077500000000000000000000000001362331047300212605ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/uk/messages.json000066400000000000000000001130341362331047300237640ustar00rootroot00000000000000{ "badger_status_block": { "message": "Заблоковано $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "Неправильний файл JSON.", "description": "" }, "options_remove_origin_confirm": { "message": "Ви справді хочете вилучити цей домен з Privacy Badger?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "Немає стеження для $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "В даний момент Privacy Badger лише перевіряє, чи сторонні елементи не використовують куки, локальне сховище HTML5, або відбиток canvas для стеження за вашим переглядом. Деякі з цих доменів можуть використовувати способи стеження, які Privacy Badger не в змозі виявити.", "description": "" }, "options_dnt_policy_setting": { "message": "Перевіряти, чи сторонні домени підтримують політику EFF щодо відмови від стеження", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "Чим довше ви використовуєте Privacy Badger, тим краще він захищає вас. Ви бачите, що він поки що не блокує нічого? Це нормально! Це тому, що Privacy Badger працює інакше, ніж звичні засоби і замість списків блокування він автоматично виявляє елементи стеження поки ви користуєтесь веб-сайтами. Тож продовжуйте і незабаром ви побачите результат.", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "Будь ласка, додайте дійсний домен чи URL-адресу.", "description": "" }, "donate_to_eff": { "message": "Зробити внесок для EFF", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "Допоможіть нам, зробивши внесок і виявивши свою підтримку наших засобів", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "Дещо інше, ніж звичайні засоби для блокування реклами", "description": "Intro page paragraph heading." }, "report_success": { "message": "Дякуємо! Ми доберемося до причини виникнення проблеми.", "description": "" }, "dnt_tooltip": { "message": "Цей домен обіцяє не стежити за вами", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "Блокування цього домену пошкоджує веб-сайти", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "Натисніть для повернення контролю над цим доменом до Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "наступний розділ", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "Будь ласка, розкажіть нам про наступну помилку:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "Керувати даними", "description": "This is an options page tab heading." }, "report_title": { "message": "Звіт про помилку", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "наприклад, www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "Натисніть тут, щоб заблокувати встановлення куків з цього домена", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "заблоковані", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "Не дозволяти WebRTC виявляти локальну IP-адресу *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger автоматично навчається блокувати невидимі елементи стеження. Витратьте хвилинку, щоб поглянути як.", "description": "Intro page welcome paragraph." }, "error_input": { "message": "Що не так?", "description": "" }, "popup_instructions_no_trackers": { "message": "Стеження не виявлено. Приватність на найвищому рівні!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "Домени стеження", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "Поширити у Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "Дізнайтеся, як Privacy Badger захищає вашу приватність.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "Завантажити", "description": "" }, "import": { "message": "Імпорт", "description": "" }, "options_hide_social_widgets": { "message": "Не замінювати такі віджети:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "Увімкнути заміну віджетів", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "Показувати домени, що не стежать за вами", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** Увімкнення навчання у приватних/анонімних вікнах може залишати сліди історії перегляду на комп'ютері. Типово, Privacy Badger буде блокувати відомі йому елементи стеження в приватних/анонімних вікнах, але не буде вивчати нові. Ймовірно, ви захочете увімкнути цю функцію, якщо багато часу проводите у приватному/анонімному перегляді.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "Повідомити про помилку", "description": "" }, "badger_status_allow": { "message": "Дозволено $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Що таке Privacy Badger?", "description": "" }, "options_domain_search": { "message": "Пошук доменів:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "Навчання у приватних/анонімних вікнах **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "Показувати лічильник стеження", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "Що таке стеження?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "Будь ласка, не забудьте натиснути на \"Privacy Badger пошкодив цей сайт? Повідомте нас!\". Ми поважаємо вашу приватність, і тому не надсилаємо автоматичні звіти.", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Налаштування Privacy Badger", "description": "" }, "report_terms": { "message": "Ця дія призведе до автоматичного надсилання наступної інформації до EFF: поточний сайт, версія браузера, версія Privacy Badger, а також положення всіх перемикачів для цього сайту.", "description": "" }, "intro_learns": { "message": "Навчається поки ви в інтернеті", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "Вимкнені сайти", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "Увімкнути Privacy Badger для цього сайту", "description": "" }, "options_domain_type_filter": { "message": "Фільтр за типом:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "Список елементів стеження й налаштування успішно оновлено!", "description": "" }, "export_user_data": { "message": "Експорт користувацьких даних", "description": "" }, "manage_data_intro": { "message": "Імпорт даних користувача:
  • Перезаписуються загальні налаштування
  • Об'єднуються списки вимкнених сайтів
  • Об'єднується інформація про виявлені елементи стеження Privacy Badger
  • Перезаписуються налаштування перемикачів
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "Відновити", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "Відновити домени стеження", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "Відновлення доменів стеження спричинить:\n\n • Вилучення всіх даних про елементи стеження, які Privacy Badger виявив за час користування браузером\n • Відновлення списку доменів стеження до останньої стандартної версії (для докладних відомостей відвідайте www.eff.org/badger-pretraining)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "Вилучити все", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "Вилучити всі домени стеження", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "Вилучення всіх доменів стеження спричинить:\n\n • Вилучення всіх даних, відомих Privacy Badger про стеження\n • Privacy Badger не буде блокувати нічого, доки не виявить стеження під час роботи браузера", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Тепер ви захищені Privacy Badger. Щоб дізнатися, як працює Privacy Badger, натисніть внизу для швидкого ознайомлення.", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC може виявляти вашу локальну IP-адресу. Зауважте, що ця опція може спричинити погіршення швидкодії певних інструментів для веб-конференцій, таких як Google Hangouts.", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "Загальні налаштування", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "Переглянути знайомство", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "Натисніть тут, щоб повністю заблокувати цей домен", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "версія $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "Заблоковано куки з $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "Перехоплює підступне стеження", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "частково заблоковані", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "Я розумію. Будь ласка, все одно покажіть мені перелік доменів стеження", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "Дякуємо за встановлення Privacy Badger!", "description": "" }, "import_select_file": { "message": "Оберіть файл для імпорту.", "description": "" }, "popup_blocked": { "message": "На цьому сайті немає сторонніх елементів.", "description": "" }, "report_broken_site": { "message": "Privacy Badger пошкодив цей сайт? Повідомте нас!", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "Встановіть перемикач посередині, щоб дозволити куки", "description": "" }, "intro_beyond_ads_paragraph": { "message": "Невидиме стеження відбувається різними способами. Реклама - це лише вершина айсбергу. Privacy Badger надсилає сигнал \"Не стежити\" (Do Not Track), повідомляючи таким чином, що ви не хочете, щоб за вами стежили. Якщо вони ігнорують ваше побажання, Privacy Badger буде їх блокувати.", "description": "Intro page paragraph." }, "report_close": { "message": "Закрити", "description": "" }, "import_user_data": { "message": "Імпорт користувацьких даних", "description": "" }, "options_domain_filter_dnt": { "message": "DNT-сумісні", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "Допомога", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "дозволені", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "Приватність - це командна гра!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "Вам не слід щось тут змінювати.", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "всі", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "Скасувати", "description": "" }, "tooltip_block": { "message": "Змініть положення перемикача вліво, щоб заблокувати домен", "description": "" }, "options_enable_dnt_checkbox": { "message": "Передавати веб-сайтам сигнал \"Не стежити\" (Do Not Track)", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "контрольовані користувачем", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger вимкнено для зазначених нижче сайтів. Це означає, що при відвідуванні перелічених тут сайтів, Privacy Badger не буде нічого блокувати.

Якщо на вашу думку Privacy Badger пошкоджує сторінку, ви можете ввести домен цієї сторінки в поле внизу і натиснути кнопку \"Додати домен\".

Або якщо у вас вже відкрита ця сторінка, ви можете просто натиснути на Privacy Badger й обрати \"Вимкнути Privacy Badger для цього сайту\".

", "description": "" }, "popup_instructions": { "message": "Privacy Badger виявив $COUNT$ можливих $TRACKER_LINK_START$елементів стеження$TRACKER_LINK_END$ на цій сторінці. Не варто їх регулювати, якщо все працює як слід.", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "Проект Electronic Frontier Foundation", "description": "" }, "add_domain_button": { "message": "Додати домен", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger наразі виявив один можливий домен стеження.", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "Змініть положення перемикача вправо, щоб дозволити домен", "description": "" }, "popup_disable_for_site": { "message": "Вимкнути Privacy Badger для цього сайту", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger виявив можливий елемент стеження на цій сторінці. Не варто змінювати його, якщо все працює як слід.", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "Натисніть тут, щоб дозволити цей домен", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "Privacy Badger навчається локально на вашому пристрої та НІКОЛИ не передає ваші дані будь-кому доки ви самі не захочете зробите це.", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "Privacy Badger наразі виявив $COUNT$ можливих $TRACKER_LINK_START$доменів стеження$TRACKER_LINK_END$.", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger починає блокування, як тільки він бачить, що один і той самий елемент з'являється на трьох різних веб-сайтах. Три попадання і він заблокований! Якщо ви використовуєте інші засоби для захисту приватності чи блокування реклами, Privacy Badger буде навчатися менше, але це нічого, він все одно зможе знаходити й блокувати те, що пропускають інші.", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "Фільтр за статусом:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "Коротко опишіть помилку.", "description": "" }, "remove_button": { "message": "Вилучити обрані", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "Використовуючи Privacy Badger, ви долучаєтесь до спільноти Electronic Frontier Foundation разом з мільйонами інших користувачів, які відстоюють приватність. Ми є некомерційною організацією, яка відстоює ваші права онлайн. Дякуємо, що приєдналися до нас!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "Щоб виключити домени, поставте на початку свого пошукового запиту \"-\". Наприклад, \".co -.com\" буде показувати домени .co та .co.uk але не .com.", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "Якщо ви вважаєте, що Privacy Badger пошкодив сторінку (наприклад, не відтворюється відео), ви можете вимкнути його на цій сторінці, натиснувши \"Вимкнути Privacy Badger для цього сайту\".", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "Політика приватності", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger досі не виявив жодного домену стеження. Продовжуйте перегляд!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "Опис", "description": "" }, "not_yet_blocked_header": { "message": "Ваш Badger ще не навчився блокувати ці домени", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "Показати домени, які ваш Badger ще не навчився блокувати:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "Домени, що не стежать за вами", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "Налаштування", "description": "" }, "share_button_title_facebook": { "message": "Поширити на Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger автоматично навчається блокувати невидимі елементи стеження.", "description": "" }, "report_fail": { "message": "Ой. Щось пішло не так.", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger змінив цю $BUTTON$ кнопку.", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "Дозволити один раз", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "Синхронізація:
  • Необхідний обліковий запис Firefox/Chrome
  • Вивантаження перезаписує наявні дані в хмарному сховищі
  • Завантаження об'єднує списки сайтів, на яких Privacy Badger вимкнений
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "Вивантажити", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "Експорт вимкнених сайтів у хмарне сховище", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "Імпорт вимкнених сайтів з хмарного сховища", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "Дані успішно імпортовано з хмарного сховища.", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "Не вдалося завантажити дані з хмарного сховища.", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "Дані успішно вивантажено в хмарне сховище.", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "Не вдалося вивантажити дані в хмарне сховище.", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "Хмарне сховище не містить даних для завантаження.", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "Розповісти друзям", "description": "Title of the share overlay." }, "popup_share_button": { "message": "Поширити", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger виявив $COUNT$ можливих доменів стеження на $DOMAIN$:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) - це розширення для браузера, що автоматично навчається блокувати невидимі елементи стеження. Privacy Badger розроблено некомерційною організацією Electronic Frontier Foundation, яка відстоює ваші права онлайн.", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "Копіювати в буфер обміну", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "Скопійовано", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "Немає чого робити на цій сторінці", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger не працює на таких сторінках, як ця. Спробуйте переглянути інші сторінки.", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger вимкнений на цьому сайті", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "Заміна віджетів", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "При блокуванні кнопок соціальних мереж та інших потенційно корисних віджетів (відео, аудіо, коментарі), Privacy Badger може замінювати їх спеціальними елементами з можливістю вибіркової активації.", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/zh_CN/000077500000000000000000000000001362331047300216425ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/zh_CN/messages.json000066400000000000000000000736651362331047300243650ustar00rootroot00000000000000{ "badger_status_block": { "message": "已屏蔽 $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "无效的 JSON 文件。", "description": "" }, "options_remove_origin_confirm": { "message": "确定要从隐私獾中移除这个域名吗?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "$DOMAIN$ 没有追踪", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "隐私獾只检查第三方域名是否在使用 Cookies、HTML5 本地存储和 canvas 指纹来追踪你的浏览记录。 有些域名可能使用了隐私獾无法检测的追踪方式。", "description": "" }, "options_dnt_policy_setting": { "message": "检查第三方域名是否遵守电子前哨基金会的“请勿追踪”政策", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "你使用隐私獾浏览的时间越长,它对保护你就越在行。你的獾目前没有屏蔽任何东西吗?没关系!隐私獾不需要人工维护的屏蔽列表,它会在您浏览网页时自动发现追踪器。请浏览一些网站,让您的隐私獾开始学习吧。", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "请添加一个有效的域名或者 URL。", "description": "" }, "donate_to_eff": { "message": "向电子前哨基金会捐款", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "捐款并分享对我们工具的支持来帮助我们", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "不是广告拦截器,我不一样", "description": "Intro page paragraph heading." }, "report_success": { "message": "谢谢!我们会调查这个问题。", "description": "" }, "dnt_tooltip": { "message": "这个域名承诺不会追踪你", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "已知屏蔽此域名会破坏网站", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "点击让隐私獾重新控制此域名", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "下一节", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "请告诉我们以下的错误信息:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "管理数据", "description": "This is an options page tab heading." }, "report_title": { "message": "报告错误", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "例如 www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "点击这里屏蔽此域名的 Cookies", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "已屏蔽", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "阻止 WebRTC 泄露本地 IP 地址 *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "隐私獾会自动学习去屏蔽不可见的追踪器。看看这是如何做到的吧。", "description": "Intro page welcome paragraph." }, "error_input": { "message": "发生了什么问题?", "description": "" }, "popup_instructions_no_trackers": { "message": "没有检测到追踪器。隐私万岁!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "追踪域名", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "分享到 Twitter", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "了解隐私獾如何保护你的隐私。", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "下载", "description": "" }, "import": { "message": "导入", "description": "" }, "options_hide_social_widgets": { "message": "不要替换以下小部件:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "开启小部件替换", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "显示看起来没有追踪你的域名", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** 启用“在隐私/无痕模式学习”后,你的隐私浏览历史可能会在电脑中留下痕迹。默认设置下,隐私獾会在隐私/无痕模式时屏蔽已知的追踪器,但不会学习新的追踪器。如果你平时经常使用隐私/无痕模式的话,你可能想要启用这个选项。", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "报告错误", "description": "" }, "badger_status_allow": { "message": "允许 $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "什么是隐私獾?", "description": "" }, "options_domain_search": { "message": "搜索域名:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "在隐私/无痕模式下学习 **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "显示追踪器数量", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "什么是追踪器?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "请不要忘记点击“报告隐私獾导致的显示异常的网站”。我们尊重您的隐私,因此我们不自动发送报告。", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "隐私獾设置", "description": "" }, "report_terms": { "message": "这会自动把以下的信息报告给电子前哨基金会:你现在访问的网站,浏览器版本,隐私獾版本和这个网站所有滑块的状态。", "description": "" }, "intro_learns": { "message": "在您访问时学习", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "已禁用的域名", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "在当前的网站上启用隐私獾", "description": "" }, "options_domain_type_filter": { "message": "按类型过滤:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "成功更新追踪器列表与设置!", "description": "" }, "export_user_data": { "message": "导出用户数据", "description": "" }, "manage_data_intro": { "message": "导入用户数据:
  • 覆盖通用设置
  • 结合已禁用站点列表
  • 结合隐私獾探测到的追踪器信息
  • 覆盖自定义滑块设置
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "重置", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "重置追踪域名列表", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "重置追踪域名将会:\n\n• 删除所有隐私獾从您浏览中学习到的数据\n• 将追踪域名列表重置为最新的预训练列表(访问 www.eff.org/badger-pretraining 以了解更多)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "移除所有", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "移除所有追踪域名", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "移除所有追踪域名将会:\n\n• 删除所有隐私獾对追踪器的了解\n• 使隐私獾在有机会重新从您的浏览中学习前不屏蔽任何东西", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "你现在已经被隐私獾保护了。要了解隐私獾是如何工作的,点击这里来访问快速教程。", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "WebRTC 可能泄露您的本地 IP 地址。请注意,开启这个功能可能降低网络会议软件(如谷歌环聊)的性能。", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "通用设置", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "了解一下", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "点击这里以完全屏蔽此域名", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "版本 $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "屏蔽此网站的 cookies $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "发现鬼鬼祟祟的追踪器", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "部分被屏蔽", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "我明白;无论如何,请显示追踪域名列表", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "感谢你安装隐私獾!", "description": "" }, "import_select_file": { "message": "请选择一个你要导入的文件。", "description": "" }, "popup_blocked": { "message": "该站点没有第三方资源。", "description": "" }, "report_broken_site": { "message": "报告隐私獾导致的显示异常的网站", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "将滑块移至中间来屏蔽 cookies", "description": "" }, "intro_beyond_ads_paragraph": { "message": "不可见的追踪以各种形式发生;广告只是可见的冰山一角。隐私獾向追踪器发送“请勿追踪”信号,告诉它们停止追踪您。如果它们拒绝您的意愿,您的隐私獾将会学着阻止他们——无论它们是广告、追踪器或是其他的东西。", "description": "Intro page paragraph." }, "report_close": { "message": "关闭", "description": "" }, "import_user_data": { "message": "导入用户数据", "description": "" }, "options_domain_filter_dnt": { "message": "DNT(请勿追踪) 兼容", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "帮助", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "已允许", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "保护隐私人人有责!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "你应该无需更改这里的任何东西。", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "全部", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "取消", "description": "" }, "tooltip_block": { "message": "将滑块移至左边以屏蔽一个域名", "description": "" }, "options_enable_dnt_checkbox": { "message": "向网站发送“请勿追踪”信号", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "用户控制", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

隐私獾已在以下网站上禁用。你浏览这些网站时,隐私獾不会屏蔽任何东西。

如果你认为隐私獾破坏了某个页面,请在下面的文本框中输入页面的域名,然后点击“添加域名”按钮。

或者你可以在浏览页面时点击浏览器工具栏上的隐私獾按钮,然后点击“禁用”按钮。

", "description": "" }, "popup_instructions": { "message": "隐私獾检测到这个页面上 $COUNT$ 个潜在的$TRACKER_LINK_START$追踪器$TRACKER_LINK_END$。除非网页出现问题,你不必调整滑块。", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "一个电子前哨基金会的项目", "description": "" }, "add_domain_button": { "message": "添加域名", "description": "" }, "options_domain_list_one_tracker": { "message": "至今为止隐私獾已经检测到了一个潜在的追踪域名。", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "将滑块移至右边来允许一个域名", "description": "" }, "popup_disable_for_site": { "message": "在当前的网站上禁用隐私獾", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "隐私獾在这个页面上检测到了一个潜在的追踪器。除非网页出现问题,你不必调整它。", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "点击这里以允许这个域名", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "你的獾只在你的设备上自我学习。除非你主动分享,否则隐私獾永远都不会上传你的浏览记录。", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "隐私獾发现了 $COUNT$ 至今为止潜在的$TRACKER_LINK_START$追踪域名$TRACKER_LINK_END$。", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "隐私獾", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "隐私獾会在三个网站发现同一个追踪器后开始屏蔽。三振出局!如果你在使用其他隐私工具或屏蔽器,隐私獾会发现更少的追踪器。不用担心,它可能会发现其他屏蔽器漏过的追踪器。", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "按状态过滤:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "在下面简要描述发生的错误。", "description": "" }, "remove_button": { "message": "删除所选", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "当您使用隐私獾,您就和电子前哨基金会和成千上万的其它用户一道共同保卫隐私。我们是为您在线权利奋斗的非营利性组织。感谢您加入我们!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "在搜索关键词前加入“-”来排除域名。例如,“.co -.com”将会显示 .co 和 .co.uk,但不显示.com域名。", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "如果您认为隐私獾使得网站显示异常(例如无法播放视频),您可以点击“禁用”按钮来在此网站关闭隐私獾。", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "隐私政策", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "隐私獾还没有检测到任何追踪域名。继续浏览吧!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "描述", "description": "" }, "not_yet_blocked_header": { "message": "您的獾还没有学习屏蔽这些域名", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "显示您的獾没有学习屏蔽的域名:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "以下域名看起来不在追踪你", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "选项", "description": "" }, "share_button_title_facebook": { "message": "分享到 Facebook", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "隐私獾会自动学习去阻止不可见的追踪器。", "description": "" }, "report_fail": { "message": "哎呀。出错了。", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "隐私獾已经替换了这个 $BUTTON$ 按钮。", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "允许一次", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "云端同步:
  • 需要火狐或 Chrome 同步
  • 上传将覆盖任何云端已有的隐私獾数据
  • 下载内容将与您将隐私獾禁用的站点结合
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "上传", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "导出已禁用的域名到云端", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "从云端导入禁用域名", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "成功导入云端数据。", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "无法下载云端数据。", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "成功上传数据到云端。", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "无法上传数据到云端。", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "无云端数据可供下载。", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "告诉您的朋友", "description": "Title of the share overlay." }, "popup_share_button": { "message": "分享", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "隐私獾在 $DOMAIN$ 找到 $COUNT$ 个潜在的追踪器:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "隐私獾(www.eff.org/privacybadger)是一个浏览器扩展,它可以自动学习去阻止不可见的追踪器。隐私獾由电子前哨基金会创作:一个为您在线权利奋斗的非营利性组织。", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "复制到剪贴板", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "已复制", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "对这个页面无事可做", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "隐私獾不在特殊页面工作——比如这一个。试着浏览一下别的网页。", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "隐私獾在此站点被禁用", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "小部件替换", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "当屏蔽社交媒体按钮和其他可能有用的小部件(如音视频和评论区)时,隐私獾可以将他们替换成“点击以启用”的占位部件。", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/_locales/zh_TW/000077500000000000000000000000001362331047300216745ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/_locales/zh_TW/messages.json000066400000000000000000000747251362331047300244150ustar00rootroot00000000000000{ "badger_status_block": { "message": "封鎖 $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "invalid_json": { "message": "無效的 JSON 檔案。", "description": "" }, "options_remove_origin_confirm": { "message": "您確定要從 Privacy Badger 移除此網域?", "description": "Confirmation shown when you click to remove a domain from Privacy Badger's tracking domains list on the options page." }, "badger_status_noaction": { "message": "沒有追蹤 $DOMAIN$", "description": "Tooltip shown when you hover over a non-tracking domain name with a green slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "non_tracker_tip": { "message": "目前 Privacy Badger 只檢查透過第三方 cookie、HTML5 Local Storage、Canvas 指紋來追蹤您瀏覽網頁的情況。有些網域可能使用了 Privacy Badger 無法偵測的追蹤方式。", "description": "" }, "options_dnt_policy_setting": { "message": "檢查第三方網域是否遵守EFF 的 Do Not Track 政策", "description": "Checkbox label on the general settings page" }, "intro_learns_paragraph": { "message": "您裝上 Privacy Badger 後瀏覽愈久,保護您的效果就會愈好。您的 Badger 還沒有阻擋任何東西嗎?沒有問題!Privacy Badger 會自動探索您在瀏覽網頁時的追蹤器,而非保留追蹤清單。所以開始瀏覽以教導您的 Badger 吧。", "description": "Intro page paragraph. Also used on the options page as part of an acknowledgement screen in front of the tracking domains list." }, "invalid_domain": { "message": "請新增有效的網域或 URL。", "description": "" }, "donate_to_eff": { "message": "捐款給 EFF 電子前鋒基金會", "description": "Button shown in the popup and on the intro page." }, "intro_donate_subheading": { "message": "透過捐款與分享對我們的工具的支援來協助我們", "description": "Shown below the Donate button on the intro page." }, "intro_not_an_adblocker": { "message": "不是廣告阻擋器,我不一樣", "description": "Intro page paragraph heading." }, "report_success": { "message": "謝謝!我們將會調查這個問題。", "description": "" }, "dnt_tooltip": { "message": "此網域承諾不會追蹤您", "description": "Tooltip shown when you hover over a DNT-compliant domain name in the list of domains in the popup or under the Tracking Domains tab on the options page." }, "breakage_warning_tooltip": { "message": "已知封鎖此網域會破壞網站", "description": "Tooltip for a warning icon that appears when move a domain slider to 'red' (block) for a domain that was automatically set to 'yellow' (block cookies)." }, "feed_the_badger_title": { "message": "點擊以將此網域的控制權還給 Privacy Badger", "description": "Tooltip shown when you hover over an undo arrow that appears when you move a domain slider away from its automatic setting." }, "next_section": { "message": "下一區", "description": "Image alt. text on a couple of \"scroll down\" arrow buttons on the intro page." }, "extension_error_text": { "message": "請告訴我們關於下列錯誤的訊息:", "description": "Shown in the popup when there is a problem with the user's Privacy Badger extension that we want to encourage the user to tell us about." }, "data_settings": { "message": "管理資料", "description": "This is an options page tab heading." }, "report_title": { "message": "回報錯誤", "description": "" }, "whitelist_form_domain_input_placeholder": { "message": "範例:www.domain.com, *.domain.net, domain.org", "description": "Placeholder text for the Add domain input under the Disabled Sites tab on the options page." }, "domain_slider_cookieblock_tooltip": { "message": "在此點按以從設定 cookies 阻擋此網域", "description": "Tooltip shown when you hover over the center part of a slider shown for each domain in the domain list." }, "options_domain_filter_block": { "message": "已阻擋", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "options_webrtc_setting": { "message": "防止 WebRTC 洩漏本機 IP 地址 *", "description": "Checkbox label on the general settings page" }, "intro_welcome": { "message": "Privacy Badger 會自動學習並阻擋不可見的追蹤器。花一分鐘來看看它怎麼運作的。", "description": "Intro page welcome paragraph." }, "error_input": { "message": "有什麼問題?", "description": "" }, "popup_instructions_no_trackers": { "message": "未偵測到追蹤器。為隱私歡呼!", "description": "Text shown in the popup when there are no trackers on the page." }, "options_domain_list_tab": { "message": "追蹤網域", "description": "This is an options page tab heading." }, "share_button_title_twitter": { "message": "在 Twitter 上分享", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "first_run_text": { "message": "瞭解 Privacy Badger 如何保護您的隱私。", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "download": { "message": "下載", "description": "" }, "import": { "message": "匯入", "description": "" }, "options_hide_social_widgets": { "message": "不要取代下列的小工具:", "description": "Multiple selection box on the widget replacement tab" }, "options_social_widgets_checkbox": { "message": "啟用小工具取代", "description": "Checkbox label on the widget replacement tab" }, "options_show_nontracking_domains_checkbox": { "message": "顯示似乎未在追蹤您的網域", "description": "Checkbox label on the general settings page. Should match wording used in the 'non_tracker' message." }, "options_incognito_warning": { "message": "** 在隱私/無痕視窗中啟用學習可能會導致隱私瀏覽紀錄留在您的電腦上。預設情況下,Privacy Badger 會在隱私/無痕視窗中阻擋任何已知的追蹤器,但是不會學習任何新的追蹤器。您可能會想要在您的瀏覽大部份都在隱私/無痕視窗中度過時啟用此選項。", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "report_button": { "message": "送出錯誤", "description": "" }, "badger_status_allow": { "message": "允許 $DOMAIN$", "description": "Tooltip shown when you hover over a tracking but still allowed (green slider) domain name in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "privacy_badger_what_is": { "message": "Privacy Badger 是什麼?", "description": "" }, "options_domain_search": { "message": "搜尋網域:", "description": "Label for a text input box on the Tracking Domains options page tab." }, "options_incognito_setting": { "message": "在隱私/無痕視窗中學習 **", "description": "Checkbox label on the general settings page" }, "show_counter_checkbox": { "message": "顯示追蹤器數量", "description": "Checkbox label on the general settings page" }, "what_is_a_tracker": { "message": "什麼是追蹤器?", "description": "Tooltip that comes up when you hover over the 'tracking domains' link under the Tracking Domains tab on the options page." }, "intro_report_button": { "message": "請不要忘記點按「回報 Privacy Badger 導致顯示異常的網站」。我們尊重您的隱私,所以我們不會自動傳送回報。", "description": "Intro page paragraph. The quoted message ('Did Privacy Badger break this site') should match the first part of the translation for the 'report_broken_site' message." }, "options_title": { "message": "Privacy Badger 設定", "description": "" }, "report_terms": { "message": "將會自動回報下列資訊給 EFF 電子前鋒基金會: 您目前造訪的網站、瀏覽器版本、 Privacy Badger 版本,以及此網站所有滾動條的狀態。", "description": "" }, "intro_learns": { "message": "在您瀏覽時學習", "description": "Intro page paragraph heading." }, "whitelisted_domains": { "message": "停用的網站", "description": "This is an options page tab heading." }, "popup_enable_for_site": { "message": "在目前網站開啟 Privacy Badger", "description": "" }, "options_domain_type_filter": { "message": "以類型過濾:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "import_successful": { "message": "追蹤器清單和設定更新成功!", "description": "" }, "export_user_data": { "message": "匯出使用者資料", "description": "" }, "manage_data_intro": { "message": "正在匯入使用者資料:
  • 覆寫一般設定
  • 結合停用的網站清單
  • 結合 Privacy Badger 已經看過哪些追蹤器的資訊
  • 覆寫滑桿自訂
", "description": "A brief explanation of what happens when you import Badger user data. Shown above the import/export user data buttons under the Manage Data options page tab." }, "reset": { "message": "重設", "description": "Options page button, under the Manage Data tab" }, "reset_data": { "message": "重設追蹤網域", "description": "Caption above reset button" }, "reset_data_confirm": { "message": "重設追蹤網域將會:\n\n • 刪除所有 Privacy Badger 已從您的瀏覽中學習到的追蹤器\n • 將追蹤網域復原為最新的預訓練清單(請見 www.eff.org/badger-pretraining 以取得更多資訊)", "description": "Pop-up triggered when the reset_data button is clicked" }, "remove_all": { "message": "移除全部", "description": "Options page button, under the Manage Data tab" }, "remove_all_data": { "message": "移除所有追蹤網域", "description": "Caption above remove_all button" }, "remove_all_data_confirm": { "message": "移除所有追蹤網域將會:\n\n • 刪除 Privacy Badger 知道的所有關於追蹤器的東西\n • 造成 Privacy Badger 在有機會重新自您的瀏覽中學習前無法阻擋任何東西", "description": "Pop-up triggered when the remove_all_data button is clicked" }, "intro_text": { "message": "Privacy Badger 正在保護您,若要了解 Privacy Badger 的運作原理,請點擊下方進行快速教學。", "description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page." }, "options_webrtc_warning": { "message": "* WebRTC 可能會洩漏您的 IP 地址。注意:開啟此選項可能會造成 Google Hangouts 等網路會議應用程式的效能變差。", "description": "Detailed explanation shown under checkboxes on the general settings page" }, "options_general_settings": { "message": "一般設定", "description": "This is an options page tab heading." }, "intro_next_button": { "message": "看看教學", "description": "Intro page welcome button." }, "domain_slider_block_tooltip": { "message": "點按此處以完全阻擋此網域", "description": "Tooltip shown when you hover over the leftmost part of a slider shown for each domain in the domain list." }, "version": { "message": "版本 $VERSION_STRING$", "description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".", "placeholders": { "version_string": { "content": "$1", "example": "2018.8.1" } } }, "badger_status_cookieblock": { "message": "封鎖此網站的 cookie $DOMAIN$", "description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.", "placeholders": { "domain": { "content": "$1", "example": "example.com" } } }, "intro_beyond_ads": { "message": "捕捉鬼鬼祟祟的追蹤器", "description": "Intro page paragraph heading." }, "options_domain_filter_cookieblock": { "message": "部份阻擋", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "show_tracking_domains_acknowledgement": { "message": "我了解;無論如何都顯示追蹤網域清單給我", "description": "Acknowledgement shown next to the checkbox required to reveal the tracking domains list on the options page." }, "firstRun_title": { "message": "感謝您安裝 Privacy Badger!", "description": "" }, "import_select_file": { "message": "請選擇要匯入的檔案", "description": "" }, "popup_blocked": { "message": "此網站當中沒有第三方資源。", "description": "" }, "report_broken_site": { "message": "回報 Privacy Badger 導致顯示異常的網站", "description": "Button in the popup." }, "tooltip_cookieblock": { "message": "將滾動條滑到中間封鎖該網域的 cookie", "description": "" }, "intro_beyond_ads_paragraph": { "message": "不可見的追蹤會以各種方式發生:廣告只是可見的冰山一角。Privacy Badger 將「不追蹤」訊號傳送給追蹤器,告訴它們不要追蹤您。如果它們忽視了這個要求,您的 Badger 將會學會阻擋它們,無論它們是廣告商還是其他類型的追蹤器。", "description": "Intro page paragraph." }, "report_close": { "message": "關閉", "description": "" }, "import_user_data": { "message": "匯入使用者資料", "description": "" }, "options_domain_filter_dnt": { "message": "相容於 DNT", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "popup_help_button": { "message": "說明", "description": "Tooltip that comes up when you hover over the question mark button in the upper right corner of the popup." }, "options_domain_filter_allow": { "message": "允許", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "intro_donate_heading": { "message": "隱私是一場團隊比賽!", "description": "Part of the 'donate' section on the intro page." }, "show_tracking_domains_message": { "message": "您應該不需要修改這裡的任何東西。", "description": "Shown above the acknowledgement checkbox required to reveal the tracking domains list on the options page. This is the second paragraph; the first paragraph is the message under the \"intro_not_an_adblocker_paragraph\" key." }, "options_domain_filter_all": { "message": "全部", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "report_cancel": { "message": "取消", "description": "" }, "tooltip_block": { "message": "將滾動條滑到左邊封鎖該網域", "description": "" }, "options_enable_dnt_checkbox": { "message": "傳送「Do Not Track」訊號給網頁", "description": "Checkbox label for enabling/disabling the Do Not Track signal, found on the general settings page" }, "options_domain_filter_user": { "message": "使用者控制", "description": "Dropdown control setting on the Tracking Domains options page tab." }, "disabled_for_these_domains": { "message": "

Privacy Badger 已在下列的網站中停用。這代表了 Privacy Badger 將不會在您造訪在這裡列出來的網站時阻擋任何東西。

若您覺得 Privacy Badger 把頁面弄壞了,您可以透過在下方的輸入框中輸入網域並點按「新增網域」按鈕來新增網域。

或者是當您已經選取了網頁的分頁,您也可以點選在瀏覽器工具列中的 Privacy Badger 按鈕並點選「停用」按鈕。

", "description": "" }, "popup_instructions": { "message": "Privacy Badger 偵測到這個網站上有 $COUNT$ 個在此頁面上的潛在$TRACKER_LINK_START$追蹤器$TRACKER_LINK_END$。除非有某些東西壞掉了,否則您應該不需要調整這些滑桿。", "description": "Popup message that shows the number of trackers. This particular message is used when that number is greater than one.", "placeholders": { "count": { "content": "$1", "example": "15" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "intro_by_eff": { "message": "EFF 電子前鋒基金會的專案", "description": "" }, "add_domain_button": { "message": "新增網域", "description": "" }, "options_domain_list_one_tracker": { "message": "Privacy Badger 已偵測到了一個潛在追蹤網域。", "description": "Shown on the Tracking Domains options page tab when Privacy Badger learned of exactly one tracker so far." }, "tooltip_allow": { "message": "將滾動條滑到右邊允許該網域", "description": "" }, "popup_disable_for_site": { "message": "在目前網站停用 Privacy Badger", "description": "Button in the popup." }, "popup_instructions_one_tracker": { "message": "Privacy Badger 在此頁面上偵測到了潛在的追蹤器。除非有某些東西壞掉了,否則您應該不需要調整這些滑桿。", "description": "Text shown in the popup when there is exactly one tracker on the page." }, "domain_slider_allow_tooltip": { "message": "點按此處以允許此網域", "description": "Tooltip shown when you hover over the rightmost part of a slider shown for each domain in the domain list." }, "intro_privacy_note": { "message": "您的 Badger 將會在您的裝置上本機學習。Privacy Badger 在您選擇分享關於您的瀏覽資料前,將永遠不會分享它們。", "description": "Intro page paragraph." }, "options_domain_list_trackers": { "message": "目前為止,Privacy Badger 偵測到 $COUNT$ 個潛在$TRACKER_LINK_START$追蹤網域$TRACKER_LINK_END$。", "description": "Message under the Tracking Domains tab on the options page. Shown after Privacy Badger learned about more than one tracker.", "placeholders": { "count": { "content": "$1", "example": "900" }, "tracker_link_start": { "content": "$2", "example": "" }, "tracker_link_end": { "content": "" } } }, "name": { "message": "Privacy Badger", "description": "" }, "intro_not_an_adblocker_paragraph": { "message": "Privacy Badger 將會在三個不同的網頁上發現同一個追蹤器時開始阻擋該追蹤器。三振出局!若您使用了其他隱私工具或廣告阻擋器,Privacy Badger 會學到比較少東西,不過還是可以正常運作的,其將會抓到您其他阻擋器的漏網之魚。", "description": "Intro page paragraph." }, "options_domain_status_filter": { "message": "以狀態過濾:", "description": "Label for a dropdown control on the Tracking Domains options page tab." }, "report_text": { "message": "在下面簡要描述發生的錯誤。", "description": "" }, "remove_button": { "message": "刪除所選", "description": "This is the label for the 'Remove selected' buttons." }, "intro_donate1": { "message": "當您使用 Privacy Badger,您就會加入電子前鋒基金會 (EFF)與其他數百萬個使用者一同為隱私而戰。我們是一個為您的線上權利而戰的非營利組織。感謝您加入我們!", "description": "Part of the 'donate' section on the intro page." }, "options_domain_search_tooltip": { "message": "要排除網域,請在您的搜尋字詞前加入\"-\"。舉例來說,\".co -.com\"將會顯示 .co 與 .co.uk 但不會有 .com 網域。", "description": "Tooltip for an \"information\" icon next to the domain search input on the Tracking Domains options page tab." }, "intro_disable_button": { "message": "若您覺得 Privacy Badger 破壞了某個頁面(舉例來說,影片無法播放之類的),您可以點按「停用」按鈕來將 Privacy Badger 在該頁面上關閉。", "description": "Intro page paragraph. The quoted string ('Disable') should match the verb used for the 'popup_disable_for_site' message." }, "intro_link_policy": { "message": "隱私權政策", "description": "Shown at the bottom of the intro page, links to the EFF software and technology projects privacy policy." }, "options_domain_list_no_trackers": { "message": "Privacy Badger 未偵測到任何追蹤網域。繼續瀏覽!", "description": "Shown on the Tracking Domains tab on the options page for new and recent installations." }, "report_input_label": { "message": "描述", "description": "" }, "not_yet_blocked_header": { "message": "您的 Badger 尚未學會阻擋這些網域", "description": "Popup domain list header text; separates blocked from haven't-yet-seen-enough-to-block potential trackers." }, "options_show_not_yet_blocked": { "message": "顯示您的 Badger 尚未學會阻擋的網域:", "description": "Label for a checkbox on the Tracking Domains options page tab. Should match wording used in the 'not_yet_blocked_header' message." }, "non_tracker": { "message": "以下網域看起來都沒有在追蹤您", "description": "Header text; separates tracking from non-tracking domains in the popup." }, "popup_options_button": { "message": "選項", "description": "" }, "share_button_title_facebook": { "message": "在 Facebook 上分享", "description": "Text that comes up when you hover over the social sharing buttons on the intro page." }, "description": { "message": "Privacy Badger 會自動學習並阻擋不可見的追蹤器。", "description": "" }, "report_fail": { "message": "哎呀。出錯了。", "description": "" }, "social_tooltip_pb_has_replaced": { "message": "Privacy Badger 已經取代了 $BUTTON$ 按鈕。", "description": "Tooltip shown over a replaced social button. For example, \"... replaced this Facebook Like button.\"", "placeholders": { "button": { "content": "$1", "example": "Facebook Like" } } }, "allow_once": { "message": "允許一次", "description": "Button in the placeholder shown in place of certain third-party (video, audio, commenting) widgets. Clicking it will allow the third-party widget to load this one time only." }, "sync_intro": { "message": "雲端同步:
  • 需要 Firefox/Chrome 同步
  • 上傳會覆寫任何在雲端中既有的 Privacy Badger 資料
  • 下載會結合您的 Privacy Badger 停用的網站清單
", "description": "A brief explanation of how syncing works. Shown above the upload/download cloud data buttons under the Manage Data options page tab." }, "upload": { "message": "上傳", "description": "Button label for uploading data to the cloud on Manage Data options page tab." }, "upload_cloud": { "message": "匯出停用的網站到雲端", "description": "Button title for uploading data to the cloud on Manage Data options page tab." }, "download_cloud": { "message": "從雲端匯入停用的網站", "description": "Button title for downloading data from the cloud on Manage Data options page tab." }, "download_cloud_success": { "message": "雲端資料匯入成功。", "description": "Message displayed to the user after successfully merging cloud data." }, "download_cloud_failure": { "message": "雲端資料無法下載。", "description": "Message displayed to the user after failing to download cloud data." }, "upload_cloud_success": { "message": "雲端資料上傳成功。", "description": "Message displayed to the user after successfully uploading local data." }, "upload_cloud_failure": { "message": "雲端資料無法上傳。", "description": "Message displayed to the user after failing to upload local data." }, "download_cloud_no_data": { "message": "沒有雲端資料可供下載。", "description": "'Error' message when there is on cloud data to download." }, "share_title": { "message": "告訴你的朋友", "description": "Title of the share overlay." }, "popup_share_button": { "message": "分享", "description": "Tooltip that comes up when you hover over the share button in the upper right corner of the popup." }, "share_tracker_header": { "message": "Privacy Badger 找到 $COUNT$ 個在 $DOMAIN$ 上的潛在的追蹤器:", "description": "Header above the list of tracking domains in the share message.", "placeholders": { "count": { "content": "$1", "example": "15" }, "domain": { "content": "$2", "example": "example.com" } } }, "share_base_message": { "message": "Privacy Badger (www.eff.org/privacybadger) 是一個會自動學習阻擋不可見追蹤器的瀏覽器附加元件。Privacy Badger 由電子前鋒基金會製作,它是一個為您的線上權利戰鬥的非營利組織。", "description": "The base message that is always included in the share message." }, "copy_button_initial": { "message": "複製到剪貼簿", "description": "Initial text of the copy button on the share overlay." }, "copy_button_copied": { "message": "已複製", "description": "On-click text of the copy button on the share overlay." }, "popup_special_page_header": { "message": "在此頁面上沒有事情可做", "description": "Heading for popup_special_page_paragraph" }, "popup_special_page_paragraph": { "message": "Privacy Badger 在像這類的特殊頁面上無法運作。試著瀏覽其他的頁面看看。", "description": "Shown in the popup for special browser pages such as the New Tab page and 'about:' pages." }, "popup_disabled_site_header": { "message": "Privacy Badger 已對此網站停用", "description": "Shown in the popup on disabled sites." }, "options_widget_replacement_tab": { "message": "小工具取代", "description": "Options page tab heading" }, "options_widget_replacement_desc": { "message": "當阻擋社群媒體按鈕與其他可能有用(影片、音訊、留言)的小工具時,Privacy Badger 可以使用點擊啟用的按鈕來取代它們。", "description": "Introduction to the Widget Replacement tab on the options page." } }privacybadger-release-2020.2.19/src/data/000077500000000000000000000000001362331047300177715ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/data/dnt-policies.json000066400000000000000000000004721362331047300232610ustar00rootroot00000000000000{ "Preliminary DNT Policy": "41ae62ddfee360fe1e0e7dbae0f35b2dc06212eb", "Discussion Draft DNT Policy v0.1": "96297930e450cb795004ae5b1fcc88290a2fe982", "Discussion Draft v0.2 in progress feb 2015": "76d89351d48f10c633fd1b5273587913f0851367", "DNT Policy v1.0": "a18e8dba6848d3fc241b03b88291cb75a3cfec3b" } privacybadger-release-2020.2.19/src/data/dnt-policy.txt000066400000000000000000000244671362331047300226310ustar00rootroot00000000000000Do Not Track Compliance Policy Version 1.0 This domain complies with user opt-outs from tracking via the "Do Not Track" or "DNT" header [http://www.w3.org/TR/tracking-dnt/]. This file will always be posted via HTTPS at https://example-domain.com/.well-known/dnt-policy.txt to indicate this fact. SCOPE This policy document allows an operator of a Fully Qualified Domain Name ("domain") to declare that it respects Do Not Track as a meaningful privacy opt-out of tracking, so that privacy-protecting software can better determine whether to block or anonymize communications with this domain. This policy is intended first and foremost to be posted on domains that publish ads, widgets, images, scripts and other third-party embedded hypertext (for instance on widgets.example.com), but it can be posted on any domain, including those users visit directly (such as www.example.com). The policy may be applied to some domains used by a company, site, or service, and not to others. Do Not Track may be sent by any client that uses the HTTP protocol, including websites, mobile apps, and smart devices like TVs. Do Not Track also works with all protocols able to read HTTP headers, including SPDY. NOTE: This policy contains both Requirements and Exceptions. Where possible terms are defined in the text, but a few additional definitions are included at the end. REQUIREMENTS When this domain receives Web requests from a user who enables DNT by actively choosing an opt-out setting in their browser or by installing software that is primarily designed to protect privacy ("DNT User"), we will take the following measures with respect to those users' data, subject to the Exceptions, also listed below: 1. END USER IDENTIFIERS: a. If a DNT User has logged in to our service, all user identifiers, such as unique or nearly unique cookies, "supercookies" and fingerprints are discarded as soon as the HTTP(S) response is issued. Data structures which associate user identifiers with accounts may be employed to recognize logged in users per Exception 4 below, but may not be associated with records of the user's activities unless otherwise excepted. b. If a DNT User is not logged in to our service, we will take steps to ensure that no user identifiers are transmitted to us at all. 2. LOG RETENTION: a. Logs with DNT Users' identifiers removed (but including IP addresses and User Agent strings) may be retained for a period of 10 days or less, unless an Exception (below) applies. This period of time balances privacy concerns with the need to ensure that log processing systems have time to operate; that operations engineers have time to monitor and fix technical and performance problems; and that security and data aggregation systems have time to operate. b. These logs will not be used for any other purposes. 3. OTHER DOMAINS: a. If this domain transfers identifiable user data about DNT Users to contractors, affiliates or other parties, or embeds from or posts data to other domains, we will either: b. ensure that the operators of those domains abide by this policy overall by posting it at /.well-known/dnt-policy.txt via HTTPS on the domains in question, OR ensure that the recipient's policies and practices require the recipient to respect the policy for our DNT Users' data. OR obtain a contractual commitment from the recipient to respect this policy for our DNT Users' data. NOTE: if an “Other Domain” does not receive identifiable user information from the domain because such information has been removed, because the Other Domain does not log that information, or for some other reason, these requirements do not apply. c. "Identifiable" means any records which are not Anonymized or otherwise covered by the Exceptions below. 4. PERIODIC REASSERTION OF COMPLIANCE: At least once every 12 months, we will take reasonable steps commensurate with the size of our organization and the nature of our service to confirm our ongoing compliance with this document, and we will publicly reassert our compliance. 5. USER NOTIFICATION: a. If we are required by law to retain or disclose user identifiers, we will attempt to provide the users with notice (unless we are prohibited or it would be futile) that a request for their information has been made in order to give the users an opportunity to object to the retention or disclosure. b. We will attempt to provide this notice by email, if the users have given us an email address, and by postal mail if the users have provided a postal address. c. If the users do not challenge the disclosure request, we may be legally required to turn over their information. d. We may delay notice if we, in good faith, believe that an emergency involving danger of death or serious physical injury to any person requires disclosure without delay of information relating to the emergency. EXCEPTIONS Data from DNT Users collected by this domain may be logged or retained only in the following specific situations: 1. CONSENT / "OPT BACK IN" a. DNT Users are opting out from tracking across the Web. It is possible that for some feature or functionality, we will need to ask a DNT User to "opt back in" to be tracked by us across the entire Web. b. If we do that, we will take reasonable steps to verify that the users who select this option have genuinely intended to opt back in to tracking. One way to do this is by performing scientifically reasonable user studies with a representative sample of our users, but smaller organizations can satisfy this requirement by other means. c. Where we believe that we have opt back in consent, our server will send a tracking value status header "Tk: C" as described in section 6.2 of the W3C Tracking Preference Expression draft: http://www.w3.org/TR/tracking-dnt/#tracking-status-value 2. TRANSACTIONS If a DNT User actively and knowingly enters a transaction with our services (for instance, clicking on a clearly-labeled advertisement, posting content to a widget, or purchasing an item), we will retain necessary data for as long as required to perform the transaction. This may for example include keeping auditing information for clicks on advertising links; keeping a copy of posted content and the name of the posting user; keeping server-side session IDs to recognize logged in users; or keeping a copy of the physical address to which a purchased item will be shipped. By their nature, some transactions will require data to be retained indefinitely. 3. TECHNICAL AND SECURITY LOGGING: a. If, during the processing of the initial request (for unique identifiers) or during the subsequent 10 days (for IP addresses and User Agent strings), we obtain specific information that causes our employees or systems to believe that a request is, or is likely to be, part of a security attack, spam submission, or fraudulent transaction, then logs of those requests are not subject to this policy. b. If we encounter technical problems with our site, then, in rare circumstances, we may retain logs for longer than 10 days, if that is necessary to diagnose and fix those problems, but this practice will not be routinized and we will strive to delete such logs as soon as possible. 4. AGGREGATION: a. We may retain and share anonymized datasets, such as aggregate records of readership patterns; statistical models of user behavior; graphs of system variables; data structures to count active users on monthly or yearly bases; database tables mapping authentication cookies to logged in accounts; non-unique data structures constructed within browsers for tasks such as ad frequency capping or conversion tracking; or logs with truncated and/or encrypted IP addresses and simplified User Agent strings. b. "Anonymized" means we have conducted risk mitigation to ensure that the dataset, plus any additional information that is in our possession or likely to be available to us, does not allow the reconstruction of reading habits, online or offline activity of groups of fewer than 5000 individuals or devices. c. If we generate anonymized datasets under this exception we will publicly document our anonymization methods in sufficient detail to allow outside experts to evaluate the effectiveness of those methods. 5. ERRORS: From time to time, there may be errors by which user data is temporarily logged or retained in violation of this policy. If such errors are inadvertent, rare, and made in good faith, they do not constitute a breach of this policy. We will delete such data as soon as practicable after we become aware of any error and take steps to ensure that it is deleted by any third-party who may have had access to the data. ADDITIONAL DEFINITIONS "Fully Qualified Domain Name" means a domain name that addresses a computer connected to the Internet. For instance, example1.com; www.example1.com; ads.example1.com; and widgets.example2.com are all distinct FQDNs. "Supercookie" means any technology other than an HTTP Cookie which can be used by a server to associate identifiers with the clients that visit it. Examples of supercookies include Flash LSO cookies, DOM storage, HTML5 storage, or tricks to store information in caches or etags. "Risk mitigation" means an engineering process that evaluates the possibility and likelihood of various adverse outcomes, considers the available methods of making those adverse outcomes less likely, and deploys sufficient mitigations to bring the probability and harm from adverse outcomes below an acceptable threshold. "Reading habits" includes amongst other things lists of visited DNS names, if those domains pertain to specific topics or activities, but records of visited DNS names are not reading habits if those domain names serve content of a very diverse and general nature, thereby revealing minimal information about the opinions, interests or activities of the user. privacybadger-release-2020.2.19/src/data/schema.json000066400000000000000000000037031362331047300221270ustar00rootroot00000000000000{ "type": "object", "properties": { "checkForDNTPolicy": { "title": "Check if third-parties comply with EFF's DNT policy", "description": "If set to false then do not query third-party domains for declared compliance with EFF's Do Not Track policy.", "type": "boolean" }, "disabledSites": { "title": "Disabled sites", "description": "List of site domains where Privacy Badger is disabled.", "type": "array", "items": { "type": "string" } }, "learnInIncognito": { "title": "Learn in Private/Incognito windows", "description": "Enabling learning in Private/Incognito windows may leave traces of your private browsing history on your computer. By default, Privacy Badger will block trackers it already knows about in Private/Incognito windows, but it won't learn about new trackers. You might want to enable this option if a lot of your browsing happens in Private/Incognito windows.", "type": "boolean" }, "sendDNTSignal": { "title": "Send websites the Do Not Track signal", "description": "Toggles sending the DNT header and setting navigator.doNotTrack on websites.", "type": "boolean" }, "showCounter": { "title": "Show count of blocked items", "description": "Toggles showing the counter over Privacy Badger's button in the browser toolbar.", "type": "boolean" }, "showIntroPage": { "title": "Show intro page", "description": "If set to false then do not open the new user intro page upon install.", "type": "boolean" }, "socialWidgetReplacementEnabled": { "title": "Replace social widgets", "description": "Toggles social widget replacement.", "type": "boolean" } } } privacybadger-release-2020.2.19/src/data/seed.json000066400000000000000000020606001362331047300216100ustar00rootroot00000000000000{ "action_map": { "%20digicert.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582534487013, "userAction": "" }, "0914.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582488443375, "userAction": "" }, "0qq20ey4fo5veh0t.wisokykulas.bid": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582442280290, "userAction": "" }, "100023399.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582228321776, "userAction": "" }, "101network.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "10510523.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582152027230, "userAction": "" }, "10870841.collect.igodigital.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582370550531, "userAction": "" }, "112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "122.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "123rf.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "127.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582560379179, "userAction": "" }, "1384245.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582477431821, "userAction": "" }, "1387.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582535116226, "userAction": "" }, "140cc.v.fwmrm.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "15.zorosrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582413261228, "userAction": "" }, "1599532.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582127969410, "userAction": "" }, "162537903-prod.rfksrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582260299920, "userAction": "" }, "173e2515.akstat.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582534512173, "userAction": "" }, "1782317.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582578762349, "userAction": "" }, "17c8edc5.akstat.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582496409013, "userAction": "" }, "18633.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582278784489, "userAction": "" }, "195-ct.c3tag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582203725690, "userAction": "" }, "1996823.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582379403470, "userAction": "" }, "1dmp.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "1sz4y4w.ltsnnqhtx.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582588639239, "userAction": "" }, "20730592p.rfihub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582340492587, "userAction": "" }, "2345.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "2382028.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582343119967, "userAction": "" }, "247-inc.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "25ku.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "25livepub.collegenet.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582349228768, "userAction": "" }, "2700447.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582511586822, "userAction": "" }, "2761768.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582451104252, "userAction": "" }, "2789293.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135794903, "userAction": "" }, "29773.v.fwmrm.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582462284357, "userAction": "" }, "2992003.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582310660619, "userAction": "" }, "2o7.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "3372346.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582198917588, "userAction": "" }, "3372350.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423913573, "userAction": "" }, "33across.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "3407.tm.zedo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582500667831, "userAction": "" }, "3470633.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582582815254, "userAction": "" }, "3508606.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582146608688, "userAction": "" }, "3525648.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582284586076, "userAction": "" }, "3569326.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582339256644, "userAction": "" }, "3573281.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582357457734, "userAction": "" }, "360.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "360yield.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "3733772.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582351930930, "userAction": "" }, "3742665.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582102667353, "userAction": "" }, "3782466.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582571398020, "userAction": "" }, "3797690.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582268879113, "userAction": "" }, "3822063.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582501011611, "userAction": "" }, "3genlabs.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "3gimg.qq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582509105141, "userAction": "" }, "3gl.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "3lift.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "40856.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582559768203, "userAction": "" }, "4139589.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582128076863, "userAction": "" }, "4167650.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582202607411, "userAction": "" }, "4168207.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582534926953, "userAction": "" }, "4205822.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582107545117, "userAction": "" }, "4228414.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582556427361, "userAction": "" }, "4272175.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582363798107, "userAction": "" }, "4331292.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582453247507, "userAction": "" }, "4382365.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582166944713, "userAction": "" }, "4393665.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582411427854, "userAction": "" }, "4454515.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582156043255, "userAction": "" }, "4461178.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582493121472, "userAction": "" }, "4480978.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582132216656, "userAction": "" }, "4516568.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582543739044, "userAction": "" }, "4531883.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582137905298, "userAction": "" }, "4587314.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582368849747, "userAction": "" }, "4620401.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582293517141, "userAction": "" }, "4635225.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582516464301, "userAction": "" }, "4645336.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582121876853, "userAction": "" }, "4645712.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582105842395, "userAction": "" }, "4652332.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582440581432, "userAction": "" }, "4704202.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582447064146, "userAction": "" }, "4706068.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582444556864, "userAction": "" }, "4719316.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582428075822, "userAction": "" }, "4721227.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582227811344, "userAction": "" }, "47642.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582295663656, "userAction": "" }, "4788165.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582469973107, "userAction": "" }, "4827907.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582337094963, "userAction": "" }, "4855956.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582327084888, "userAction": "" }, "4921982.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582141703245, "userAction": "" }, "4924609.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582511169382, "userAction": "" }, "4944433.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582416305915, "userAction": "" }, "4cywq-eqnre.ads.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582101916639, "userAction": "" }, "4paradigm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "50bang.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "5114821.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582301521970, "userAction": "" }, "5142311.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582537567441, "userAction": "" }, "51623617.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582457431320, "userAction": "" }, "5164101.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582292729899, "userAction": "" }, "5165526.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582316543487, "userAction": "" }, "5168826.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582169168001, "userAction": "" }, "5283813.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582103977060, "userAction": "" }, "5285806.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582518437020, "userAction": "" }, "536-ct.c3tag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582158949831, "userAction": "" }, "5371908.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582562195346, "userAction": "" }, "5406241.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582371463591, "userAction": "" }, "5427711.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582409860315, "userAction": "" }, "5472752.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582337538951, "userAction": "" }, "5490350.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582369766901, "userAction": "" }, "5566805.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582313186338, "userAction": "" }, "5597601.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582490185547, "userAction": "" }, "5779616.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582588445799, "userAction": "" }, "5807355.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582139580912, "userAction": "" }, "6004134.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582155185526, "userAction": "" }, "6025286.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582118123246, "userAction": "" }, "6038712.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582551366694, "userAction": "" }, "6056764.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582138373265, "userAction": "" }, "6057776.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582582570274, "userAction": "" }, "6058950.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135250338, "userAction": "" }, "6114620.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582251904604, "userAction": "" }, "6120104.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582226998999, "userAction": "" }, "6124109.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582560763553, "userAction": "" }, "6185845.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582320598804, "userAction": "" }, "6219429.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582369108715, "userAction": "" }, "6232239.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582242696382, "userAction": "" }, "6249361.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582277715557, "userAction": "" }, "6249496.collect.igodigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582382370890, "userAction": "" }, "6255283.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582154229575, "userAction": "" }, "6321597.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582583331803, "userAction": "" }, "6356875.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582444722811, "userAction": "" }, "6399057.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582364437932, "userAction": "" }, "6441934.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111760487, "userAction": "" }, "6498008.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582253506079, "userAction": "" }, "6519113.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582474784497, "userAction": "" }, "6612401.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582557967846, "userAction": "" }, "663059.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582325959976, "userAction": "" }, "6635101.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582340934047, "userAction": "" }, "66356018.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582498010161, "userAction": "" }, "66356270.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582189996942, "userAction": "" }, "66356409.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582297503532, "userAction": "" }, "6837130.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582202620707, "userAction": "" }, "6854279.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582293661653, "userAction": "" }, "685973.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582301043243, "userAction": "" }, "69111.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582543182212, "userAction": "" }, "6926959.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582507630023, "userAction": "" }, "6927309.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582436010469, "userAction": "" }, "6974780.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582197559793, "userAction": "" }, "6mn0e2.bpghhjtmn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582299242186, "userAction": "" }, "6sc.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "71360.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "7217158.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582291196017, "userAction": "" }, "7236711.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582388019162, "userAction": "" }, "7275358.collect.igodigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582291892278, "userAction": "" }, "75159.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582115689193, "userAction": "" }, "7eer.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "8006562.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582353952817, "userAction": "" }, "8064740.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582389840153, "userAction": "" }, "8085514.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582594396018, "userAction": "" }, "8095847.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582307718006, "userAction": "" }, "8114842.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582477177446, "userAction": "" }, "8117415.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582414429832, "userAction": "" }, "8134360.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582349546840, "userAction": "" }, "8136487.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582314599008, "userAction": "" }, "8140983.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582436452625, "userAction": "" }, "8141015.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582099154386, "userAction": "" }, "8141030.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582301237756, "userAction": "" }, "8158842.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582337029667, "userAction": "" }, "8168974.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582352972470, "userAction": "" }, "8174039.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582609841932, "userAction": "" }, "81956.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582405130556, "userAction": "" }, "82005.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582535871337, "userAction": "" }, "8209809.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582465811513, "userAction": "" }, "8256288.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582448579054, "userAction": "" }, "8272590.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582156335450, "userAction": "" }, "8275102.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582393543825, "userAction": "" }, "8296686.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582169847869, "userAction": "" }, "8309494.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582412108872, "userAction": "" }, "8329645.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582318800319, "userAction": "" }, "8341020.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582279792974, "userAction": "" }, "8343.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582299054573, "userAction": "" }, "8344.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582184859089, "userAction": "" }, "8344993.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582272340204, "userAction": "" }, "8390207.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582165140702, "userAction": "" }, "8412126.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582477691372, "userAction": "" }, "8468614.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582580078696, "userAction": "" }, "8484482.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259010464, "userAction": "" }, "8531376.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582503717005, "userAction": "" }, "8548005.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582413387848, "userAction": "" }, "8548780.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582270476911, "userAction": "" }, "8564343.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582485174118, "userAction": "" }, "8577835.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582332807968, "userAction": "" }, "859-ayy-445.mktoresp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582196728452, "userAction": "" }, "8604778.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582462326497, "userAction": "" }, "8649452.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582180789888, "userAction": "" }, "8655251.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582252477546, "userAction": "" }, "8663141.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582325471799, "userAction": "" }, "8666708.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582409346868, "userAction": "" }, "8666735.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582095368041, "userAction": "" }, "8677499.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582600406829, "userAction": "" }, "8690559.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582605539853, "userAction": "" }, "8710179.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582191983212, "userAction": "" }, "8803560.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582484390328, "userAction": "" }, "8872062.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582382117724, "userAction": "" }, "8889547.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582582057761, "userAction": "" }, "88988.global.siteimproveanalytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582144985295, "userAction": "" }, "8955449.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582373445420, "userAction": "" }, "8974041.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582553768404, "userAction": "" }, "8980432.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582368591386, "userAction": "" }, "8990534.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582194720453, "userAction": "" }, "9001543.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582234553328, "userAction": "" }, "9012846.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582413203431, "userAction": "" }, "9019107.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582557871765, "userAction": "" }, "9035380.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582252391275, "userAction": "" }, "9048421.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582101055037, "userAction": "" }, "9048739.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276473953, "userAction": "" }, "9073629.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582452965017, "userAction": "" }, "9081458.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582436697613, "userAction": "" }, "9120728.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582534936818, "userAction": "" }, "9120855.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582545093605, "userAction": "" }, "9130934.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582486667401, "userAction": "" }, "9136827.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582371138423, "userAction": "" }, "9150300.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582198504648, "userAction": "" }, "9170879.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111321546, "userAction": "" }, "9189163.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582230683322, "userAction": "" }, "9200789.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582281680608, "userAction": "" }, "9207840.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582477293534, "userAction": "" }, "9210267.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582442888941, "userAction": "" }, "9214646.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582226094946, "userAction": "" }, "9237653.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582448726957, "userAction": "" }, "9272502.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582368472305, "userAction": "" }, "9293948.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582310153890, "userAction": "" }, "9294863.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582296333656, "userAction": "" }, "9295344.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582471526377, "userAction": "" }, "92smg1.tdum.alibaba.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582608256335, "userAction": "" }, "9303576.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582517846974, "userAction": "" }, "9309168.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582461455327, "userAction": "" }, "9321158.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582353878229, "userAction": "" }, "9323989.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582615827379, "userAction": "" }, "9344415.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582496045575, "userAction": "" }, "9346212.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582263845463, "userAction": "" }, "9348536.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582588678343, "userAction": "" }, "9355701.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582486943220, "userAction": "" }, "9387990.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582183711912, "userAction": "" }, "9401320.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582347568788, "userAction": "" }, "9458118.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582607141636, "userAction": "" }, "9469210.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582489182339, "userAction": "" }, "9473322.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582347209752, "userAction": "" }, "9475917.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582391147276, "userAction": "" }, "9509628.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582272949117, "userAction": "" }, "9513928.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582505246642, "userAction": "" }, "9526557.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582511068901, "userAction": "" }, "9544918.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582339745566, "userAction": "" }, "9565188.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378258238, "userAction": "" }, "9582686.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582414471341, "userAction": "" }, "9585250.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582239957796, "userAction": "" }, "9615939.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582489512718, "userAction": "" }, "9653776.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582441071374, "userAction": "" }, "9688798.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582279633570, "userAction": "" }, "9720141.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582160464987, "userAction": "" }, "9727795.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582360116623, "userAction": "" }, "9750849.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582322424818, "userAction": "" }, "9779023.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582492199872, "userAction": "" }, "9790458.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582273595735, "userAction": "" }, "9793289.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582505994684, "userAction": "" }, "9815015.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582594153843, "userAction": "" }, "9816844.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582435472379, "userAction": "" }, "989-gzb-065.mktoresp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582189329386, "userAction": "" }, "998766.fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582328928294, "userAction": "" }, "9rmjh-9ncb3.ads.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582246098182, "userAction": "" }, "9to5maccom.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582594847935, "userAction": "" }, "a-stat.appmifile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582466129774, "userAction": "" }, "a.ad.gt": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582249167649, "userAction": "" }, "a.adtng.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582527917359, "userAction": "" }, "a.b0e8.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582364604855, "userAction": "" }, "a.cdn.intentmedia.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582149430596, "userAction": "" }, "a.dpmsrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582159413772, "userAction": "" }, "a.gdt.qq.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582133142328, "userAction": "" }, "a.gedidigital.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582441952186, "userAction": "" }, "a.idio.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582348658803, "userAction": "" }, "a.intentmedia.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582599120120, "userAction": "" }, "a.pub.network": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582606747375, "userAction": "" }, "a.quora.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582100654638, "userAction": "" }, "a.rfihub.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582548339478, "userAction": "" }, "a.ria.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582582169764, "userAction": "" }, "a.sportradarserving.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582581170010, "userAction": "" }, "a.teads.tv": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582246588815, "userAction": "" }, "a.tribalfusion.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582550645497, "userAction": "" }, "a.volvelle.tech": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582224510836, "userAction": "" }, "a.wishabi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582605169781, "userAction": "" }, "a03.uadexchange.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582224014416, "userAction": "" }, "a1096093.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582551147989, "userAction": "" }, "a11000223989.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582242869193, "userAction": "" }, "a14738960062.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582150980011, "userAction": "" }, "a15506560068.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582584838385, "userAction": "" }, "a1625899514.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582534793041, "userAction": "" }, "a1706490390.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582436868196, "userAction": "" }, "a2.adform.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582379398766, "userAction": "" }, "a2900460605.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582605003479, "userAction": "" }, "a3-assets.s3-eu-west-1.amazonaws.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582279451837, "userAction": "" }, "a3226860758.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582387514431, "userAction": "" }, "a3698060313.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582185871939, "userAction": "" }, "a4621041136.cdn.optimizely.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582193155122, "userAction": "" }, "a72135589.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582493275606, "userAction": "" }, "a8109351330.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582345508220, "userAction": "" }, "a8209871389.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582601577052, "userAction": "" }, "a8367280580.cdn-pci.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582331198200, "userAction": "" }, "a8392411042.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582467849941, "userAction": "" }, "a8571253058.cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582219190823, "userAction": "" }, "a8chomedotblog.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582133245190, "userAction": "" }, "aa.agkn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582237406854, "userAction": "" }, "aamcf.aamsitecertifier.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582452242699, "userAction": "" }, "aamsitecertifier.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aarp.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582491238769, "userAction": "" }, "aarp.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582446414973, "userAction": "" }, "aax-eu.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582273866204, "userAction": "" }, "aax-fe-pek.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582549980464, "userAction": "" }, "aax-fe.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582289361275, "userAction": "" }, "aax-us-east.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582463949598, "userAction": "" }, "aaxads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "abc.es": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "abtshield.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "acc-auth.sphdigital.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582565266594, "userAction": "" }, "accenture.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582421379364, "userAction": "" }, "accounts.eu1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582471836603, "userAction": "" }, "accounts.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "accounts.motorsportnetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582423216855, "userAction": "" }, "accounts.us1.gigya.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582101478349, "userAction": "" }, "accounts.zoho.com.au": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582536371520, "userAction": "" }, "accounts.zoho.in": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582458956317, "userAction": "" }, "acdn.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582258725067, "userAction": "" }, "ace-sync.toast.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582192220496, "userAction": "" }, "acehardware-www.baynote.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582563354369, "userAction": "" }, "acint.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "acpm.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "acquia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "acswso.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582389371319, "userAction": "" }, "action.media6degrees.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582425820160, "userAction": "" }, "acuityplatform.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582472473084, "userAction": "" }, "acw.elsevier.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378338482, "userAction": "" }, "acw.evise.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582624596270, "userAction": "" }, "acw.sciencedirect.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582142973274, "userAction": "" }, "acw.secure.jbs.elsevierhealth.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582305000712, "userAction": "" }, "ad-emea.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582490675912, "userAction": "" }, "ad-hatena.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582510315725, "userAction": "" }, "ad-plus.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ad-score.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ad-stir.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ad.360yield.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582153845827, "userAction": "" }, "ad.adriver.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582501624863, "userAction": "" }, "ad.atdmt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582259583120, "userAction": "" }, "ad.crwdcntrl.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582209965078, "userAction": "" }, "ad.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582548640977, "userAction": "" }, "ad.gt": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ad.ipredictive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582608138360, "userAction": "" }, "ad.mail.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582255464182, "userAction": "" }, "ad.turn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582553203595, "userAction": "" }, "ad.wsod.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582127107396, "userAction": "" }, "ad.yieldlab.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582549542944, "userAction": "" }, "ad1.adfarm1.adition.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582571355081, "userAction": "" }, "ad11.adfarm1.adition.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582434203495, "userAction": "" }, "ad2.360yield.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582452956864, "userAction": "" }, "ad2.apx.appier.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582550681918, "userAction": "" }, "ad4game.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adalyser.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adapf.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adc-srv.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adc.nine.com.au": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582476721316, "userAction": "" }, "adc.xxxlutz.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582331375401, "userAction": "" }, "adclear.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "addthis.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ade.clmbtech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582473202192, "userAction": "" }, "adentifi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adfarm.mediaplex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582435849393, "userAction": "" }, "adform.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adfox-c2s-ams.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582591476539, "userAction": "" }, "adfox.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adhigh.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adition.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adkernel.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adlmerge.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245804563, "userAction": "" }, "adm.fwmrm.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "admatic.com.tr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "admatic.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582307083706, "userAction": "" }, "admedo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "admiral.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582478050757, "userAction": "" }, "adnxs.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adobe.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adobedtm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adrecover.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adriver.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adro.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adroll.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ads.ad4game.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582468191021, "userAction": "" }, "ads.adaptv.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582599306822, "userAction": "" }, "ads.adfox.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582206808617, "userAction": "" }, "ads.betweendigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582464807131, "userAction": "" }, "ads.playground.xyz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582226074341, "userAction": "" }, "ads.pro-market.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582180210351, "userAction": "" }, "ads.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582540450818, "userAction": "" }, "ads.revjet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582432035867, "userAction": "" }, "ads.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582166217783, "userAction": "" }, "ads.servebom.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582596511161, "userAction": "" }, "ads.stickyadstv.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582397003382, "userAction": "" }, "ads.supplyframe.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582621328908, "userAction": "" }, "ads.trafficjunky.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582360260877, "userAction": "" }, "ads.undertone.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582429621273, "userAction": "" }, "ads.us.e-planning.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582539244475, "userAction": "" }, "ads.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582486740318, "userAction": "" }, "ads.yap.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582510066469, "userAction": "" }, "ads.yieldmo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582396770847, "userAction": "" }, "ads4.admatic.com.tr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582269248801, "userAction": "" }, "adscale-emea.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582343171166, "userAction": "" }, "adscale.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adserver-as.adtech.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582468904880, "userAction": "" }, "adserver-eu.adtech.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582605239784, "userAction": "" }, "adserver-us.adtech.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582179421899, "userAction": "" }, "adserver.pressboard.ca": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582172046376, "userAction": "" }, "adservice.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582138067489, "userAction": "" }, "adsimg.kompas.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582471420087, "userAction": "" }, "adskeeper.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adsniper.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adspruce.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adsrvr.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adswizz.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adsymptotic.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adtima-static.zadn.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582535185498, "userAction": "" }, "adtimaserver.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adtng.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "adup-tech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "advertising.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "adx.adform.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582511904692, "userAction": "" }, "ae.dmxleo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582120736847, "userAction": "" }, "ae01.alicdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582325795165, "userAction": "" }, "aetn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aetnd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "affirm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "agkn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "agoda.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aidata.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aifanfan.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582443288724, "userAction": "" }, "aimediagroup.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aiproxies.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "airpr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aj1015.online": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582230896010, "userAction": "" }, "aj2073.online": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582183570437, "userAction": "" }, "ajax.cloudflare.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582157448015, "userAction": "" }, "ajax.googleapis.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582578793550, "userAction": "" }, "ak.staticimgfarm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582261436546, "userAction": "" }, "akamaihd.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "akstat.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "alb.reddit.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582323507412, "userAction": "" }, "alexametrics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "alfasense.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "aliapp.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "alibaba.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "alicdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "aliexpress.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "aliyun.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "all.orfr.adgtw.orangeads.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245769853, "userAction": "" }, "allure.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "alraeesnews.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "alternativenation.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582164598361, "userAction": "" }, "amap.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "amazon-adsystem.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "amazon.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "amazoncustomerservice.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "amazonpay.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ameba.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "amg.novelty.media": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582198818066, "userAction": "" }, "amis.em.nscontext.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582314178805, "userAction": "" }, "ampcid.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582613282741, "userAction": "" }, "amplify.outbrain.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582139825851, "userAction": "" }, "amplifypixel.outbrain.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582333235746, "userAction": "" }, "an.facebook.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582336141357, "userAction": "" }, "an.yandex.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582570891374, "userAction": "" }, "analytics-egain.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "analytics-sm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582227000384, "userAction": "" }, "analytics.ad.daum.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582127826171, "userAction": "" }, "analytics.analytics-egain.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582613688122, "userAction": "" }, "analytics.audioeye.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582570421400, "userAction": "" }, "analytics.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582193421322, "userAction": "" }, "analytics.slashdotmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582595119171, "userAction": "" }, "analytics.twitter.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582505109679, "userAction": "" }, "analytics.ziftsolutions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582464525429, "userAction": "" }, "ancestry.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582347758732, "userAction": "" }, "and.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "andylongshot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582354626156, "userAction": "" }, "aniview.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "antenna.ayads.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582195132473, "userAction": "" }, "ants.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "anvato.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "anx.tb.ask.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582290112042, "userAction": "" }, "anylist.c.appier.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582253640656, "userAction": "" }, "ap.lijit.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582475487801, "userAction": "" }, "apester.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "apex.go.sonobi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582439667329, "userAction": "" }, "api-2.curalate.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582431262858, "userAction": "" }, "api-maps.yandex.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "api-na.geetest.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582368018506, "userAction": "" }, "api-v3.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582385800477, "userAction": "" }, "api.247-inc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582267137889, "userAction": "" }, "api.adro.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582271165948, "userAction": "" }, "api.adtimaserver.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582558501380, "userAction": "" }, "api.affirm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582284748897, "userAction": "" }, "api.bam-x.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582467959865, "userAction": "" }, "api.circularhub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582608608365, "userAction": "" }, "api.clearbrain.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582443249263, "userAction": "" }, "api.company-target.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582406960928, "userAction": "" }, "api.cquotient.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582493427564, "userAction": "" }, "api.curalate.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582155855453, "userAction": "" }, "api.cxense.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582351948287, "userAction": "" }, "api.dable.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582491960961, "userAction": "" }, "api.flickr.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582626418447, "userAction": "" }, "api.flocktory.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582346907119, "userAction": "" }, "api.flyertown.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582509247401, "userAction": "" }, "api.geetest.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582484981585, "userAction": "" }, "api.getblueshift.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582402799779, "userAction": "" }, "api.github.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582267458269, "userAction": "" }, "api.growingio.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582481547385, "userAction": "" }, "api.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582314384267, "userAction": "" }, "api.impressions.mediagamma.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582398510512, "userAction": "" }, "api.instagram.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582442475535, "userAction": "" }, "api.limbik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582490266035, "userAction": "" }, "api.lytics.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582582413348, "userAction": "" }, "api.map.baidu.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "api.mediaad.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582326357257, "userAction": "" }, "api.pinterest.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582411048010, "userAction": "" }, "api.pn.vg": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582475415092, "userAction": "" }, "api.pushnami.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582481787004, "userAction": "" }, "api.rlcdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582116367162, "userAction": "" }, "api.sele.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582565311839, "userAction": "" }, "api.soundcloud.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "api.stack-sonar.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582412624470, "userAction": "" }, "api.tamedia.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582387492335, "userAction": "" }, "api.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582418506165, "userAction": "" }, "api.viafoura.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582112798151, "userAction": "" }, "api.viglink.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582461560340, "userAction": "" }, "api.wnyc.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582168714100, "userAction": "" }, "api2932.d41.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582491903177, "userAction": "" }, "apis.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "apis.kompas.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582505863840, "userAction": "" }, "apn.c.appier.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582595652156, "userAction": "" }, "app-ab13.marketo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582127991212, "userAction": "" }, "app-sj16.marketo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582306646590, "userAction": "" }, "app.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582476454562, "userAction": "" }, "app.link": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582171911062, "userAction": "" }, "app.networkad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582463123129, "userAction": "" }, "app.yieldify.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582425598059, "userAction": "" }, "app.zeddit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582098758112, "userAction": "" }, "appconsent.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "appdynamics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "appier.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "apple.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "apple.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378281337, "userAction": "" }, "appmifile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "apps.zineone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582432265869, "userAction": "" }, "appsflyer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "aps.hearstnp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582434266513, "userAction": "" }, "apt.techtarget.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582335622236, "userAction": "" }, "apvdr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582436033409, "userAction": "" }, "aralego.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "architecturaldigest.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "arcpublishing.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "as-sec.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582480061037, "userAction": "" }, "as.innity.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582268948361, "userAction": "" }, "asadcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "asahishimbun.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423170457, "userAction": "" }, "ascpqnj-oam.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582443372019, "userAction": "" }, "ase.clmbtech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582159528808, "userAction": "" }, "asia.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582347202587, "userAction": "" }, "asianmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582445051337, "userAction": "" }, "ask.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "asset-a.grid.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582353391530, "userAction": "" }, "asset.easydmp.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582170054324, "userAction": "" }, "asset.gomoxie.solutions": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582606977489, "userAction": "" }, "asset.kompas.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582461839194, "userAction": "" }, "assets.adobedtm.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582103047786, "userAction": "" }, "assets.alicdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582547391395, "userAction": "" }, "assets.bounceexchange.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582097561506, "userAction": "" }, "assets.pinterest.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582502248836, "userAction": "" }, "assets.pixlee.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582615588239, "userAction": "" }, "assets.targetimg1.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582543596859, "userAction": "" }, "assets.trendemon.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582363231023, "userAction": "" }, "assoc-eu.associates-amazon.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582599305717, "userAction": "" }, "assoc-na.associates-amazon.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582561552393, "userAction": "" }, "associates-amazon.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "async-px.dynamicyield.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582458399576, "userAction": "" }, "at.alicdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582241908236, "userAction": "" }, "atdmt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "atgsvcs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ati-host.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "atlas.etahub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582229933531, "userAction": "" }, "atlassian.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "atm.im-apps.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582287428641, "userAction": "" }, "atp.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ats.otto.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582189850235, "userAction": "" }, "attentivemobile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "attservicesinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "au.ants.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582214712314, "userAction": "" }, "au.tags.newscgp.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582374395351, "userAction": "" }, "audible.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582284092580, "userAction": "" }, "audible.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582376077841, "userAction": "" }, "audible.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582413971110, "userAction": "" }, "audioeye.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "auth.adobe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "auth.voxmedia.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582393701544, "userAction": "" }, "autolinkmaker.itunes.apple.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582118780365, "userAction": "" }, "automate.linksynergy.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582110283939, "userAction": "" }, "avclub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582418788359, "userAction": "" }, "avd.innity.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582353149001, "userAction": "" }, "aw.dw.impact-ad.jp": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582436151322, "userAction": "" }, "awaps.yandex.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582377567775, "userAction": "" }, "axel-springer-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582589372329, "userAction": "" }, "ayads.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "azureedge.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "b-code.liadm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582501420401, "userAction": "" }, "b-s.tercept.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582280003203, "userAction": "" }, "b.6sc.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582172803160, "userAction": "" }, "b.fox.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582211149069, "userAction": "" }, "b.scorecardresearch.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582508926006, "userAction": "" }, "b0e8.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "b1sync.zemanta.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582233744165, "userAction": "" }, "b2c.insticator.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582225940080, "userAction": "" }, "b3.mookie1.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582408309166, "userAction": "" }, "b92.yahoo.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582457873742, "userAction": "" }, "b97.yahoo.co.jp": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582430021961, "userAction": "" }, "babynamewizard.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bacon.section.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582442044354, "userAction": "" }, "baidu.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "baidustatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bam-x.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bam.nr-data.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582093135194, "userAction": "" }, "banggoodcom.push.world": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245359690, "userAction": "" }, "barchart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "barnes.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582287819277, "userAction": "" }, "bashirian.biz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582275545800, "userAction": "" }, "bat.bing.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582490059746, "userAction": "" }, "baynote.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bazaarvoice.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "bbb.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bbcdn-bbnaut.ibillboard.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582244165362, "userAction": "" }, "bbg.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582408411399, "userAction": "" }, "bbnaut.ibillboard.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582219500506, "userAction": "" }, "bcp.crwdcntrl.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582379464115, "userAction": "" }, "bcrncdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bdg-analytics.appspot.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582384520639, "userAction": "" }, "beacon.krxd.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582474319468, "userAction": "" }, "beacon.sina.com.cn": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582137513581, "userAction": "" }, "beacon.sojern.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582412668090, "userAction": "" }, "beacon.walmart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582430689940, "userAction": "" }, "beacon.wikia-services.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582490487914, "userAction": "" }, "begun-sync.rutarget.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582610483628, "userAction": "" }, "bestblackfriday.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582235865759, "userAction": "" }, "betaabril.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582287255900, "userAction": "" }, "betweendigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bfmio.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bh.contextweb.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582439447897, "userAction": "" }, "bid.contextweb.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582321113148, "userAction": "" }, "bid.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582374083753, "userAction": "" }, "bidder.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111415563, "userAction": "" }, "bidder.rtk.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582534922513, "userAction": "" }, "biddr.brealtime.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582365871687, "userAction": "" }, "bidgear.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bidr.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bidswitch.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "biglots.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582480867805, "userAction": "" }, "biglots.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582604455138, "userAction": "" }, "bigmining.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582181022120, "userAction": "" }, "bing.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bizible.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bizibly.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bizjournals.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582215904753, "userAction": "" }, "bizographics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bizrate.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "blackberrylimited.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582180586962, "userAction": "" }, "blisspointmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "blueconic.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bluekai.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "blznav.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582407004771, "userAction": "" }, "bm.adentifi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582274232706, "userAction": "" }, "boldchat.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "bonappetit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bonnier-subscriptions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "booj.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "books.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "boredpanda-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582207902501, "userAction": "" }, "boston-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582592303265, "userAction": "" }, "boston.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bounceexchange.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582374903111, "userAction": "" }, "bouncex.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "boyaidare.club": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582176977199, "userAction": "" }, "bpghhjtmn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "brand-display.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "braun634.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "brealtime.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "breitbartproduction.disqus.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582181784156, "userAction": "" }, "brightcast-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582171166254, "userAction": "" }, "brightcove.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "brightedge.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "brookings.foxycart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582316465662, "userAction": "" }, "brsrvr.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bs.serving-sys.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582244692048, "userAction": "" }, "bskyb.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582527494665, "userAction": "" }, "bt.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "btg.mtvnservices.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582348080076, "userAction": "" }, "btlr.sharethrough.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582389079720, "userAction": "" }, "bttrack.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582370793469, "userAction": "" }, "btttag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "buckridge.link": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582109904646, "userAction": "" }, "bugsnag.zendesk.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582425434432, "userAction": "" }, "builder.lift.acquia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582442639847, "userAction": "" }, "bumlam.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "bustle.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "buy-ap.piano.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582384030821, "userAction": "" }, "buy.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582347270780, "userAction": "" }, "buzzfeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "buzzoola.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "bw.scupio.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582503763044, "userAction": "" }, "by2.uservoice.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582475277225, "userAction": "" }, "bydmath-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582352418315, "userAction": "" }, "bypass.ad-stir.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582132271508, "userAction": "" }, "byteoversea.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "c.6sc.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582166766849, "userAction": "" }, "c.aaxads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582560104105, "userAction": "" }, "c.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423139365, "userAction": "" }, "c.captcha-delivery.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582446344793, "userAction": "" }, "c.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276304962, "userAction": "" }, "c.contentsquare.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582369960247, "userAction": "" }, "c.deployads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582143367515, "userAction": "" }, "c.doublemax.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582109318350, "userAction": "" }, "c.evidon.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582169594965, "userAction": "" }, "c.holmesmind.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582521626641, "userAction": "" }, "c.ingage.tech": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582261855948, "userAction": "" }, "c.jsrdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582152849148, "userAction": "" }, "c.la1-c2-ia2.salesforceliveagent.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582228767209, "userAction": "" }, "c.la4-c1cs-dfw.salesforceliveagent.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582503245737, "userAction": "" }, "c.la4-c2-dfw.salesforceliveagent.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582192217528, "userAction": "" }, "c.lytics.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582399500989, "userAction": "" }, "c.p2r14.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582321855000, "userAction": "" }, "c.pub.network": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582471696466, "userAction": "" }, "c.riskified.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582388482509, "userAction": "" }, "c.sharethis.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582467001068, "userAction": "" }, "c.statcounter.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582212880060, "userAction": "" }, "c.tvpixel.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582447086869, "userAction": "" }, "c.wrating.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582412288900, "userAction": "" }, "c1.adform.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582334358120, "userAction": "" }, "c2.taboola.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582370873770, "userAction": "" }, "c212.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582445509299, "userAction": "" }, "c3tag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "c5.adalyser.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582473099567, "userAction": "" }, "ca.intentmedia.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582299769562, "userAction": "" }, "cache.betweendigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582385546829, "userAction": "" }, "cache.kwork.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582113433199, "userAction": "" }, "cache.vindicosuite.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582211524106, "userAction": "" }, "calendar.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "canada.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582291284656, "userAction": "" }, "capi.connatix.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582281217791, "userAction": "" }, "capitaloneservices.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582239572383, "userAction": "" }, "captcha-delivery.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "capture.condenastdigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582239747678, "userAction": "" }, "cas.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582527556315, "userAction": "" }, "casalemedia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "castle.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cbbb.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582322166109, "userAction": "" }, "cbi.boldchat.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582319505756, "userAction": "" }, "cbjs.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582589941390, "userAction": "" }, "cbsi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "cbsi.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582482929085, "userAction": "" }, "cbsi.report-uri.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582341263168, "userAction": "" }, "ccdn.brightedge.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582367907706, "userAction": "" }, "ccpa-notice.sp-prod.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582397530549, "userAction": "" }, "ccpa-service.sp-prod.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582260187933, "userAction": "" }, "ccpa.sp-prod.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423823530, "userAction": "" }, "cd.connatix.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259718661, "userAction": "" }, "cdn-akamai.mookie1.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582241305638, "userAction": "" }, "cdn-api.arcpublishing.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582475465653, "userAction": "" }, "cdn-brilio-net.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582459188207, "userAction": "" }, "cdn-eu.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "cdn-gl.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582591457314, "userAction": "" }, "cdn-images.mailchimp.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582475801315, "userAction": "" }, "cdn-net.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cdn-pci.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582328431796, "userAction": "" }, "cdn-production-thumbor-vidio.akamaized.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582545718217, "userAction": "" }, "cdn-static.farfetch-contents.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582133125597, "userAction": "" }, "cdn.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582456174078, "userAction": "" }, "cdn.appdynamics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582356463712, "userAction": "" }, "cdn.appsflyer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582532370444, "userAction": "" }, "cdn.b0e8.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582409067712, "userAction": "" }, "cdn.bigmining.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582180042800, "userAction": "" }, "cdn.bizible.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582111018043, "userAction": "" }, "cdn.bizibly.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582302279006, "userAction": "" }, "cdn.blueconic.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582192824634, "userAction": "" }, "cdn.bttrack.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582285344166, "userAction": "" }, "cdn.cohesionapps.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582321104353, "userAction": "" }, "cdn.connatix.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582561684264, "userAction": "" }, "cdn.connectad.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582626327357, "userAction": "" }, "cdn.consentmanager.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582392298668, "userAction": "" }, "cdn.conversant.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582097565165, "userAction": "" }, "cdn.cquotient.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582401232263, "userAction": "" }, "cdn.curalate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582556073381, "userAction": "" }, "cdn.cxense.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582273571479, "userAction": "" }, "cdn.d2-apps.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582403186853, "userAction": "" }, "cdn.datasteam.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582129611009, "userAction": "" }, "cdn.detik.net.id": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582332011756, "userAction": "" }, "cdn.digitru.st": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582162489219, "userAction": "" }, "cdn.distiltag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582111785788, "userAction": "" }, "cdn.districtm.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582412623402, "userAction": "" }, "cdn.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582275273467, "userAction": "" }, "cdn.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582333616063, "userAction": "" }, "cdn.exoticads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582264953545, "userAction": "" }, "cdn.flipboard.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582611228034, "userAction": "" }, "cdn.fundraiseup.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582390319637, "userAction": "" }, "cdn.heapanalytics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582113042530, "userAction": "" }, "cdn.izooto.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582338680389, "userAction": "" }, "cdn.jsdelivr.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582287777450, "userAction": "" }, "cdn.justpremium.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582252306358, "userAction": "" }, "cdn.jwplayer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582198960563, "userAction": "" }, "cdn.keywee.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582299692194, "userAction": "" }, "cdn.krxd.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582546263444, "userAction": "" }, "cdn.listrakbi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582602588680, "userAction": "" }, "cdn.mookie1.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582550503180, "userAction": "" }, "cdn.native.ai": { "dnt": true, "heuristicAction": "allow", "nextUpdateTime": 1582403992221, "userAction": "" }, "cdn.onesignal.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582622163176, "userAction": "" }, "cdn.onthe.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582405613294, "userAction": "" }, "cdn.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582417115556, "userAction": "" }, "cdn.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582482659411, "userAction": "" }, "cdn.pbbl.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582394243186, "userAction": "" }, "cdn.petametrics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582345802532, "userAction": "" }, "cdn.quantummetric.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582587715767, "userAction": "" }, "cdn.roiq-vice.ranker.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582199340079, "userAction": "" }, "cdn.roiq.ranker.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582336640869, "userAction": "" }, "cdn.rutarget.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582197616667, "userAction": "" }, "cdn.shopify.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582372252255, "userAction": "" }, "cdn.sift.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582256079781, "userAction": "" }, "cdn.siftscience.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582380582274, "userAction": "" }, "cdn.static.zdbb.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582438827864, "userAction": "" }, "cdn.storygize.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582567331250, "userAction": "" }, "cdn.stripst.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582263078414, "userAction": "" }, "cdn.taboola.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582138618122, "userAction": "" }, "cdn.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582494249642, "userAction": "" }, "cdn.tmobile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582424188466, "userAction": "" }, "cdn.treasuredata.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582524183872, "userAction": "" }, "cdn.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582441878729, "userAction": "" }, "cdn.tynt.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582548827597, "userAction": "" }, "cdn.userreplay.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582603968378, "userAction": "" }, "cdn.viglink.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582398263295, "userAction": "" }, "cdn.wbtrk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582236168907, "userAction": "" }, "cdn.ztsrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582330202023, "userAction": "" }, "cdn.zynbit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582399369981, "userAction": "" }, "cdn1.f-cdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582366434569, "userAction": "" }, "cdn2.bustle.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582492471486, "userAction": "" }, "cdn3.optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582472093946, "userAction": "" }, "cdn3.userzoom.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582345643668, "userAction": "" }, "cdn6.agoda.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582482076847, "userAction": "" }, "cdnjs.cloudflare.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582134666899, "userAction": "" }, "cdnpub.info": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cdns.au1.gigya.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582389311393, "userAction": "" }, "cdns.brsrvr.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582492369112, "userAction": "" }, "cdns.eu1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582543099632, "userAction": "" }, "cdns.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582566021333, "userAction": "" }, "cdns.us1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582524488284, "userAction": "" }, "cdnssl.clicktale.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582598860154, "userAction": "" }, "cdnwidget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ce.lijit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582543001754, "userAction": "" }, "ceconlinebbs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cedatoplayer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "certify-js.alexametrics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582268751636, "userAction": "" }, "certify.alexametrics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582475395927, "userAction": "" }, "cf.im-apps.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582224763975, "userAction": "" }, "cfzu.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ch.ch": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "channeladvisor.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "chartbeat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "chartbeat.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "chat1-4cc.chatdealer.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582404590751, "userAction": "" }, "chatdealer.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "checkin.purechat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582573851933, "userAction": "" }, "checkout.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "checkout.paypal.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582113595338, "userAction": "" }, "cheqzone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "chinaso.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "chirp.bizrate.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582577781182, "userAction": "" }, "choozle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "christianscience.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582573341158, "userAction": "" }, "christscientist.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582189717556, "userAction": "" }, "cimage.adobe.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582376043535, "userAction": "" }, "cintnetworks.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "circularhub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cis.mpianalytics.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582541242939, "userAction": "" }, "cisco.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cisco.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582561026201, "userAction": "" }, "ciscosystemsinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582231415726, "userAction": "" }, "civicscience.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ck.connatix.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582198077709, "userAction": "" }, "ckmap.mediav.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582568033369, "userAction": "" }, "cl0.webterren.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582095480883, "userAction": "" }, "cl3.webterren.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582159195458, "userAction": "" }, "clearbrain.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "clearchannel.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582116360124, "userAction": "" }, "clevernt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582143262781, "userAction": "" }, "click.wrating.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582278153225, "userAction": "" }, "clickfuse.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "clicktale.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "clicktripz.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "client.perimeterx.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582259734486, "userAction": "" }, "clients1.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "clients6.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "clinch.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "clmbtech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cloud-iq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cloudflare.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "cm-supply-web.gammaplatform.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582324321690, "userAction": "" }, "cm.adform.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582389633579, "userAction": "" }, "cm.e.qq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582604764911, "userAction": "" }, "cm.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582345534100, "userAction": "" }, "cm.lndata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582567093746, "userAction": "" }, "cm.pos.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582153694727, "userAction": "" }, "cm.t.tailtarget.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582484174521, "userAction": "" }, "cmp.dmgmediaprivacy.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582159597787, "userAction": "" }, "cmp.faktor.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582331084662, "userAction": "" }, "cmp.webedia.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582418153063, "userAction": "" }, "cms.analytics.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582315440360, "userAction": "" }, "cms.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582558322555, "userAction": "" }, "cms.tanx.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582220492757, "userAction": "" }, "cnid.condenastdigital.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582507714813, "userAction": "" }, "cntraveler.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cnzz.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "cnzz.mmstat.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582401912274, "userAction": "" }, "cohesionapps.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "coin.amazonpay.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582379687708, "userAction": "" }, "col.eum-appdynamics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582234425810, "userAction": "" }, "collect-eu-central-1.tealiumiq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582352033321, "userAction": "" }, "collect.tealiumiq.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582146526009, "userAction": "" }, "collectandgather.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "collecte.audience.acpm.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582616352907, "userAction": "" }, "collector-1564.tvsquared.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582269257371, "userAction": "" }, "collector-1818.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582323235367, "userAction": "" }, "collector-2519.tvsquared.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582381538097, "userAction": "" }, "collector-3309.tvsquared.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582295716763, "userAction": "" }, "collector-3549.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582538439407, "userAction": "" }, "collector-3633.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582480660620, "userAction": "" }, "collector-4648.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582458350963, "userAction": "" }, "collector-9040.us.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582612914922, "userAction": "" }, "collector-963.tvsquared.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582516201149, "userAction": "" }, "collector-px8fcgygk4.perimeterx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582306489304, "userAction": "" }, "collector-pxliujcowl.perimeterx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582265494131, "userAction": "" }, "collector-pxrw7m6iav.perimeterx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582492473185, "userAction": "" }, "collector-pxxgcxm9by.cl6.perimeterx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582426948228, "userAction": "" }, "collector-pxzyvfoxac.perimeterx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582129261197, "userAction": "" }, "collector.appconsent.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582356131504, "userAction": "" }, "collector.effectivemeasure.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582344288269, "userAction": "" }, "collegenet.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "comeresaprensasl.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582480565974, "userAction": "" }, "company-target.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "concourse-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582200603251, "userAction": "" }, "condenast.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582097949165, "userAction": "" }, "condenastdigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "configusa.veinteractive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582487343363, "userAction": "" }, "connatix-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259214263, "userAction": "" }, "connatix.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "connect.facebook.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582240301947, "userAction": "" }, "connect.mail.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582177414259, "userAction": "" }, "connect.ok.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582360877605, "userAction": "" }, "connectad.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "connexity.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "connextra.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "consensu.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "consent-st.trustarc.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582311417903, "userAction": "" }, "consent.dc-storm.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582511054490, "userAction": "" }, "consent.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "consent.jrs5.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582524677130, "userAction": "" }, "consent.linksynergy.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582461917664, "userAction": "" }, "consent.mediaforge.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582140281503, "userAction": "" }, "consent.nxtck.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582571260056, "userAction": "" }, "consent.trustarc.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582298422475, "userAction": "" }, "consentmanager.mgr.consensu.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582492250535, "userAction": "" }, "constantcontact.force.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582452226492, "userAction": "" }, "content.adriver.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582198464221, "userAction": "" }, "contentsfeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "contentsquare.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "contextual.media.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582555512661, "userAction": "" }, "contextweb.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "contributor.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582333903470, "userAction": "" }, "conv-tm.everesttech.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582199001096, "userAction": "" }, "cookie.vrtzads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582429538846, "userAction": "" }, "cookies.onetrust.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582497116934, "userAction": "" }, "cookiex.ngd.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582543352374, "userAction": "" }, "coremetrics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "corus.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "councilbbb.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582261780179, "userAction": "" }, "counter.scribblelive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582427668313, "userAction": "" }, "counter.yadro.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582468529028, "userAction": "" }, "coupons.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "coxrare.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582356161694, "userAction": "" }, "cpmstar.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cpro.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582505405518, "userAction": "" }, "cpx.to": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "cquotient.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "cr-pall.ladsp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245673027, "userAction": "" }, "crazyegg.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "crb.kargo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582373415649, "userAction": "" }, "creativecdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582264003227, "userAction": "" }, "credible.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "creditkarma.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582410990322, "userAction": "" }, "creditone.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582579991609, "userAction": "" }, "creditonebank.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582311387375, "userAction": "" }, "criteo-partners.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582463563162, "userAction": "" }, "criteo-sync.teads.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582341409473, "userAction": "" }, "criteo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "cropper.watch.aetnd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582108566058, "userAction": "" }, "crsspxl.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "crwdcntrl.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "cs.choozle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582372471682, "userAction": "" }, "cs.emxdgt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582164441101, "userAction": "" }, "cse.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "cssrvsync.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "csync.loopme.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582542491848, "userAction": "" }, "cszz.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582345659107, "userAction": "" }, "ct.pinterest.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582208783233, "userAction": "" }, "ct1.ra.linksynergy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582555268411, "userAction": "" }, "cta-service-cms2.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582528938035, "userAction": "" }, "curalate.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "curse-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582425296446, "userAction": "" }, "customer.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "customer.mediawallahscript.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582490908222, "userAction": "" }, "cvshealth.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "cw.addthis.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582169331045, "userAction": "" }, "cxense.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "d.adroll.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582529153679, "userAction": "" }, "d.adroll.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582482389347, "userAction": "" }, "d.agkn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582580401724, "userAction": "" }, "d.btttag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582505100559, "userAction": "" }, "d.infeed.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582151095147, "userAction": "" }, "d.nativendo.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582482492757, "userAction": "" }, "d.pub.network": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582596446834, "userAction": "" }, "d.turn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582307709415, "userAction": "" }, "d.us.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582147522453, "userAction": "" }, "d0.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582282061605, "userAction": "" }, "d1.abtshield.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582160863888, "userAction": "" }, "d1.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582225479336, "userAction": "" }, "d169bbxks24g2u.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582538063563, "userAction": "" }, "d1af033869koo7.cloudfront.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582198337588, "userAction": "" }, "d1epsz32winqbo.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582269376678, "userAction": "" }, "d1rv23qj5kas56.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582545948355, "userAction": "" }, "d2-apps.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "d2.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582524094347, "userAction": "" }, "d26fm7srjxtyjm.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582443161100, "userAction": "" }, "d2t77mnxyo7adj.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582118343078, "userAction": "" }, "d3srxf9cr7mh5q.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582282315326, "userAction": "" }, "d41.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "d5.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582337249286, "userAction": "" }, "d5nxst8fruw4z.cloudfront.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582289224028, "userAction": "" }, "d6.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582160492973, "userAction": "" }, "d8.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582560198814, "userAction": "" }, "d9jj3mjthpub.cloudfront.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582242887416, "userAction": "" }, "dable.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dailykos.report-uri.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582229294037, "userAction": "" }, "dailymail.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dailymotion.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dap.hindustantimes.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582409915538, "userAction": "" }, "dat.gtags.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582547258361, "userAction": "" }, "data.ad-score.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582339596817, "userAction": "" }, "data.coremetrics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582100663290, "userAction": "" }, "data.pendo.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582382021005, "userAction": "" }, "datacloud.tealiumiq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582238575181, "userAction": "" }, "datadbs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582286907387, "userAction": "" }, "datamind.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "datas.tianqistatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582254078520, "userAction": "" }, "datasteam.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "datax.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582415009680, "userAction": "" }, "daum.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "daznservices.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dbg52463.moatads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582119097744, "userAction": "" }, "dbs.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582588453476, "userAction": "" }, "dbsgsmc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582303887618, "userAction": "" }, "dc-storm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dc.ads.linkedin.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582370878468, "userAction": "" }, "dc.yieldify.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582531759275, "userAction": "" }, "dcs.eimi.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582164004805, "userAction": "" }, "dditscdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "de-gmtdmp.mookie1.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582173207741, "userAction": "" }, "de.ioam.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582544060975, "userAction": "" }, "de.tynt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582294890448, "userAction": "" }, "deepintent.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "deliver.ptgncdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582326921251, "userAction": "" }, "delivery.adrecover.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582419025497, "userAction": "" }, "delivery.impressionmonster.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582466728239, "userAction": "" }, "delivery.vidible.tv": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582603359060, "userAction": "" }, "deloitte.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582304737007, "userAction": "" }, "deloittetouchetohmat.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582132148989, "userAction": "" }, "demand.bidgear.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582480211627, "userAction": "" }, "demdex.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "denakop.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "deployads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "detik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "detik.net.id": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dev.visualwebsiteoptimizer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582605089946, "userAction": "" }, "developers.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "df-srv.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dfapvmql-q.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582199322395, "userAction": "" }, "dfm-dailynews.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582294617820, "userAction": "" }, "dgss0.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582528097936, "userAction": "" }, "dgss1.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582592828205, "userAction": "" }, "dgss2.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582578857979, "userAction": "" }, "di-dtaectolog-us-prod-1.appspot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582496387934, "userAction": "" }, "di.rlcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582431620936, "userAction": "" }, "dialogue.sp-prod.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582161428829, "userAction": "" }, "digicert.sc.omtrdc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582427980925, "userAction": "" }, "digicert.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582519087252, "userAction": "" }, "digitalfirstmedia.blueconic.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582238198501, "userAction": "" }, "digitaloceanspaces.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "digitaltarget.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "digitru.st": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dillards-live.inside-graph.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582583845469, "userAction": "" }, "direct.ad.cpe.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582150178325, "userAction": "" }, "dis.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582240205455, "userAction": "" }, "discordapp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582444896159, "userAction": "" }, "discover.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582326992073, "userAction": "" }, "display.apester.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582375806723, "userAction": "" }, "disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582219526182, "userAction": "" }, "distiltag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "districtm-match.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582256222612, "userAction": "" }, "districtm.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dl.ixiaa.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582370885930, "userAction": "" }, "dm.hybrid.ai": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582300108748, "userAction": "" }, "dmg.digitaltarget.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582176993043, "userAction": "" }, "dmgmediaprivacy.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dmm.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dmm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dmp.adform.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582367823849, "userAction": "" }, "dmp.eland-tech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582523305800, "userAction": "" }, "dmp.im-apps.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582182205568, "userAction": "" }, "dmp.theadex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582549248079, "userAction": "" }, "dmp.truoptik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582407597865, "userAction": "" }, "dmpcdn.el-mundo.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582371586345, "userAction": "" }, "dmx.districtm.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582198264521, "userAction": "" }, "dmxleo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "docs.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "docusign.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582448824967, "userAction": "" }, "dotmetrics.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dotomi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dotserver.douyucdn.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582529104633, "userAction": "" }, "doubleclick.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "doublemax.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "douyucdn.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dowjones-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582284068644, "userAction": "" }, "dowjoneson.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "downloads.mailchimp.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582304809179, "userAction": "" }, "dpm.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582167323327, "userAction": "" }, "dpmsrv.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dpx.airpr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582539808487, "userAction": "" }, "drive.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "dropbox.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ds-aksb-a.akamaihd.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582597359493, "userAction": "" }, "ds.reson8.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582227443461, "userAction": "" }, "ds.zhaopin.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582532633096, "userAction": "" }, "dsp.adfarm1.adition.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582491938245, "userAction": "" }, "dsum-sec.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582317475864, "userAction": "" }, "dsum.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582415464782, "userAction": "" }, "dsw.tt.omtrdc.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "dt-secure.videohub.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582097095720, "userAction": "" }, "dtscout.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dugout.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dx.steelhousemedia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582520967668, "userAction": "" }, "dynad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "dynamic.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582497956888, "userAction": "" }, "dynamicyield.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "dyntrk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "e-planning.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "e.acuityplatform.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582392908301, "userAction": "" }, "e.deployads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582349538116, "userAction": "" }, "e.dlx.addthis.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582125799018, "userAction": "" }, "e.dtscout.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582370566596, "userAction": "" }, "e.serverbid.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582269804387, "userAction": "" }, "e.zg-api.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582385843625, "userAction": "" }, "e1.emxdgt.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111429230, "userAction": "" }, "earthlink.122.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582281698588, "userAction": "" }, "easydmp.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eb2.3lift.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582184122474, "userAction": "" }, "ebay.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ebayimg.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ecbsn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eccmp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "edaa.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "edge-cdn.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "edge.curalate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582320085522, "userAction": "" }, "edge.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582345766929, "userAction": "" }, "edigitalsurvey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582496805197, "userAction": "" }, "effectivemeasure.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "egain.cloud": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eimi.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "el-mundo.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eland-tech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "elb.the-ozone-project.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582604897999, "userAction": "" }, "eloqua.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "elpais.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "els-jbs-prod-cdn.literatumonline.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582486579062, "userAction": "" }, "elsevier.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "elsevierhealth.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "elsevierlimited.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582206611047, "userAction": "" }, "embed.dugout.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582496806705, "userAction": "" }, "embedr.flickr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582217765073, "userAction": "" }, "emxdgt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "enamad.ir": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "engageclick.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "engageya.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "entertainow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "entitlement.auth.adobe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582507176152, "userAction": "" }, "entitlements.jwplayer.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582216922197, "userAction": "" }, "eo.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582339918717, "userAction": "" }, "epicurious.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "equalstyle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582330902444, "userAction": "" }, "eset.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582257119910, "userAction": "" }, "estat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "etahub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eu-sonar.sociomantic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582214508316, "userAction": "" }, "eu.cssrvsync.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582609899800, "userAction": "" }, "eu.nuggad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582521731059, "userAction": "" }, "eum-appdynamics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "eus.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582392310710, "userAction": "" }, "ev.surveywall-api.survata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582271023682, "userAction": "" }, "events.apester.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582600144750, "userAction": "" }, "events.attentivemobile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582298580601, "userAction": "" }, "events.bouncex.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582170048241, "userAction": "" }, "events.engager.ecbsn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582477680808, "userAction": "" }, "events.ocdn.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582286109670, "userAction": "" }, "everesttech.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "everyaction.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "evidon.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "evise.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "evyy.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ewscripps.hb.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582395718109, "userAction": "" }, "exactag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "exchange.buzzoola.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582417304855, "userAction": "" }, "exelator.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "exoticads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "expedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "expediapartnercentral.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "experianmarketingservices.digital": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "experience.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582460215838, "userAction": "" }, "exponential.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "eyeota.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "eyereturn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ezoic.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "f-cdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "f.monetate.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582186654432, "userAction": "" }, "f2vr2q.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "f5networks.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582540027718, "userAction": "" }, "f6044819c139be406e5131b1724188ab.report-uri.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582478616744, "userAction": "" }, "facebook.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582260904901, "userAction": "" }, "farfetch-contents.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "farlex-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582527133772, "userAction": "" }, "farm6.static.flickr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582414239975, "userAction": "" }, "fastlane.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582486049676, "userAction": "" }, "fbc.wcfbc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582515970165, "userAction": "" }, "fedex.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582578875317, "userAction": "" }, "feedburner.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "feedproxy.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "feeds.soundcloud.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "fei.pro-market.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582471923424, "userAction": "" }, "fetch-api.sni-dat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582434372965, "userAction": "" }, "ff.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582542206457, "userAction": "" }, "fidrzivu.micpn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582393727041, "userAction": "" }, "filimo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "findlaw.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582357917422, "userAction": "" }, "firebaselogging.googleapis.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582492406606, "userAction": "" }, "flashtalking.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "flickr.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "flipboard.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "flipkart.d1.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582335311860, "userAction": "" }, "flocktory.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "fls.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582594767413, "userAction": "" }, "flurrymarketing.matomo.cloud": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582575006432, "userAction": "" }, "flyertown.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "focus.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "fonts.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "force.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "foresee.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "forkcdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "forms.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582348639288, "userAction": "" }, "fourier.taobao.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582312012617, "userAction": "" }, "fox.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "foxnewsuni-f.akamaihd.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582147306639, "userAction": "" }, "foxycart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "fp-cdn.azureedge.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582288132879, "userAction": "" }, "fpn.flipboard.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582524837361, "userAction": "" }, "franecki.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582186388165, "userAction": "" }, "freshchat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "freshdesk.freshsales.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582435629450, "userAction": "" }, "freshsales.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "friendbuy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "frog.wix.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582594997122, "userAction": "" }, "frontiercomm.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582107786070, "userAction": "" }, "fundingchoicesmessages.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582574844240, "userAction": "" }, "fundraiseup.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "fusiontables.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "futurenet-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582109905342, "userAction": "" }, "fwmrm.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "fyrsbckgi-c.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582361606205, "userAction": "" }, "fzw2gc2p.micpn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582467123849, "userAction": "" }, "g.3gl.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582244649003, "userAction": "" }, "g.alicdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582209027791, "userAction": "" }, "g.ezoic.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582227629835, "userAction": "" }, "g.pcmag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582440584030, "userAction": "" }, "g2.gumgum.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582512856517, "userAction": "" }, "gaae.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582445454989, "userAction": "" }, "gacz.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582332345712, "userAction": "" }, "gamespot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gammaplatform.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gannett-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582278896925, "userAction": "" }, "ganon.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582096596850, "userAction": "" }, "gapt.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582569946056, "userAction": "" }, "gateway.foresee.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582306638870, "userAction": "" }, "gatr.hit.gemius.pl": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582371808936, "userAction": "" }, "gb-gmtdmp.mookie1.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582529913047, "userAction": "" }, "gedidigital.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "geetest.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "geico-app.quantummetric.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582459152468, "userAction": "" }, "geico.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582407619012, "userAction": "" }, "geid.wbtrk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582251635419, "userAction": "" }, "geistm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gemius.pl": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "geniusmonkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "geo.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582322506513, "userAction": "" }, "gepi.global-e.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582321161806, "userAction": "" }, "getblueshift.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "getclicky.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "getcreditone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ggw.watertu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582374530493, "userAction": "" }, "ghost.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gift-connect-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582607643988, "userAction": "" }, "gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "giphy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gis.rftslb.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582379120216, "userAction": "" }, "gist.github.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582445284801, "userAction": "" }, "github.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "glamour.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "glassboxdigital.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gliacloud.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "global-e.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "global.ib-ibi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582586643399, "userAction": "" }, "globalwebindex.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "gm.mmstat.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582274016489, "userAction": "" }, "go.pardot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582491579946, "userAction": "" }, "go.sonobi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582187625626, "userAction": "" }, "gocm.c.appier.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582163033783, "userAction": "" }, "godaddy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "golfdigest.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gomoxie.solutions": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "google-analytics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582405652596, "userAction": "" }, "google.co.in": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "google.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "googleads.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582558297097, "userAction": "" }, "gq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "grahammedia-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582297990719, "userAction": "" }, "graph.facebook.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582495753326, "userAction": "" }, "grid-cdn.pdc.bidswitch.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582421325093, "userAction": "" }, "grid.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gridsumdissector.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "group.ceconlinebbs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582507339132, "userAction": "" }, "groupondata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "groups.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "growingio.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "grunerandjahr.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582485750933, "userAction": "" }, "gs.dailymail.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582144616679, "userAction": "" }, "gscounters.us1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582389092071, "userAction": "" }, "gtags.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "gu-st.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582479217542, "userAction": "" }, "gu.dyntrk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582184174983, "userAction": "" }, "gum.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582143625368, "userAction": "" }, "gumgum.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "gunbroker.zendesk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582417977017, "userAction": "" }, "gurgle.zdbb.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582205177734, "userAction": "" }, "gwallet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "gwiq-v3.globalwebindex.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582253569784, "userAction": "" }, "gwiqcdn.globalwebindex.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582231311334, "userAction": "" }, "gwmtracking.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582598524729, "userAction": "" }, "gzs20.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582332818912, "userAction": "" }, "h.df-srv.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582321844274, "userAction": "" }, "h.imedia.cz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582255470701, "userAction": "" }, "h6.msn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582365305110, "userAction": "" }, "ha429701.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582128424878, "userAction": "" }, "hal9000.redintelligence.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582332638184, "userAction": "" }, "halc.iadvize.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582200419268, "userAction": "" }, "hao123img.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hao61.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "harvardbusinessrevie.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582229294846, "userAction": "" }, "hatena-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582357672861, "userAction": "" }, "hatena.ne.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hb-api.omnitagjs.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582365816879, "userAction": "" }, "hb.adscale.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582134480954, "userAction": "" }, "hb.aralego.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582498340993, "userAction": "" }, "hb.emxdgt.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582326190913, "userAction": "" }, "hb.mediafuse.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582184108080, "userAction": "" }, "hb.undertone.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582594202091, "userAction": "" }, "hbint.emxdgt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582459626390, "userAction": "" }, "hbopenbid.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582576642043, "userAction": "" }, "hbr.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582397350550, "userAction": "" }, "hbx.media.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582236932133, "userAction": "" }, "hc.tags.newscgp.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582284507132, "userAction": "" }, "healthline.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "heapanalytics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582122350136, "userAction": "" }, "hearst3pcc.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hearstnewspapers-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582513215175, "userAction": "" }, "hearstnp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "heavyeditorial.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582284040336, "userAction": "" }, "help.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "helper-stats.wondershareware.cc": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582516368573, "userAction": "" }, "hepsiburada01.webtrekk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582164270867, "userAction": "" }, "heredeutschlandgmbh.d1.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582228201434, "userAction": "" }, "hermes.redlink.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582295918135, "userAction": "" }, "hexagon-analytics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582187524571, "userAction": "" }, "hgtv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "highwebmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hiido.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hindustantimes.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hinet.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "histats.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hitbtc.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582342392018, "userAction": "" }, "hivemedia.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582444776446, "userAction": "" }, "hm.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582502175843, "userAction": "" }, "holmesmind.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "homeaway.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hotels.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hotjar.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "hotstar.worldgravity.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582532685836, "userAction": "" }, "hp.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582352231707, "userAction": "" }, "html5-player.libsyn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582109675667, "userAction": "" }, "http-check-headers.yandex.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582175782363, "userAction": "" }, "huawei.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378448359, "userAction": "" }, "hubspot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "huihui.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "hurpass.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582315522646, "userAction": "" }, "hybrid.ai": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "i.alicdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582429967370, "userAction": "" }, "i.connectad.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582526577063, "userAction": "" }, "i.ebayimg.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582169720942, "userAction": "" }, "i.imgur.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582153783058, "userAction": "" }, "i.liadm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582162329206, "userAction": "" }, "i.simpli.fi": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582411106060, "userAction": "" }, "i.stack.imgur.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582418070641, "userAction": "" }, "i.w55c.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582478757646, "userAction": "" }, "iadvize.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "iasds01.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ib-ibi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ib.3lift.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582402554727, "userAction": "" }, "ib.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582225307896, "userAction": "" }, "ib.mookie1.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582178825880, "userAction": "" }, "ibclick.stream": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582328014908, "userAction": "" }, "ibillboard.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ic.tynt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582469859211, "userAction": "" }, "ice.360yield.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582215249515, "userAction": "" }, "icici.nanorep.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582417855289, "userAction": "" }, "iconmedia.piwik.pro": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582425064346, "userAction": "" }, "ict.infinity-tracking.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582232631020, "userAction": "" }, "id.rlcdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582479981551, "userAction": "" }, "id.tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582248368737, "userAction": "" }, "id5-sync.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582203168025, "userAction": "" }, "idio.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ids.ad.gt": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582173582171, "userAction": "" }, "ids.cdnwidget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582242821123, "userAction": "" }, "idsync.rlcdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582522276953, "userAction": "" }, "idx.liadm.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582307395359, "userAction": "" }, "iesnare.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "igodigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ih.adscale.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582197599889, "userAction": "" }, "iheart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "im-apps.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "image2.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582211787717, "userAction": "" }, "image6.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582161058378, "userAction": "" }, "image8.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582517503283, "userAction": "" }, "images-prod.healthline.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582417392371, "userAction": "" }, "images.detik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582439960664, "userAction": "" }, "images.ladbible.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582109797134, "userAction": "" }, "imagesrv.adition.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "imedia.cz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "img-fotki.yandex.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "img-prod-cms-rt-microsoft-com.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582395167071, "userAction": "" }, "img.ak.impact-ad.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582543503873, "userAction": "" }, "img.buzzfeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582551565353, "userAction": "" }, "img.macromill.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582490488635, "userAction": "" }, "img.riskified.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582530953475, "userAction": "" }, "img.scupio.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582394428253, "userAction": "" }, "img.tradedoubler.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582335440659, "userAction": "" }, "img.youtube.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582316310666, "userAction": "" }, "img01.products.bt.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582127719010, "userAction": "" }, "imgix.bustle.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582238288557, "userAction": "" }, "imgsmail.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "imgur.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "impact-ad.jp": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "impes.tradedoubler.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582427739090, "userAction": "" }, "imprchmp.taboola.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582501372556, "userAction": "" }, "impressionmonster.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "impulse.forkcdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582273474311, "userAction": "" }, "imrworldwide.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "in.getclicky.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582236128591, "userAction": "" }, "in.ml314.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582539983431, "userAction": "" }, "in.treasuredata.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582248678767, "userAction": "" }, "in.xspadvertising.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582253137179, "userAction": "" }, "increasingly.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "indeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "infeed.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "infinity-tracking.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "infinityid.condenastdigital.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582540944994, "userAction": "" }, "info.adspruce.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582424626690, "userAction": "" }, "infolinks.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ing-district.clicktale.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582238537076, "userAction": "" }, "ingage.tech": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "innity.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "inpagepush.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582103620421, "userAction": "" }, "inq.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "inside-graph.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "insight.adsrvr.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582607349712, "userAction": "" }, "insightexpressai.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "insights-collector.newrelic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582113227760, "userAction": "" }, "instagram.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "insticator.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "insurads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "intellitxt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "intentiq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "intentmedia.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "interia.api.dmp.nsaudience.pl": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582535909285, "userAction": "" }, "interia.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582117831403, "userAction": "" }, "interiaao.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582348615356, "userAction": "" }, "intl.aliyun.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582382722338, "userAction": "" }, "intljs.rmtag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582455327674, "userAction": "" }, "inuvo-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582268368303, "userAction": "" }, "invcontent.zendesk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582562096529, "userAction": "" }, "investing-channel-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582172132681, "userAction": "" }, "investingchannel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "invoc.us": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "io.narrative.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582606323684, "userAction": "" }, "ioam.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "iperceptions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ipredictive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ipw.metadsp.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582598514857, "userAction": "" }, "irishtimes.report-uri.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582197288805, "userAction": "" }, "irqs.ioam.de": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582342144002, "userAction": "" }, "isepcvsb.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "islamist-movements.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ispot.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "italiaonline01.wt-eu02.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582348558899, "userAction": "" }, "iteratehq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582138436928, "userAction": "" }, "iubenda.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582509300020, "userAction": "" }, "ivi.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ivideosmart.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "iviruanalytics.solution.weborama.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582337794073, "userAction": "" }, "ivx.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ivxplayer.ivideosmart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582214796577, "userAction": "" }, "ixiaa.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "izooto.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "j.6sc.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582246321589, "userAction": "" }, "jadserve.postrelease.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582424033454, "userAction": "" }, "japantimes.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582341774069, "userAction": "" }, "jebbit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "jita.rtk.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582415704809, "userAction": "" }, "jixie.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "jogger.zdbb.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582569787578, "userAction": "" }, "jp-u.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582318310868, "userAction": "" }, "jrs5.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "js-agent.newrelic.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582167532154, "userAction": "" }, "js.adscale.de": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582493117884, "userAction": "" }, "js.adsrvr.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582426657767, "userAction": "" }, "js.agkn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582236225382, "userAction": "" }, "js.bizographics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582489797817, "userAction": "" }, "js.idio.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582151447570, "userAction": "" }, "js.matheranalytics.com": { "dnt": true, "heuristicAction": "", "nextUpdateTime": 1582454346062, "userAction": "" }, "js.rmtag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582608406405, "userAction": "" }, "js.stripe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582253426097, "userAction": "" }, "js.trendmd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582182931481, "userAction": "" }, "jsc.mgid.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582506124171, "userAction": "" }, "jscache.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "jscdn.appier.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582238970646, "userAction": "" }, "jsdelivr.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "jslog.krxd.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582136346163, "userAction": "" }, "jsrdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "justfactsdaily.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "justpremium.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "jwplayer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "jwplayer.eb.tremorhub.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582159961604, "userAction": "" }, "jwpltx.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "k.intellitxt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582394705386, "userAction": "" }, "kakakucom.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582266449371, "userAction": "" }, "kakao.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kameleoon.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kampyle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kargo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "kaspersky.d3.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582579426910, "userAction": "" }, "kayumanis.detik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582152374479, "userAction": "" }, "kexin001.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "keywee.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "kh.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "khms0.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "khms1.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "khms2.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "khms3.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "khms4.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "kinja-vh.akamaihd.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582575715122, "userAction": "" }, "kitco2.websol.barchart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582289010598, "userAction": "" }, "kleinanzeigen-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582560625550, "userAction": "" }, "klix-ba-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582490862892, "userAction": "" }, "knet.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kohls.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582470432985, "userAction": "" }, "kohls.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582602763819, "userAction": "" }, "koi-3qneluozrs.marketingautomation.services": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582462705131, "userAction": "" }, "koindut.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582297113543, "userAction": "" }, "kompas.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "kompascybermedia-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582104269958, "userAction": "" }, "kooora.ws": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kotaku.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582561746485, "userAction": "" }, "kraken.rambler.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582531478329, "userAction": "" }, "krk.kargo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582512347348, "userAction": "" }, "krxd.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ktv.kooora.ws": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582437430462, "userAction": "" }, "kwork.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "kxlogo.knet.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582427802026, "userAction": "" }, "l.logly.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582404555822, "userAction": "" }, "l.sharethis.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582288679030, "userAction": "" }, "l.yimg.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582330489560, "userAction": "" }, "l3.aaxads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582127189061, "userAction": "" }, "la2.vnecdn.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582217900147, "userAction": "" }, "labs.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "ladbible.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ladsp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lar9e74p-ece8be56b25803710d3e1aa5ce570d97e7c6b4ce-sac.d.aa.online-metrix.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582278020417, "userAction": "" }, "lastcall.atlassian.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582384141273, "userAction": "" }, "lasteventf-tm.everesttech.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582529539911, "userAction": "" }, "lbcwf.frontend.weborama.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582217263119, "userAction": "" }, "lcs.naver.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582503591295, "userAction": "" }, "leadboxer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "leadlander.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "lego.egain.cloud": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582587671186, "userAction": "" }, "leju.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lendingtreellc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423103299, "userAction": "" }, "lennyletter.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lenovo.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582576105073, "userAction": "" }, "lg.nanda.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582391577613, "userAction": "" }, "lh.coupons.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582472327099, "userAction": "" }, "liadm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "libs.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582371686548, "userAction": "" }, "libsyn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lift3assets.lift.acquia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276654557, "userAction": "" }, "lightboxcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "lijit.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "likemore-go.imgsmail.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582413407515, "userAction": "" }, "limbik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "line-apps.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "linkback.contentsfeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582243103452, "userAction": "" }, "linkedin.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "linksynergy.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "list-manage.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "listrakbi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "literatumonline.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "live.sekindo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582202839088, "userAction": "" }, "livechatinc.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "liveperson.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "livingly-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582301831979, "userAction": "" }, "lmi.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582156861455, "userAction": "" }, "ln.ameba.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582104495769, "userAction": "" }, "lndata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lo.v.liveperson.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582531180793, "userAction": "" }, "loadeu.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582600750816, "userAction": "" }, "loadm.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582512654358, "userAction": "" }, "loadr.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582344417922, "userAction": "" }, "loadus.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582206216170, "userAction": "" }, "lockerdome.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582237201476, "userAction": "" }, "log.api.useinsider.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582529672198, "userAction": "" }, "log.leadboxer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582154777821, "userAction": "" }, "log.mmstat.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582555661336, "userAction": "" }, "log.olark.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582416441858, "userAction": "" }, "log.opentracker.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582142384199, "userAction": "" }, "login-ds.dotomi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582106867146, "userAction": "" }, "login.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582361449938, "userAction": "" }, "login.sina.com.cn": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582557613596, "userAction": "" }, "login.tmall.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582161488099, "userAction": "" }, "logitech.cfzu.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582282008841, "userAction": "" }, "logitech.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582247195424, "userAction": "" }, "logitechlogitechglobal.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582401530275, "userAction": "" }, "logly.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "logmeinsupport.nanorep.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582336491714, "userAction": "" }, "logo.samandehi.ir": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582438889659, "userAction": "" }, "logs1.smithsonian.museum": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582389215915, "userAction": "" }, "logs1242.xiti.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582303326019, "userAction": "" }, "logs1407.xiti.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582182657524, "userAction": "" }, "logsss.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "logws1360.ati-host.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582256011165, "userAction": "" }, "loopme.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ls.hit.gemius.pl": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582145340803, "userAction": "" }, "ltsnnqhtx.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ltwebstatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "lytics.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "m.addthis.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582522758998, "userAction": "" }, "m.exactag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582587913225, "userAction": "" }, "m.leju.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582229819890, "userAction": "" }, "m.stripe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582302886342, "userAction": "" }, "m6r.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ma.logsss.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582355399834, "userAction": "" }, "mab.chartbeat.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582609716108, "userAction": "" }, "mabping.chartbeat.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582598535780, "userAction": "" }, "macromill.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mail.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mailchimp.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mailfire.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "make.cohesionapps.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582163413587, "userAction": "" }, "makerbot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "malayalamanorama.d3.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582395379000, "userAction": "" }, "malayalamanorama.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582136961284, "userAction": "" }, "mamaslatinas.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mantisadnetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mantodea.mantisadnetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582330611969, "userAction": "" }, "map.qq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582242621865, "userAction": "" }, "mapixl.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582271621515, "userAction": "" }, "maps-api-ssl.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "maps.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mapsengine.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "marinsm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "marketingautomation.services": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "marketlinc.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "marketo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "marlin-prod.literatumonline.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582465556829, "userAction": "" }, "marriott.btttag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582120531151, "userAction": "" }, "marriottinternationa.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378099298, "userAction": "" }, "marriottinternationa.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582339029778, "userAction": "" }, "marvellousmachine.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "match.adsrvr.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582601759391, "userAction": "" }, "match.collectandgather.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582578349460, "userAction": "" }, "match.deepintent.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582454253124, "userAction": "" }, "match.prod.bidr.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582097823159, "userAction": "" }, "match.rundsp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582211997560, "userAction": "" }, "match.sharethrough.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582201654810, "userAction": "" }, "matcher.upravel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582399923148, "userAction": "" }, "matchid.adfox.yandex.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582376562068, "userAction": "" }, "matheranalytics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "mathtag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "matomo.cloud": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mavencoalition.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "maxpreps.cbsi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582256156504, "userAction": "" }, "maxymiser.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "mboxedge.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582206496271, "userAction": "" }, "mc.us5.list-manage.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582580090181, "userAction": "" }, "mc.webvisor.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582349937105, "userAction": "" }, "mc.yandex.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582376259038, "userAction": "" }, "mcafee12.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582405037967, "userAction": "" }, "mcafeeinc.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582449802612, "userAction": "" }, "mcgrawhill.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582270588616, "userAction": "" }, "mcgrawhill.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582130849649, "userAction": "" }, "me-ssl.effectivemeasure.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582579441085, "userAction": "" }, "medallia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "medals.bizrate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582508256622, "userAction": "" }, "media.msg.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582454324184, "userAction": "" }, "media.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "media.trafficjunky.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582579247714, "userAction": "" }, "media6degrees.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "mediaad.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediaforge.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediafuse.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediagamma.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediaplex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediav.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mediawallahscript.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "medium.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 0, "userAction": "" }, "medtargetsystem.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "melidata.metroscubicos.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582357578129, "userAction": "" }, "member.pixnet.cc": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582191907909, "userAction": "" }, "members.webs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582501256408, "userAction": "" }, "message.sp-prod.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582317045894, "userAction": "" }, "metadsp.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "metrics.aetn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582205820537, "userAction": "" }, "metrics.brightcove.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582473419297, "userAction": "" }, "metrics.cvshealth.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582417817949, "userAction": "" }, "metroscubicos.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mfadsrvr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mgid.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mgzqlnev.micpn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582537969690, "userAction": "" }, "miaozhen.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "michaels.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582496449776, "userAction": "" }, "michaelsstores.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582492177512, "userAction": "" }, "micpn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "microad.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "microsoft-us.evyy.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582231266012, "userAction": "" }, "microsoft.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "microsoftmscompoc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582176820325, "userAction": "" }, "mid.rkdms.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582432713977, "userAction": "" }, "miiidpdh.micpn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582570968227, "userAction": "" }, "mirror.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mixi.media": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582611933497, "userAction": "" }, "mjca-yijws.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582546613889, "userAction": "" }, "mjs.sinaimg.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582537886897, "userAction": "" }, "mktoresp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ml314.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582445438006, "userAction": "" }, "mlb.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582465035708, "userAction": "" }, "mlog.hiido.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582592780984, "userAction": "" }, "mmonline.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mmsngaa.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582519715670, "userAction": "" }, "mmsngaa.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582113173978, "userAction": "" }, "mmstat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "moatads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582511008344, "userAction": "" }, "mon-va.byteoversea.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582479585006, "userAction": "" }, "monetate.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "monsido.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "monsterworldwide.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582544495288, "userAction": "" }, "mookie1.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "motor1dotcom.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582457778601, "userAction": "" }, "motorolaus500z.btttag.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582330113972, "userAction": "" }, "motorsportnetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mouseflow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mox.moxielinks.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582350353460, "userAction": "" }, "moxielinks.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mpianalytics.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mpp.vindicosuite.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582550756539, "userAction": "" }, "mps.nbcuni.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582271796050, "userAction": "" }, "mpsnare.iesnare.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582503552117, "userAction": "" }, "mrpfd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mscom.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582569843643, "userAction": "" }, "msftenterprise.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582317181079, "userAction": "" }, "msgv6.qy.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582137633205, "userAction": "" }, "msite.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582136974650, "userAction": "" }, "msn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mssl.fwmrm.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582421161496, "userAction": "" }, "mt0.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mt1.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mtm.aimediagroup.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582617380750, "userAction": "" }, "mtrx.go.sonobi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582242539283, "userAction": "" }, "mts.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "mts0.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mts1.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mtvnetworks.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582587303718, "userAction": "" }, "mtvnservices.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "musthird.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "mw1.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mw2.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "mxpnlcms.wpengine.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582530233472, "userAction": "" }, "mxptint.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "my.rtmark.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582366094687, "userAction": "" }, "myfamilycominc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582487785146, "userAction": "" }, "myfinance.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "myvisualiq.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "n.mailfire.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582588024907, "userAction": "" }, "n11scdn.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582224410704, "userAction": "" }, "n1272adserv.xyz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582295584510, "userAction": "" }, "n2.mouseflow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582179529376, "userAction": "" }, "na.groupondata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582317460837, "userAction": "" }, "na5.thunderhead.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582563518001, "userAction": "" }, "namebrightstatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nanda.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nanorep.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "narrative.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "natgeo.blueconic.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582160269899, "userAction": "" }, "native.ai": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "native.sharethrough.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582331895497, "userAction": "" }, "nativeadvertising.ghost.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582349006536, "userAction": "" }, "nativendo.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "naver.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "naver.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nbcu.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276560537, "userAction": "" }, "nbcume.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582479562187, "userAction": "" }, "nbcuni.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "nbrecsys.4paradigm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582625661228, "userAction": "" }, "nd.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378623881, "userAction": "" }, "neimans-app.quantummetric.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582599285049, "userAction": "" }, "nesn.blueconic.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582281838282, "userAction": "" }, "netmng.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "netstorage-nur.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582156843335, "userAction": "" }, "network.bazaarvoice.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582170998027, "userAction": "" }, "networkad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "newapi.sanjagh.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582248695540, "userAction": "" }, "newarena.netmng.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582599166647, "userAction": "" }, "newjobs.d1.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582248600193, "userAction": "" }, "newrelic.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "newrelic.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582362851331, "userAction": "" }, "news.chinaso.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582506517986, "userAction": "" }, "news.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "news.google.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582455750120, "userAction": "" }, "news18.survey.fm": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582224556723, "userAction": "" }, "newscgp.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "newshub.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "newsmax.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "newsmaxfeednetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "newyorker.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "newzit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nfl.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582253612758, "userAction": "" }, "nflenterprises.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582371705712, "userAction": "" }, "nfocom.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582485037226, "userAction": "" }, "ngpvan.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nine.com.au": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nineto5mac-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582283616884, "userAction": "" }, "nintendoofamerica.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582360274313, "userAction": "" }, "no-cache.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582167184165, "userAction": "" }, "nova.collect.igodigital.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582262936623, "userAction": "" }, "novelty.media": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nr-data.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ns.zdbb.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582566489489, "userAction": "" }, "nsaudience.pl": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nscontext.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nuggad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nugmw.userreport.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582492803592, "userAction": "" }, "nxtck.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "nypi.dc-storm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582575132670, "userAction": "" }, "nyt2.dc-storm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582392549254, "userAction": "" }, "oa-ssp.data.aliyun.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582233129895, "userAction": "" }, "observermedia-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582129743168, "userAction": "" }, "ocdn.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "odc.optimahub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582566056045, "userAction": "" }, "ojrq.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ok.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582567821821, "userAction": "" }, "okezone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "okt.to": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582109011654, "userAction": "" }, "okta.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "olark.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "omguk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "omkt.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "omnitagjs.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "oms.dowjoneson.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582553732412, "userAction": "" }, "omtrdc.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "oncueapp.appspot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582588075684, "userAction": "" }, "onead.onevision.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582384209934, "userAction": "" }, "onelink.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "onesignal.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "onet.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276832817, "userAction": "" }, "onetag.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582540449533, "userAction": "" }, "onevision.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "online-metrix.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "onsite2.researchintel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582433100297, "userAction": "" }, "onsugar.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "onthe.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ooyala.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "opecloud.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "opehs.tanx.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582562240641, "userAction": "" }, "openbid.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582520718926, "userAction": "" }, "opentracker.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "openx.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "opera.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "optaim.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "optimahub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "optimize-stats.voxmedia.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582340705480, "userAction": "" }, "optimizedby.increasingly.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582592684000, "userAction": "" }, "optimizely.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "opus.analytics.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582403469244, "userAction": "" }, "orangeads.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "orbidder.otto.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582284989044, "userAction": "" }, "orbitz.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "origin.distiltag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582200378160, "userAction": "" }, "otm-r.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "otto.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ouptag.scholarlyiq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582455015557, "userAction": "" }, "outbrain.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "owneriq.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "p.ad.gt": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582098936728, "userAction": "" }, "p.adsymptotic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582156317697, "userAction": "" }, "p.brsrvr.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582594436677, "userAction": "" }, "p.cedatoplayer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582572727660, "userAction": "" }, "p.cpx.to": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582423343798, "userAction": "" }, "p.dlx.addthis.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582316098915, "userAction": "" }, "p.rfihub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582198312738, "userAction": "" }, "p.skimresources.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582349934096, "userAction": "" }, "p.tanx.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582509762174, "userAction": "" }, "p.teads.tv": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582578794749, "userAction": "" }, "p.travelsmarter.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582389799295, "userAction": "" }, "p.tvpixel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582253801241, "userAction": "" }, "p.typekit.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582346927406, "userAction": "" }, "p1.zemanta.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582593182336, "userAction": "" }, "p11.techlab-cdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582254484948, "userAction": "" }, "p2.keywee.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582286435808, "userAction": "" }, "p2r14.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "p3.eyereturn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582383287443, "userAction": "" }, "pafnrujq.micpn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582546234374, "userAction": "" }, "pages.makerbot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582332918518, "userAction": "" }, "pages01.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pages02.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pages03.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pages04.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pages07.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pardot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "parked-content.godaddy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582246303591, "userAction": "" }, "parsely.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "partner.mediawallahscript.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582366830144, "userAction": "" }, "partner.shareaholic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582175906726, "userAction": "" }, "partners.tremorhub.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582485727963, "userAction": "" }, "passport.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582279252697, "userAction": "" }, "pay.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "payments.amazon.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582340229471, "userAction": "" }, "paypal.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "paypalobjects.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "pb.ladsp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582157485343, "userAction": "" }, "pb.sogou.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582519819466, "userAction": "" }, "pb1.qujishu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582543852869, "userAction": "" }, "pba.aws.lijit.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582501569544, "userAction": "" }, "pbbl.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pbid.pro-market.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582428207943, "userAction": "" }, "pbs.alfasense.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582137361542, "userAction": "" }, "pcmag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pdev.chartbeat.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582523170780, "userAction": "" }, "pendo.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "perimeterx.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pespn.chartbeat.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582614244298, "userAction": "" }, "petametrics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "petapixel.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582207096929, "userAction": "" }, "pf.entertainow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582301509474, "userAction": "" }, "pgatour.jebbit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582300548253, "userAction": "" }, "pgatourcom.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582164533221, "userAction": "" }, "pgatourinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582203235403, "userAction": "" }, "philips.112.2o7.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582623275872, "userAction": "" }, "philips.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "philipselectronicsne.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582439898626, "userAction": "" }, "phonograph2.voxmedia.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582322849113, "userAction": "" }, "photobucket.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582120207017, "userAction": "" }, "phs.tanx.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582227529558, "userAction": "" }, "pi.pardot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582257420926, "userAction": "" }, "piano.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "picasaweb.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "pics.dmm.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582499700975, "userAction": "" }, "ping.chartbeat.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582143637453, "userAction": "" }, "pinterest.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pipes.yahoo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "pitchfork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582426594232, "userAction": "" }, "piwik.pro": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pix.revjet.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582576821409, "userAction": "" }, "pixel-geo.prfct.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582553630163, "userAction": "" }, "pixel-sync.sitescout.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582385979667, "userAction": "" }, "pixel.33across.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582454323100, "userAction": "" }, "pixel.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582210673894, "userAction": "" }, "pixel.condenastdigital.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582316447751, "userAction": "" }, "pixel.everesttech.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582375901934, "userAction": "" }, "pixel.keywee.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582234161430, "userAction": "" }, "pixel.mathtag.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582157802216, "userAction": "" }, "pixel.mtrcs.samba.tv": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582530520101, "userAction": "" }, "pixel.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582592313237, "userAction": "" }, "pixel.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582237330243, "userAction": "" }, "pixel.s3xified.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582503750462, "userAction": "" }, "pixel.servebom.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582147234873, "userAction": "" }, "pixel.sitescout.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582495926454, "userAction": "" }, "pixel.sojern.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582518721642, "userAction": "" }, "pixel.sprinklr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582393981256, "userAction": "" }, "pixel.tapad.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582223411458, "userAction": "" }, "pixel.videohub.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582359720203, "userAction": "" }, "pixel.voltn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582474628994, "userAction": "" }, "pixel.wp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582144213551, "userAction": "" }, "pixel.zprk.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582154214596, "userAction": "" }, "pixlee.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pixnet.cc": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "placelocal.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "platform.instagram.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582531998989, "userAction": "" }, "platform.linkedin.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582245031333, "userAction": "" }, "platform.tumblr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582207739971, "userAction": "" }, "platform.twitter.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582162919502, "userAction": "" }, "platform3.cloud-iq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582486502014, "userAction": "" }, "play.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "player.daznservices.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582409796402, "userAction": "" }, "player.gliacloud.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582569711069, "userAction": "" }, "player.ivideosmart.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582335025691, "userAction": "" }, "player.ooyala.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582589324924, "userAction": "" }, "playground.xyz": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "plugins.help.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582522116761, "userAction": "" }, "plus.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "plus.sabavision.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582174308031, "userAction": "" }, "pm.geniusmonkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582344146679, "userAction": "" }, "pm.w55c.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582568827441, "userAction": "" }, "pmcvariety.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582245978499, "userAction": "" }, "pn.vg": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pna.aiproxies.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582502061632, "userAction": "" }, "pool.admedo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582305428369, "userAction": "" }, "pool.grid-data.bidswitch.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582298234647, "userAction": "" }, "pos.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582394490606, "userAction": "" }, "postrelease.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "potterybarn.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582289006192, "userAction": "" }, "powerlinks.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pr-bh.ybp.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582100296066, "userAction": "" }, "prd.jwpltx.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582316565075, "userAction": "" }, "pre.ads.justpremium.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582329411284, "userAction": "" }, "prebid-asia.creativecdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582504297125, "userAction": "" }, "prebid-eu.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582343070774, "userAction": "" }, "prebid-match.dotomi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582503505608, "userAction": "" }, "prebid-server.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582256892545, "userAction": "" }, "prebid-us.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582494833218, "userAction": "" }, "prebid.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582437612125, "userAction": "" }, "prebid.digitru.st": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582418306599, "userAction": "" }, "prebid.media.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582185176866, "userAction": "" }, "prebid.scupio.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582215722562, "userAction": "" }, "prebid.technoratimedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582133928880, "userAction": "" }, "prebid.the-ozone-project.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582480892035, "userAction": "" }, "preferences.trustarc.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582551275342, "userAction": "" }, "pressboard.ca": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "prfct.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "prg.smartadserver.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582261520985, "userAction": "" }, "prg8.smartadserver.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582597778045, "userAction": "" }, "prisa.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "prisacom.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582574438174, "userAction": "" }, "prisasd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "privacy.prisa.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582508627254, "userAction": "" }, "prnewswire.122.2o7.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582199654835, "userAction": "" }, "prnewswire.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582383657085, "userAction": "" }, "prnewswireassociatio.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582429280232, "userAction": "" }, "pro-market.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pro.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582159743706, "userAction": "" }, "prod-ajc-proxy-connext.azurewebsites.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582428198026, "userAction": "" }, "prod-mng-proxy-connext.azurewebsites.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582547339816, "userAction": "" }, "production-cmp.isgprivacy.cbsi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582503538131, "userAction": "" }, "prof.estat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582562277688, "userAction": "" }, "profile.ngpvan.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582561287935, "userAction": "" }, "profile.ssp.rambler.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582349610582, "userAction": "" }, "profiles.tagger.opecloud.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582618968398, "userAction": "" }, "programattik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "proofpoint.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "propermedia-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582431467335, "userAction": "" }, "propu.sh": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582192726884, "userAction": "" }, "provenpixel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "proxad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ps-us.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135853063, "userAction": "" }, "ps.eyeota.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582600743569, "userAction": "" }, "pswec.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pt.ispot.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582571079952, "userAction": "" }, "ptgncdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pub.network": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pubads.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582172928900, "userAction": "" }, "pubgalaxy-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582274617759, "userAction": "" }, "public-prod-datacollectionsvc.dmxleo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582575298405, "userAction": "" }, "public-prod-dspcookiematching.dmxleo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582403503877, "userAction": "" }, "pubmatic.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "pubocean.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pubs2-asia.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582262512231, "userAction": "" }, "pulsar.xlisting.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582250941898, "userAction": "" }, "pulseinsights.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "purch-match.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582231747548, "userAction": "" }, "purch-sync.go.sonobi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582456117938, "userAction": "" }, "purechat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "push.world": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "push.zhanzhang.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582539741435, "userAction": "" }, "pushnami.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "pvxt.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "px.adhigh.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582613019459, "userAction": "" }, "px.ads.linkedin.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582548867166, "userAction": "" }, "px.moatads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582565165701, "userAction": "" }, "px.owneriq.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582383849284, "userAction": "" }, "px.powerlinks.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582308862150, "userAction": "" }, "px.spiceworks.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582289479913, "userAction": "" }, "px.steelhousemedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582195883291, "userAction": "" }, "px.za.zaloapp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582449374693, "userAction": "" }, "px0.pbbl.co": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582593072798, "userAction": "" }, "pxl.connexity.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582244074516, "userAction": "" }, "pxlctl.elpais.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582298470450, "userAction": "" }, "q.justfactsdaily.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582437198224, "userAction": "" }, "q.quora.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582294941175, "userAction": "" }, "qchannel03.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "qcx.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582410216766, "userAction": "" }, "qds0l.publishers.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582212443671, "userAction": "" }, "qhupdate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "qq.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "quantcast.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "quantcast.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582423619902, "userAction": "" }, "quantserve.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "quantummetric.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "query-us-west1.petametrics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582432257792, "userAction": "" }, "query.petametrics.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582178392291, "userAction": "" }, "quitzon.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582507873359, "userAction": "" }, "qujishu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "quora.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "quvsws.umzzaftkqgx.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582527494340, "userAction": "" }, "qvc.egain.cloud": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582222076642, "userAction": "" }, "qvc.uikc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582546612633, "userAction": "" }, "qy.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "r-login.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582389017074, "userAction": "" }, "r.3gl.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582103883660, "userAction": "" }, "r.adc-srv.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582301945957, "userAction": "" }, "r.atp.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582339550511, "userAction": "" }, "r.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582354962392, "userAction": "" }, "r.dlx.addthis.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582614892447, "userAction": "" }, "r.skimresources.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582210279789, "userAction": "" }, "r.turn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582519520089, "userAction": "" }, "r.zlongad.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582579726805, "userAction": "" }, "rakuten.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rakuten.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rambler.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "ranker.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "ranker.sc.omtrdc.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582505947627, "userAction": "" }, "rat.rakuten.co.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582183143868, "userAction": "" }, "rb.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582541323351, "userAction": "" }, "rc.rlcdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582598124869, "userAction": "" }, "rcom-eu.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "rcom.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "rcs.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rcsmetrics.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "reachmax.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "reachms.bfmio.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582291703608, "userAction": "" }, "reactful.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "readmo.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582522214500, "userAction": "" }, "realm.hearst3pcc.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582508882214, "userAction": "" }, "rec.scupio.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582339979939, "userAction": "" }, "recommender.scarabresearch.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582275265717, "userAction": "" }, "recs.engageya.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582467784501, "userAction": "" }, "recs.richrelevance.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582504454673, "userAction": "" }, "recv-wd.gridsumdissector.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582328623886, "userAction": "" }, "reddit.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "redintelligence.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "redlink.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "refer.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582531796105, "userAction": "" }, "reichelcormier.bid": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582484234905, "userAction": "" }, "relap.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582384545155, "userAction": "" }, "remax-app.quantummetric.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582309809999, "userAction": "" }, "remax-auth-prod.kube.remax.booj.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582117381915, "userAction": "" }, "report-uri.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "report.huatuo.qq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582532138605, "userAction": "" }, "report.marriott.glassboxdigital.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582455933213, "userAction": "" }, "republer-sync.rutarget.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582232773587, "userAction": "" }, "republer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "res-odx.op-mobile.opera.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582095774730, "userAction": "" }, "res.wx.qq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582541816581, "userAction": "" }, "researchintel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "researchnow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "reson8.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "resources.digital-cloud.medallia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582610295294, "userAction": "" }, "resources.roguewave.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582201577498, "userAction": "" }, "resources.xg4ken.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582552344436, "userAction": "" }, "restapi.amap.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582573916485, "userAction": "" }, "reuters.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582136550662, "userAction": "" }, "rev-stripe.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "revelist.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "revi.rcs.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582482183660, "userAction": "" }, "revjet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rfihub.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rfksrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rftslb.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ria.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "riafinancial.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582146539618, "userAction": "" }, "richaudience.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "richrelevance.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rightnowtech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "riotgames.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "riskified.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rkdms.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rlcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rm.em.nscontext.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582561954688, "userAction": "" }, "rmtag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rnengage.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "roguewave.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "roomkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "router.infolinks.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582546650914, "userAction": "" }, "rover.ebay.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582557867902, "userAction": "" }, "rp.liadm.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582406035511, "userAction": "" }, "rqa.3genlabs.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582464669268, "userAction": "" }, "rs.adapf.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582601981012, "userAction": "" }, "rs.gwallet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582098090942, "userAction": "" }, "rs.mail.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582518339061, "userAction": "" }, "rta.pubocean.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582244296886, "userAction": "" }, "rtax.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582261496376, "userAction": "" }, "rtb-csync.smartadserver.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582585509723, "userAction": "" }, "rtb.com.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582513817904, "userAction": "" }, "rtb.d.adup-tech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582202793692, "userAction": "" }, "rtb.gumgum.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582502137039, "userAction": "" }, "rtb.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582326783598, "userAction": "" }, "rtbdemand-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582604115328, "userAction": "" }, "rtd-tm.everesttech.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582129324108, "userAction": "" }, "rtk.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rtmark.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "rubiconproject.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rules.atgsvcs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582460210405, "userAction": "" }, "runative-syndicate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582439719803, "userAction": "" }, "rundsp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "runkit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582160880348, "userAction": "" }, "ruptly-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582488387542, "userAction": "" }, "rutarget.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "rutracker.appspot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582583856094, "userAction": "" }, "s-cs.send.microad.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582289511191, "userAction": "" }, "s-rtb-pb.send.microad.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582243617681, "userAction": "" }, "s-static.ak.facebook.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "s.adroll.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582510360126, "userAction": "" }, "s.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582213289354, "userAction": "" }, "s.click.aliexpress.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582563810412, "userAction": "" }, "s.cpx.to": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582574822264, "userAction": "" }, "s.dpmsrv.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582266581997, "userAction": "" }, "s.hatena.ne.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582327581291, "userAction": "" }, "s.imgur.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582512242194, "userAction": "" }, "s.jsrdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582565354942, "userAction": "" }, "s.marvellousmachine.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582557433165, "userAction": "" }, "s.qhupdate.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582223000692, "userAction": "" }, "s.salecycle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582169585044, "userAction": "" }, "s.skimresources.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582398826769, "userAction": "" }, "s.spoutable.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582384469272, "userAction": "" }, "s.staticbg.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582498408012, "userAction": "" }, "s.thebrighttag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582557833859, "userAction": "" }, "s.tradingview.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582417030411, "userAction": "" }, "s.tribalfusion.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582271091526, "userAction": "" }, "s.uuidksinc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582378544615, "userAction": "" }, "s.yimg.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582217044467, "userAction": "" }, "s0.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582508511652, "userAction": "" }, "s1.listrakbi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582532503139, "userAction": "" }, "s1.mediaad.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582156607477, "userAction": "" }, "s1065054172.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582482656249, "userAction": "" }, "s11.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582345883635, "userAction": "" }, "s1133.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135709472, "userAction": "" }, "s1259914507.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582235332147, "userAction": "" }, "s13.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259916562, "userAction": "" }, "s1427524768.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582542923773, "userAction": "" }, "s1575097598.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582350227701, "userAction": "" }, "s1591793372.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582524216170, "userAction": "" }, "s1632284857.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582363416927, "userAction": "" }, "s1701211846.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582544540962, "userAction": "" }, "s1731649222.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259799921, "userAction": "" }, "s1777052651.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582321043169, "userAction": "" }, "s1849907385.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582530991628, "userAction": "" }, "s2033604275.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582601913862, "userAction": "" }, "s2138.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582385165932, "userAction": "" }, "s2208.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582296037445, "userAction": "" }, "s2376.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582329260330, "userAction": "" }, "s279193683.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582249355988, "userAction": "" }, "s3.amazonaws.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582292945433, "userAction": "" }, "s3.tradingview.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582399604421, "userAction": "" }, "s334284386.t.eloqua.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582453802326, "userAction": "" }, "s341921710.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582398141776, "userAction": "" }, "s3xified.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "s4.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582628060100, "userAction": "" }, "s4.histats.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582500612756, "userAction": "" }, "s611527718.t.eloqua.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582428401278, "userAction": "" }, "s7.addthis.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582245968631, "userAction": "" }, "s74881809.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582261103852, "userAction": "" }, "s754876867.t.eloqua.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582490832592, "userAction": "" }, "s831949997.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582182216580, "userAction": "" }, "s912704989.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582514216560, "userAction": "" }, "s937.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582454800151, "userAction": "" }, "s959873678.t.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582574118833, "userAction": "" }, "s96.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582303262563, "userAction": "" }, "sa.scorecardresearch.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582200405606, "userAction": "" }, "saa.cbsi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582522060838, "userAction": "" }, "saambaa.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582302111932, "userAction": "" }, "sabavision.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sac.ayads.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582363938354, "userAction": "" }, "salecycle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "salesforceliveagent.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "salesloft.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "samandehi.ir": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "samba.tv": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "samsungelectronicsamericainc.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582235518268, "userAction": "" }, "samsungus.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582208019364, "userAction": "" }, "sanjagh.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sap.d1.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582185088171, "userAction": "" }, "sape-sync.rutarget.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582239260128, "userAction": "" }, "sape.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sapglobalmarketingin.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582595928971, "userAction": "" }, "sapi.map.baidu.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "saxp.zedo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582173212281, "userAction": "" }, "sb.monetate.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582235579621, "userAction": "" }, "sb.scorecardresearch.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582517072772, "userAction": "" }, "sbeacon.sina.com.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582584015888, "userAction": "" }, "sbnationbidder-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582108092298, "userAction": "" }, "sc.iasds01.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582501280719, "userAction": "" }, "scarabresearch.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "scdn.cxense.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582516419155, "userAction": "" }, "scholarlyiq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "scholasticinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582627786372, "userAction": "" }, "sciencedirect.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sclick.xiu123.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582403184958, "userAction": "" }, "scorecardresearch.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "scout-cdn.salesloft.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582571314967, "userAction": "" }, "scout.salesloft.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582477083218, "userAction": "" }, "scribblelive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "scribe-news.mmonline.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582282084334, "userAction": "" }, "scripps.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582612336515, "userAction": "" }, "scripps.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582408825340, "userAction": "" }, "script.crazyegg.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582615795464, "userAction": "" }, "script.dotmetrics.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582352864053, "userAction": "" }, "script.hotjar.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582485499386, "userAction": "" }, "script.ioam.de": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "scripts.jixie.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582263500188, "userAction": "" }, "scupio.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sd.iperceptions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582588965733, "userAction": "" }, "sd.turn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582434634273, "userAction": "" }, "sdk.livescore.xtremepush.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582603922351, "userAction": "" }, "se.monetate.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135678256, "userAction": "" }, "seal-newyork.bbb.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582251204934, "userAction": "" }, "search.spotxchange.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582380387203, "userAction": "" }, "search.yahoo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "searchmarketing.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sears.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582397815756, "userAction": "" }, "searsholdings.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582572721507, "userAction": "" }, "seccdn-gl.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582534730767, "userAction": "" }, "secfld.vmmpxl.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582147251450, "userAction": "" }, "section.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "secure-assets.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582116526827, "userAction": "" }, "secure-au.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582187892034, "userAction": "" }, "secure-dcr.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582291924096, "userAction": "" }, "secure-drm.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582208220678, "userAction": "" }, "secure-ds.serving-sys.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582554148625, "userAction": "" }, "secure-gl.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582320177369, "userAction": "" }, "secure-it.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582212369158, "userAction": "" }, "secure-nz.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582317784775, "userAction": "" }, "secure-sts-prod.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582510835174, "userAction": "" }, "secure-us.imrworldwide.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582219602029, "userAction": "" }, "secure.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582185595705, "userAction": "" }, "secure.eloqua.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582377379538, "userAction": "" }, "secure.everyaction.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582430190802, "userAction": "" }, "secure.insightexpressai.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582542978432, "userAction": "" }, "secure.leadback.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582239837803, "userAction": "" }, "secure.livechatinc.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582283863326, "userAction": "" }, "secure.onsugar.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582368227478, "userAction": "" }, "secure.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582318793634, "userAction": "" }, "secure.statcounter.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582416178761, "userAction": "" }, "securedtouch.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "securedvisit.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "securepubads.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582351789051, "userAction": "" }, "seedr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "seg.ad.gt": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582521417539, "userAction": "" }, "segapi.quantserve.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582580366557, "userAction": "" }, "segment.babynamewizard.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582309309715, "userAction": "" }, "segment.mamaslatinas.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582561671059, "userAction": "" }, "segment.prod.bidr.io": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582428230294, "userAction": "" }, "segment.revelist.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245768057, "userAction": "" }, "segments.company-target.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582433379119, "userAction": "" }, "sejs.moatads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582176120930, "userAction": "" }, "sekindo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sele.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "self.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "semasio.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sender.clevernt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582424881660, "userAction": "" }, "sendtonews-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582144301244, "userAction": "" }, "serve2.cheqzone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582306042921, "userAction": "" }, "servebom.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "servedby.flashtalking.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582496209426, "userAction": "" }, "server.cpmstar.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582482165128, "userAction": "" }, "serverbid-sync.nyc3.cdn.digitaloceanspaces.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582235736836, "userAction": "" }, "serverbid.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "service.force.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582557129844, "userAction": "" }, "service.maxymiser.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582351227856, "userAction": "" }, "servicenowinc.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582619088775, "userAction": "" }, "servicenowinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582208102994, "userAction": "" }, "servicenowsignon.okta.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582527104138, "userAction": "" }, "servicer.adskeeper.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582468890930, "userAction": "" }, "servicer.mgid.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582354335075, "userAction": "" }, "services.insurads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582598455012, "userAction": "" }, "services.xg4ken.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582431408880, "userAction": "" }, "serving-sys.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "serving.experianmarketingservices.digital": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582202365383, "userAction": "" }, "session.timecommerce.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582227479395, "userAction": "" }, "sf14g.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sg.mmstat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582545197671, "userAction": "" }, "sgkrehberi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582162791543, "userAction": "" }, "sh1.hao123img.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582205042601, "userAction": "" }, "shareaholic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sharethis.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sharethrough.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582353718588, "userAction": "" }, "sharethrough.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "shawglobalnews.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582413685680, "userAction": "" }, "shb.richaudience.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582601144829, "userAction": "" }, "sheinsz.ltwebstatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582586767870, "userAction": "" }, "shield.sitelock.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582313159567, "userAction": "" }, "shop.pe": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582281410194, "userAction": "" }, "shopify.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "shutterflycom.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582232695929, "userAction": "" }, "shutterstock.7eer.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582529619826, "userAction": "" }, "shutterstock.inq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582346690546, "userAction": "" }, "si.nuggad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582523285544, "userAction": "" }, "sift.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "siftscience.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "simage2.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582310877201, "userAction": "" }, "simpli.fi": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "simplifi.partners.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582244449319, "userAction": "" }, "sina.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sina.com.cn": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sinaimg.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sindikasi.okezone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582444861524, "userAction": "" }, "sindonews.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "siriusxmradio.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582606039227, "userAction": "" }, "siteapp.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582235530061, "userAction": "" }, "siteimproveanalytics.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sitelock.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sites.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "sitescout.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sjs.bizographics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582167191900, "userAction": "" }, "skimresources.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sl.pt": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "slashdotmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "slashfilm.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582488349676, "userAction": "" }, "slate-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582392078113, "userAction": "" }, "slckg-4znyf.ads.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582525513906, "userAction": "" }, "slckg-nugvu.ads.tremorhub.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582291844152, "userAction": "" }, "slickdeals.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582335796832, "userAction": "" }, "sm.rtb.mts.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582459072989, "userAction": "" }, "smadex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "smartadserver.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "smartclip.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "smartlock.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "smartwrapper.technoratimedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582237644019, "userAction": "" }, "smetrics.aetn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582358280301, "userAction": "" }, "smetrics.boston.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582511472421, "userAction": "" }, "smetrics.corus.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582184075211, "userAction": "" }, "smetrics.el-mundo.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582399203214, "userAction": "" }, "smetrics.elsevier.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582484593962, "userAction": "" }, "smetrics.rcsmetrics.it": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582366015312, "userAction": "" }, "smi2.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "smithsonian.museum": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "snapchat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sni-dat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "snigel-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582432784334, "userAction": "" }, "snssdk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "so.rlcdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582303634178, "userAction": "" }, "socialize.eu1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582589967210, "userAction": "" }, "socialize.us1.gigya.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582191161347, "userAction": "" }, "sociomantic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "socm.dmp.360.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582372922842, "userAction": "" }, "sogou.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sohu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sojern.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sonobi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sonycardmarketingandservices.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582364931011, "userAction": "" }, "sonyglobal.d1.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582373192835, "userAction": "" }, "sortable-match.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582504245231, "userAction": "" }, "soundcloud.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sourcepoint.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582094799369, "userAction": "" }, "sp-prd.theglobeandmail.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245180060, "userAction": "" }, "sp-prod.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sp.analytics.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582109749661, "userAction": "" }, "sp.auth.adobe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582263571038, "userAction": "" }, "sp0.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582219285845, "userAction": "" }, "spanishdict-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582245309781, "userAction": "" }, "sphdigital.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "spiceworks.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "spl.zeotap.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582136148980, "userAction": "" }, "sportradarserving.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "spotify.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582152983366, "userAction": "" }, "spotxchange.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "spoutable.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "spreadsheets.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "springer-www.baynote.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582227540573, "userAction": "" }, "springergmbh01.webtrekk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582253810428, "userAction": "" }, "springserve.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sprinklr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "squarespace.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "squarespace.syuh.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582595569410, "userAction": "" }, "sr.rlcdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582195788463, "userAction": "" }, "srv-2020-02-18-05.config.parsely.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582585015643, "userAction": "" }, "srv-2020-02-18-05.pixel.parsely.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582418548340, "userAction": "" }, "srv-2020-02-18-06.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582598107272, "userAction": "" }, "srv-2020-02-18-06.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582395476969, "userAction": "" }, "srv-2020-02-18-07.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582344412715, "userAction": "" }, "srv-2020-02-18-08.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582369996237, "userAction": "" }, "srv-2020-02-18-08.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582185785510, "userAction": "" }, "srv-2020-02-18-09.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582404175558, "userAction": "" }, "srv-2020-02-18-09.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582303114114, "userAction": "" }, "srv-2020-02-18-10.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582500722459, "userAction": "" }, "srv-2020-02-18-10.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582487408463, "userAction": "" }, "srv-2020-02-18-11.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582375076565, "userAction": "" }, "srv-2020-02-18-11.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582452722021, "userAction": "" }, "srv-2020-02-18-12.config.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582492521334, "userAction": "" }, "srv-2020-02-18-12.pixel.parsely.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582569143421, "userAction": "" }, "srv.clickfuse.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582248868839, "userAction": "" }, "srv.stackadapt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582603575532, "userAction": "" }, "srx.com.sg": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ss.musthird.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582322739191, "userAction": "" }, "ssa.hgtv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582185815846, "userAction": "" }, "ssc-cms.33across.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582608248988, "userAction": "" }, "ssc.33across.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245060653, "userAction": "" }, "ssl-ccstatic.highwebmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582307655660, "userAction": "" }, "ssl.bing.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582568909786, "userAction": "" }, "ssl.captcha.qq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582277357693, "userAction": "" }, "ssl.google-analytics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582407783132, "userAction": "" }, "sslwidget.criteo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582481984397, "userAction": "" }, "ssp-rtb.sape.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582564500809, "userAction": "" }, "ssp.adriver.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582188459856, "userAction": "" }, "ssp.programattik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582468302314, "userAction": "" }, "ssp.rambler.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582544950699, "userAction": "" }, "ssum-sec.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582194281301, "userAction": "" }, "ssum.casalemedia.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582397106746, "userAction": "" }, "st-eu.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "st.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582511725476, "userAction": "" }, "st.top100.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582189040830, "userAction": "" }, "st8fm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "stack-sonar.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "stackadapt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "stags.bluekai.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582309017086, "userAction": "" }, "star.com.tr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "stat.media": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582178558332, "userAction": "" }, "stat.tiara.daum.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582270221962, "userAction": "" }, "statad.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582588587408, "userAction": "" }, "statcounter.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "statefarmmutualautomobileinsurancecompany.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582563981683, "userAction": "" }, "static-cdn.123rf.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582491958852, "userAction": "" }, "static-dm.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582439105110, "userAction": "" }, "static-tagr.gd1.mookie1.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582511594744, "userAction": "" }, "static.apester.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582571557182, "userAction": "" }, "static.cdn.asset.filimo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582601516866, "userAction": "" }, "static.cdnpub.info": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582555926310, "userAction": "" }, "static.chartbeat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582111933275, "userAction": "" }, "static.clicktripz.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582612806458, "userAction": "" }, "static.dable.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582305719743, "userAction": "" }, "static.dditscdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582584520841, "userAction": "" }, "static.developer.riotgames.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582408097049, "userAction": "" }, "static.dmpkit.1dmp.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582441481312, "userAction": "" }, "static.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582569171715, "userAction": "" }, "static.dynamicyield.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "static.hotjar.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582466957757, "userAction": "" }, "static.hubspot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582558883888, "userAction": "" }, "static.quantcast.mgr.consensu.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582412548870, "userAction": "" }, "static.vilynx.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582130290064, "userAction": "" }, "static.yieldmo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582324980785, "userAction": "" }, "static0-web-prod-vidio.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582136420533, "userAction": "" }, "static1.squarespace.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582473132185, "userAction": "" }, "static1.st8fm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582249091708, "userAction": "" }, "static3.abc.es": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582138130714, "userAction": "" }, "staticbg.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "staticimgfarm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "staticiv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "statics-marketingsites-wcus-ms-com.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582599514970, "userAction": "" }, "staticxx.facebook.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "statig0.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582228511707, "userAction": "" }, "stats.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582094309985, "userAction": "" }, "stats.seedr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582343859103, "userAction": "" }, "stats3.unrulymedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582232711620, "userAction": "" }, "statse.webtrendslive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582441323166, "userAction": "" }, "statsweb.proxad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582152514796, "userAction": "" }, "statsy.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582614274122, "userAction": "" }, "steelhousemedia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "stickyadstv.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "stmg-prod.mirror.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582500108983, "userAction": "" }, "stockx.pvxt.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582374435090, "userAction": "" }, "storage.cloud.kargo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582563873087, "userAction": "" }, "storage.googleapis.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582404821056, "userAction": "" }, "storage.pardot.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582155891608, "userAction": "" }, "storygize.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "stripe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "stripst.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "sts.eccmp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582501741448, "userAction": "" }, "su.addthis.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582578774562, "userAction": "" }, "subway.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582572392454, "userAction": "" }, "subway2016.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582195593987, "userAction": "" }, "subwayfranchiseeadvertising.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582359197974, "userAction": "" }, "summerhamster.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "sumo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582361665230, "userAction": "" }, "sundaysky.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "supplyframe.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "survata.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "survey.effectivemeasure.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582206039318, "userAction": "" }, "survey.fm": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "survey.g.doubleclick.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111935594, "userAction": "" }, "survey.pulseinsights.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582362950830, "userAction": "" }, "surveymonkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "symantec.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582405771056, "userAction": "" }, "synacor.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582148157130, "userAction": "" }, "sync-tm.everesttech.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582582430861, "userAction": "" }, "sync.101network.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582557814119, "userAction": "" }, "sync.1dmp.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582240897533, "userAction": "" }, "sync.ad-stir.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582527162228, "userAction": "" }, "sync.adkernel.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582298297976, "userAction": "" }, "sync.aralego.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582243808724, "userAction": "" }, "sync.bfmio.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582495525569, "userAction": "" }, "sync.blisspointmedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582364005788, "userAction": "" }, "sync.bumlam.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582373694728, "userAction": "" }, "sync.datamind.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582195223969, "userAction": "" }, "sync.dmp.otm-r.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582248826284, "userAction": "" }, "sync.e-planning.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582409046582, "userAction": "" }, "sync.go.sonobi.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582108332755, "userAction": "" }, "sync.im-apps.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582159450976, "userAction": "" }, "sync.intentiq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582609063365, "userAction": "" }, "sync.mathtag.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582254756570, "userAction": "" }, "sync.outbrain.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582542930990, "userAction": "" }, "sync.republer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582566893459, "userAction": "" }, "sync.rtk.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582222033315, "userAction": "" }, "sync.search.spotxchange.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582192399955, "userAction": "" }, "sync.serverbid.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582309639247, "userAction": "" }, "sync.srv.stackadapt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582547753552, "userAction": "" }, "sync.sxp.smartclip.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582591757046, "userAction": "" }, "sync.teads.tv": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582534891900, "userAction": "" }, "sync.tidaltv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582156564201, "userAction": "" }, "sync.upravel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582459030881, "userAction": "" }, "sync1.intentiq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582515794311, "userAction": "" }, "sync3.adsniper.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582467175657, "userAction": "" }, "synchrobox.adswizz.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582148871988, "userAction": "" }, "syndication.twitter.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "syuh.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "t.castle.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582423347629, "userAction": "" }, "t.contentsquare.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582264931842, "userAction": "" }, "t.dtscout.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582511610059, "userAction": "" }, "t.effectivemeasure.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582278333744, "userAction": "" }, "t.kexin001.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582400708700, "userAction": "" }, "t.myvisualiq.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582143012408, "userAction": "" }, "t.omkt.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582593578853, "userAction": "" }, "t.paypal.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582327831089, "userAction": "" }, "t.sf14g.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582568402283, "userAction": "" }, "t.skimresources.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582302026119, "userAction": "" }, "t.ssp.hinet.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582341810769, "userAction": "" }, "t.teads.tv": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582468897670, "userAction": "" }, "t.trafmag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582137696477, "userAction": "" }, "t.uimserv.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582120153757, "userAction": "" }, "t.us1.dyntrk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582521480746, "userAction": "" }, "t1040028.invoc.us": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582532841531, "userAction": "" }, "t5.dynad.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582480883151, "userAction": "" }, "taboola.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tag.bounceexchange.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582293202613, "userAction": "" }, "tag.crsspxl.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582095985565, "userAction": "" }, "tag.marinsm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582560913418, "userAction": "" }, "tag.mtrcs.samba.tv": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582192424692, "userAction": "" }, "tag.placelocal.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582286896574, "userAction": "" }, "tag.researchnow.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582204714876, "userAction": "" }, "tag.rmp.rakuten.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582161834541, "userAction": "" }, "tag.rutarget.ru": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582546260461, "userAction": "" }, "tag.simpli.fi": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582520777780, "userAction": "" }, "tag.sp.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582617645239, "userAction": "" }, "tag.yieldoptimizer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582570069865, "userAction": "" }, "tag4arm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tagger.opecloud.com": { "dnt": true, "heuristicAction": "allow", "nextUpdateTime": 1582582689662, "userAction": "" }, "tagm.tchibo.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582381902814, "userAction": "" }, "tags-cdn.deployads.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582145821511, "userAction": "" }, "tags.bluekai.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582211768747, "userAction": "" }, "tags.crwdcntrl.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582520285375, "userAction": "" }, "tags.expo9.exponential.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582600591005, "userAction": "" }, "tags.rd.linksynergy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582177165268, "userAction": "" }, "tags.srv.stackadapt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582222831871, "userAction": "" }, "tags.t.tailtarget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582168440324, "userAction": "" }, "tags.tiqcdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582440209644, "userAction": "" }, "tags.w55c.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582104356773, "userAction": "" }, "tagtoo.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tailtarget.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "talkgadget.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "tamedia.com.tw": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tanx.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "taobao.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tap-secure.rubiconproject.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582374262225, "userAction": "" }, "tapad.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tapestry.tapad.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582333109431, "userAction": "" }, "target.smi2.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582335307812, "userAction": "" }, "targetimg1.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tchibo.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tcr.tynt.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582257252070, "userAction": "" }, "td.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582240687214, "userAction": "" }, "td.yieldify.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582570155149, "userAction": "" }, "tdbankfinancialgroup.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582230290864, "userAction": "" }, "teads.tv": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tealiumiq.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tech.rtb.mts.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582525962545, "userAction": "" }, "techcrunch.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582214848773, "userAction": "" }, "techlab-cdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "technical-service.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582390100147, "userAction": "" }, "technoratimedia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "techtarget.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "teenvogue.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "telegraph-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582559671636, "userAction": "" }, "telegraphmediagroupl.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582539457243, "userAction": "" }, "tercept.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "terminus.services": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "the-ozone-project.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "theadex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "theamericannationalr.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582147764028, "userAction": "" }, "thebrighttag.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "thechive-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582259063924, "userAction": "" }, "theepochtimes.f2vr2q.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582288757701, "userAction": "" }, "thegatewaypundit.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582258479916, "userAction": "" }, "theglobeandmail.ca": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "thehill-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582114556595, "userAction": "" }, "theinventory.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582126147109, "userAction": "" }, "them.us": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "thenypost.files.wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582387108068, "userAction": "" }, "theonion.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582534658981, "userAction": "" }, "theroot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582607638816, "userAction": "" }, "thetakeout.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582298301240, "userAction": "" }, "thrtle.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582405151022, "userAction": "" }, "thumbs.dfs.ivi.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582495304891, "userAction": "" }, "thunder.adnxs.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582568557072, "userAction": "" }, "thunderhead.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tianqi.2345.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582214194505, "userAction": "" }, "tianqistatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tidaltv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tie.247-inc.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582165908271, "userAction": "" }, "timeanddate-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582379331119, "userAction": "" }, "timecommerce.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tinypass.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "tiqcdn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tkx.apis.anvato.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582540107709, "userAction": "" }, "tlx.3lift.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582409423228, "userAction": "" }, "tmall.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tmbi.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582351337883, "userAction": "" }, "tmg.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582238523297, "userAction": "" }, "tmobile.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tmobile.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582434211942, "userAction": "" }, "tmobile.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582154219875, "userAction": "" }, "tns-counter.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "toast.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "top-fwz1.mail.ru": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582562323482, "userAction": "" }, "top100.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "torimochi.line-apps.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582299505019, "userAction": "" }, "toyota-tagging-tagserver-prod.azurewebsites.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582346327500, "userAction": "" }, "toyota.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582286851586, "userAction": "" }, "tp.zarget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582213543452, "userAction": "" }, "tpt.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582256326284, "userAction": "" }, "tr.brand-display.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582565580766, "userAction": "" }, "tr.jixie.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582321479251, "userAction": "" }, "tr.outbrain.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582243200168, "userAction": "" }, "tr.rev-stripe.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582484154094, "userAction": "" }, "tr.snapchat.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582454283861, "userAction": "" }, "tr.staticiv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582111877568, "userAction": "" }, "trac.i3.dmm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582515075147, "userAction": "" }, "tracfone.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582615264101, "userAction": "" }, "tracfone.inq.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582607028435, "userAction": "" }, "tracfonewireless.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582564637131, "userAction": "" }, "track.adclear.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582529513213, "userAction": "" }, "track.adform.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582553782175, "userAction": "" }, "track.customer.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582430336144, "userAction": "" }, "track.hubspot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582523749794, "userAction": "" }, "track.omguk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582298172677, "userAction": "" }, "track.securedvisit.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582186107424, "userAction": "" }, "track.tagtoo.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582389202573, "userAction": "" }, "track.tiara.daum.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582486220740, "userAction": "" }, "track1.aniview.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582463643591, "userAction": "" }, "track2.trbo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582553977119, "userAction": "" }, "trackalyzer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582623272346, "userAction": "" }, "tracker.datanoticias.prisasd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582299408548, "userAction": "" }, "tracker.engageclick.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582154043648, "userAction": "" }, "tracker.marinsm.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582506476803, "userAction": "" }, "tracker.mrpfd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582543756530, "userAction": "" }, "tracker.unbxdapi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582414807640, "userAction": "" }, "tracking.justpremium.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582337696861, "userAction": "" }, "tracking.leadlander.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582321771585, "userAction": "" }, "tracking.m6r.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582138466025, "userAction": "" }, "tracking.monsido.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582364301904, "userAction": "" }, "tracking.newsmaxfeednetwork.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582444177053, "userAction": "" }, "tracking.searchmarketing.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582313359204, "userAction": "" }, "tracking2.channeladvisor.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582533761532, "userAction": "" }, "tradedoubler.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tradingview.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "trafficjunky.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "trafforsrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582506028857, "userAction": "" }, "trafmag.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "translate.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "travelocity.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "travelsmarter.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "trbo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "trc.taboola.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582515109616, "userAction": "" }, "treasuredata.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "treecom.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582484425425, "userAction": "" }, "tremorhub.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "trendemon.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "trendmd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "trends.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "tribalfusion.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tribl.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582330249484, "userAction": "" }, "trk.clinch.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582396493011, "userAction": "" }, "trk.techtarget.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582306355824, "userAction": "" }, "trkn.us": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582118855816, "userAction": "" }, "trumba.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "truoptik.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "trustarc.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "trustarc.mgr.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582515396608, "userAction": "" }, "trustedmediabrands.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582563004956, "userAction": "" }, "trustpilot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "trustseal.enamad.ir": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582600383626, "userAction": "" }, "trvl-px.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "tt-10162-1.seg.t.tailtarget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582366779571, "userAction": "" }, "tt.onthe.io": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582267282584, "userAction": "" }, "tumblr.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "turn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tv.kakao.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582461415593, "userAction": "" }, "tve-common.nbcuni.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582268867769, "userAction": "" }, "tverationalplayer.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582444689769, "userAction": "" }, "tvpixel.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "tvsquared.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "twitter.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "tynt.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "typekit.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "u.acuityplatform.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582598676792, "userAction": "" }, "u.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582123157967, "userAction": "" }, "u.scupio.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582319036403, "userAction": "" }, "uadexchange.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "uat5.investingchannel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582493668955, "userAction": "" }, "uber.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582575912850, "userAction": "" }, "uconnect.tealiumiq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582340146520, "userAction": "" }, "udc-neb.kampyle.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582478728866, "userAction": "" }, "udc.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582399168202, "userAction": "" }, "udimg.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "udmserve.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582350924819, "userAction": "" }, "uhf.microsoft.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582298071390, "userAction": "" }, "uid.mavencoalition.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582567149023, "userAction": "" }, "uikc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "uimserv.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "uip.semasio.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582562124986, "userAction": "" }, "uir.uimserv.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582128065481, "userAction": "" }, "ultimate-guitar-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582150866693, "userAction": "" }, "um.simpli.fi": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582121925887, "userAction": "" }, "umzzaftkqgx.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "unbxdapi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "undertone.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "union2.50bang.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582442436753, "userAction": "" }, "unrulymedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "upc.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582322700236, "userAction": "" }, "upload.wikimedia.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582484815485, "userAction": "" }, "uplynk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "upravel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ups.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582474276328, "userAction": "" }, "ups.inq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582552015002, "userAction": "" }, "ups.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582276473034, "userAction": "" }, "ups.xplosion.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582468132177, "userAction": "" }, "upsellit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "upwordsusd-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582605578978, "userAction": "" }, "upx.provenpixel.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582368294298, "userAction": "" }, "urbandictionary.store": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582545099610, "userAction": "" }, "urlbi.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582404963433, "userAction": "" }, "urldefense.proofpoint.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582370890200, "userAction": "" }, "us-east-1-decisionapi.lift.acquia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582338237555, "userAction": "" }, "us-gmtdmp.mookie1.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582249938202, "userAction": "" }, "us-u.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582500974182, "userAction": "" }, "us.ads.justpremium.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582485355096, "userAction": "" }, "us.creativecdn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582502987927, "userAction": "" }, "us.pixel.newscgp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582361400064, "userAction": "" }, "us.tags.newscgp.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582382855319, "userAction": "" }, "us.ynuf.aliapp.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582446279473, "userAction": "" }, "usabilla.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "useinsider.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "usermatch.krxd.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582434509019, "userAction": "" }, "userreplay.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "userreport.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "uservoice.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "userzoom.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "usocial.pro": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582152324425, "userAction": "" }, "usr.undertone.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582617505462, "userAction": "" }, "ut.ra.linksynergy.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582338373136, "userAction": "" }, "uuidksinc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "v1.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582135743359, "userAction": "" }, "v2.dc.yieldify.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582534849097, "userAction": "" }, "v2.denakop.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582468720088, "userAction": "" }, "va.v.liveperson.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582496432978, "userAction": "" }, "valpahkl.micpn.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582298075477, "userAction": "" }, "vanguard.d2.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582518986899, "userAction": "" }, "vanguard.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582196433741, "userAction": "" }, "vanityfair.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vap2sfo1.lijit.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582142583296, "userAction": "" }, "vars.hotjar.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582180352915, "userAction": "" }, "vc188z.zlhlk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582575783595, "userAction": "" }, "vdc.zoomph.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582294315182, "userAction": "" }, "vdna.exelator.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582149797394, "userAction": "" }, "veinteractive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "venatusmedia-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582461655325, "userAction": "" }, "vendorlist.consensu.org": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582222945572, "userAction": "" }, "verify.snssdk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582114752603, "userAction": "" }, "verizon.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "verizoncorp.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582524643201, "userAction": "" }, "verizonwireless.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582231244497, "userAction": "" }, "verizonwireless.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582195107800, "userAction": "" }, "viacom-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582451517273, "userAction": "" }, "viafoura.co": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "vid.springserve.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582285622119, "userAction": "" }, "vid0377.d41.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582350928991, "userAction": "" }, "vid1021.d41.co": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582346683708, "userAction": "" }, "vidassets.terminus.services": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582554117223, "userAction": "" }, "video.adaptv.advertising.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582597086042, "userAction": "" }, "video.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "video.unrulymedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582600828120, "userAction": "" }, "videohub.tv": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vidible.tv": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "vidoomy-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582310967050, "userAction": "" }, "vidstat.taboola.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582590493636, "userAction": "" }, "viglink.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "vilynx.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "vindicosuite.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "visitor-scoring.marketlinc.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582333084397, "userAction": "" }, "visitor-service.tealiumiq.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582178316451, "userAction": "" }, "visitor.reactful.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582189652007, "userAction": "" }, "visualwebsiteoptimizer.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "vitalcheckpoint.ru": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582241017649, "userAction": "" }, "vk.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582137040687, "userAction": "" }, "vmmpxl.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vms.boldchat.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582569379843, "userAction": "" }, "vmss-eu.boldchat.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582275332576, "userAction": "" }, "vmss.boldchat.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582363811086, "userAction": "" }, "vmware.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582489744766, "userAction": "" }, "vnecdn.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vocento.d3.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582115605641, "userAction": "" }, "vod-progressive.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582602325769, "userAction": "" }, "vogue.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "voltn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "volvelle.tech": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vop.sundaysky.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582164866428, "userAction": "" }, "voxmedia.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "vpaid.pubmatic.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582553110638, "userAction": "" }, "vpaid.springserve.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582323143479, "userAction": "" }, "vrtzads.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "vsvippc01.rightnowtech.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582178546970, "userAction": "" }, "vt.myvisualiq.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582192082530, "userAction": "" }, "vupulse.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582313236792, "userAction": "" }, "w.cnzz.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582245129520, "userAction": "" }, "w.estat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582141226967, "userAction": "" }, "w.soundcloud.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582483126290, "userAction": "" }, "w.usabilla.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582265941116, "userAction": "" }, "w3.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "w55c.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "wa.onelink.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582565572152, "userAction": "" }, "wa.sl.pt": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582383288399, "userAction": "" }, "walmart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wat.ad.daum.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582164925394, "userAction": "" }, "watertu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wazimo-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582494009972, "userAction": "" }, "wbtrk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wcfbc.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wchat.freshchat.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582339612062, "userAction": "" }, "wcs.naver.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582161805891, "userAction": "" }, "weather.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "web.hb.ad.cpe.dotomi.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582498127269, "userAction": "" }, "web2.yystatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582541067833, "userAction": "" }, "webex.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582615877819, "userAction": "" }, "webforms-here.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webid.ad.daum.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582178641560, "userAction": "" }, "webid.kakao.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582567417831, "userAction": "" }, "webmdcom.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582437302789, "userAction": "" }, "weborama.fr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webs.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webservices.webspectator.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582395295633, "userAction": "" }, "website.webforms-here.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582355921458, "userAction": "" }, "webspectator.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webstats.ch.ch": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582513436828, "userAction": "" }, "webterren.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "webtrekk.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webtrendslive.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "webvisor.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "weibo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wellsfargobankna.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582378554823, "userAction": "" }, "westservicesfindlaw.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582314495883, "userAction": "" }, "westservicesinc.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582491037352, "userAction": "" }, "westthomson.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582385871796, "userAction": "" }, "westthomsoncom.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582387554042, "userAction": "" }, "wfpscripts.webspectator.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582207333204, "userAction": "" }, "whiskeyriff.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582492908289, "userAction": "" }, "wideopenmediagroup.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "widget.criteo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582145250871, "userAction": "" }, "widget.engageya.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582254553727, "userAction": "" }, "widget.quantcast.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582478414814, "userAction": "" }, "widget.surveymonkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582412338405, "userAction": "" }, "widget.trustpilot.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582115552886, "userAction": "" }, "widget.weibo.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582203957820, "userAction": "" }, "widgets.media.weather.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582537494737, "userAction": "" }, "wikia-services.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wikimedia.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wileypublishing.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582417853082, "userAction": "" }, "wish.securedtouch.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582286825839, "userAction": "" }, "wishabi.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "wisokykulas.bid": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wix.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wkxppshj-qx.global.ssl.fastly.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582427560904, "userAction": "" }, "wmagazine.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wms-na.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582250266854, "userAction": "" }, "wnyc.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wolterskluwermedical.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582204770117, "userAction": "" }, "wondershareware.cc": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wordpress.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "worldbankgroup.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582307304460, "userAction": "" }, "worldgravity.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "worthpoint.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582598462380, "userAction": "" }, "wp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wp.hit.gemius.pl": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582111942953, "userAction": "" }, "wpengine.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "wrating.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ws.audioeye.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582470694568, "userAction": "" }, "ws.friendbuy.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582208578076, "userAction": "" }, "wsod.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "wsv3cdn.audioeye.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582327733789, "userAction": "" }, "wt-eu02.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "www-mercari-com.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582159417817, "userAction": "" }, "www.acint.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582618152390, "userAction": "" }, "www.affirm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582411961838, "userAction": "" }, "www.allure.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582452289421, "userAction": "" }, "www.alraeesnews.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582227884970, "userAction": "" }, "www.apple.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582542356725, "userAction": "" }, "www.architecturaldigest.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582427414249, "userAction": "" }, "www.asadcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582199383625, "userAction": "" }, "www.baidu.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582408310707, "userAction": "" }, "www.bing.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "www.bonappetit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582301805746, "userAction": "" }, "www.cdn-net.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582152401361, "userAction": "" }, "www.cisco.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582363868360, "userAction": "" }, "www.civicscience.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582619251019, "userAction": "" }, "www.clicktripz.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582424555519, "userAction": "" }, "www.cntraveler.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582130447297, "userAction": "" }, "www.credible.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582243163233, "userAction": "" }, "www.dailymotion.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582231664873, "userAction": "" }, "www.dropbox.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582425398731, "userAction": "" }, "www.edge-cdn.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582104447266, "userAction": "" }, "www.epicurious.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582473150936, "userAction": "" }, "www.expedia.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582138939484, "userAction": "" }, "www.expediapartnercentral.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582493998811, "userAction": "" }, "www.facebook.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582582514297, "userAction": "" }, "www.gamespot.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582344439222, "userAction": "" }, "www.getcreditone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582339728682, "userAction": "" }, "www.glamour.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582419688382, "userAction": "" }, "www.golfdigest.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582247823817, "userAction": "" }, "www.google-analytics.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582383527513, "userAction": "" }, "www.google.co.in": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582453333152, "userAction": "" }, "www.google.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582453259622, "userAction": "" }, "www.gq.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582462490202, "userAction": "" }, "www.homeaway.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582186440219, "userAction": "" }, "www.hotels.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582573887810, "userAction": "" }, "www.huihui.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582522950695, "userAction": "" }, "www.i.matheranalytics.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582286003945, "userAction": "" }, "www.iheart.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582146368748, "userAction": "" }, "www.indeed.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582311124341, "userAction": "" }, "www.instagram.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582109963058, "userAction": "" }, "www.islamist-movements.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582598383689, "userAction": "" }, "www.ivx.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582324567155, "userAction": "" }, "www.jscache.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582586363293, "userAction": "" }, "www.lennyletter.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582403271203, "userAction": "" }, "www.lightboxcdn.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582599007554, "userAction": "" }, "www.linkedin.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582475734017, "userAction": "" }, "www.mailing.wideopenmediagroup.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582232722224, "userAction": "" }, "www.mathtag.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582113342927, "userAction": "" }, "www.medtargetsystem.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582364079664, "userAction": "" }, "www.myfinance.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582324733165, "userAction": "" }, "www.namebrightstatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582572954465, "userAction": "" }, "www.newshub.id": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582254086317, "userAction": "" }, "www.newsmax.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582121949658, "userAction": "" }, "www.newyorker.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582170537845, "userAction": "" }, "www.ojrq.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582443564721, "userAction": "" }, "www.orbitz.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582409898041, "userAction": "" }, "www.pages01.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582243119064, "userAction": "" }, "www.pages02.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582226564390, "userAction": "" }, "www.pages03.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582269271932, "userAction": "" }, "www.pages04.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582367915726, "userAction": "" }, "www.pages07.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582148493260, "userAction": "" }, "www.paypal.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582389572175, "userAction": "" }, "www.paypalobjects.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582364989902, "userAction": "" }, "www.philips.co.uk": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582343239864, "userAction": "" }, "www.pswec.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582621497965, "userAction": "" }, "www.qchannel03.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582435043602, "userAction": "" }, "www.reddit.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582272292207, "userAction": "" }, "www.rnengage.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582425797260, "userAction": "" }, "www.roomkey.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582352424150, "userAction": "" }, "www.self.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582091938721, "userAction": "" }, "www.srx.com.sg": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582530264847, "userAction": "" }, "www.stack-sonar.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582392775244, "userAction": "" }, "www.star.com.tr": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582521612276, "userAction": "" }, "www.statcounter.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582265315500, "userAction": "" }, "www.storygize.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582562400019, "userAction": "" }, "www.summerhamster.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582511188574, "userAction": "" }, "www.tag4arm.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582247994035, "userAction": "" }, "www.teenvogue.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582332250840, "userAction": "" }, "www.them.us": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582435630135, "userAction": "" }, "www.tns-counter.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582097726711, "userAction": "" }, "www.travelocity.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582459430995, "userAction": "" }, "www.trendmd.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582429748795, "userAction": "" }, "www.trumba.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582167895104, "userAction": "" }, "www.trvl-px.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582113583168, "userAction": "" }, "www.upsellit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582295761928, "userAction": "" }, "www.vanityfair.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582288103334, "userAction": "" }, "www.vogue.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582172518354, "userAction": "" }, "www.w3.org": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582226265525, "userAction": "" }, "www.wmagazine.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582165913316, "userAction": "" }, "www.xinhuanet.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582551322889, "userAction": "" }, "www.yahoo.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582547579276, "userAction": "" }, "www.youtube-nocookie.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582249495082, "userAction": "" }, "www.youtube.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582546045399, "userAction": "" }, "www.youvisit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582442897191, "userAction": "" }, "www.zergnet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582125737020, "userAction": "" }, "www6.smartadserver.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582281990892, "userAction": "" }, "www8.smartadserver.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582379691386, "userAction": "" }, "wwwimages.adobe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "wzrkt.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582507729598, "userAction": "" }, "x-tags.net": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582119569918, "userAction": "" }, "x.bidswitch.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582190345273, "userAction": "" }, "x.dlx.addthis.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582294445902, "userAction": "" }, "x.mail.bonnier-subscriptions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582586506772, "userAction": "" }, "x.skimresources.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582325534323, "userAction": "" }, "x.vindicosuite.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582376044253, "userAction": "" }, "x01.aidata.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582180353341, "userAction": "" }, "xdaportal.disqus.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582273912482, "userAction": "" }, "xero.demdex.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582444566550, "userAction": "" }, "xerolimited.sc.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582155356730, "userAction": "" }, "xerolimited.tt.omtrdc.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582451153648, "userAction": "" }, "xg4ken.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "xinhuanet.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xiti.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xiu123.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xlisting.jp": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xpl.theadex.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582467493011, "userAction": "" }, "xplosion.de": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "xsdownload.adobe.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "xse5vfg6.micpn.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582323859392, "userAction": "" }, "xspadvertising.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "xtremepush.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xvp.akamaized.net": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582288228993, "userAction": "" }, "xxxlutz.de": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "xzy9g0.isepcvsb.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582100687771, "userAction": "" }, "y.one.impact-ad.jp": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582575455713, "userAction": "" }, "y3.analytics.yahoo.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "yadro.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yads.yjtag.yahoo.co.jp": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582332187115, "userAction": "" }, "yahoo.co.jp": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yahoo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yandex.ru": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yieldify.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yieldlab.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yieldlove-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582471374904, "userAction": "" }, "yieldmo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "yieldoptimizer.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "yimg.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "yjtag.yahoo.co.jp": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582194991343, "userAction": "" }, "ynuf.aliapp.org": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582558869233, "userAction": "" }, "yoc.edaa.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582245574088, "userAction": "" }, "youtube-nocookie.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "youtube.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "youvisit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "yxsu5ufd2m.kameleoon.eu": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582387520174, "userAction": "" }, "yystatic.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "z-na.amazon-adsystem.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582296637401, "userAction": "" }, "z.cdn.braun634.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582426636500, "userAction": "" }, "z.moatads.com": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582284113336, "userAction": "" }, "z9.cnzz.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582147288342, "userAction": "" }, "za-ssl.effectivemeasure.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582333210400, "userAction": "" }, "za.zalo.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582219474010, "userAction": "" }, "zadn.vn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zalo.me": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zaloapp.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zarget.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zdbb.net": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582394086652, "userAction": "" }, "zeddit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zedo.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "zedo.technoratimedia.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582506922944, "userAction": "" }, "zemanta.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 0, "userAction": "" }, "zemantatwo.wpengine.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582569279566, "userAction": "" }, "zendesk.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 0, "userAction": "" }, "zeotap.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zergnet-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582112080939, "userAction": "" }, "zergnet.com": { "dnt": false, "heuristicAction": "block", "nextUpdateTime": 1582462999928, "userAction": "" }, "zerohedge-d.openx.net": { "dnt": false, "heuristicAction": "", "nextUpdateTime": 1582122331346, "userAction": "" }, "zg-api.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zhaopin.cn": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zhibo-focus.sohu.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582319358456, "userAction": "" }, "ziftsolutions.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zineone.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zlhlk.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zlongad.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zn0d4lngcjt30pwt3-sapinsights.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582595237800, "userAction": "" }, "zn0hyipakioaocqih-sni.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582284390703, "userAction": "" }, "zn0rpgfxyeoiso7vb-qvc.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582279039681, "userAction": "" }, "zn23mecwvtuhqn9gz-careerbuilder.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582613029425, "userAction": "" }, "zn2ith43ttzi1b8b3-sni.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582543141751, "userAction": "" }, "zn394yygoj0zd35dd-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582302325893, "userAction": "" }, "zn3owdqdlxu72cwnv-nejm.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582194081469, "userAction": "" }, "zn5aocakgjj2uagxj-nintendoofamerica.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582234360778, "userAction": "" }, "zn5z45bl4kvg9ly17-sni.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582260382698, "userAction": "" }, "zn6s8zxrar8dc7rld-educationinsight.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582497572254, "userAction": "" }, "zn87b2gchqlbyp0jn-viacom.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582623024210, "userAction": "" }, "zn9yauo1hia5mptaj-sni.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582526575821, "userAction": "" }, "zn_37mptkltsyz3yj3-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582228486338, "userAction": "" }, "zn_3v23d21mc1uqclj-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582368592373, "userAction": "" }, "zn_55bdrev4af0c1yl-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582521842287, "userAction": "" }, "zn_5u81q8n4jdu5ls9-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582582046496, "userAction": "" }, "zn_6qberv3uhxxxrjh-gettyimages.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582142679899, "userAction": "" }, "zn_bfrpy3eqewfugoz-siriusxm.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582205504690, "userAction": "" }, "zn_ccjokix6bpit8tr-cbs.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582404741269, "userAction": "" }, "zna3geekgi4zqwwfn-viacom.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582537619340, "userAction": "" }, "znbovrduowqvhcbpd-logmeinvoc.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582171694284, "userAction": "" }, "zncvomiueeqmfxynn-tracfone.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582158963493, "userAction": "" }, "znequvsn9dye3xf9b-amcci.siteintercept.qualtrics.com": { "dnt": false, "heuristicAction": "cookieblock", "nextUpdateTime": 1582376968959, "userAction": "" }, "zoho.com.au": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zoho.in": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zoomph.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zorosrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zprk.io": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "ztsrv.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zxgghn.25ku.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582140544180, "userAction": "" }, "zynbit.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 0, "userAction": "" }, "zz.connextra.com": { "dnt": false, "heuristicAction": "allow", "nextUpdateTime": 1582323583262, "userAction": "" } }, "snitch_map": { "0914.global.ssl.fastly.net": [ "thetimes.co.uk" ], "101network.com": [ "icepop.com", "science101.com", "finance101.com" ], "123rf.com": [ "pixlr.com" ], "1dmp.io": [ "livejournal.com", "narod.ru", "rutracker.org" ], "2345.com": [ "scol.com.cn" ], "247-inc.net": [ "marriott.com", "sears.com", "siriusxm.com" ], "25ku.com": [ "sina.cn" ], "2o7.net": [ "flickr.com", "prnewswire.com", "fastcompany.com", "earthlink.net", "kakaku.com", "philips.com", "dbs.com.sg", "logitech.com", "biglots.com" ], "33across.com": [ "telegraph.co.uk", "howtogeek.com", "sciencealert.com" ], "360.cn": [ "so.com" ], "360yield.com": [ "tinyurl.com", "w3schools.com", "criteo.com" ], "3genlabs.net": [ "catchpoint.com" ], "3gl.net": [ "bhphotovideo.com", "investopedia.com", "kayak.com" ], "3lift.com": [ "msn.com", "aliexpress.com", "cheatsheet.com" ], "4paradigm.com": [ "2345.com" ], "50bang.org": [ "scol.com.cn", "2345.com" ], "6sc.co": [ "criteo.com", "opendns.com", "hootsuite.com" ], "71360.com": [ "sina.com.cn" ], "7eer.net": [ "shutterstock.com" ], "a3-assets.s3-eu-west-1.amazonaws.com": [ "citrix.com" ], "aamsitecertifier.com": [ "bizjournals.com" ], "aaxads.com": [ "reddit.com", "washingtontimes.com", "mashable.com" ], "abc.es": [ "vocento.com" ], "abtshield.com": [ "onet.pl" ], "acint.net": [ "rutracker.org" ], "acpm.fr": [ "lefigaro.fr" ], "acquia.com": [ "instructure.com", "zend.com", "osu.edu" ], "acuityplatform.com": [ "marriott.com", "medscape.com", "toyota.com" ], "ad-hatena.com": [ "hatena.ne.jp" ], "ad-plus.cn": [ "sohu.com" ], "ad-score.com": [ "ettoday.net", "graduatez.com", "theprimarymarket.com" ], "ad-stir.com": [ "sakura.ne.jp", "kaskus.co.id" ], "ad.gt": [ "wired.com", "newyorker.com", "arstechnica.com" ], "ad4game.com": [ "prnt.sc" ], "adalyser.com": [ "talktalk.co.uk" ], "adapf.com": [ "sakura.ne.jp" ], "adc-srv.net": [ "autodesk.com" ], "adclear.net": [ "t-online.de" ], "addthis.com": [ "thehill.com", "aliexpress.com", "people.com" ], "adentifi.com": [ "cancer.org", "lastpass.com", "toyota.com" ], "adform.net": [ "amazon.com", "yahoo.com", "sourceforge.net" ], "adfox.ru": [ "livejournal.com", "rambler.ru", "kinopoisk.ru" ], "adhigh.net": [ "rutracker.org", "ozon.ru" ], "adition.com": [ "gmx.net", "t-online.de", "web.de" ], "adkernel.com": [ "howtogeek.com", "sciencealert.com", "imore.com" ], "adlmerge.com": [ "rutracker.org" ], "admatic.com.tr": [ "memurlar.net" ], "admedo.com": [ "theregister.co.uk" ], "adnxs.com": [ "microsoft.com", "amazon.com", "yahoo.com" ], "adobe.com": [ "espn.com", "marriott.com", "history.com", "espncricinfo.com" ], "adobedtm.com": [ "ajc.com", "vogue.com", "today.com" ], "adrecover.com": [ "gsmarena.com" ], "adriver.ru": [ "rutracker.org", "lenta.ru", "banggood.com" ], "adro.co": [ "digikala.com" ], "adroll.com": [ "lastpass.com", "catchpoint.com", "gumgum.com" ], "adscale.de": [ "statista.com", "hurriyet.com.tr", "t-online.de" ], "adskeeper.co.uk": [ "rutracker.org" ], "adsniper.ru": [ "rutracker.org" ], "adspruce.com": [ "idntimes.com" ], "adsrvr.org": [ "amazon.com", "yahoo.com", "msn.com" ], "adswizz.com": [ "pandora.com", "iheart.com" ], "adsymptotic.com": [ "yahoo.com", "msn.com", "bitly.com" ], "adtimaserver.vn": [ "zing.vn" ], "adtng.com": [ "pornhub.com" ], "adup-tech.com": [ "businessinsider.de" ], "advertising.com": [ "amazon.com", "yahoo.com", "msn.com" ], "aetn.com": [ "history.com", "biography.com" ], "aetnd.com": [ "history.com" ], "affirm.com": [ "stockx.com", "motorola.com" ], "agkn.com": [ "yahoo.com", "msn.com", "hp.com" ], "agoda.net": [ "agoda.com" ], "aidata.io": [ "livejournal.com", "rutracker.org" ], "aimediagroup.com": [ "panasonic.com" ], "aiproxies.com": [ "panasonic.com" ], "airpr.com": [ "mcafee.com" ], "aj1015.online": [ "bbb.org" ], "aj2073.online": [ "pastebin.com" ], "ajax.googleapis.com": [ "mercurynews.com", "denverpost.com", "dailynews.com" ], "akamaihd.net": [ "gizmodo.com", "foxbusiness.com", "lifehacker.com", "michaels.com" ], "akamaized.net": [ "pexels.com", "kapanlagi.com", "mercari.com", "blizzard.com", "tamu.edu", "expressvpn.com", "office.com", "otvfoco.com.br", "n11.com", "xbox.com", "nbc.com", "brilio.net", "trend-chaser.com", "ubisoft.com", "vidio.com", "nur.kz" ], "akstat.io": [ "cbssports.com", "xbox.com" ], "alexametrics.com": [ "giphy.com", "okezone.com", "bongacams.com" ], "alfasense.com": [ "ria.ru", "gismeteo.ru", "liveinternet.ru" ], "aliapp.org": [ "aliexpress.com", "alibaba.com", "youku.com" ], "alibaba.com": [ "narod.ru" ], "alicdn.com": [ "gmw.cn", "alibabacloud.com", "narod.ru" ], "aliexpress.com": [ "narod.ru" ], "aliyun.com": [ "gmw.cn", "alibabacloud.com" ], "allure.com": [ "wired.com" ], "alraeesnews.com": [ "dostor.org" ], "amap.com": [ "zhaopin.com" ], "amazon-adsystem.com": [ "amazon.com", "msn.com", "reddit.com" ], "amazon.com": [ "mathway.com", "reason.com" ], "amazonpay.com": [ "mathway.com", "reason.com" ], "ameba.jp": [ "ameblo.jp" ], "analytics-egain.com": [ "qvc.com", "td.com" ], "analytics-sm.com": [ "gotomeeting.com", "monster.com" ], "and.co.uk": [ "dailymail.co.uk" ], "andylongshot.com": [ "narod.ru" ], "aniview.com": [ "thegatewaypundit.com" ], "ants.vn": [ "zing.vn" ], "anvato.net": [ "wsbtv.com" ], "apester.com": [ "rollingstone.com", "variety.com", "indiewire.com" ], "app.link": [ "medium.com", "twitch.tv", "wsj.com" ], "appconsent.io": [ "lefigaro.fr" ], "appdynamics.com": [ "cisco.com", "jstor.org", "webex.com" ], "appier.net": [ "ettoday.net", "marriott.com", "grid.id" ], "apple.com": [ "msn.com", "thoughtcatalog.com", "apple.news", "digitaltrends.com" ], "appmifile.com": [ "mi.com" ], "appsflyer.com": [ "kumparan.com", "farfetch.com", "kitco.com" ], "apvdr.com": [ "goal.com" ], "aralego.com": [ "tribunnews.com", "pixnet.net", "criteo.com" ], "architecturaldigest.com": [ "wired.com" ], "arcpublishing.com": [ "washingtonpost.com" ], "asadcdn.com": [ "bild.de", "businessinsider.de", "welt.de" ], "ascpqnj-oam.global.ssl.fastly.net": [ "harborfreight.com" ], "asianmedia.com": [ "ltn.com.tw" ], "ask.com": [ "myway.com" ], "associates-amazon.com": [ "amazon.com", "amazon.in", "amazon.co.uk" ], "atdmt.com": [ "facebook.com", "netflix.com", "slack.com" ], "atgsvcs.com": [ "bathandbodyworks.com" ], "ati-host.net": [ "leboncoin.fr" ], "atlassian.net": [ "blackboard.com" ], "atp.io": [ "aarp.org", "upwork.com" ], "attentivemobile.com": [ "zazzle.com", "uniqlo.com" ], "audioeye.com": [ "samsung.com", "radaronline.com", "tracfone.com" ], "avclub.com": [ "gizmodo.com" ], "ayads.co": [ "newscientist.com", "leboncoin.fr" ], "azureedge.net": [ "ajc.com" ], "b0e8.com": [ "cafemom.com", "littlethings.com", "zend.com" ], "babynamewizard.com": [ "cafemom.com" ], "baidu.com": [ "sohu.com", "sina.com.cn", "csdn.net" ], "baidustatic.com": [ "sohu.com", "sina.com.cn" ], "bam-x.com": [ "gq.com" ], "barchart.com": [ "kitco.com" ], "bashirian.biz": [ "rezka.ag" ], "baynote.net": [ "springer.com", "acehardware.com" ], "bazaarvoice.com": [ "lg.com", "lww.com", "discover.com" ], "bbb.org": [ "myjobhelper.com" ], "bcrncdn.com": [ "bongacams.com" ], "bdg-analytics.appspot.com": [ "bustle.com", "inverse.com", "romper.com" ], "betweendigital.com": [ "ria.ru", "gismeteo.ru", "rutracker.org" ], "bfmio.com": [ "howtogeek.com", "spanishdict.com", "sciencealert.com" ], "bidgear.com": [ "kissanime.ru" ], "bidr.io": [ "yahoo.com", "office.com", "worldlifestyle.com" ], "bidswitch.net": [ "amazon.com", "yahoo.com", "msn.com" ], "bigmining.com": [ "kakaku.com", "tabelog.com" ], "bing.com": [ "realtor.com", "cnn.com", "livejasmin.com" ], "bizible.com": [ "cloudflare.com", "nginx.com", "shopify.com" ], "bizibly.com": [ "cloudflare.com" ], "bizographics.com": [ "dropbox.com", "cheatsheet.com", "businessinsider.com" ], "bizrate.com": [ "people.com", "qvc.com", "ew.com" ], "blisspointmedia.com": [ "joinhoney.com" ], "blueconic.net": [ "nationalgeographic.com", "nesn.com", "mercurynews.com" ], "bluekai.com": [ "nytimes.com", "wsj.com", "marketwatch.com" ], "boldchat.com": [ "groupon.com", "gotomeeting.com", "buydomains.com", "globalsign.com", "cancer.org", "forever21.com" ], "bonappetit.com": [ "wired.com" ], "bonnier-subscriptions.com": [ "popsci.com" ], "booj.io": [ "remax.com" ], "boston.com": [ "bostonglobe.com" ], "bounceexchange.com": [ "cnn.com", "cnbc.com", "people.com" ], "bouncex.net": [ "cnn.com", "cnbc.com" ], "boyaidare.club": [ "kissanime.ru" ], "bpghhjtmn.com": [ "bolasport.com" ], "brand-display.com": [ "zing.vn" ], "braun634.com": [ "rutracker.org" ], "brealtime.com": [ "newarena.com", "zerohedge.com", "venturebeat.com" ], "brightcove.com": [ "people.com", "hollywoodreporter.com", "lonelyplanet.com" ], "brightedge.com": [ "vmware.com" ], "brsrvr.com": [ "belk.com", "barnesandnoble.com", "harborfreight.com" ], "bt.co.uk": [ "bt.com" ], "bttrack.com": [ "msn.com", "marriott.com", "thekrazycouponlady.com" ], "btttag.com": [ "samsung.com", "marriott.com", "slickdeals.net" ], "buckridge.link": [ "rezka.ag" ], "bumlam.com": [ "rutracker.org" ], "bustle.com": [ "inverse.com", "romper.com", "mic.com" ], "buzzfeed.com": [ "buzzfeednews.com", "tasty.co" ], "buzzoola.com": [ "livejournal.com", "rambler.ru", "rutracker.org" ], "byteoversea.com": [ "tiktok.com" ], "c212.net": [ "prnewswire.com", "ziprecruiter.com", "prweb.com" ], "c3tag.com": [ "adp.com", "panasonic.com" ], "captcha-delivery.com": [ "leboncoin.fr" ], "casalemedia.com": [ "amazon.com", "yahoo.com", "dailymail.co.uk" ], "castle.io": [ "trello.com", "farfetch.com" ], "cbsi.com": [ "247sports.com", "comicbook.com", "cbslocal.com", "popculture.com", "maxpreps.com" ], "cdn-net.com": [ "qvc.com", "grubhub.com" ], "cdnpub.info": [ "iqoption.com" ], "cdnwidget.com": [ "mercari.com" ], "ceconlinebbs.com": [ "ceconline.com" ], "cedatoplayer.com": [ "thestartmagazine.com" ], "cfzu.net": [ "logitech.com" ], "ch.ch": [ "admin.ch" ], "channeladvisor.com": [ "belk.com" ], "chartbeat.com": [ "fivethirtyeight.com", "indiatoday.in", "thehindu.com" ], "chartbeat.net": [ "msn.com", "espn.com", "nytimes.com" ], "chatdealer.jp": [ "sakura.ne.jp" ], "cheqzone.com": [ "zoom.us" ], "chinaso.com": [ "eastday.com", "chinanews.com" ], "choozle.com": [ "denverpost.com" ], "cintnetworks.com": [ "espn.com" ], "circularhub.com": [ "theadvocate.com", "baltimoresun.com" ], "cisco.com": [ "webex.com" ], "civicscience.com": [ "ancestry.com" ], "clearbrain.com": [ "airbnb.com" ], "clevernt.com": [ "horoscope.com", "astrology.com" ], "clickfuse.com": [ "azlyrics.com" ], "clicktale.net": [ "microsoft.com", "autodesk.com", "xbox.com" ], "clicktripz.com": [ "tripadvisor.com", "nypost.com", "mapquest.com" ], "clinch.co": [ "sony.com" ], "clmbtech.com": [ "indiatimes.com", "criteo.com" ], "cloud-iq.com": [ "newscientist.com" ], "cloudflare.com": [ "sciencedirect.com", "instructure.com", "drudgereport.com", "y2mate.com" ], "cntraveler.com": [ "wired.com" ], "cnzz.com": [ "sina.com.cn", "jrj.com.cn", "chinadaily.com.cn" ], "cohesionapps.com": [ "healthline.com", "medicalnewstoday.com", "frontier.com" ], "collectandgather.com": [ "westelm.com" ], "collegenet.com": [ "gmu.edu" ], "company-target.com": [ "office.com", "ibm.com", "instructure.com" ], "condenastdigital.com": [ "wired.com", "newyorker.com", "arstechnica.com" ], "connatix.com": [ "theepochtimes.com", "accuweather.com", "9gag.com" ], "connectad.io": [ "w3schools.com", "klix.ba", "memurlar.net" ], "connexity.net": [ "sourceforge.net" ], "connextra.com": [ "nbcsports.com" ], "consensu.org": [ "imgur.com", "cheatsheet.com", "mail.ru" ], "contentsfeed.com": [ "asahi.com" ], "contentsquare.net": [ "qvc.com", "kaspersky.com", "prestashop.com" ], "contextweb.com": [ "sourceforge.net", "digicert.com", "hp.com" ], "coremetrics.com": [ "ibm.com", "victoriassecret.com", "dillards.com" ], "corus.ca": [ "globalnews.ca" ], "coupons.net": [ "coupons.com" ], "cpmstar.com": [ "animeflv.net" ], "cpx.to": [ "imore.com", "mirror.co.uk", "androidcentral.com" ], "cquotient.com": [ "bathandbodyworks.com", "petsmart.com", "uniqlo.com" ], "crazyegg.com": [ "thetruthaboutguns.com", "eventbrite.co.uk", "pearson.com" ], "creativecdn.com": [ "msn.com", "tribunnews.com", "ettoday.net" ], "credible.com": [ "foxbusiness.com" ], "criteo.com": [ "dropbox.com", "yahoo.co.jp", "aliexpress.com" ], "crsspxl.com": [ "sourceforge.net", "imore.com", "androidcentral.com" ], "crwdcntrl.net": [ "sfgate.com", "lifewire.com", "androidcentral.com" ], "cssrvsync.com": [ "ozon.ru" ], "cszz.ru": [ "drom.ru" ], "curalate.com": [ "qvc.com", "forever21.com", "biglots.com" ], "customer.io": [ "buffer.com", "codecademy.com" ], "cvshealth.com": [ "cvs.com" ], "cxense.com": [ "wsj.com", "marketwatch.com", "talktalk.co.uk" ], "d169bbxks24g2u.cloudfront.net": [ "6pm.com" ], "d1af033869koo7.cloudfront.net": [ "marriott.com", "sears.com", "siriusxm.com" ], "d1epsz32winqbo.cloudfront.net": [ "startribune.com" ], "d1rv23qj5kas56.cloudfront.net": [ "webnode.com" ], "d2-apps.net": [ "asahi.com", "dmm.com" ], "d26fm7srjxtyjm.cloudfront.net": [ "pixabay.com" ], "d2t77mnxyo7adj.cloudfront.net": [ "trello.com" ], "d3srxf9cr7mh5q.cloudfront.net": [ "christianpost.com" ], "d41.co": [ "hp.com", "intel.com", "mcafee.com" ], "d5nxst8fruw4z.cloudfront.net": [ "bukalapak.com", "alexa.com" ], "d9jj3mjthpub.cloudfront.net": [ "people.com", "ew.com", "bhg.com" ], "dable.io": [ "ettoday.net", "nownews.com", "tempo.co" ], "dailymail.co.uk": [ "metro.co.uk" ], "dailymotion.com": [ "ettoday.net", "nesn.com" ], "datadbs.com": [ "banggood.com" ], "datamind.ru": [ "livejournal.com", "rambler.ru", "rutracker.org" ], "datasteam.io": [ "belk.com" ], "daum.net": [ "ettoday.net", "shutterstock.com", "tistory.com" ], "daznservices.com": [ "goal.com" ], "dc-storm.com": [ "udemy.com", "alibabacloud.com", "rakuten.com" ], "dditscdn.com": [ "livejasmin.com" ], "deepintent.com": [ "wired.com", "newyorker.com" ], "demdex.net": [ "microsoft.com", "amazon.com", "yahoo.com" ], "denakop.com": [ "metropoles.com" ], "deployads.com": [ "tinyurl.com", "sciencedaily.com", "9gag.com" ], "detik.com": [ "cnnindonesia.com", "cnbcindonesia.com" ], "detik.net.id": [ "detik.com", "cnnindonesia.com", "cnbcindonesia.com" ], "df-srv.de": [ "bild.de", "businessinsider.de", "welt.de" ], "dfapvmql-q.global.ssl.fastly.net": [ "zappos.com" ], "di-dtaectolog-us-prod-1.appspot.com": [ "go.com", "disney.com" ], "digitaloceanspaces.com": [ "usatoday.com" ], "digitaltarget.ru": [ "livejournal.com", "rutracker.org" ], "digitru.st": [ "dailymail.co.uk", "digg.com", "britannica.com" ], "discordapp.com": [ "bulbagarden.net" ], "disqus.com": [ "thechive.com", "breitbart.com", "whiskeyriff.com", "motor1.com", "alternativenation.net", "bestblackfriday.com", "9to5mac.com", "worthpoint.com", "dailynews.com", "infowars.com", "xda-developers.com", "slashfilm.com", "japantimes.co.jp", "petapixel.com", "thegatewaypundit.com" ], "distiltag.com": [ "food52.com", "otvfoco.com.br" ], "districtm.io": [ "wattpad.com", "freepik.com", "spanishdict.com" ], "dmgmediaprivacy.co.uk": [ "dailymail.co.uk", "metro.co.uk" ], "dmm.co.jp": [ "dmm.com" ], "dmm.com": [ "dmm.co.jp" ], "dmxleo.com": [ "dailymotion.com", "ettoday.net", "nesn.com" ], "docusign.net": [ "docusign.com" ], "dotmetrics.net": [ "klix.ba" ], "dotomi.com": [ "yahoo.com", "digicert.com", "worldlifestyle.com" ], "doubleclick.net": [ "google.com", "youtube.com", "netflix.com" ], "doublemax.net": [ "udn.com" ], "douyucdn.cn": [ "douyu.com" ], "dowjoneson.com": [ "wsj.com", "marketwatch.com" ], "dpmsrv.com": [ "nesn.com", "boston.com", "techtarget.com" ], "dropbox.com": [ "ytmp3.cc" ], "dtscout.com": [ "otvfoco.com.br", "sarkariresult.com", "slashfilm.com" ], "dugout.com": [ "dostor.org" ], "dynad.net": [ "uol.com.br" ], "dynamicyield.com": [ "cnbc.com", "washingtonexaminer.com", "harborfreight.com" ], "dyntrk.com": [ "ettoday.net", "sciencealert.com" ], "e-planning.net": [ "criteo.com", "youm7.com" ], "easydmp.net": [ "orange.fr" ], "ebay.de": [ "ebay-kleinanzeigen.de" ], "ebayimg.com": [ "ebay-kleinanzeigen.de" ], "ecbsn.com": [ "rakuten.com" ], "eccmp.com": [ "newegg.com" ], "edaa.eu": [ "youronlinechoices.com" ], "edge-cdn.net": [ "biomedcentral.com" ], "edigitalsurvey.com": [ "bbc.com" ], "effectivemeasure.net": [ "bbc.com", "sindonews.com", "abs-cbn.com" ], "egain.cloud": [ "qvc.com", "lego.com" ], "eimi.com.tw": [ "ettoday.net" ], "el-mundo.net": [ "marca.com", "elmundo.es" ], "eland-tech.com": [ "ettoday.net" ], "eloqua.com": [ "healthgrades.com", "intel.com", "alibabacloud.com" ], "elpais.com": [ "as.com" ], "elsevier.com": [ "thelancet.com", "ssrn.com", "cell.com" ], "elsevierhealth.com": [ "thelancet.com", "cell.com" ], "emxdgt.com": [ "newyorker.com", "rollingstone.com", "howtogeek.com" ], "enamad.ir": [ "digikala.com", "divar.ir" ], "engageclick.com": [ "marriott.com" ], "engageya.com": [ "ensonhaber.com", "alwafd.news", "sozcu.com.tr" ], "entertainow.com": [ "dailydot.com" ], "epicurious.com": [ "wired.com" ], "equalstyle.com": [ "hubpages.com" ], "estat.com": [ "over-blog.com", "lefigaro.fr" ], "etahub.com": [ "nutaku.net" ], "eum-appdynamics.com": [ "intuit.com", "cisco.com", "jstor.org" ], "everesttech.net": [ "yahoo.com", "dailymail.co.uk", "realtor.com" ], "everyaction.com": [ "greenpeace.org" ], "evidon.com": [ "milliyet.com.tr", "digitalspy.com", "globalnews.ca" ], "evise.com": [ "thelancet.com", "cell.com" ], "evyy.net": [ "office.com" ], "exactag.com": [ "t-online.de" ], "exelator.com": [ "amazon.com", "msn.com", "soundcloud.com" ], "exoticads.com": [ "chaturbate.com" ], "expedia.com": [ "vrbo.com" ], "expediapartnercentral.com": [ "vrbo.com" ], "experianmarketingservices.digital": [ "thesun.co.uk" ], "exponential.com": [ "azlyrics.com" ], "eyeota.net": [ "msn.com", "forbes.com", "businessinsider.com" ], "eyereturn.com": [ "thestar.com" ], "ezoic.net": [ "broadwayworld.com" ], "f-cdn.com": [ "freelancer.com" ], "f2vr2q.net": [ "theepochtimes.com" ], "facebook.com": [ "netflix.com", "amazon.com", "instagram.com" ], "farfetch-contents.com": [ "farfetch.com" ], "filimo.com": [ "rokna.net" ], "firebaselogging.googleapis.com": [ "vice.com", "history.com", "shopee.tw" ], "flashtalking.com": [ "aarp.org", "msu.edu", "upwork.com" ], "flickr.com": [ "enable-javascript.com", "gatech.edu", "colostate.edu" ], "flipboard.com": [ "businessinsider.com", "mymodernmet.com", "venturebeat.com" ], "flocktory.com": [ "farfetch.com", "ozon.ru" ], "flyertown.ca": [ "globalnews.ca" ], "focus.cn": [ "sohu.com" ], "force.com": [ "constantcontact.com", "trustarc.com" ], "foresee.com": [ "ups.com", "theglobeandmail.com" ], "forkcdn.com": [ "kompasiana.com" ], "fox.com": [ "nationalgeographic.com" ], "foxycart.com": [ "brookings.edu" ], "franecki.net": [ "rezka.ag" ], "freshchat.com": [ "freshdesk.com" ], "freshsales.io": [ "freshdesk.com" ], "friendbuy.com": [ "forever21.com" ], "fundraiseup.com": [ "heart.org" ], "fwmrm.net": [ "eonline.com", "foodnetwork.com", "nbc.com" ], "fyrsbckgi-c.global.ssl.fastly.net": [ "upwork.com" ], "gamespot.com": [ "comicbook.com" ], "gammaplatform.com": [ "zing.vn" ], "gedidigital.it": [ "repubblica.it" ], "geetest.com": [ "axs.com", "ticketmaster.com", "zhaopin.com" ], "geistm.com": [ "msn.com" ], "gemius.pl": [ "allegro.pl", "sahibinden.com", "ensonhaber.com" ], "geniusmonkey.com": [ "homeadvisor.com" ], "getblueshift.com": [ "lendingtree.com" ], "getclicky.com": [ "mymodernmet.com" ], "getcreditone.com": [ "creditonebank.com" ], "ghost.io": [ "sharethrough.com" ], "gigya.com": [ "independent.co.uk", "abc.net.au", "mirror.co.uk", "abs-cbn.com", "hbr.org", "deloitte.com", "express.co.uk", "food.com", "goal.com" ], "giphy.com": [ "urbandictionary.com" ], "github.com": [ "fontawesome.com", "flurry.com" ], "glamour.com": [ "wired.com" ], "glassboxdigital.io": [ "marriott.com" ], "gliacloud.com": [ "ettoday.net" ], "global-e.com": [ "forever21.com" ], "globalwebindex.net": [ "reuters.com", "people.com", "ew.com" ], "godaddy.com": [ "trendingnow.video", "consensu.org" ], "golfdigest.com": [ "wired.com" ], "gomoxie.solutions": [ "norton.com" ], "google-analytics.com": [ "linkedin.com", "google.com", "yelp.com" ], "google.co.in": [ "freejobalert.com" ], "google.com": [ "yahoo.com", "googletagmanager.com", "pinterest.com" ], "gq.com": [ "wired.com" ], "grid.id": [ "bolasport.com" ], "gridsumdissector.com": [ "www.gov.cn" ], "groupondata.com": [ "groupon.com" ], "growingio.com": [ "focus.cn" ], "gtags.net": [ "ctrip.com" ], "gu-st.ru": [ "gosuslugi.ru" ], "gumgum.com": [ "graduatez.com", "youm7.com", "simbaly.com" ], "gwallet.com": [ "androidcentral.com", "ox.ac.uk", "lastpass.com" ], "gwmtracking.com": [ "norton.com", "medallia.com", "proofpoint.com" ], "hao123img.com": [ "ibicn.com" ], "hao61.net": [ "sina.com.cn" ], "hatena.ne.jp": [ "hatenablog.com" ], "healthline.com": [ "medicalnewstoday.com" ], "heapanalytics.com": [ "merriam-webster.com", "semanticscholar.org", "slickdeals.net" ], "hearst3pcc.com": [ "sfgate.com", "chron.com" ], "hearstnp.com": [ "sfgate.com", "chron.com" ], "help.com": [ "sectigo.com" ], "hexagon-analytics.com": [ "flickr.com", "scribd.com", "shutterstock.com" ], "hgtv.com": [ "foodnetwork.com", "discovery.com" ], "highwebmedia.com": [ "chaturbate.com" ], "hiido.com": [ "yy.com" ], "hindustantimes.com": [ "livemint.com" ], "hinet.net": [ "ettoday.net" ], "histats.com": [ "sarkariresult.com", "slashfilm.com" ], "hitbtc.com": [ "theprimarymarket.com" ], "holmesmind.com": [ "ettoday.net" ], "homeaway.com": [ "vrbo.com" ], "hotels.com": [ "vrbo.com" ], "hotjar.com": [ "livejasmin.com", "vogue.com", "appsflyer.com" ], "hubspot.com": [ "legacy.com", "freepik.com", "trello.com" ], "huihui.cn": [ "youdao.com" ], "hurpass.com": [ "hurriyet.com.tr" ], "hybrid.ai": [ "sciencealert.com", "imore.com", "rutracker.org" ], "iadvize.com": [ "samsung.com", "prestashop.com" ], "iasds01.com": [ "ettoday.net" ], "ib-ibi.com": [ "newsweek.com" ], "ibclick.stream": [ "webmd.com", "medicinenet.com", "medscape.com" ], "ibillboard.com": [ "hurriyet.com.tr", "t-online.de", "ozon.ru" ], "id5-sync.com": [ "dailymail.co.uk", "photobucket.com", "op.gg" ], "idio.co": [ "ibm.com", "intel.com", "adp.com" ], "iesnare.com": [ "creditonebank.com" ], "igodigital.com": [ "hp.com", "usatoday.com", "kohls.com" ], "iheart.com": [ "variety.com" ], "im-apps.net": [ "kakaku.com", "asahi.com", "biglobe.ne.jp" ], "imedia.cz": [ "seznam.cz" ], "imgsmail.ru": [ "mail.ru" ], "imgur.com": [ "stackexchange.com", "ebaumsworld.com", "teespring.com", "meaww.com" ], "impact-ad.jp": [ "yahoo.co.jp", "nikkei.com", "hatena.ne.jp" ], "impressionmonster.com": [ "spankbang.com" ], "imrworldwide.com": [ "fandom.com", "dailymail.co.uk", "buzzfeed.com" ], "increasingly.co": [ "motorola.com" ], "indeed.com": [ "myjobhelper.com" ], "infeed.id": [ "liputan6.com" ], "infinity-tracking.net": [ "telegraph.co.uk", "gartner.com" ], "infolinks.com": [ "liveleak.com" ], "ingage.tech": [ "youm7.com" ], "innity.com": [ "ettoday.net", "inquirer.net", "kaskus.co.id" ], "inpagepush.com": [ "y2mate.com" ], "inq.com": [ "shutterstock.com", "ups.com", "tracfone.com" ], "inside-graph.com": [ "dillards.com" ], "insightexpressai.com": [ "unsplash.com", "dribbble.com", "upwork.com" ], "instagram.com": [ "people.com", "247sports.com", "patch.com", "simbaly.com", "purdue.edu" ], "insticator.com": [ "animeflv.net" ], "insurads.com": [ "abc.es" ], "intellitxt.com": [ "xda-developers.com" ], "intentiq.com": [ "slashdot.org", "simpli.fi" ], "intentmedia.net": [ "tripadvisor.com", "kayak.com", "over-blog.com" ], "investingchannel.com": [ "kitco.com" ], "invoc.us": [ "prweb.com" ], "ioam.de": [ "ebay-kleinanzeigen.de", "gmx.net", "t-online.de" ], "iperceptions.com": [ "toyota.com" ], "ipredictive.com": [ "aarp.org" ], "isepcvsb.com": [ "westernjournal.com" ], "islamist-movements.com": [ "albawabhnews.com" ], "ispot.tv": [ "wayfair.com", "t-mobile.com" ], "iteratehq.com": [ "nytimes.com", "roku.com" ], "ivi.ru": [ "ivi.tv" ], "ivideosmart.com": [ "tribunnews.com", "inquirer.net", "tempo.co" ], "ivx.cn": [ "ih5.cn" ], "ixiaa.com": [ "aaa.com" ], "izooto.com": [ "suara.com", "inquirer.net", "news18.com" ], "jebbit.com": [ "pgatour.com" ], "jixie.io": [ "kompas.com", "bolasport.com" ], "jrs5.com": [ "newegg.com" ], "jscache.com": [ "tripadvisor.com" ], "jsdelivr.net": [ "ettoday.net" ], "jsrdn.com": [ "radaronline.com", "dallasnews.com", "good.is" ], "justfactsdaily.com": [ "ballotpedia.org" ], "justpremium.com": [ "photobucket.com", "techradar.com", "rawstory.com" ], "jwplayer.com": [ "mawdoo3.com", "kooora.com", "rd.com" ], "jwpltx.com": [ "reuters.com", "npr.org", "accuweather.com" ], "kakao.com": [ "daum.net", "kakaocorp.com" ], "kameleoon.eu": [ "heise.de" ], "kampyle.com": [ "philips.com", "verizonwireless.com" ], "kargo.com": [ "dailymail.co.uk", "thehill.com", "aliexpress.com" ], "kexin001.com": [ "babytree.com" ], "keywee.co": [ "newyorker.com", "rollingstone.com", "nationalgeographic.com" ], "knet.cn": [ "eastday.com" ], "koindut.com": [ "kissanime.ru" ], "kompas.com": [ "tribunnews.com", "kompasiana.com", "bolasport.com" ], "kooora.ws": [ "kooora.com" ], "kotaku.com": [ "gizmodo.com" ], "krxd.net": [ "people.com", "wsj.com", "theverge.com" ], "kwork.ru": [ "rutracker.org" ], "ladbible.com": [ "sportbible.com" ], "ladsp.com": [ "hatena.ne.jp", "goo.ne.jp" ], "leadboxer.com": [ "trendmicro.com" ], "leadlander.com": [ "myjobhelper.com", "servicenow.com", "panasonic.com" ], "leju.com": [ "sina.cn" ], "lennyletter.com": [ "wired.com" ], "liadm.com": [ "people.com", "bloomberg.com", "theverge.com" ], "libsyn.com": [ "washingtontimes.com" ], "lightboxcdn.com": [ "thekitchn.com", "247sports.com", "washingtontimes.com" ], "lijit.com": [ "sourceforge.net", "newarena.com", "photobucket.com" ], "limbik.com": [ "thrillist.com" ], "line-apps.com": [ "naver.jp" ], "linkedin.com": [ "msn.com", "bitly.com", "dropbox.com" ], "linksynergy.com": [ "udemy.com", "alibabacloud.com", "rakuten.com" ], "list-manage.com": [ "doyouremember.com" ], "listrakbi.com": [ "denverpost.com", "gunbroker.com", "almanac.com" ], "literatumonline.com": [ "thelancet.com", "cell.com" ], "livechatinc.com": [ "ning.com", "wpengine.com", "sophos.com" ], "liveperson.net": [ "virginmedia.com", "office.com", "microsoft.com", "talktalk.co.uk" ], "lndata.com": [ "ettoday.net" ], "lockerdome.com": [ "edmunds.com", "zerohedge.com" ], "logly.co.jp": [ "nifty.com" ], "logsss.com": [ "gearbest.com" ], "loopme.me": [ "nypost.com", "zing.vn" ], "ltsnnqhtx.com": [ "grid.id" ], "ltwebstatic.com": [ "shein.com" ], "lytics.io": [ "radio.com", "healthline.com", "cafemom.com" ], "m6r.eu": [ "statista.com", "t-online.de" ], "macromill.com": [ "asahi.com" ], "mail.ru": [ "vk.com", "ok.ru", "livejournal.com", "ria.ru", "narod.ru" ], "mailchimp.com": [ "sciencealert.com", "boingboing.net", "businessinsider.de", "doyouremember.com" ], "mailfire.io": [ "nur.kz" ], "makerbot.com": [ "thingiverse.com" ], "mamaslatinas.com": [ "cafemom.com" ], "mantisadnetwork.com": [ "thegrio.com", "ultimate-guitar.com" ], "mapixl.com": [ "coursera.org" ], "marinsm.com": [ "harborfreight.com", "theglobeandmail.com", "wufoo.com" ], "marketingautomation.services": [ "emxdigital.com" ], "marketlinc.com": [ "kaspersky.com" ], "marketo.com": [ "bitly.com", "cloudflare.com", "moat.com", "mheducation.com" ], "marvellousmachine.net": [ "springer.com" ], "matheranalytics.com": [ "latimes.com", "mercurynews.com", "nypost.com" ], "mathtag.com": [ "yahoo.com", "msn.com", "dailymail.co.uk" ], "matomo.cloud": [ "flurry.com" ], "mavencoalition.io": [ "hubpages.com", "biography.com" ], "maxymiser.net": [ "orange.fr", "kaspersky.com", "logitech.com" ], "medallia.com": [ "verizonwireless.com", "statefarm.com" ], "media.net": [ "msn.com", "nytimes.com", "aliexpress.com" ], "media6degrees.com": [ "bloomberg.com", "thechive.com", "autodesk.com" ], "mediaad.org": [ "varzesh3.com", "rokna.net" ], "mediaforge.com": [ "newegg.com" ], "mediafuse.com": [ "gunbroker.com" ], "mediagamma.com": [ "pubmatic.com" ], "mediaplex.com": [ "lastpass.com" ], "mediav.com": [ "ctrip.com" ], "mediawallahscript.com": [ "sourceforge.net", "aliexpress.com", "criteo.com" ], "medtargetsystem.com": [ "wired.com", "newyorker.com", "healthgrades.com" ], "metadsp.co.uk": [ "nypost.com" ], "metroscubicos.com": [ "mercadolibre.com.mx" ], "mfadsrvr.com": [ "msn.com" ], "mgid.com": [ "y2mate.com", "pastebin.com" ], "miaozhen.com": [ "qq.com" ], "micpn.com": [ "wsj.com", "nbcsports.com", "barnesandnoble.com" ], "microad.jp": [ "sakura.ne.jp", "hatena.ne.jp" ], "microsoft.com": [ "minecraft.net" ], "mirror.co.uk": [ "dailystar.co.uk" ], "mixi.media": [ "kitco.com", "thegatewaypundit.com" ], "mjca-yijws.global.ssl.fastly.net": [ "dillards.com" ], "mktoresp.com": [ "taboola.com", "exponential.com" ], "ml314.com": [ "forbes.com", "businessinsider.com", "wsj.com" ], "mmonline.io": [ "manoramaonline.com" ], "mmstat.com": [ "sohu.com", "sina.com.cn", "alibabacloud.com" ], "moatads.com": [ "giphy.com", "bloomberg.com", "newyorker.com" ], "monetate.net": [ "marriott.com", "nationalgeographic.com", "belk.com" ], "monsido.com": [ "uga.edu" ], "mookie1.com": [ "ettoday.net", "eonline.com", "vanityfair.com" ], "motorsportnetwork.com": [ "motorsport.com" ], "mouseflow.com": [ "nintendo.com" ], "moxielinks.com": [ "banggood.com" ], "mpianalytics.com": [ "leboncoin.fr" ], "mrpfd.com": [ "citrix.com" ], "msn.com": [ "wsj.com", "marketwatch.com" ], "mts.ru": [ "livejournal.com", "rambler.ru", "rutracker.org" ], "mtvnservices.com": [ "cc.com", "mtv.com" ], "musthird.com": [ "airbnb.com" ], "mxptint.net": [ "yahoo.com" ], "myfinance.com": [ "kiplinger.com" ], "myvisualiq.net": [ "amazon.com", "soundcloud.com", "spotify.com" ], "n1272adserv.xyz": [ "youporn.com" ], "namebrightstatic.com": [ "namebright.com" ], "nanda.vn": [ "zing.vn" ], "nanorep.co": [ "icicibank.com", "lastpass.com" ], "narrative.io": [ "imore.com" ], "native.ai": [ "sportbible.com" ], "nativendo.de": [ "t-online.de" ], "naver.com": [ "op.gg", "unity.com", "banggood.com" ], "naver.jp": [ "line.me" ], "nbcuni.com": [ "cnbc.com", "eonline.com", "nbcnews.com", "nbc.com" ], "netmng.com": [ "yahoo.com", "newarena.com" ], "networkad.net": [ "eksisozluk.com" ], "newrelic.com": [ "knowyourmeme.com", "instructables.com", "utexas.edu" ], "news.cn": [ "xinhuanet.com" ], "newscgp.com": [ "wsj.com", "marketwatch.com", "nypost.com" ], "newshub.id": [ "liputan6.com" ], "newsmax.com": [ "thegatewaypundit.com" ], "newsmaxfeednetwork.com": [ "thegatewaypundit.com" ], "newyorker.com": [ "wired.com" ], "newzit.com": [ "dailymail.co.uk" ], "ngpvan.com": [ "greenpeace.org" ], "nine.com.au": [ "smh.com.au" ], "novelty.media": [ "ask.com", "reference.com" ], "nr-data.net": [ "realtor.com", "sourceforge.net", "thehill.com" ], "nsaudience.pl": [ "interia.pl" ], "nscontext.eu": [ "ozon.ru", "interia.pl" ], "nuggad.net": [ "hurriyet.com.tr", "t-online.de" ], "nxtck.com": [ "newegg.com" ], "ocdn.eu": [ "onet.pl" ], "ojrq.net": [ "shutterstock.com", "logitech.com" ], "ok.ru": [ "mail.ru", "narod.ru" ], "okezone.com": [ "sindonews.com" ], "okt.to": [ "globalsign.com", "medallia.com", "cvent.com" ], "okta.com": [ "servicenow.com" ], "olark.com": [ "cloudinary.com" ], "omguk.com": [ "banggood.com" ], "omkt.co": [ "prweb.com" ], "omnitagjs.com": [ "graduatez.com", "westernjournal.com", "simbaly.com" ], "omtrdc.net": [ "digicert.com", "virginmedia.com", "ranker.com" ], "oncueapp.appspot.com": [ "pewresearch.org" ], "onelink.me": [ "appsflyer.com" ], "onesignal.com": [ "nfl.com", "crimeonline.com", "tomshardware.com" ], "onevision.com.tw": [ "ltn.com.tw" ], "online-metrix.net": [ "freelancer.com" ], "onsugar.com": [ "popsugar.com" ], "onthe.io": [ "indiatimes.com", "express.co.uk", "inquirer.net" ], "ooyala.com": [ "bizjournals.com", "nintendo.com" ], "opecloud.com": [ "scmp.com", "onet.pl", "bild.de" ], "opentracker.net": [ "trendmicro.com" ], "openx.net": [ "amazon.com", "dailymail.co.uk", "nytimes.com" ], "opera.com": [ "bet9ja.com" ], "optaim.com": [ "sohu.com" ], "optimahub.com": [ "aaa.com" ], "optimizely.com": [ "bitly.com", "bbc.com", "live.com", "blizzard.com", "sky.com", "bitbucket.org", "xe.com", "docker.com", "prweb.com", "bathandbodyworks.com", "shutterfly.com", "edx.org", "teacherspayteachers.com", "statefarm.com", "hbo.com", "ebsco.com", "schwab.com", "cengage.com", "gotomeeting.com", "tributes.com" ], "orangeads.fr": [ "orange.fr" ], "orbitz.com": [ "vrbo.com" ], "otm-r.com": [ "howtogeek.com", "sciencealert.com", "imore.com" ], "otto.de": [ "t-online.de", "chip.de" ], "outbrain.com": [ "msn.com", "buzzfeed.com", "cnn.com" ], "owneriq.net": [ "yahoo.com", "hp.com", "patheos.com" ], "p2r14.com": [ "rd.com" ], "pages01.net": [ "osu.edu" ], "pages02.net": [ "prestashop.com" ], "pages03.net": [ "smithsonianmag.com" ], "pages04.net": [ "scientificamerican.com" ], "pages07.net": [ "asahi.com" ], "pardot.com": [ "criteo.com", "pubmatic.com", "tandfonline.com" ], "parsely.com": [ "fandom.com", "cnbc.com", "wsj.com" ], "paypal.com": [ "gfycat.com", "wish.com", "poshmark.com", "greenpeace.org", "potterybarn.com" ], "paypalobjects.com": [ "paypal.com", "wish.com", "poshmark.com" ], "pbbl.co": [ "sfgate.com", "chron.com", "qvc.com" ], "pcmag.com": [ "bestblackfriday.com", "blackfriday.com" ], "pendo.io": [ "thelancet.com", "cell.com" ], "perimeterx.net": [ "udemy.com", "vogue.com", "chegg.com" ], "petametrics.com": [ "ranker.com", "telegraph.co.uk", "thekitchn.com" ], "philips.co.uk": [ "philips.com" ], "photobucket.com": [ "tinypic.com" ], "piano.io": [ "japantimes.co.jp" ], "pinterest.com": [ "buzzfeed.com", "spotify.com", "walmart.com" ], "pitchfork.com": [ "wired.com" ], "piwik.pro": [ "aarp.org" ], "pixlee.com": [ "michaels.com" ], "pixnet.cc": [ "pixnet.net" ], "placelocal.com": [ "logitech.com" ], "playground.xyz": [ "billboard.com" ], "pn.vg": [ "otvfoco.com.br" ], "postrelease.com": [ "thehill.com", "aliexpress.com", "reuters.com" ], "powerlinks.com": [ "digicert.com", "howtogeek.com", "sciencealert.com" ], "pressboard.ca": [ "thestar.com", "narcity.com", "doyouremember.com" ], "prfct.co": [ "theglobeandmail.com" ], "prisa.com": [ "as.com" ], "prisasd.com": [ "elpais.com" ], "pro-market.net": [ "sourceforge.net", "slashdot.org", "simpli.fi" ], "prod-ajc-proxy-connext.azurewebsites.net": [ "ajc.com" ], "prod-mng-proxy-connext.azurewebsites.net": [ "mercurynews.com", "denverpost.com", "dailynews.com" ], "programattik.com": [ "hurriyet.com.tr", "milliyet.com.tr" ], "proofpoint.com": [ "norton.com" ], "propu.sh": [ "y2mate.com" ], "provenpixel.com": [ "shopify.com" ], "proxad.net": [ "free.fr" ], "pswec.com": [ "yahoo.com", "medscape.com" ], "ptgncdn.com": [ "spankbang.com" ], "pub.network": [ "ilovemydogsomuch.tv", "songkick.com", "uproxx.com" ], "pubmatic.com": [ "yahoo.com", "dailymail.co.uk", "urbandictionary.com" ], "pubocean.com": [ "newarena.com" ], "pulseinsights.com": [ "sony.com" ], "purechat.com": [ "byu.edu" ], "push.world": [ "banggood.com" ], "pushnami.com": [ "finance101.com", "beliefnet.com" ], "pvxt.net": [ "stockx.com" ], "qchannel03.cn": [ "sina.cn" ], "qhupdate.com": [ "so.com" ], "qq.com": [ "gmw.cn", "www.gov.cn", "focus.cn" ], "qualtrics.com": [ "qvc.com", "food.com", "gettyimages.com", "siriusxm.com", "foodnetwork.com", "last.fm", "discovery.com", "tracfone.com", "cbs.com", "nintendo.com", "sap.com", "maxpreps.com", "mheducation.com", "nejm.org", "amctheatres.com", "careerbuilder.com", "cc.com", "hgtv.com", "mtv.com", "techrepublic.com", "metacritic.com", "gotomeeting.com", "tvguide.com" ], "quantcast.com": [ "drudgereport.com" ], "quantserve.com": [ "giphy.com", "fandom.com", "reddit.com" ], "quantummetric.com": [ "geico.com", "neimanmarcus.com", "remax.com" ], "quitzon.net": [ "rezka.ag" ], "qujishu.com": [ "youth.cn" ], "quora.com": [ "bloomberg.com", "taboola.com", "mailchimp.com" ], "qy.net": [ "iqiyi.com" ], "rakuten.co.jp": [ "rakuten.com" ], "rakuten.com": [ "newegg.com", "teespring.com" ], "rambler.ru": [ "livejournal.com", "rutracker.org", "lenta.ru" ], "ranker.com": [ "rollingstone.com", "variety.com", "vice.com" ], "rcs.it": [ "corriere.it" ], "rcsmetrics.it": [ "corriere.it" ], "reachmax.cn": [ "qq.com" ], "reactful.com": [ "proofpoint.com", "brightcove.com" ], "reddit.com": [ "shutterstock.com", "grammarly.com", "webmd.com", "perl.com" ], "redintelligence.net": [ "farfetch.com" ], "redlink.com": [ "jamanetwork.com" ], "reichelcormier.bid": [ "rezka.ag" ], "relap.io": [ "ria.ru", "rutracker.org" ], "report-uri.com": [ "dailymail.co.uk", "247sports.com", "dailykos.com" ], "republer.com": [ "gunbroker.com", "rutracker.org", "ozon.ru" ], "researchintel.com": [ "intel.com" ], "researchnow.com": [ "go.com", "disney.com" ], "reson8.com": [ "startribune.com", "sfgate.com", "chron.com" ], "rev-stripe.com": [ "thegatewaypundit.com" ], "revelist.com": [ "cafemom.com" ], "revjet.com": [ "businessinsider.com", "marketwatch.com", "pandora.com" ], "rfihub.com": [ "newyorker.com", "newarena.com", "kaspersky.com" ], "rfksrv.com": [ "biglots.com" ], "rftslb.com": [ "bestreviews.guide" ], "ria.ru": [ "sputniknews.com" ], "richaudience.com": [ "elpais.com", "as.com" ], "richrelevance.com": [ "hbr.org", "westelm.com" ], "rightnowtech.com": [ "bathandbodyworks.com" ], "riotgames.com": [ "op.gg" ], "riskified.com": [ "wayfair.com", "farfetch.com", "stockx.com" ], "rkdms.com": [ "cnn.com", "cnbc.com", "bustle.com" ], "rlcdn.com": [ "cloudflare.com", "wsj.com", "hulu.com" ], "rmtag.com": [ "udemy.com", "rakuten.com", "consumerreports.org" ], "rnengage.com": [ "rightnow.com", "bathandbodyworks.com" ], "roguewave.com": [ "zend.com" ], "roomkey.com": [ "marriott.com" ], "rtb.com.ru": [ "rutracker.org" ], "rtk.io": [ "worldlifestyle.com", "dailymotion.com", "startribune.com" ], "rtmark.net": [ "y2mate.com", "kissanime.ru" ], "rubiconproject.com": [ "yahoo.com", "dailymail.co.uk", "nytimes.com" ], "runative-syndicate.com": [ "kissanime.ru" ], "rundsp.com": [ "digicert.com" ], "runkit.com": [ "stripe.com" ], "rutarget.ru": [ "livejournal.com", "rambler.ru", "sberbank.ru" ], "rutracker.appspot.com": [ "rutracker.org" ], "s3.amazonaws.com": [ "rollingstone.com", "variety.com", "indiewire.com" ], "s3xified.com": [ "howtogeek.com", "sciencealert.com", "imore.com" ], "saambaa.com": [ "shmoop.com" ], "sabavision.com": [ "aparat.com", "rokna.net" ], "salecycle.com": [ "talktalk.co.uk" ], "salesforceliveagent.com": [ "digicert.com", "shutterstock.com", "marriott.com" ], "salesloft.com": [ "newrelic.com", "wpengine.com", "upwork.com" ], "samandehi.ir": [ "digikala.com", "divar.ir", "beytoote.com" ], "samba.tv": [ "theverge.com", "vox.com", "polygon.com" ], "sanjagh.com": [ "rokna.net" ], "sape.ru": [ "rutracker.org" ], "scarabresearch.com": [ "digikala.com", "shein.com" ], "scholarlyiq.com": [ "oup.com" ], "sciencedirect.com": [ "thelancet.com", "cell.com" ], "scorecardresearch.com": [ "linkedin.com", "yahoo.com", "msn.com" ], "scribblelive.com": [ "startribune.com", "cbslocal.com" ], "scupio.com": [ "momoshop.com.tw", "udn.com", "shopee.tw" ], "searchmarketing.com": [ "belk.com" ], "section.io": [ "yourtango.com" ], "securedtouch.com": [ "wish.com" ], "securedvisit.com": [ "potterybarn.com", "cafepress.com", "westelm.com" ], "seedr.com": [ "rambler.ru", "lenta.ru" ], "sekindo.com": [ "astrology.com" ], "sele.co": [ "shape.com" ], "self.com": [ "wired.com" ], "semasio.net": [ "eksisozluk.com", "lifo.gr" ], "servebom.com": [ "howtogeek.com", "sciencealert.com", "imore.com" ], "serverbid.com": [ "theverge.com", "usatoday.com", "vox.com" ], "serving-sys.com": [ "dropbox.com", "news.com.au", "asu.edu" ], "sf14g.com": [ "panasonic.com" ], "sgkrehberi.com": [ "memurlar.net" ], "shareaholic.com": [ "patheos.com" ], "sharethis.com": [ "unicef.org", "accor.com" ], "sharethrough.com": [ "aliexpress.com", "forbes.com", "digicert.com" ], "shop.pe": [ "gunbroker.com", "infowars.com" ], "shopify.com": [ "raspberrypi.org" ], "sift.com": [ "bluehost.com", "humblebundle.com" ], "siftscience.com": [ "flickr.com", "scribd.com", "shutterstock.com" ], "simpli.fi": [ "spanishdict.com", "rakuten.com", "sfgate.com" ], "sina.cn": [ "sina.com.cn" ], "sina.com.cn": [ "weibo.com", "81.cn", "sina.cn" ], "sinaimg.cn": [ "sina.cn" ], "sindonews.com": [ "okezone.com" ], "siteimproveanalytics.io": [ "berkeley.edu", "mailchimp.com", "cornell.edu" ], "sitelock.com": [ "joomla.org" ], "sitescout.com": [ "yahoo.com", "wattpad.com", "tripadvisor.com" ], "skimresources.com": [ "spotify.com", "businessinsider.com", "refinery29.com" ], "sl.pt": [ "sapo.pt" ], "slashdotmedia.com": [ "sourceforge.net" ], "smadex.com": [ "realtor.com" ], "smartadserver.com": [ "imgur.com", "aliexpress.com", "ettoday.net" ], "smartclip.net": [ "bild.de" ], "smi2.ru": [ "rbc.ru" ], "smithsonian.museum": [ "si.edu", "smithsonianmag.com" ], "snapchat.com": [ "giphy.com", "spotify.com", "booking.com" ], "sni-dat.com": [ "hgtv.com" ], "snssdk.com": [ "toutiao.com" ], "sociomantic.com": [ "ozon.ru" ], "sogou.com": [ "soso.com" ], "sohu.com": [ "focus.cn" ], "sojern.com": [ "marriott.com", "airbnb.com" ], "sonobi.com": [ "theverge.com", "usatoday.com", "newyorker.com" ], "soundcloud.com": [ "harvard.edu", "bmj.com", "ea.com" ], "sp-prod.net": [ "businessinsider.com", "refinery29.com", "twentytwowords.com" ], "sphdigital.com": [ "straitstimes.com" ], "spiceworks.com": [ "hp.com", "slack.com", "sophos.com" ], "sportradarserving.com": [ "bet9ja.com" ], "spotxchange.com": [ "tribunnews.com", "worldlifestyle.com", "ettoday.net" ], "spoutable.com": [ "thekrazycouponlady.com" ], "springserve.com": [ "nesn.com", "rediff.com", "wowhead.com" ], "sprinklr.com": [ "autodesk.com" ], "squarespace.com": [ "flashtalking.com" ], "srx.com.sg": [ "straitstimes.com" ], "st8fm.com": [ "statefarm.com" ], "stack-sonar.com": [ "entrepreneur.com", "slashdot.org", "thenextweb.com" ], "stackadapt.com": [ "shopify.com", "nypost.com", "kayak.com" ], "star.com.tr": [ "aksam.com.tr" ], "stat.media": [ "kitco.com", "thegatewaypundit.com" ], "statad.ru": [ "hh.ru" ], "statcounter.com": [ "hugedomains.com", "freepik.com", "zerohedge.com" ], "staticbg.com": [ "banggood.com" ], "staticimgfarm.com": [ "myway.com" ], "staticiv.com": [ "homeadvisor.com" ], "statsy.net": [ "rarbg.to" ], "steelhousemedia.com": [ "qvc.com", "newegg.com", "careerbuilder.com" ], "stickyadstv.com": [ "ettoday.net", "criteo.com", "rediff.com" ], "storage.googleapis.com": [ "ettoday.net" ], "storygize.net": [ "autodesk.com", "heart.org" ], "stripe.com": [ "wish.com", "feedly.com", "study.com", "mixcloud.com" ], "stripst.com": [ "xhamsterlive.com" ], "summerhamster.com": [ "wsj.com", "247sports.com", "mercurynews.com" ], "sumo.com": [ "freshdesk.com" ], "sundaysky.com": [ "spanishdict.com" ], "supplyframe.com": [ "arduino.cc" ], "survata.com": [ "tripadvisor.com" ], "survey.fm": [ "news18.com" ], "surveymonkey.com": [ "britannica.com" ], "syuh.net": [ "squarespace.com" ], "taboola.com": [ "msn.com", "dailymail.co.uk", "aliexpress.com" ], "tag4arm.com": [ "stockx.com" ], "tagtoo.co": [ "momoshop.com.tw" ], "tailtarget.com": [ "uol.com.br", "metropoles.com", "pandora.com" ], "tamedia.com.tw": [ "momoshop.com.tw" ], "tanx.com": [ "sohu.com", "sina.com.cn", "youth.cn" ], "taobao.com": [ "sina.com.cn", "alibabacloud.com" ], "tapad.com": [ "amazon.com", "giphy.com", "soundcloud.com" ], "targetimg1.com": [ "target.com" ], "tchibo.de": [ "t-online.de" ], "teads.tv": [ "aliexpress.com", "marriott.com", "squarespace.com" ], "tealiumiq.com": [ "cnet.com", "ibm.com", "hulu.com" ], "techcrunch.com": [ "crunchbase.com" ], "techlab-cdn.com": [ "fiverr.com" ], "technical-service.net": [ "bild.de" ], "technoratimedia.com": [ "youm7.com", "photobucket.com", "prothomalo.com" ], "techtarget.com": [ "cloudflare.com", "newrelic.com", "optimizely.com" ], "teenvogue.com": [ "wired.com" ], "tercept.com": [ "ndtv.com" ], "terminus.services": [ "instructure.com", "wpengine.com", "medallia.com" ], "the-ozone-project.com": [ "mirror.co.uk", "thesun.co.uk" ], "theadex.com": [ "t-online.de", "bild.de" ], "thebrighttag.com": [ "kohls.com", "zappos.com", "discover.com" ], "theglobeandmail.ca": [ "theglobeandmail.com" ], "theinventory.com": [ "gizmodo.com" ], "them.us": [ "wired.com" ], "theonion.com": [ "gizmodo.com" ], "theroot.com": [ "gizmodo.com" ], "thetakeout.com": [ "gizmodo.com" ], "thrtle.com": [ "sourceforge.net", "sfgate.com", "patheos.com" ], "thunderhead.com": [ "forever21.com" ], "tianqistatic.com": [ "tianqi.com" ], "tidaltv.com": [ "sfgate.com" ], "timecommerce.net": [ "people.com", "ew.com", "bhg.com" ], "tinypass.com": [ "cnbc.com", "businessinsider.com", "reuters.com", "bloomberg.com", "time.com", "independent.co.uk", "washingtontimes.com", "billboard.com" ], "tiqcdn.com": [ "wsj.com", "marketwatch.com" ], "tmall.ru": [ "aliexpress.com" ], "tmobile.com": [ "t-mobile.com" ], "tns-counter.ru": [ "vk.com", "ok.ru", "mail.ru" ], "toast.com": [ "ettoday.net" ], "top100.ru": [ "livejournal.com", "rambler.ru", "lenta.ru" ], "toyota-tagging-tagserver-prod.azurewebsites.net": [ "toyota.com" ], "trackalyzer.com": [ "servicenow.com" ], "tradedoubler.com": [ "marca.com", "elmundo.es" ], "tradingview.com": [ "theprimarymarket.com", "investopedia.com", "entrepreneur.com", "kitco.com" ], "trafficjunky.net": [ "pornhub.com", "youporn.com", "redtube.com" ], "trafforsrv.com": [ "spankbang.com" ], "trafmag.com": [ "gunbroker.com", "rutracker.org" ], "travelocity.com": [ "vrbo.com" ], "travelsmarter.net": [ "tripadvisor.com" ], "trbo.com": [ "t-online.de" ], "treasuredata.com": [ "nikkei.com", "nintendo.com", "goo.ne.jp" ], "tremorhub.com": [ "dailymail.co.uk", "ettoday.net", "rollingstone.com" ], "trendemon.com": [ "outbrain.com", "sakura.ne.jp" ], "trendmd.com": [ "sciencealert.com", "sciencedaily.com" ], "tribalfusion.com": [ "yahoo.com", "realtor.com", "walmart.com" ], "tribl.io": [ "instructure.com", "prnewswire.com", "medallia.com" ], "trkn.us": [ "newyorker.com", "squarespace.com", "unsplash.com" ], "trumba.com": [ "ucdavis.edu" ], "truoptik.com": [ "imore.com" ], "trustarc.com": [ "redhat.com", "bloomberg.com", "docker.com" ], "trustpilot.com": [ "kaspersky.com", "eset.com", "yumpu.com" ], "trvl-px.com": [ "vrbo.com" ], "tumblr.com": [ "mymodernmet.com", "sony.com" ], "turn.com": [ "msn.com", "dailymail.co.uk", "sourceforge.net" ], "tvpixel.com": [ "doordash.com", "vmware.com", "upwork.com" ], "tvsquared.com": [ "wsj.com", "hulu.com", "squarespace.com" ], "twitter.com": [ "msn.com", "bitly.com", "espn.com", "cnbc.com" ], "tynt.com": [ "ettoday.net", "howtogeek.com", "sciencealert.com" ], "typekit.net": [ "techcrunch.com", "horoscope.com", "chartbeat.com" ], "uadexchange.com": [ "uzone.id" ], "udimg.com": [ "urbandictionary.com" ], "udmserve.net": [ "worldlifestyle.com", "nationalinterest.org" ], "uikc.net": [ "qvc.com" ], "uimserv.net": [ "gmx.net", "web.de" ], "umzzaftkqgx.com": [ "kompas.com" ], "unbxdapi.com": [ "dillards.com", "iherb.com" ], "undertone.com": [ "techradar.com", "thegrio.com", "pcgamer.com" ], "unrulymedia.com": [ "nypost.com", "boingboing.net" ], "uplynk.com": [ "yahoo.com" ], "upravel.com": [ "rutracker.org", "ivi.tv" ], "upsellit.com": [ "mcafee.com", "motorola.com" ], "urbandictionary.store": [ "urbandictionary.com" ], "urlbi.com": [ "manta.com" ], "usabilla.com": [ "thelancet.com" ], "useinsider.com": [ "kompas.com", "idntimes.com", "hurriyet.com.tr" ], "userreplay.net": [ "bathandbodyworks.com" ], "userreport.com": [ "hurriyet.com.tr", "t-online.de" ], "uservoice.com": [ "slader.com", "scoop.it" ], "userzoom.com": [ "statefarm.com" ], "usocial.pro": [ "narod.ru" ], "uuidksinc.net": [ "rutracker.org" ], "vanityfair.com": [ "wired.com" ], "veinteractive.com": [ "prweb.com" ], "verizon.com": [ "yahoo.com" ], "viafoura.co": [ "thestar.com", "irishtimes.com", "click2houston.com" ], "videohub.tv": [ "wsj.com", "thechive.com" ], "vidible.tv": [ "aol.com", "huffpost.com", "therealdeal.com" ], "viglink.com": [ "cnet.com", "zdnet.com", "mymodernmet.com" ], "vilynx.com": [ "eonline.com", "nbcnews.com", "msnbc.com" ], "vindicosuite.com": [ "people.com", "accuweather.com", "aarp.org" ], "visualwebsiteoptimizer.com": [ "instructure.com", "okta.com", "britannica.com" ], "vitalcheckpoint.ru": [ "rutracker.org" ], "vk.com": [ "aliexpress.ru", "sberbank.ru", "ria.ru" ], "vmmpxl.com": [ "ncsu.edu" ], "vnecdn.net": [ "vnexpress.net" ], "vogue.com": [ "wired.com" ], "voltn.com": [ "ettoday.net", "patheos.com" ], "volvelle.tech": [ "prweb.com" ], "voxmedia.com": [ "theverge.com", "vox.com", "polygon.com", "eater.com", "sbnation.com" ], "vrtzads.com": [ "thehindu.com" ], "vupulse.com": [ "dailywire.com" ], "w3.org": [ "openoffice.org" ], "w55c.net": [ "yahoo.com", "people.com", "hp.com" ], "walmart.com": [ "people.com" ], "watertu.com": [ "gusuwang.com" ], "wbtrk.net": [ "repubblica.it", "bild.de" ], "wcfbc.net": [ "repubblica.it", "bild.de" ], "weather.com": [ "wsbtv.com" ], "webforms-here.com": [ "here.com" ], "weborama.fr": [ "leboncoin.fr", "ivi.tv" ], "webs.com": [ "freewebs.com" ], "webspectator.com": [ "otvfoco.com.br", "goal.com" ], "webterren.com": [ "gmw.cn", "chinadaily.com.cn", "eastday.com" ], "webtrekk.net": [ "springer.com", "hepsiburada.com" ], "webtrendslive.com": [ "aaa.com" ], "webvisor.org": [ "tribunnews.com", "inquirer.net", "rezka.ag" ], "weibo.com": [ "sina.com.cn", "81.cn" ], "wideopenmediagroup.com": [ "wideopencountry.com", "wideopeneats.com", "thetruthaboutguns.com" ], "wikia-services.com": [ "gamepedia.com" ], "wikimedia.org": [ "ballotpedia.org" ], "wishabi.com": [ "globalnews.ca", "theadvocate.com", "baltimoresun.com" ], "wisokykulas.bid": [ "rezka.ag" ], "wix.com": [ "deviantart.com" ], "wkxppshj-qx.global.ssl.fastly.net": [ "harborfreight.com", "zappos.com", "upwork.com" ], "wmagazine.com": [ "wired.com" ], "wnyc.org": [ "newyorker.com" ], "wondershareware.cc": [ "wondershare.com" ], "wordpress.com": [ "gravatar.com", "thoughtcatalog.com", "variety.com", "akismet.com", "nypost.com", "heavy.com", "rare.us", "indiewire.com", "woocommerce.com", "globalnews.ca", "abril.com.br", "home.blog" ], "worldgravity.com": [ "hotstar.com" ], "wp.com": [ "akismet.com" ], "wpengine.com": [ "mixpanel.com", "zemanta.com" ], "wrating.com": [ "jrj.com.cn", "cri.cn" ], "wsod.com": [ "cnbc.com", "ft.com", "kitco.com" ], "wt-eu02.net": [ "libero.it" ], "wzrkt.com": [ "thehindu.com" ], "x-tags.net": [ "uzone.id" ], "xg4ken.com": [ "potterybarn.com", "remax.com", "vulture.com" ], "xinhuanet.com": [ "news.cn" ], "xiti.com": [ "dw.com", "accor.com" ], "xiu123.cn": [ "6.cn" ], "xlisting.jp": [ "goo.ne.jp" ], "xplosion.de": [ "t-online.de", "bild.de", "chip.de" ], "xspadvertising.com": [ "sourceforge.net", "businessinsider.com", "imore.com" ], "xtremepush.com": [ "livescore.com" ], "xxxlutz.de": [ "t-online.de" ], "yadro.ru": [ "ok.ru", "mail.ru", "rt.com" ], "yahoo.co.jp": [ "dropbox.com", "shutterstock.com", "marriott.com" ], "yahoo.com": [ "amazon.com", "msn.com", "dailymail.co.uk" ], "yandex.ru": [ "tribunnews.com", "opera.com", "aparat.com" ], "yieldify.com": [ "xe.com", "teespring.com", "philips.com" ], "yieldlab.net": [ "statista.com", "ebay-kleinanzeigen.de", "bild.de" ], "yieldmo.com": [ "criteo.com", "graduatez.com", "bobshideout.com" ], "yieldoptimizer.com": [ "marriott.com", "nikkei.com" ], "yimg.com": [ "msn.com", "dropbox.com", "walmart.com", "geocities.com" ], "youtube-nocookie.com": [ "joomla.org", "last.fm", "moodle.org" ], "youtube.com": [ "apache.org", "office.com", "glassdoor.com", "steamcommunity.com" ], "youvisit.com": [ "osu.edu", "fsu.edu" ], "yystatic.com": [ "yy.com" ], "zadn.vn": [ "zing.vn" ], "zalo.me": [ "zing.vn" ], "zaloapp.com": [ "zing.vn" ], "zarget.com": [ "freshdesk.com" ], "zdbb.net": [ "speedtest.net", "mashable.com", "ign.com" ], "zeddit.com": [ "time.com" ], "zedo.com": [ "photobucket.com", "prothomalo.com", "indiatoday.in" ], "zemanta.com": [ "msn.com", "thekrazycouponlady.com", "icepop.com" ], "zendesk.com": [ "investopedia.com", "gunbroker.com", "bugsnag.com" ], "zeotap.com": [ "orange.fr" ], "zergnet.com": [ "marketwatch.com", "looper.com", "knowyourmeme.com" ], "zg-api.com": [ "trulia.com" ], "zhaopin.cn": [ "zhaopin.com" ], "ziftsolutions.com": [ "plesk.com" ], "zineone.com": [ "kohls.com" ], "zlhlk.com": [ "kompasiana.com" ], "zlongad.com": [ "sina.cn" ], "zoho.com.au": [ "zoho.com" ], "zoho.in": [ "zoho.com" ], "zoomph.com": [ "uga.edu" ], "zorosrv.com": [ "ria.ru" ], "zprk.io": [ "smh.com.au", "straitstimes.com" ], "ztsrv.com": [ "homeadvisor.com" ], "zynbit.com": [ "parallels.com" ] }, "version": "2020.2.18" }privacybadger-release-2020.2.19/src/data/socialwidgets.json000066400000000000000000000142221362331047300235260ustar00rootroot00000000000000{ "AddThis": { "domain": "s7.addthis.com", "buttonSelectors": [ "div.addthis_toolbox:not(:empty)" ], "replacementButton": { "details": "
", "unblockDomains": [ "http://s7.addthis.com/", "http://ct1.addthis.com/", "http://api-public.addthis.com/" ], "imagePath": "AddThis.svg", "type": 2 } }, "Digg": { "domain": "widgets.digg.com", "buttonSelectors": [ ".DiggThisButton" ], "replacementButton": { "details": "http://www.digg.com/submit?url=", "unblockDomains": [ "http://www.digg.com/submit?url=" ], "imagePath": "Digg.svg", "type": 0 } }, "Facebook Like": { "domain": "www.facebook.com", "buttonSelectors": [ "fb\\:like", "iframe[src*='://www.facebook.com/plugins/like.php']", "iframe[src*='://www.facebook.com/v2.0/plugins/like.php']", ".fb-like" ], "replacementButton": { "details": "https://www.facebook.com/plugins/like.php?href=", "unblockDomains": [ "https://www.facebook.com/plugins/like.php?href=", "https://www.facebook.com/v2.0/plugins/like.php?href=" ], "imagePath": "FacebookLike.svg", "type": 1 } }, "Facebook Share": { "domain": "www.facebook.com", "buttonSelectors": [ "fb\\:share_button", "iframe[src*='://www.facebook.com/plugins/share_button.php']", "iframe[src*='://www.facebook.com/v2.0/plugins/share_button.php']", ".fb-share-button" ], "replacementButton": { "details": "https://www.facebook.com/plugins/share_button.php?href=", "unblockDomains": [ "https://www.facebook.com/plugins/share_button.php?href=", "https://www.facebook.com/v2.0/plugins/share_button.php?href=" ], "imagePath": "FacebookShare.svg", "type": 1 } }, "LinkedIn": { "domain": "platform.linkedin.com", "buttonSelectors": [ "script[type='in/share']" ], "replacementButton": { "details": "http://www.linkedin.com/shareArticle?mini=true&url=", "unblockDomains": [ "http://www.linkedin.com/shareArticle?mini=true&url=" ], "imagePath": "LinkedIn.svg", "type": 0 } }, "Pinterest": { "domain": "assets.pinterest.com", "buttonSelectors": [ "script[src='//assets.pinterest.com/js/pinit.js']", ".pin-it-button" ], "replacementButton": { "details": "http://pinterest.com/pin/create/button/?url=", "unblockDomains": [ "http://pinterest.com/pin/create/button/?url=" ], "imagePath": "Pinterest.svg", "type": 0 } }, "SoundCloud": { "domain": "w.soundcloud.com", "buttonSelectors": [ "iframe[src^='https://w.soundcloud.com/player']" ], "replacementButton": { "details": "", "unblockDomains": [ "https://w.soundcloud.com/" ], "imagePath": "badger-play.png", "type": 3 } }, "Spotify Player": { "domain": "open.spotify.com", "buttonSelectors": [ "iframe[src^='https://open.spotify.com/embed']" ], "replacementButton": { "details": "", "unblockDomains": [ "https://open.spotify.com/" ], "imagePath": "badger-play.png", "type": 3 } }, "Streamable Player": { "domain": "streamable.com", "buttonSelectors": [ "iframe[src^='https://streamable.com/']" ], "replacementButton": { "details": "", "unblockDomains": [ "https://streamable.com/" ], "imagePath": "badger-play.png", "type": 3 } }, "Twitter": { "domain": "platform.twitter.com", "buttonSelectors": [ ".twitter-share-button" ], "replacementButton": { "details": "https://twitter.com/intent/tweet?url=", "unblockDomains": [ "https://twitter.com/intent/tweet?url=" ], "imagePath": "Twitter.svg", "type": 0 } }, "Vimeo": { "domain": "player.vimeo.com", "buttonSelectors": [ "iframe[src^='https://player.vimeo.com/video/']:not([src*='background=1'])", "iframe[src^='//player.vimeo.com/video/']:not([src*='background=1'])" ], "replacementButton": { "details": "", "unblockDomains": [ "https://player.vimeo.com/" ], "imagePath": "badger-play.png", "type": 3 } }, "YouTube": { "domain": "www.youtube.com", "buttonSelectors": [ "iframe[src^='http://www.youtube.com/embed/']", "iframe[src^='https://www.youtube.com/embed/']" ], "replacementButton": { "details": "", "unblockDomains": [ "https://www.youtube.com/" ], "imagePath": "badger-play.png", "type": 3 } } } privacybadger-release-2020.2.19/src/data/surrogates.js000066400000000000000000000355301362331047300225330ustar00rootroot00000000000000/* * * This file is part of Privacy Badger * Copyright (C) 2016 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ require.scopes.surrogatedb = (function() { /** * A hostname can have one or more surrogate scripts. * * "hostnames" maps hostnames to surrogate pattern tokens. * * Surrogate pattern tokens are used to look up the actual * surrogate script code (stored in "surrogates" object below). * * There are currently two types of surrogate pattern tokens: * * - {Array} one or more suffix tokens: * Does the script URL (querystring excluded) end with the token? * * - {String} wildcard token: * Matches any script URL for the hostname. */ const hostnames = { 'b.scorecardresearch.com': [ '/beacon.js', '/c2/plugins/streamsense_plugin_html5.js', ], 'sb.scorecardresearch.com': [ '/beacon.js', '/c2/plugins/streamsense_plugin_html5.js', ], 'ssl.google-analytics.com': [ '/ga.js', '/analytics.js', ], 'www.google-analytics.com': [ '/analytics.js', '/ga.js', ], 'www.googletagservices.com': [ '/gpt.js', ], 'api.youneeq.ca': [ '/app/yqmin', ], 'cdn.krxd.net': 'noopjs', 'widgets.outbrain.com': '/outbrain.js', }; /** * "surrogates" maps surrogate pattern tokens to surrogate script code. */ const surrogates = { /* eslint-disable no-extra-semi, space-in-parens */ // Google Analytics (legacy ga.js) // // sourced from https://github.com/uBlockOrigin/uAssets/ under GPLv3 // https://github.com/uBlockOrigin/uAssets/blob/2dfeece7cfe671e93573db6d176901cf2df37623/filters/resources.txt#L162-L260 // // test cases: // http://checkin.avianca.com/ // https://www.vmware.com/support/pubs/ws_pubs.html (release notes links) // // API reference: // https://developers.google.com/analytics/devguides/collection/gajs/methods/ '/ga.js': '(' + function() { var noopfn = function() { ; }; // var Gaq = function() { ; }; Gaq.prototype.Na = noopfn; Gaq.prototype.O = noopfn; Gaq.prototype.Sa = noopfn; Gaq.prototype.Ta = noopfn; Gaq.prototype.Va = noopfn; Gaq.prototype._createAsyncTracker = noopfn; Gaq.prototype._getAsyncTracker = noopfn; Gaq.prototype._getPlugin = noopfn; Gaq.prototype.push = function(a) { if ( typeof a === 'function' ) { a(); return; } if ( Array.isArray(a) === false ) { return; } // https://twitter.com/catovitch/status/776442930345218048 // https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiDomainDirectory#_gat.GA_Tracker_._link if ( a[0] === '_link' && typeof a[1] === 'string' ) { window.location.assign(a[1]); } // https://github.com/gorhill/uBlock/issues/2162 if ( a[0] === '_set' && a[1] === 'hitCallback' && typeof a[2] === 'function' ) { a[2](); } }; // var tracker = (function() { var out = {}; var api = [ '_addIgnoredOrganic _addIgnoredRef _addItem _addOrganic', '_addTrans _clearIgnoredOrganic _clearIgnoredRef _clearOrganic', '_cookiePathCopy _deleteCustomVar _getName _setAccount', '_getAccount _getClientInfo _getDetectFlash _getDetectTitle', '_getLinkerUrl _getLocalGifPath _getServiceMode _getVersion', '_getVisitorCustomVar _initData _link _linkByPost', '_setAllowAnchor _setAllowHash _setAllowLinker _setCampContentKey', '_setCampMediumKey _setCampNameKey _setCampNOKey _setCampSourceKey', '_setCampTermKey _setCampaignCookieTimeout _setCampaignTrack _setClientInfo', '_setCookiePath _setCookiePersistence _setCookieTimeout _setCustomVar', '_setDetectFlash _setDetectTitle _setDomainName _setLocalGifPath', '_setLocalRemoteServerMode _setLocalServerMode _setReferrerOverride _setRemoteServerMode', '_setSampleRate _setSessionTimeout _setSiteSpeedSampleRate _setSessionCookieTimeout', '_setVar _setVisitorCookieTimeout _trackEvent _trackPageLoadTime', '_trackPageview _trackSocial _trackTiming _trackTrans', '_visitCode' ].join(' ').split(/\s+/); var i = api.length; while ( i-- ) { out[api[i]] = noopfn; } out._getLinkerUrl = function(a) { return a; }; return out; })(); // var Gat = function() { ; }; Gat.prototype._anonymizeIP = noopfn; Gat.prototype._createTracker = noopfn; Gat.prototype._forceSSL = noopfn; Gat.prototype._getPlugin = noopfn; Gat.prototype._getTracker = function() { return tracker; }; Gat.prototype._getTrackerByName = function() { return tracker; }; Gat.prototype._getTrackers = noopfn; Gat.prototype.aa = noopfn; Gat.prototype.ab = noopfn; Gat.prototype.hb = noopfn; Gat.prototype.la = noopfn; Gat.prototype.oa = noopfn; Gat.prototype.pa = noopfn; Gat.prototype.u = noopfn; var gat = new Gat(); window._gat = gat; // var gaq = new Gaq(); (function() { var aa = window._gaq || []; if ( Array.isArray(aa) ) { while ( aa[0] ) { gaq.push(aa.shift()); } } })(); window._gaq = gaq.qf = gaq; } + ')();', // https://github.com/gorhill/uBlock/issues/1265 // https://github.com/uBlockOrigin/uAssets/blob/581f2c93eeca0e55991aa331721b6942f3162615/filters/resources.txt#L736-L746 /* eslint-disable no-undef */ '/beacon.js': '(' + function() { window.COMSCORE = { purge: function() { _comscore = []; }, beacon: function() { ; } }; } + ')();', /* eslint-enable no-undef */ // http://www.dplay.se/ett-jobb-for-berg/ (videos) '/c2/plugins/streamsense_plugin_html5.js': '(' + function() { } + ')();', // https://github.com/EFForg/privacybadger/issues/993 // https://github.com/uBlockOrigin/uAssets/blob/2bc97541b3b9a9380b3ce8bd2242375925df293c/filters/resources.txt#L436-L567 /* eslint-disable no-empty */ '/gpt.js': '(' + function() { var p; // https://developers.google.com/doubleclick-gpt/reference var noopfn = function() { ; }.bind(); var noopthisfn = function() { return this; }; var noopnullfn = function() { return null; }; var nooparrayfn = function() { return []; }; var noopstrfn = function() { return ''; }; // var companionAdsService = { addEventListener: noopthisfn, enableSyncLoading: noopfn, setRefreshUnfilledSlots: noopfn }; var contentService = { addEventListener: noopthisfn, setContent: noopfn }; var PassbackSlot = function() { ; }; p = PassbackSlot.prototype; p.display = noopfn; p.get = noopnullfn; p.set = noopthisfn; p.setClickUrl = noopthisfn; p.setTagForChildDirectedTreatment = noopthisfn; p.setTargeting = noopthisfn; p.updateTargetingFromMap = noopthisfn; var pubAdsService = { addEventListener: noopthisfn, clear: noopfn, clearCategoryExclusions: noopthisfn, clearTagForChildDirectedTreatment: noopthisfn, clearTargeting: noopthisfn, collapseEmptyDivs: noopfn, defineOutOfPagePassback: function() { return new PassbackSlot(); }, definePassback: function() { return new PassbackSlot(); }, disableInitialLoad: noopfn, display: noopfn, enableAsyncRendering: noopfn, enableSingleRequest: noopfn, enableSyncRendering: noopfn, enableVideoAds: noopfn, get: noopnullfn, getAttributeKeys: nooparrayfn, getTargeting: noopfn, getTargetingKeys: nooparrayfn, getSlots: nooparrayfn, refresh: noopfn, set: noopthisfn, setCategoryExclusion: noopthisfn, setCentering: noopfn, setCookieOptions: noopthisfn, setForceSafeFrame: noopthisfn, setLocation: noopthisfn, setPublisherProvidedId: noopthisfn, setRequestNonPersonalizedAds: noopthisfn, setSafeFrameConfig: noopthisfn, setTagForChildDirectedTreatment: noopthisfn, setTargeting: noopthisfn, setVideoContent: noopthisfn, updateCorrelator: noopfn }; var SizeMappingBuilder = function() { ; }; p = SizeMappingBuilder.prototype; p.addSize = noopthisfn; p.build = noopnullfn; var Slot = function() { ; }; p = Slot.prototype; p.addService = noopthisfn; p.clearCategoryExclusions = noopthisfn; p.clearTargeting = noopthisfn; p.defineSizeMapping = noopthisfn; p.get = noopnullfn; p.getAdUnitPath = nooparrayfn; p.getAttributeKeys = nooparrayfn; p.getCategoryExclusions = nooparrayfn; p.getDomId = noopstrfn; p.getSlotElementId = noopstrfn; p.getSlotId = noopthisfn; p.getTargeting = nooparrayfn; p.getTargetingKeys = nooparrayfn; p.set = noopthisfn; p.setCategoryExclusion = noopthisfn; p.setClickUrl = noopthisfn; p.setCollapseEmptyDiv = noopthisfn; p.setTargeting = noopthisfn; // var gpt = window.googletag || {}; var cmd = gpt.cmd || []; gpt.apiReady = true; gpt.cmd = []; gpt.cmd.push = function(a) { try { a(); } catch (ex) { } return 1; }; gpt.companionAds = function() { return companionAdsService; }; gpt.content = function() { return contentService; }; gpt.defineOutOfPageSlot = function() { return new Slot(); }; gpt.defineSlot = function() { return new Slot(); }; gpt.destroySlots = noopfn; gpt.disablePublisherConsole = noopfn; gpt.display = noopfn; gpt.enableServices = noopfn; gpt.getVersion = noopstrfn; gpt.pubads = function() { return pubAdsService; }; gpt.pubadsReady = true; gpt.setAdIframeTitle = noopfn; gpt.sizeMapping = function() { return new SizeMappingBuilder(); }; window.googletag = gpt; while ( cmd.length !== 0 ) { gpt.cmd.push(cmd.shift()); } } + ')();', /* eslint-enable no-empty */ // https://github.com/EFForg/privacybadger/issues/1014 /* eslint-disable no-unused-expressions */ '/app/yqmin': '(' + function() { var noopfn = function() { ; }; function YqClass() { this.observe = noopfn; this.observeMin = noopfn; this.scroll_event = noopfn; this.onready = noopfn; this.yq_panel_click = noopfn; this.titleTrim = noopfn; } window.Yq || (window.Yq = new YqClass); } + ')();', /* eslint-enable no-unused-expressions */ // https://github.com/uBlockOrigin/uAssets/blob/0e225402b40db0983faf8b4ce13c73d57fb257d7/filters/resources.txt#L354-L403 /* eslint-disable no-empty */ '/analytics.js': '(' + function() { // https://developers.google.com/analytics/devguides/collection/analyticsjs/ var noopfn = function() { ; }; var noopnullfn = function() { return null; }; // var Tracker = function() { ; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; // var w = window, gaName = w.GoogleAnalyticsObject || 'ga'; var ga = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { return; } try { f.hitCallback(); } catch (ex) { } }; ga.create = function() { return new Tracker(); }; ga.getByName = noopnullfn; ga.getAll = function() { return []; }; ga.remove = noopfn; // https://github.com/uBlockOrigin/uAssets/issues/2107 ga.loaded = true; w[gaName] = ga; // https://github.com/gorhill/uBlock/issues/3075 var dl = w.dataLayer; if ( dl instanceof Object && dl.hide instanceof Object && typeof dl.hide.end === 'function' ) { dl.hide.end(); } } + ')();', /* eslint-enable no-empty */ // https://github.com/uBlockOrigin/uAssets/blob/d7d4836638dcf227938b4cead66ad9d01b6166ba/filters/resources.txt#L843-L868 '/outbrain.js': '(' + function() { var noopfn = function() { ; }; var obr = {}; var methods = [ 'callClick', 'callLoadMore', 'callRecs', 'callUserZapping', 'callWhatIs', 'cancelRecommendation', 'cancelRecs', 'closeCard', 'closeModal', 'closeTbx', 'errorInjectionHandler', 'getCountOfRecs', 'getStat', 'imageError', 'manualVideoClicked', 'onOdbReturn', 'onVideoClick', 'pagerLoad', 'recClicked', 'refreshSpecificWidget', 'refreshWidget', 'reloadWidget', 'researchWidget', 'returnedError', 'returnedHtmlData', 'returnedIrdData', 'returnedJsonData', 'scrollLoad', 'showDescription', 'showRecInIframe', 'userZappingMessage', 'zappingFormAction' ]; obr.extern = { video: { getVideoRecs: noopfn, videoClicked: noopfn } }; methods.forEach(function(a) { obr.extern[a] = noopfn; }); window.OBR = window.OBR || obr; } + ')();', // https://github.com/uBlockOrigin/uAssets/blob/0efcadb2ecc2a9f0daa5a1df79841d794b83860f/filters/resources.txt#L38-L41 'noopjs': '(' + function() { ; } + ')();', /* eslint-enable no-extra-semi, space-in-parens */ }; // aliases // for example: // surrogates['/JS/socialize.js'] = surrogates['/JS/gigya.js'] = surrogates['/js/gigya.js']; // reformat surrogate strings to exactly match formatting in uAssets Object.keys(surrogates).forEach(key => { surrogates[key] = surrogates[key] // remove space from anon function if present .replace(/^\(function \(/, '(function(') // fix indentation .split(/[\r\n]/).map(str => str.replace(/^ {4}/, '')).join('\n') // replace spaces by tabs .replace(/ {2}/g, '\t'); }); const exports = { hostnames: hostnames, surrogates: surrogates, }; return exports; })(); privacybadger-release-2020.2.19/src/data/yellowlist.txt000066400000000000000000000246521362331047300227520ustar00rootroot00000000000000nosdn.127.net bnet.163.com 122.2o7.net 112.2o7.net accuweather.com actionnetwork.org imagesrv.adition.com auth.adobe.com wwwimages.adobe.com xsdownload.adobe.com assets.adobedtm.com affirm.com akamai.net akamaihd.net akamaized.net alexa.com ally.com amazon.com s3.amazonaws.com amazonaws.com coin.amazonpay.com coin-eu.amazonpay.com americanexpress.com ancestry.com angularjs.org up.anv.bz anvato.net tkx-acc.apis.anvato.net cdn.anvato.net tkx2-prod.anvato.net mcp-media5.anvato.net aol.com aolcdn.com ap.org apnewsregistry.com apple.com hiroservers.appspot.com snapabug.appspot.com appspot.com arcgis.com arcgisonline.com archive.org secure5.arcot.com arcot.com cdn.arstechnica.net art19.com aspnetcdn.com c64.assets-yammer.com assetfiles.com assets-cdk.com auth0.com authorize.net azureedge.net bac-assets.com api.map.baidu.com sapi.map.baidu.com bandcamp.com bankid.no bankrate.com bazaarvoice.com bcbits.com betterttv.net static.beyondmenu.com www.beyondmenu.com bigcommerce.com www.bing.com bit.ly bizrate.com blockstack.org blogblog.com blogger.com blogspot.com bp.blogspot.com bloxcms.com boldchat.com bootstrapcdn.com braintreegateway.com brcdn.com breakingburner.com brightcove.com players.brightcove.net bungie.net buzzfed.com buzzfeed.com cachefly.net cardinalcommerce.com cbsi.com cbsimg.net cbsistatic.com cdninstagram.com cdnpk.com cern.ch charter.com pwc.chase.com civicscience.com cleanprint.net cleveland.com cloudflare.com cloudfront.net cloudinary.com bbb.org bbc.co.uk bbci.co.uk w.graphiq.com s.graphiq.com s2.graphiq.com s3.graphiq.com files.graphiq.com gr-assets.com guardian.co.uk media-imdb.com mediaworks.co.nz cc.cnetcontent.com cdn.cnetcontent.com ws.cnetcontent.com codepen.io creativecommons.org cstv.com cursecdn.com custhelp.com d3js.org dailymotion.com danid.dk dealer.com dealerinspire.com delicious.com delvenetworks.com deviantart.com deviantart.net digitalriver.com digitalrivercontent.net cdn.discourse.org discovery.com disqus.com disquscdn.com a.disquscdn.com uploads.disquscdn.com dmcdn.net dmcdn.com screendoor.dobt.co documentcloud.org donorbox.org dotsub.com dl.dropboxusercontent.com dumpert.nl duosecurity.com cdn.dynamicyield.com cdn-eu.dynamicyield.com rcom.dynamicyield.com rcom-eu.dynamicyield.com static.dynamicyield.com st.dynamicyield.com st-eu.dynamicyield.com ebay.com ebayimg.com ebayrtm.com ebaystatic.com ecwid.com edgecastcdn.net edgefcs.net edgekey.net editmysite.com files.edx.org ehc.com elasticbeanstalk.com eltrafiko.com api-cdn.embed.ly api.embed.ly cdn.embed.ly cdn.embedly.com i-cdn.embed.ly i.embed.ly epoch.com epoq.de et4.de ethn.io evcdn.com ebmedia.eventbrite.com everyaction.com s-static.ak.facebook.com staticxx.facebook.com www.facebook.com fansonly.com travis-ci-org.global.ssl.fastly.net fastly.net fbcdn.net attachment.fbsbx.com feedburner.com filepicker.io financialcontent.com findnsave.com firstlook.org flipcause.com framasoft.org frz.io build.origami.ft.com fz.io fzcdn.net hello.firefox.com flattr.com flickr.com fling.com flowplayer.org flyertown.ca adm.fwmrm.net fontawesome.com fontdeck.com fonts.com fonts.net force.com formstack.com fuseservice.com 140cc.v.fwmrm.net fyre.co gannett-cdn.com gannettonline.com gannett-tv.com gasbuddy.com gawkerassets.com geenstijl.nl geetest.com geoplugin.net geotrust.com getpocket.com giant.gfycat.com gfycat.com ggpht.com gigya.com giphy.com github.com githubusercontent.com gmodules.com godatafeed.com gogousenet.com accounts.google.com apis.google.com books.google.com calendar.google.com checkout.google.com clients1.google.com clients6.google.com consent.google.com cse.google.com developers.google.com docs.google.com drive.google.com feedburner.google.com feedproxy.google.com fonts.google.com fusiontables.google.com groups.google.com kh.google.com khms0.google.com khms1.google.com khms2.google.com khms3.google.com khms4.google.com labs.google.com maps-api-ssl.google.com mapsengine.google.com maps.google.com mt0.google.com mt1.google.com mts0.google.com mts1.google.com mw1.google.com mw2.google.com pay.google.com picasaweb.google.com play.google.com plus.google.com sites.google.com smartlock.google.com spreadsheets.google.com talkgadget.google.com translate.google.com trends.google.com video.google.com www.google.com ajax.googleapis.com storage.googleapis.com googleapis.com googlecode.com googlecommerce.com googletagservices.com cdn.leafletjs.com lh4.googleusercontent.com googleusercontent.com googlevideo.com governmentjobs.com gravatar.com greenhouse.io gscdn.nl gstatic.com guildwars2.com hackerone-user-content.com helium.com herokuapp.com code.highcharts.com homestead.com cdn.hometogo.net hootsuite.com humblebundle.com hwcdn.net hypothes.is ibsys.com icbdr.com mpsnare.iesnare.com imagecorn.com imageg.net imagehost123.com images-amazon.com imageshack.us imagetwist.com imagevenue.com imbox.io www.img-bahn.de imgchili.com imgfarm.com imgspice.com imgur.com imgix.net imshopping.com inergizedigital.com inq.com inscloudgate.net instagram.com instantservice.com instapaper.com instructure.com intellicast.com intensedebate.com intercom.io members.internetdefenseleague.org investingchannel.com script.ioam.de issuu.com janrain.com jquery.com jquerytools.org jsdelivr.net jsonip.com jtvnw.net justin.tv jwpcdn.com jwpltx.com content.jwplatform.com jwpsrv.com cdnapi.kaltura.com cdnapisec.kaltura.com cdnbakmi.kaltura.com cdnsecakmi.kaltura.com cfvod.kaltura.com www.kaltura.com kampyle.com kataweb.it kickapps.com kickstarter.com kickstatic.com kingfeatures.com kinja.com kinja-static.com klarna.com klarnacdn.net klm.com kxcdn.com ddragon.leagueoflegends.com libsyn.com licdn.com licensebuttons.net addon.lidl.de media.lidl.com linkwithin.com list-manage.com i.lithium.com messenger.live.com officeapps.live.com onedrive.live.com livechatinc.com livefyre.com livehelpnow.net liveperson.net livestream.com llnwd.net loggly.com logos.com lphbs.com mail.ru mailchimp.com mapbox.com mapquestapi.com marketo.com masslive.com mathjax.org maxmind.com mcclatchyinteractive.com meebocdn.net mfstatic.cz microsoft.com microsoftonline.com microsofttranslator.com mlive.com mncdn.com mobify.com verify.monzo.com loop.services.mozilla.com mozilla.net mozilla.org mozu.com mqcdn.com msecnd.net msn.com mtv.com mtvnservices.com mycapture.com myportfolio.com myshopify.com mzstatic.com nationbuilder.com nationalgeographic.com nbcuni.com neighborsink.com netdna-cdn.com netdna-ssl.com nos.netease.com netflix.com networksolutions.com newsinc.com newslook.com newstogram.com nextopiasoftware.com nfl.com nflcdn.com assets.nflxext.com cdn3.nflxext.com nflxext.com ngfiles.com ngpvan.com nj.com nmcdn.us nola.com npmcdn.com nrcdn.com nsimg.net media.nu.nl nyt.com nytimes.com c.o0bg.com ocdn.eu ocsn.com olark.com omroep.nl amazoncustomerservice.d2.sc.omtrdc.net omny.fm attservicesinc.tt.omtrdc.net dsw.tt.omtrdc.net onswipe.com api.ooyala.com c.ooyala.com l.ooyala.com opf.ooyala.com player.ooyala.com secure-cf-c.ooyala.com tile.opencyclemap.org tile2.opencyclemap.org openlayers.org openlibrary.org openload.co tile.openstreetmap.fr openstreetmap.org optimizely.com oregonlive.com outlook.com paddle.com pandacommerce.net parastorage.com passwordbox.com payments-amazon.com paypal.com paypalobjects.com pdf.yt pennlive.com performgroup.com pgcdn.com phncdn.com photobucket.com phplist.com piclens.com pinimg.com piratebay.org pistachio-cdn.graze.com pixietrixcomix.com plex.tv plot.ly web.poecdn.com poll.fm polldaddy.com postimg.org powerreviews.com pricegrabber.com printfriendly.com prismic.io providesupport.com psswrdbx.com publiekeomroep.nl img.purch.com qualtrics.com quotemedia.com api.razorpay.com checkout.razorpay.com razorpay.com rackcdn.com rackspacecloud.com radikal.ru radiofrance.fr rambler.ru images.rapgenius.com readability.com readthedocs.org recaptcha.net recurly.com redcdn.pl reddit.com redditmedia.com redditstatic.com redefine.pl cdngeneral.rentcafe.com resultspage.com rewardstyle.com rpxnow.com rssinclude.com salesforce.com salesforceliveagent.com salsalabs.com sbnation.com schd.ws sched.org schibsted.com schibsted.io schibsted.no schibsted.tech scribd.com scribdassets.com www.searchanise.com securesuite.co.uk securitymetrics.com seeclickfix.com sgizmo.com shopify.com shopping.com shop-pro.jp shoprunner.com sidearmsports.com siteimprove.com shield.sitelock.com sketchfab.com slidedeck.com public.slidesharecdn.com s-msft.com s-msn.com smugmug.com snapengage.com sndcdn.com auth.api.sonyentertainmentnetwork.com cdn-a.sonyentertainmentnetwork.com api.soundcloud.com feeds.soundcloud.com springboardplatform.com squarespace.com squareup.com squirt.io ssl-images-amazon.com cdn.sstatic.net sstatic.net stackexchange.com stackoverflow.com staticamzn.com cdn.static-economist.com staticflickr.com steampowered.com store.akamai.steamstatic.com steamusercontent.com stripe.com stripecdn.com surveygizmo.com surveymonkey.com swiftype.com public.tableausoftware.com c.tadst.com taleo.net uploads.tapatalk-cdn.com targetimg1.com targetimg2.com technorati.com tegna-media.com textalk.se theplatform.com tile.thunderforest.com timeinc.net tinypass.com tinypic.com tinyurl.com tiqcdn.com torbit.com townnews.com cookieblock.trackersimulate.org tradingview.com trb.com trbimg.com trumba.com privacy-policy.truste.com trustkeeper.net trustwave.com ttvnw.net tumblr.com turner.com turnto.com twimg.com api.twisto.cz static.twisto.cz api.twisto.pl twitch.tv twitter.com platform.twitter.com syndication.twitter.com typeform.com typekit.com typekit.net typepad.com typography.com assets.ubuntu.com uicdn.com ui-portal.de ultimedia.com ultraimg.com unicornmedia.com unsplash.com uplynk.com usa.gov viafoura.net viddler.com videobash.com vidible.tv viduki.com vimeo.com vimeocdn.com virtualearth.net visa.com vmixcore.com voxmedia.com vox-cdn.com w3.org wallst.com weather.com weather.gov weatherbug.com weathernationtv.com weatherzone.com.au webflow.com webs.com websimages.com webtype.com weebly.com where.com widgetserver.com wikidata.org wikimedia.org wikipedia.org wildapricot.org windows.net windy.com wishabi.com wistia.net wistia.com wix.com wixapps.net gatherer.wizards.com s.w.org ts.w.org ps.w.org wnyc.org wordpress.com worldnow.com wp.com wpengine.com wufoo.com wxc.com wxug.com y3.analytics.yahoo.com pipes.yahoo.com search.yahoo.com yahoo.net yahooapis.com api-maps.yandex.ru img-fotki.yandex.ru yardbarker.com yastatic.net yellowpages.com seatme.yelp.com yelpcdn.com yimg.com yottaa.net youku.com youtube.com youtube-nocookie.com youwatch.org ytimg.com zdassets.com zencdn.net zendesk.com ziplist.com zlcdn.com zoho.com zoho.eu zohopublic.com zohostatic.com zombaio.com zope.net zopim.com zvents.com privacybadger-release-2020.2.19/src/icons/000077500000000000000000000000001362331047300201735ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/icons/UI-icons-green.svg000066400000000000000000000015221362331047300234400ustar00rootroot00000000000000 UI-icons-green Created with Sketch. privacybadger-release-2020.2.19/src/icons/UI-icons-red.svg000066400000000000000000000017651362331047300231230ustar00rootroot00000000000000 UI-icons-red Created with Sketch. privacybadger-release-2020.2.19/src/icons/UI-icons-yellow.svg000066400000000000000000000033211362331047300236520ustar00rootroot00000000000000 UI-icons-yellow Created with Sketch. privacybadger-release-2020.2.19/src/icons/badger-128.png000066400000000000000000000136701362331047300224440ustar00rootroot00000000000000PNG  IHDRtEXtSoftwareAdobe ImageReadyqe<(iTXtXML:com.adobe.xmp RPLTEý:ND"P[Ξɡ |ffw% cX` 5k{~{mϽ}UO =9 ?)iG *?DU' }sw$( ^Vja|؆j@9XĂ LQfΧp`E-0^N5/1;/ԙp "c&|tt4{'W `?C>df3#bZi6Ts-Δ:qOH^ج,Tt@CVajɤ57j' 0ֱӽwk@N_{@ә"J(+ZFNxru^<(jbImx׉7uEzj~n1|$Eˏ1m\gF?Uaq {K!o:|X4`"P'.dmuDD*]>"q$(ZQh33&? NF/a4@e<@8R%̠^1a >C*J$nJO bsXNGBڣx a 0ֵ4e{SĘ~Rɮ@YW&3>瑚LYr3Ǎh=$q܉\n`SSn"c_U0d".P^XvVxZ `3݈xF W.??>5 dL~mT}5n mbi7?x`91f%4ϰ<0> @F2K$3HL%S6'92^< ѓ6D ? π' HCCm5* ٔ%oP "QW 6;+?ĺ$E#q% G7KKf Z!1aR3'h=Eƫ6A$稟qPO^L5.0QvWx;x= i̔!(&WlY C[>!q}"J}=R։Hbwdlhɲ }BS:5>EpR5"vfȫ 1EjД%mNJ8-,? X)h' ys %z)"E&5x \]8?(R=uqXPQ絕7|͋4 aA3 dї} x?HZN Omd~U:EENRo1$~ZԂkbEh JĺibG~zjM 8!6qnI+v"&MΝO (kj{q=r/W# ©ܾ;W!G~=ؐȉՉC #B6w="%k{çzvX #čpUDp 9JM\C.(x ;w2Xp.?deƜJRGQ6\s:o9\{R\x)B? !KO~%D;_# 6%5( ӿNJhLP`Rv)LR\2s`@uZ8$i~tWz9-nO4Lι͒6ŀٗ ;eaf(xukP0%hBB:"iIC[} lGO KMAF E1@ć+R}؆gtPIۅ?Aa wA95Z4oEa쒻 ^-@)}c)s]_5m=ztkW.+{#V侕_\/~.&B5~sv~q/&ɒ80@):hE.h0 Hޕ̉Rw|\>D4ېņCl81eyDQ@0glǪi&x~\M{ќ7/ ?Kl%%/]wC+2-y*(Bu T>?ٞ%=/Sa0vť cY6ȰRt^I"\S'"?_7^x{:sJ9?7^d?mL*6FIEwI#PJu:%/ˤ X<0fk H|B(pg5Gbjb􆹸s!n-)*AzrzpSyƵ?t}1 ]R=$8*{ӞIJaަnكa߭[ o}w#E[H-*u ̟ Dli#ܔ3t2@H3mIF>*g0bYb"]4P'@rGض.,,6\2pp-EۉL]h *PEBh={ahįthiېg&LNډIR%_hV + *1(;k>*z-ORw҈i]jJ{!Zh:uH_ZPl,@/5qiaY~P!s3dh)$q*th)X$u܍p( 1p:Fz1_߁ZSHaV Z*ey1ʢ&`? L"kyT(Ep =8Wz=Xٸldtȫ#5LOٵ)8I:1L9euLd>+gL!V>ۓ ۘD܂XQ6s~UW dwLfQϝaRDDItZtpS%cN6}10 Ei6!+ia:K)͓%70#Hz1qrP h )Lukxe1WB:K\;ȄVчPo:)Ow>aqlƶg ɣwÓpNRh{"ozbd6RR6$yYPAo:ZC5z=/^hl=J HЌ:*)aYH0}c5`ؿb>##%iә-+QaW+u6 w@߬>]:ˆޗʕJo-#fm׮ve7' gQ,3\孡ov.BqFGsH.vet P6}V]hɵkX` 5` c^ SIENDB`privacybadger-release-2020.2.19/src/icons/badger-16.png000066400000000000000000000032261362331047300223540ustar00rootroot00000000000000PNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<(iTXtXML:com.adobe.xmp 3"JPLTE!!!ǡ1&qqr}ى굇uCڞjzGHHGsAIJI];mno㙝賅̥mFɣyzzʞxPG?EEEÉ|o==<~zڽY>DI͖fƒe\3N#˽YYX4$ƌX122{DV$|݇U'Úٹ鵇:97iZMgnv^`aԠrۥveDFOX•ǫAΑ\鵈qrsc9ڐPP3YB.~ӞpTVW^`` Ϭ543߯RQPd6]Π RtRNSMIDATxbD Xy9Ž& NcsDSx]1f- 1EJ8=  Sa^IENDB`privacybadger-release-2020.2.19/src/icons/badger-19-disabled.png000066400000000000000000000007431362331047300241250ustar00rootroot00000000000000PNG  IHDRYGbKGD̿ pHYs  tIME-tIDAT(ϭKq~1BʅtPB&tR:wD:Ax2$"V>tt'z"_l+F,DbP5KRXh`ZKC. h!,cԐ(juk{޻nm~vWl߸B_[%qդ }Ⴒ9!M[2ڞW*JkJ yV)jX3&쭂yyO Y5 OQf1PLTE &&&wxy S l;JIIֱt?uH *黑gc^[ZY^]\\\[󰫧g0j3[|ba_ԵұÖqqpuvvq@䱄Ӷ454$oQ'βCDDϭOPQ_I7ѯ輖jP`_\~Fۗ %Ɛb{{as= "$$k*ƼuN|G뻑ۣsעs|7&))uN@><ÙoL}ʧXqnlʩ;JnnnJƒ\`eX$.-+gɾI6$̏b贇}KLM~ExS(ĜlVC841ԙgd3麐8CFs.1`M3Rш)^'-v:iRYy[+ _LuƧ ?TCJ/0\daueڏ[}&,v$ܨZH7F߆qsvUf|* F{B΋:k: cB2=aPJ*˻aZ x|VKxm+' %FNsnQjʸZ7Y貗pK "A.薒5&թV!o<86f R樴!]?7 LtQIENDB`privacybadger-release-2020.2.19/src/icons/badger-38.png000066400000000000000000000026421362331047300223610ustar00rootroot00000000000000PNG  IHDR&&RPLTEuµڻuqljheaxD- %Tͣh\YUɛI[{**),W5ҭKOLI1n\nG%)h:(AEA>;+D+Œsb592,y$鼸K=19=<:rqqgbUI#!zvr,m!`]Y&VRN432q; G' Ñ)DDEda_Q}HKKK\rmj8 I=r#}" 维6ձWV- |y-_u#[Nኆx) V JGE:97 y('²}xԞ֢swzwyz|yuNHBmӇ@ 6# 3FKPx$|@ d~CtRNS@fbKGDH pHYs  tIME(*܈)IDAT8ݔOQǁA*Cey@D@4ӥNtVD8se֫V6/ay[ysg\X 4G_(" =K9Js|j*:(W=qre)+*+3NRi]K|s wnMfH H,yتsLË衸Ի m%8VfNJ[Ae]8 H2'eQ'12 H۶pU:p2(@9te)I Ёh49Zsk% V#-tAys^ -1I ro4*B_`oF)L0ɲ/`t,4LT EKL2K)#f^B  @ !Gt<#fj7 'D TZG#™f5R4h(|@7FZs~[VxUB ;Y5R90Y.7Z>0r|lyגC \6,Ğ4Kt$'8WֹE"Cß0Cqx PEm};l D'6RPLTEµuڻuqljheaxD- %Tͣh\YUɛI[{**),W5ҭKOLI1n\nG%)h:(AEA>;+D+Œsb592,y$鼸K=19=<:rqqgbUI#!zvr,m!`]Y&VRN432q; G' Ñ)DDEda_Q}HKKK\rmj8 I=r#}" 维6ձWV- |y-_u#[Nኆx) V JGE:97 y('²}xԞ֢swzwyz|yuNHBmӇ@ 6# 3FKPx$|@ dtRNSFIDATxi[WG"('jT₻K@,(!h\,5ĸ4P#6$jlIIx3cP0ڴ|>se`Q[I.M*\o;Ϝhyo ,#>b*Ukܓ@I&<]Am)-u:K5Gy4,-h-U4yቧ&52/" }}VJ<&eQGm¥ b6JAT H_ꪥ(zO}(qY2m%N^xӴhVunO L==  ƍ?'3󇢶ANZ~hY̮Bn>iTZ5v7B(t![SU8ϝ"eS EKѭ{f 5fEx~0 א#( M%@@Wm,Pi>(s;܎EDP~AͳsWAlqEbhc(7p> ݍh(3hp's܍%ĂI7֏&>+< ag &;PAZCMxܚ٩0 $MGc=EY`+RS;"ɝ,#yI0.@)!Ls֣PV0`s/ӷ71QA:IY|pTfc#G No\>0< I [A]v|R }0c" N#Ao*E?eW_bZ!T,ܴܫǻ_°--{_%]iϬjJNia|kp=fOyε8PREQD1u08^-g)ie]^@_l=¹ =R_YW-]\w;8ʶ bnPTjU/ϐhLO?1NfZ*.ZyG6ӊ-ua\nVy/;SQ׻N$HNc>FsLѮJ$Nyտq wnzB&{o9v0;IIENDB`privacybadger-release-2020.2.19/src/icons/badger-64.png000066400000000000000000000037751362331047300223700ustar00rootroot00000000000000PNG  IHDR@@RPLTE򧝒ý:ND QAeȅ֕KjA sX1# 2H(LF1"ζ>W?zYB?\&ʯws5sch!ch )!Ay@"T<7_\Ƀj<jd'%k[V1 6#a>Bp! 8b^<&EfIrSsH@+E B_P ^㻘П 4:12*9nSQT2Ȥ s~3i|eej8ZRw4ib>`4'ӖeRe6$)x0a/R9g&D±sL,%dQEqFy1e#ηKR?I$7o8nҰL%Jmn@E@6}K*S%q*e†EHBKlt_={G e,DC{4oߣ(QZ߯ TVdy3]OhQlĊYL0ܙuyJ%ˇ,6Fr^?m^kkfmW #>K!z͜ItTUHދD *C6ܗ\w=]E U:AaD:@R.2;u}IրAuoxnmü5=^Hw?]ri vܯ*4ڶ;EVTZaGbH 'ե'ipJNk$x?ށwOCKs2ʠώ&tlN3 J" :[ rnX_e;5Y[_w>05܈wbk!uwo/Kl cMdXc'@L`{UctғaI"J:NM$WGZ,xÄxbZZZ˽DƼ7*!񦒡v1_O׃D+1x!ƴ-#i+eW YW%u,WIENDB`privacybadger-release-2020.2.19/src/icons/badger-bw-noborder.svg000066400000000000000000000152761362331047300243710ustar00rootroot00000000000000 privacybadger-release-2020.2.19/src/icons/badger-pin.png000066400000000000000000000006641362331047300227170ustar00rootroot00000000000000PNG  IHDRabKGD3V pHYs  tIME 7AIDAT8SJA}%!\s 搨Ne> U> v~M*!?N eh,aDIRطo-3fو(ξJN$9$9hC Æ<twU$9㸟cZ$HHؕ$C?y 6 XxLh;5PIENDB`privacybadger-release-2020.2.19/src/icons/badger-slider-handle.png000066400000000000000000000002651362331047300246410ustar00rootroot00000000000000PNG  IHDRabKGD pHYs  tIME #D_!tEXtCommentCreated with GIMPWIDAT8c`0Qj˨Q@G98IENDB`privacybadger-release-2020.2.19/src/icons/dnt-16.png000066400000000000000000000005271362331047300217160ustar00rootroot00000000000000PNG  IHDR(-StEXtSoftwareAdobe ImageReadyqe<rPLTEfffޥDA""" PMۛjh333ߧTQܠUUU}NK]Zi{IDATxd͉@ . **цr5d.@! OB"ӭB5P3Pl,1Эm =UmHW6Wjfn^ӣo\g-ֵ, 0& IENDB`privacybadger-release-2020.2.19/src/icons/help.svg000066400000000000000000000021731362331047300216470ustar00rootroot00000000000000 privacybadger-release-2020.2.19/src/icons/options.svg000066400000000000000000000014241362331047300224100ustar00rootroot00000000000000 privacybadger-release-2020.2.19/src/icons/share.svg000066400000000000000000000007351362331047300220230ustar00rootroot00000000000000 privacybadger-release-2020.2.19/src/js/000077500000000000000000000000001362331047300174745ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/js/background.js000066400000000000000000000637401362331047300221630ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Derived from Adblock Plus * Copyright (C) 2006-2013 Eyeo GmbH * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /* globals log:false */ var utils = require("utils"); var constants = require("constants"); var pbStorage = require("storage"); var HeuristicBlocking = require("heuristicblocking"); var FirefoxAndroid = require("firefoxandroid"); var webrequest = require("webrequest"); var widgetLoader = require("widgetloader"); var Migrations = require("migrations").Migrations; var incognito = require("incognito"); /** * Privacy Badger initializer. */ function Badger() { var self = this; self.webRTCAvailable = checkWebRTCBrowserSupport(); self.firstPartyDomainPotentiallyRequired = testCookiesFirstPartyDomain(); self.widgetList = []; widgetLoader.loadWidgetsFromFile("data/socialwidgets.json", (response) => { self.widgetList = response; }); self.storage = new pbStorage.BadgerPen(function(thisStorage) { if (self.INITIALIZED) { return; } self.heuristicBlocking = new HeuristicBlocking.HeuristicBlocker(thisStorage); self.updateTabList(); self.initializeDefaultSettings(); try { self.runMigrations(); } finally { // TODO "await" to set INITIALIZED until both below async functions resolve? // see TODO in qunit_config.js and in dnt_test.py self.loadFirstRunSeedData(); self.initializeYellowlist(); self.initializeDNT(); self.showFirstRunPage(); } // set badge text color to white in Firefox 63+ // https://bugzilla.mozilla.org/show_bug.cgi?id=1474110 // https://bugzilla.mozilla.org/show_bug.cgi?id=1424620 if (chrome.browserAction.hasOwnProperty('setBadgeTextColor')) { chrome.browserAction.setBadgeTextColor({ color: "#fff" }); } // Show icon as page action for all tabs that already exist chrome.tabs.query({}, function (tabs) { for (var i = 0; i < tabs.length; i++) { let tab = tabs[i]; self.refreshIconAndContextMenu(tab.id, tab.url); } }); // start all the listeners incognito.startListeners(); webrequest.startListeners(); HeuristicBlocking.startListeners(); FirefoxAndroid.startListeners(); startBackgroundListeners(); console.log("Privacy Badger is ready to rock!"); console.log("Set DEBUG=1 to view console messages."); self.INITIALIZED = true; }); /** * WebRTC availability check */ function checkWebRTCBrowserSupport() { if (!(chrome.privacy && chrome.privacy.network && chrome.privacy.network.webRTCIPHandlingPolicy)) { return false; } var available = true; var connection = null; try { var RTCPeerConnection = ( window.RTCPeerConnection || window.webkitRTCPeerConnection ); if (RTCPeerConnection) { connection = new RTCPeerConnection(null); } } catch (ex) { available = false; } if (connection !== null && connection.close) { connection.close(); } return available; } /** * Checks for availability of firstPartyDomain chrome.cookies API parameter. * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies/getAll#Parameters * * firstPartyDomain is required when privacy.websites.firstPartyIsolate is enabled, * and is in Firefox since Firefox 59. (firstPartyIsolate is in Firefox since 58). * * We don't care whether firstPartyIsolate is enabled, but rather whether * firstPartyDomain is supported. Assuming firstPartyDomain is supported, * setting it to null in chrome.cookies.getAll() produces the same result * regardless of the state of firstPartyIsolate. * * firstPartyDomain is not currently supported in Chrome. */ function testCookiesFirstPartyDomain() { try { chrome.cookies.getAll({ firstPartyDomain: null }, function () {}); } catch (ex) { return false; } return true; } } Badger.prototype = { INITIALIZED: false, /** * Per-tab data that gets cleaned up on tab closing looks like: tabData = { : { fpData: { : { canvas: { fingerprinting: boolean, write: boolean } }, ... }, frames: { : { url: string, host: string, parent: int }, ... }, origins: { domain.tld: {String} action taken for this domain ... } }, ... } */ tabData: {}, // Methods // load seed dataset with pre-trained action and snitch maps loadSeedData: function() { let self = this; utils.xhrRequest(constants.SEED_DATA_LOCAL_URL, function(err, response) { if (!err) { self.mergeUserData(JSON.parse(response)); console.log("Loaded seed data successfully"); } }); }, loadFirstRunSeedData: function() { if (this.getSettings().getItem("isFirstRun")) { this.loadSeedData(); } }, showFirstRunPage: function() { let settings = this.getSettings(); if (settings.getItem("isFirstRun")) { // launch the new user intro page and unset first-run flag if (settings.getItem("showIntroPage")) { chrome.tabs.create({ url: chrome.runtime.getURL("/skin/firstRun.html") }); } else { // don't remind users to look at the intro page either settings.setItem("seenComic", true); } settings.setItem("isFirstRun", false); } }, /** * Saves a user preference for an origin, overriding the default setting. * * @param {String} userAction enum of block, cookieblock, noaction * @param {String} origin the third party origin to take action on */ saveAction: function(userAction, origin) { var allUserActions = { block: constants.USER_BLOCK, cookieblock: constants.USER_COOKIE_BLOCK, allow: constants.USER_ALLOW }; this.storage.setupUserAction(origin, allUserActions[userAction]); log("Finished saving action " + userAction + " for " + origin); }, /** * Populate tabs object with currently open tabs when extension is updated or installed. */ updateTabList: function() { // Initialize the tabData/frames object if it is falsey let self = this; self.tabData = self.tabData || {}; chrome.tabs.query({}, tabs => { tabs.forEach(tab => { // don't record on special browser pages if (!utils.isRestrictedUrl(tab.url)) { self.recordFrame(tab.id, 0, tab.url); } }); }); }, /** * Generate representation in internal data structure for frame * * @param {Integer} tabId ID of the tab * @param {Integer} frameId ID of the frame * @param {String} frameUrl The url of the frame */ recordFrame: function(tabId, frameId, frameUrl) { let self = this; if (!self.tabData.hasOwnProperty(tabId)) { self.tabData[tabId] = { frames: {}, origins: {} }; } self.tabData[tabId].frames[frameId] = { url: frameUrl, host: window.extractHostFromURL(frameUrl) }; }, /** * Read the frame data from memory * * @param {Integer} tab_id Tab ID to check for * @param {Integer} [frame_id=0] Frame ID to check for. * Optional, defaults to frame 0 (the main document frame). * * @returns {?Object} Frame data object or null */ getFrameData: function (tab_id, frame_id) { let self = this; frame_id = frame_id || 0; if (self.tabData.hasOwnProperty(tab_id)) { if (self.tabData[tab_id].frames.hasOwnProperty(frame_id)) { return self.tabData[tab_id].frames[frame_id]; } } return null; }, /** * Initializes the yellowlist from disk, if first time initializing. * Then updates to the latest yellowlist from eff.org. * Sets up periodic yellowlist updating from eff.org. */ initializeYellowlist: function () { let self = this, yellowlistStorage = self.storage.getBadgerStorageObject('cookieblock_list'); if (!_.size(yellowlistStorage.getItemClones())) { // we don't have the yellowlist initialized yet // first initialize from disk utils.xhrRequest(constants.YELLOWLIST_LOCAL_URL, (error, response) => { if (!error) { self.storage.updateYellowlist(response.trim().split("\n")); } // get the latest yellowlist from eff.org self.updateYellowlist(); }); } else { // already got the yellowlist initialized // get the latest yellowlist from eff.org self.updateYellowlist(); } // set up periodic fetching of the yellowlist from eff.org setInterval(self.updateYellowlist.bind(self), utils.oneDay()); }, /** * Updates to the latest yellowlist from eff.org. * @param {Function} [callback] optional callback, gets success status boolean */ updateYellowlist: function (callback) { var self = this; if (!callback) { callback = _.noop; } utils.xhrRequest(constants.YELLOWLIST_URL, function (err, response) { if (err) { console.error( "Problem fetching yellowlist at", constants.YELLOWLIST_URL, err.status, err.message ); return callback(false); } // handle empty response if (!response.trim()) { return callback(false); } var domains = response.trim().split("\n").map(domain => domain.trim()); // validate the response if (!_.every(domains, (domain) => { // all domains must contain at least one dot if (domain.indexOf('.') == -1) { return false; } // validate character set // // regex says: // - domain starts with lowercase English letter or Arabic numeral // - following that, it contains one or more // letter/numeral/dot/dash characters // - following the previous two requirements, domain ends with a letter // // TODO both overly restrictive and inaccurate // but that's OK for now, we manage the list if (!/^[a-z0-9][a-z0-9.-]+[a-z]$/.test(domain)) { return false; } return true; })) { return callback(false); } self.storage.updateYellowlist(domains); return callback(true); }); }, /** * Initializes DNT policy hashes from disk, if first time initializing. * Then updates to the latest hashes from eff.org. * Sets up periodic updating of hashes from eff.org. */ initializeDNT: function () { let self = this; if (!_.size(self.storage.getBadgerStorageObject('dnt_hashes').getItemClones())) { // we don't have DNT hashes initialized yet // first initialize from disk utils.xhrRequest(constants.DNT_POLICIES_LOCAL_URL, (error, response) => { if (!error) { self.storage.updateDNTHashes(JSON.parse(response)); } // get the latest hashes from eff.org self.updateDNTPolicyHashes(); }); } else { // already got DNT hashes initialized // get the latest hashes from eff.org self.updateDNTPolicyHashes(); } // set up periodic fetching of hashes from eff.org setInterval(self.updateDNTPolicyHashes.bind(self), utils.oneDay() * 4); }, /** * Fetch acceptable DNT policy hashes from the EFF server */ updateDNTPolicyHashes: function() { var self = this; if (!self.isCheckingDNTPolicyEnabled()) { // user has disabled this, we can check when they re-enable return ; } utils.xhrRequest(constants.DNT_POLICIES_URL, function(err, response) { if (err) { console.error('Problem fetching DNT policy hash list at', constants.DNT_POLICIES_URL, err.status, err.message); return; } self.storage.updateDNTHashes(JSON.parse(response)); }); }, /** * Checks a domain for the EFF DNT policy. * * @param {String} domain The domain to check * @param {Function} cb Callback that receives check status boolean (optional) */ checkForDNTPolicy: function (domain, cb) { var self = this, next_update = self.storage.getNextUpdateForDomain(domain); if (Date.now() < next_update) { // not yet time return; } if (!self.isCheckingDNTPolicyEnabled()) { // user has disabled this check return; } log('Checking', domain, 'for DNT policy.'); // update timestamp first; // avoids queuing the same domain multiple times var recheckTime = _.random( utils.oneDayFromNow(), utils.nDaysFromNow(7) ); self.storage.touchDNTRecheckTime(domain, recheckTime); self._checkPrivacyBadgerPolicy(domain, function (success) { if (success) { log('It looks like', domain, 'has adopted Do Not Track! I am going to unblock them'); self.storage.setupDNT(domain); } else { log('It looks like', domain, 'has NOT adopted Do Not Track'); self.storage.revertDNT(domain); } if (typeof cb == "function") { cb(success); } }); }, /** * Asyncronously checks if the domain has /.well-known/dnt-policy.txt. * * Rate-limited to at least one second apart. * * @param {String} origin The host to check * @param {Function} callback callback(successStatus) */ _checkPrivacyBadgerPolicy: utils.rateLimit(function (origin, callback) { var successStatus = false; var url = "https://" + origin + "/.well-known/dnt-policy.txt"; var dnt_hashes = this.storage.getBadgerStorageObject('dnt_hashes'); utils.xhrRequest(url,function(err,response) { if (err) { callback(successStatus); return; } utils.sha1(response, function(hash) { if (dnt_hashes.hasItem(hash)) { successStatus = true; } callback(successStatus); }); }); }, constants.DNT_POLICY_CHECK_INTERVAL), /** * Default Privacy Badger settings */ defaultSettings: { checkForDNTPolicy: true, disabledSites: [], hideBlockedElements: true, isFirstRun: true, learnInIncognito: false, migrationLevel: 0, seenComic: false, sendDNTSignal: true, showCounter: true, showIntroPage: true, showNonTrackingDomains: false, showTrackingDomains: false, socialWidgetReplacementEnabled: true, widgetReplacementExceptions: [], }, /** * initialize default settings if nonexistent */ initializeDefaultSettings: function() { var settings = this.getSettings(); _.each(this.defaultSettings, function(value, key) { if (!settings.hasItem(key)) { log("setting", key, ":", value); settings.setItem(key, value); } }); }, runMigrations: function() { var self = this; var settings = self.getSettings(); var migrationLevel = settings.getItem('migrationLevel'); // TODO do not remove any migration methods // TODO w/o refactoring migrationLevel handling to work differently var migrations = [ Migrations.changePrivacySettings, Migrations.migrateAbpToStorage, Migrations.migrateBlockedSubdomainsToCookieblock, Migrations.migrateLegacyFirefoxData, Migrations.migrateDntRecheckTimes, // Need to run this migration again for everyone to #1181 Migrations.migrateDntRecheckTimes2, Migrations.forgetMistakenlyBlockedDomains, Migrations.unblockIncorrectlyBlockedDomains, Migrations.forgetBlockedDNTDomains, Migrations.reapplyYellowlist, Migrations.forgetNontrackingDomains, Migrations.forgetMistakenlyBlockedDomains, Migrations.resetWebRTCIPHandlingPolicy, Migrations.enableShowNonTrackingDomains, Migrations.forgetFirstPartySnitches, Migrations.forgetCloudflare, Migrations.forgetConsensu, ]; for (var i = migrationLevel; i < migrations.length; i++) { migrations[i].call(Migrations, self); settings.setItem('migrationLevel', i+1); } }, /** * Returns the count of tracking domains for a tab. * @param {Integer} tab_id browser tab ID * @returns {Integer} tracking domains count */ getTrackerCount: function (tab_id) { let origins = this.tabData[tab_id].origins, count = 0; for (let domain in origins) { let action = origins[domain]; if (action != constants.NO_TRACKING && action != constants.DNT) { count++; } } return count; }, /** * Update page action badge with current count. * @param {Integer} tab_id browser tab ID */ updateBadge: function (tab_id) { if (!FirefoxAndroid.hasBadgeSupport) { return; } let self = this; chrome.tabs.get(tab_id, function (tab) { if (chrome.runtime.lastError) { // don't set on background (prerendered) tabs to avoid Chrome errors return; } if (!tab.active) { // don't set on inactive tabs return; } if (self.criticalError) { chrome.browserAction.setBadgeBackgroundColor({tabId: tab_id, color: "#cc0000"}); chrome.browserAction.setBadgeText({tabId: tab_id, text: "!"}); return; } // don't show the counter for any of these: // - the counter is disabled // - we don't have tabData for whatever reason (special browser pages) // - the page is whitelisted if ( !self.showCounter() || !self.tabData.hasOwnProperty(tab_id) || !self.isPrivacyBadgerEnabled(self.getFrameData(tab_id).host) ) { chrome.browserAction.setBadgeText({tabId: tab_id, text: ""}); return; } let count = self.getTrackerCount(tab_id); if (count === 0) { chrome.browserAction.setBadgeText({tabId: tab_id, text: ""}); return; } chrome.browserAction.setBadgeBackgroundColor({tabId: tab_id, color: "#ec9329"}); chrome.browserAction.setBadgeText({tabId: tab_id, text: count + ""}); }); }, getSettings: function() { return this.storage.getBadgerStorageObject('settings_map'); }, /** * Check if privacy badger is enabled, take an origin and * check against the disabledSites list * * @param {String} origin the origin to check * @returns {Boolean} true if enabled */ isPrivacyBadgerEnabled: function(origin) { var settings = this.getSettings(); var disabledSites = settings.getItem("disabledSites"); if (disabledSites && disabledSites.length > 0) { for (var i = 0; i < disabledSites.length; i++) { var site = disabledSites[i]; if (site.startsWith("*")) { var wildcard = site.slice(1); // remove "*" if (origin.endsWith(wildcard)) { return false; } } if (disabledSites[i] === origin) { return false; } } } return true; }, /** * Check if widget replacement functionality is enabled. */ isWidgetReplacementEnabled: function () { return this.getSettings().getItem("socialWidgetReplacementEnabled"); }, isDNTSignalEnabled: function() { return this.getSettings().getItem("sendDNTSignal"); }, isCheckingDNTPolicyEnabled: function() { return this.getSettings().getItem("checkForDNTPolicy"); }, /** * Check if learning about trackers in incognito windows is enabled */ isLearnInIncognitoEnabled: function() { return this.getSettings().getItem("learnInIncognito"); }, /** * Check if we should show the counter on the icon */ showCounter: function() { return this.getSettings().getItem("showCounter"); }, /** * Add an origin to the disabled sites list * * @param {String} origin The origin to disable the PB for */ disablePrivacyBadgerForOrigin: function(origin) { var settings = this.getSettings(); var disabledSites = settings.getItem('disabledSites'); if (disabledSites.indexOf(origin) < 0) { disabledSites.push(origin); settings.setItem("disabledSites", disabledSites); } }, /** * Interface to get the current whitelisted domains * * @returns {Array} List of site domains where Privacy Badger is disabled */ getDisabledSites: function () { return this.getSettings().getItem("disabledSites"); }, /** * Remove an origin from the disabledSites list * * @param {String} origin The origin to disable the PB for */ enablePrivacyBadgerForOrigin: function(origin) { var settings = this.getSettings(); var disabledSites = settings.getItem("disabledSites"); var idx = disabledSites.indexOf(origin); if (idx >= 0) { disabledSites.splice(idx, 1); settings.setItem("disabledSites", disabledSites); } }, /** * Checks if local storage ( in dict) has any high-entropy keys * * @param {Object} lsItems Local storage dict * @returns {boolean} true if it seems there are supercookies */ hasLocalStorageSuperCookie: function(lsItems) { var LOCALSTORAGE_ENTROPY_THRESHOLD = 33, // in bits estimatedEntropy = 0, lsKey = "", lsItem = ""; for (lsKey in lsItems) { // send both key and value to entropy estimation lsItem = lsItems[lsKey]; log("Checking localstorage item", lsKey, lsItem); estimatedEntropy += utils.estimateMaxEntropy(lsKey + lsItem); if (estimatedEntropy > LOCALSTORAGE_ENTROPY_THRESHOLD) { log("Found high-entropy localStorage: ", estimatedEntropy, " bits, key: ", lsKey); return true; } } return false; }, /** * check if there seems to be any type of Super Cookie * * @param {Object} storageItems Dict with storage items * @returns {Boolean} true if there seems to be any Super cookie */ hasSuperCookie: function(storageItems) { return ( this.hasLocalStorageSuperCookie(storageItems.localStorageItems) //|| this.hasLocalStorageSuperCookie(storageItems.indexedDBItems) // TODO: See "Reading a directory's contents" on // http://www.html5rocks.com/en/tutorials/file/filesystem/ //|| this.hasLocalStorageSuperCookie(storageItems.fileSystemAPIItems) ); }, /** * Save third party origins to tabData[tab_id] object for * use in the popup and, if needed, call updateBadge. * * @param {Integer} tab_id the tab we are on * @param {String} fqdn the third party origin to add * @param {String} action the action we are taking */ logThirdPartyOriginOnTab: function (tab_id, fqdn, action) { let self = this, is_tracking = ( action != constants.NO_TRACKING && action != constants.DNT ), origins = self.tabData[tab_id].origins, previously_tracking = origins.hasOwnProperty(fqdn) && ( origins[fqdn] != constants.NO_TRACKING && origins[fqdn] != constants.DNT ); origins[fqdn] = action; // no need to update badge if not a tracking domain, // or if we have already seen it as a tracking domain if (!is_tracking || previously_tracking) { return; } self.updateBadge(tab_id); }, /** * Enables or disables page action icon according to options. * @param {Integer} tab_id The tab ID to set the badger icon for * @param {String} tab_url The tab URL to set the badger icon for */ refreshIconAndContextMenu: function (tab_id, tab_url) { if (!tab_id || !tab_url || !FirefoxAndroid.hasPopupSupport) { return; } let self = this, iconFilename; // TODO grab hostname from tabData instead if (!utils.isRestrictedUrl(tab_url) && self.isPrivacyBadgerEnabled(window.extractHostFromURL(tab_url))) { iconFilename = { 19: chrome.runtime.getURL("icons/badger-19.png"), 38: chrome.runtime.getURL("icons/badger-38.png") }; } else { iconFilename = { 19: chrome.runtime.getURL("icons/badger-19-disabled.png"), 38: chrome.runtime.getURL("icons/badger-38-disabled.png") }; } chrome.browserAction.setIcon({tabId: tab_id, path: iconFilename}); }, /** * Merge data exported from a different badger into this badger's storage. * * @param {Object} data the user data to merge in * @param {Boolean} [from_migration=false] set when running from a migration to avoid infinite loop */ mergeUserData: function(data, from_migration) { let self = this; // The order of these keys is also the order in which they should be imported. // It's important that snitch_map be imported before action_map (#1972) ["snitch_map", "action_map", "settings_map"].forEach(function(key) { if (data.hasOwnProperty(key)) { let storageMap = self.storage.getBadgerStorageObject(key); storageMap.merge(data[key]); } }); // for exports from older Privacy Badger versions: // fix yellowlist getting out of sync, remove non-tracking domains, etc. if (!from_migration) { self.runMigrations(); } } }; /**************************** Listeners ****************************/ function startBackgroundListeners() { chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { if (changeInfo.status == "loading" && tab.url) { badger.refreshIconAndContextMenu(tab.id, tab.url); badger.updateBadge(tabId); } }); // Update icon if a tab is replaced or loaded from cache chrome.tabs.onReplaced.addListener(function(addedTabId/*, removedTabId*/) { chrome.tabs.get(addedTabId, function(tab) { badger.refreshIconAndContextMenu(tab.id, tab.url); }); }); chrome.tabs.onActivated.addListener(function (activeInfo) { badger.updateBadge(activeInfo.tabId); }); } var badger = window.badger = new Badger(); privacybadger-release-2020.2.19/src/js/bootstrap.js000066400000000000000000000021221362331047300220440ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ window.DEBUG = false; window.badger = {}; /** * Log a message to the console if debugging is enabled */ window.log = function (/*...*/) { if (window.DEBUG) { console.log.apply(console, arguments); } }; /** * Basic implementation of requirejs * for requiring other javascript files */ function require(module) { return require.scopes[module]; } require.scopes = {}; privacybadger-release-2020.2.19/src/js/constants.js000066400000000000000000000032401362331047300220450ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ require.scopes.constants = (function() { var exports = { // Tracking status constants NO_TRACKING: "noaction", ALLOW: "allow", BLOCK: "block", COOKIEBLOCK: "cookieblock", DNT: "dnt", USER_ALLOW: "user_allow", USER_BLOCK: "user_block", USER_COOKIE_BLOCK: "user_cookieblock", // URLS DNT_POLICIES_URL: "https://www.eff.org/files/dnt-policies.json", DNT_POLICIES_LOCAL_URL: chrome.runtime.getURL('data/dnt-policies.json'), YELLOWLIST_URL: "https://www.eff.org/files/cookieblocklist_new.txt", YELLOWLIST_LOCAL_URL: chrome.runtime.getURL('data/yellowlist.txt'), SEED_DATA_LOCAL_URL: chrome.runtime.getURL('data/seed.json'), // The number of 1st parties a 3rd party can be seen on TRACKING_THRESHOLD: 3, MAX_COOKIE_ENTROPY: 12, DNT_POLICY_CHECK_INTERVAL: 1000, // one second }; exports.BLOCKED_ACTIONS = new Set([ exports.BLOCK, exports.USER_BLOCK, exports.COOKIEBLOCK, exports.USER_COOKIE_BLOCK, ]); return exports; })(); privacybadger-release-2020.2.19/src/js/contentscripts/000077500000000000000000000000001362331047300225565ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/js/contentscripts/clobbercookie.js000066400000000000000000000035401362331047300257200ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } // don't bother asking to run when trivially in first-party context if (window.top == window) { return; } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkLocation", frameUrl: window.FRAME_URL }, function (blocked) { if (blocked) { var code = '('+ function() { document.__defineSetter__("cookie", function(/*value*/) { }); document.__defineGetter__("cookie", function() { return ""; }); // trim referrer down to origin let referrer = document.referrer; if (referrer) { referrer = referrer.slice( 0, referrer.indexOf('/', referrer.indexOf('://') + 3) ) + '/'; } document.__defineGetter__("referrer", function () { return referrer; }); } +')();'; window.injectScript(code); } return true; }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/clobberlocalstorage.js000066400000000000000000000054401362331047300271270ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } // don't bother asking to run when trivially in first-party context if (window.top == window) { return; } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkLocation", frameUrl: window.FRAME_URL }, function (blocked) { if (blocked) { // https://stackoverflow.com/questions/49092423/how-to-break-on-localstorage-changes var code = '('+ function() { /* * If localStorage is inaccessible, such as when "Block third-party cookies" * in enabled in Chrome or when `dom.storage.enabled` is set to `false` in * Firefox, do not go any further. */ try { // No localStorage raises an Exception in Chromium-based browsers, while // it's equal to `null` in Firefox. if (null === localStorage) { throw false; } } catch (ex) { return; } let lsProxy = new Proxy(localStorage, { set: function (/*ls, prop, value*/) { return true; }, get: function (ls, prop) { if (typeof ls[prop] == 'function') { let fn = function () {}; if (prop == 'getItem' || prop == 'key') { fn = function () { return null; }; } return fn.bind(ls); } else { if (prop == 'length') { return 0; } else if (prop == '__proto__') { return lsProxy; } return; } } }); Object.defineProperty(window, 'localStorage', { configurable: true, enumerable: true, value: lsProxy }); } +')()'; window.injectScript(code); } return true; }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/dnt.js000066400000000000000000000034501362331047300237030ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2018 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ function getPageScript() { // code below is not a content script: no chrome.* APIs ///////////////////// // return a string return "(" + function (NAVIGATOR, OBJECT) { OBJECT.defineProperty(OBJECT.getPrototypeOf(NAVIGATOR), "doNotTrack", { get: function doNotTrack() { return "1"; } }); // save locally to keep from getting overwritten by site code } + "(window.navigator, Object));"; // code above is not a content script: no chrome.* APIs ///////////////////// } // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkDNT" }, function (enabled) { if (enabled) { window.injectScript(getPageScript()); } }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/fingerprinting.js000066400000000000000000000235671362331047300261560ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2015 Electronic Frontier Foundation * * Derived from Chameleon * Copyright (C) 2015 ghostwords * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ function getFpPageScript() { // code below is not a content script: no chrome.* APIs ///////////////////// // return a string return "(" + function (DOCUMENT, dispatchEvent, CUSTOM_EVENT, ERROR, DATE, setTimeout, OBJECT) { const V8_STACK_TRACE_API = !!(ERROR && ERROR.captureStackTrace); if (V8_STACK_TRACE_API) { ERROR.stackTraceLimit = Infinity; // collect all frames } else { // from https://github.com/csnover/TraceKit/blob/b76ad786f84ed0c94701c83d8963458a8da54d57/tracekit.js#L641 var geckoCallSiteRe = /^\s*(.*?)(?:\((.*?)\))?@?((?:file|https?|chrome):.*?):(\d+)(?::(\d+))?\s*$/i; } var event_id = DOCUMENT.currentScript.getAttribute('data-event-id'); // from Underscore v1.6.0 function debounce(func, wait, immediate) { var timeout, args, context, timestamp, result; var later = function () { var last = DATE.now() - timestamp; if (last < wait) { timeout = setTimeout(later, wait - last); } else { timeout = null; if (!immediate) { result = func.apply(context, args); context = args = null; } } }; return function () { context = this; // eslint-disable-line consistent-this args = arguments; timestamp = DATE.now(); var callNow = immediate && !timeout; if (!timeout) { timeout = setTimeout(later, wait); } if (callNow) { result = func.apply(context, args); context = args = null; } return result; }; } // messages the injected script var send = (function () { var messages = []; // debounce sending queued messages var _send = debounce(function () { dispatchEvent.call(DOCUMENT, new CUSTOM_EVENT(event_id, { detail: messages })); // clear the queue messages = []; }, 100); return function (msg) { // queue the message messages.push(msg); _send(); }; }()); /** * Gets the stack trace by throwing and catching an exception. * @returns {*} Returns the stack trace */ function getStackTraceFirefox() { let stack; try { throw new ERROR(); } catch (err) { stack = err.stack; } return stack.split('\n'); } /** * Gets the stack trace using the V8 stack trace API: * https://github.com/v8/v8/wiki/Stack-Trace-API * @returns {*} Returns the stack trace */ function getStackTrace() { let err = {}, origFormatter, stack; origFormatter = ERROR.prepareStackTrace; ERROR.prepareStackTrace = function (_, structuredStackTrace) { return structuredStackTrace; }; ERROR.captureStackTrace(err, getStackTrace); stack = err.stack; ERROR.prepareStackTrace = origFormatter; return stack; } /** * Strip away the line and column number (from stack trace urls) * @param script_url The stack trace url to strip * @returns {String} the pure URL */ function stripLineAndColumnNumbers(script_url) { return script_url.replace(/:\d+:\d+$/, ''); } /** * Parses the stack trace for the originating script URL * without using the V8 stack trace API. * @returns {String} The URL of the originating script */ function getOriginatingScriptUrlFirefox() { let trace = getStackTraceFirefox(); if (trace.length < 4) { return ''; } // this script is at 0, 1 and 2 let callSite = trace[3]; let scriptUrlMatches = callSite.match(geckoCallSiteRe); return scriptUrlMatches && scriptUrlMatches[3] || ''; } /** * Parses the stack trace for the originating script URL. * @returns {String} The URL of the originating script */ function getOriginatingScriptUrl() { let trace = getStackTrace(); if (OBJECT.prototype.toString.call(trace) == '[object String]') { // we failed to get a structured stack trace trace = trace.split('\n'); // this script is at 0, 1, 2 and 3 let script_url_matches = trace[4].match(/\((http.*:\d+:\d+)/); // TODO do we need stripLineAndColumnNumbers (in both places) here? return script_url_matches && stripLineAndColumnNumbers(script_url_matches[1]) || stripLineAndColumnNumbers(trace[4]); } if (trace.length < 2) { return ''; } // this script is at 0 and 1 let callSite = trace[2]; if (callSite.isEval()) { // argh, getEvalOrigin returns a string ... let eval_origin = callSite.getEvalOrigin(), script_url_matches = eval_origin.match(/\((http.*:\d+:\d+)/); // TODO do we need stripLineAndColumnNumbers (in both places) here? return script_url_matches && stripLineAndColumnNumbers(script_url_matches[1]) || stripLineAndColumnNumbers(eval_origin); } else { return callSite.getFileName(); } } /** * Monitor the writes in a canvas instance * @param item special item objects */ function trapInstanceMethod(item) { var is_canvas_write = ( item.propName == 'fillText' || item.propName == 'strokeText' ); item.obj[item.propName] = (function (orig) { function wrapped() { var args = arguments; if (is_canvas_write) { // to avoid false positives, // bail if the text being written is too short if (!args[0] || args[0].length < 5) { return orig.apply(this, args); } } var script_url = ( V8_STACK_TRACE_API ? getOriginatingScriptUrl() : getOriginatingScriptUrlFirefox() ), msg = { obj: item.objName, prop: item.propName, scriptUrl: script_url }; if (item.hasOwnProperty('extra')) { msg.extra = item.extra.apply(this, args); } send(msg); if (is_canvas_write) { // optimization: one canvas write is enough, // restore original write method // to this CanvasRenderingContext2D object instance this[item.propName] = orig; } return orig.apply(this, args); } OBJECT.defineProperty(wrapped, "name", { value: orig.name }); OBJECT.defineProperty(wrapped, "length", { value: orig.length }); OBJECT.defineProperty(wrapped, "toString", { value: orig.toString.bind(orig) }); return wrapped; }(item.obj[item.propName])); } var methods = []; ['getImageData', 'fillText', 'strokeText'].forEach(function (method) { var item = { objName: 'CanvasRenderingContext2D.prototype', propName: method, obj: CanvasRenderingContext2D.prototype, extra: function () { return { canvas: true }; } }; if (method == 'getImageData') { item.extra = function () { var args = arguments, width = args[2], height = args[3]; // "this" is a CanvasRenderingContext2D object if (width === undefined) { width = this.canvas.width; } if (height === undefined) { height = this.canvas.height; } return { canvas: true, width: width, height: height }; }; } methods.push(item); }); methods.push({ objName: 'HTMLCanvasElement.prototype', propName: 'toDataURL', obj: HTMLCanvasElement.prototype, extra: function () { // "this" is a canvas element return { canvas: true, width: this.width, height: this.height }; } }); methods.forEach(trapInstanceMethod); // save locally to keep from getting overwritten by site code } + "(document, document.dispatchEvent, CustomEvent, Error, Date, setTimeout, Object));"; // code above is not a content script: no chrome.* APIs ///////////////////// } // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkEnabled" }, function (enabled) { if (!enabled) { return; } /** * Communicating to webrequest.js */ var event_id = Math.random(); // listen for messages from the script we are about to insert document.addEventListener(event_id, function (e) { // pass these on to the background page chrome.runtime.sendMessage({ type: "fpReport", data: e.detail }); }); window.injectScript(getFpPageScript(), { event_id: event_id }); }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/socialwidgets.js000066400000000000000000000355401362331047300257640ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * Derived from ShareMeNot * Copyright (C) 2011-2014 University of Washington * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /* * ShareMeNot is licensed under the MIT license: * http://www.opensource.org/licenses/mit-license.php * * Copyright (c) 2011-2014 University of Washington * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /** * Widget data, read from file. */ let trackerInfo; // cached chrome.i18n.getMessage() results const TRANSLATIONS = []; // references to widget page elements const WIDGET_ELS = {}; /** * Initializes the content script. */ function initialize() { // Get tracker info and check for initial blocks (that happened // before content script was attached) getTrackerData(function (trackers, trackerButtonsToReplace) { trackerInfo = trackers; replaceInitialTrackerButtonsHelper(trackerButtonsToReplace); }); // Set up listener for blocks that happen after initial check chrome.runtime.onMessage.addListener(function(request/*, sender, sendResponse*/) { if (request.replaceWidget) { replaceSubsequentTrackerButtonsHelper(request.trackerDomain); } }); } /** * Creates a replacement button element for the given tracker. * * @param {Tracker} tracker the Tracker object for the button * * @param {Element} trackerElem the tracking element that we are replacing * * @param {Function} callback called with the replacement button element for the tracker */ function createReplacementButtonImage(tracker, trackerElem, callback) { var buttonData = tracker.replacementButton; // already have replacement button image URI cached if (buttonData.buttonUrl) { return setTimeout(function () { _createReplacementButtonImageCallback(tracker, trackerElem, callback); }, 0); } if (buttonData.loading) { return setTimeout(function () { createReplacementButtonImage(tracker, trackerElem, callback); }, 10); } // don't have image data cached yet, get it from the background page buttonData.loading = true; chrome.runtime.sendMessage({ type: "getReplacementButton", widgetName: tracker.name }, function (response) { if (response) { buttonData.buttonUrl = response; // cache image data _createReplacementButtonImageCallback(tracker, trackerElem, callback); } }); } function _createReplacementButtonImageCallback(tracker, trackerElem, callback) { var buttonData = tracker.replacementButton; var button = document.createElement("img"); var buttonUrl = buttonData.buttonUrl; var buttonType = buttonData.type; var details = buttonData.details; button.setAttribute("src", buttonUrl); button.setAttribute( "title", TRANSLATIONS.social_tooltip_pb_has_replaced.replace("XXX", tracker.name) ); let styleAttrs = [ "border: none", "cursor: pointer", "height: auto", "width: auto", ]; button.setAttribute("style", styleAttrs.join(" !important;") + " !important"); // normal button type; just open a new window when clicked if (buttonType === 0) { var popupUrl = details + encodeURIComponent(window.location.href); button.addEventListener("click", function() { window.open(popupUrl); }); // in place button type; replace the existing button // with an iframe when clicked } else if (buttonType == 1) { var iframeUrl = details + encodeURIComponent(window.location.href); button.addEventListener("click", function() { replaceButtonWithIframeAndUnblockTracker(button, tracker.name, iframeUrl); }, { once: true }); // in place button type; replace the existing button with code // specified in the Trackers file } else if (buttonType == 2) { button.addEventListener("click", function() { replaceButtonWithHtmlCodeAndUnblockTracker(button, tracker.name, details); }, { once: true }); // in-place widget type: // reinitialize the widget by reinserting its element's HTML } else if (buttonType == 3) { let widget = createReplacementWidget(tracker.name, button, trackerElem); return callback(widget); } callback(button); } /** * Unblocks the given tracker and replaces the given button with an iframe * pointing to the given URL. * * @param {Element} button the DOM element of the button to replace * @param {String} widget_name the name of the replacement widget * @param {String} iframeUrl the URL of the iframe to replace the button */ function replaceButtonWithIframeAndUnblockTracker(button, widget_name, iframeUrl) { unblockTracker(widget_name, function() { // check is needed as for an unknown reason this callback function is // executed for buttons that have already been removed; we are trying // to prevent replacing an already removed button if (button.parentNode !== null) { var iframe = document.createElement("iframe"); iframe.setAttribute("src", iframeUrl); iframe.setAttribute("style", "border: none !important; height: 1.5em !important;"); button.parentNode.replaceChild(iframe, button); } }); } /** * Unblocks the given tracker and replaces the given button with the * HTML code defined in the provided Tracker object. * * @param {Element} button the DOM element of the button to replace * @param {String} widget_name the name of the replacement widget * @param {String} html the HTML string that should replace the button */ function replaceButtonWithHtmlCodeAndUnblockTracker(button, widget_name, html) { unblockTracker(widget_name, function() { // check is needed as for an unknown reason this callback function is // executed for buttons that have already been removed; we are trying // to prevent replacing an already removed button if (button.parentNode !== null) { var codeContainer = document.createElement("div"); codeContainer.innerHTML = html; button.parentNode.replaceChild(codeContainer, button); replaceScriptsRecurse(codeContainer); } }); } /** * Unblocks the given tracker and replaces our replacement widget * with the original third-party widget element. * * The teardown to the initialization defined in createReplacementWidget(). * * @param {String} name the name/type of this widget (Vimeo, Disqus, etc.) */ function reinitializeWidgetAndUnblockTracker(name) { unblockTracker(name, function () { // restore all widgets of this type WIDGET_ELS[name].forEach(data => { data.parent.replaceChild(data.widget, data.replacement); }); WIDGET_ELS[name] = []; }); } /** * Dumping scripts into innerHTML won't execute them, so replace them * with executable scripts. */ function replaceScriptsRecurse(node) { if (node.nodeName && node.nodeName.toLowerCase() == 'script' && node.getAttribute && node.getAttribute("type") == "text/javascript") { var script = document.createElement("script"); script.text = node.innerHTML; script.src = node.src; node.parentNode.replaceChild(script, node); } else { var i = 0; var children = node.childNodes; while (i < children.length) { replaceScriptsRecurse(children[i]); i++; } } return node; } /** * Replaces all tracker buttons on the current web page with the internal * replacement buttons, respecting the user's blocking settings. * * @param {Object} trackerButtonsToReplace a map of tracker names to boolean * values saying whether those trackers' buttons should be replaced */ function replaceInitialTrackerButtonsHelper(trackerButtonsToReplace) { trackerInfo.forEach(function(tracker) { var replaceTrackerButtons = trackerButtonsToReplace[tracker.name]; if (replaceTrackerButtons) { replaceIndividualButton(tracker); } }); } /** * Individually replaces tracker buttons blocked after initial check. */ function replaceSubsequentTrackerButtonsHelper(trackerDomain) { if (!trackerInfo) { return; } trackerInfo.forEach(function(tracker) { var replaceTrackerButtons = (tracker.domain == trackerDomain); if (replaceTrackerButtons) { replaceIndividualButton(tracker); } }); } function createReplacementWidget(name, icon, elToReplace) { let widgetFrame = document.createElement('iframe'); // widget replacement frame styles let styleAttrs = [ "background-color: #fff", "border: 1px solid #ec9329", "width:" + elToReplace.clientWidth + "px", "height:" + elToReplace.clientHeight + "px", "min-width: 220px", "min-height: 165px", "z-index: 2147483647", ]; widgetFrame.style = styleAttrs.join(" !important;") + " !important"; let widgetDiv = document.createElement('div'); // parent div styles styleAttrs = [ "display: flex", "flex-direction: column", "align-items: center", "justify-content: center", "width: 100%", "height: 100%", ]; widgetDiv.style = styleAttrs.join(" !important;") + " !important"; // child div styles styleAttrs = [ "display: flex", "align-items: center", "justify-content: center", "text-align: center", "margin: 10px", "width: 100%", ]; let textDiv = document.createElement('div'); textDiv.style = styleAttrs.join(" !important;") + " !important"; textDiv.appendChild(document.createTextNode( TRANSLATIONS.social_tooltip_pb_has_replaced.replace("XXX", name))); widgetDiv.appendChild(textDiv); let buttonDiv = document.createElement('div'); buttonDiv.style = styleAttrs.join(" !important;") + " !important"; // "allow once" button let button = document.createElement('button'); let button_id = Math.random(); button.id = button_id; styleAttrs = [ "background-color: #fff", "border: 2px solid #ec9329", "border-radius: 3px", "color: #ec9329", "cursor: pointer", "font-weight: bold", "line-height: 30px", "padding: 8px", ]; button.style = styleAttrs.join(" !important;") + " !important"; icon.style.setProperty("margin", "0 5px", "important"); icon.style.setProperty("height", "30px", "important"); icon.style.setProperty("vertical-align", "middle", "important"); icon.setAttribute("alt", ""); button.appendChild(icon); button.appendChild(document.createTextNode(TRANSLATIONS.allow_once)); buttonDiv.appendChild(button); widgetDiv.appendChild(buttonDiv); // save refs. to elements for use in teardown if (!WIDGET_ELS.hasOwnProperty(name)) { WIDGET_ELS[name] = []; } WIDGET_ELS[name].push({ parent: elToReplace.parentNode, widget: elToReplace, replacement: widgetFrame }); // set up click handler widgetFrame.addEventListener('load', function () { let el = widgetFrame.contentDocument.getElementById(button_id); el.addEventListener("click", function (e) { reinitializeWidgetAndUnblockTracker(name); e.preventDefault(); }, { once: true }); }, false); widgetFrame.srcdoc = '' + widgetDiv.outerHTML + ''; return widgetFrame; } /** * Actually do the work of replacing the button. */ function replaceIndividualButton(tracker) { // makes a comma separated list of CSS selectors that specify // buttons for the current tracker; used for document.querySelectorAll var buttonSelectorsString = tracker.buttonSelectors.toString(); var buttonsToReplace = document.querySelectorAll(buttonSelectorsString); buttonsToReplace.forEach(function (buttonToReplace) { createReplacementButtonImage(tracker, buttonToReplace, function (button) { buttonToReplace.parentNode.replaceChild(button, buttonToReplace); }); }); } /** * Gets data about which tracker buttons need to be replaced from the main * extension and passes it to the provided callback function. * * @param {Function} callback the function to call when the tracker data is * received; the arguments passed are the folder * containing the content script, the tracker * data, and a mapping of tracker names to * whether those tracker buttons need to be * replaced */ function getTrackerData(callback) { chrome.runtime.sendMessage({ type: "checkReplaceButton" }, function (response) { if (response) { for (const key in response.translations) { TRANSLATIONS[key] = response.translations[key]; } callback(response.trackers, response.trackerButtonsToReplace); } }); } /** * Messages the background page to temporarily allow domains associated with a * given replacement widget. * Calls the provided callback function upon response. * * @param {String} name the name of the replacement widget * @param {Function} callback the callback function */ function unblockTracker(name, callback) { let request = { type: "unblockWidget", widgetName: name }; chrome.runtime.sendMessage(request, callback); } // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } chrome.runtime.sendMessage({ type: "checkWidgetReplacementEnabled" }, function (enabled) { if (!enabled) { return; } initialize(); }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/supercookie.js000066400000000000000000000111121362331047300254400ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2015 Electronic Frontier Foundation * * Derived from Chameleon * Copyright (C) 2015 ghostwords * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /** * Generate script to inject into the page * * @returns {string} */ function getScPageScript() { // code below is not a content script: no chrome.* APIs ///////////////////// // return a string return "(" + function () { /* * If localStorage is inaccessible, such as when "Block third-party cookies" * in enabled in Chrome or when `dom.storage.enabled` is set to `false` in * Firefox, do not go any further. */ try { // No localStorage raises an Exception in Chromium-based browsers, while // it's equal to `null` in Firefox. if (null === localStorage) { throw false; } } catch (ex) { return; } (function (DOCUMENT, dispatchEvent, CUSTOM_EVENT, LOCAL_STORAGE, OBJECT, keys) { var event_id = DOCUMENT.currentScript.getAttribute('data-event-id-super-cookie'); /** * send message to the content script * * @param {*} message */ var send = function (message) { dispatchEvent.call(DOCUMENT, new CUSTOM_EVENT(event_id, { detail: message })); }; /** * Read HTML5 local storage and return contents * @returns {Object} */ let getLocalStorageItems = function () { let lsItems = {}; for (let i = 0; i < LOCAL_STORAGE.length; i++) { let key = LOCAL_STORAGE.key(i); lsItems[key] = LOCAL_STORAGE.getItem(key); } return lsItems; }; if (event_id) { // inserted script may run before the event_id is available let localStorageItems = getLocalStorageItems(); if (keys.call(OBJECT, localStorageItems).length) { // send to content script send({ localStorageItems }); } } // save locally to keep from getting overwritten by site code } (document, document.dispatchEvent, CustomEvent, localStorage, Object, Object.keys)); } + "());"; // code above is not a content script: no chrome.* APIs ///////////////////// } // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// (function () { // don't inject into non-HTML documents (such as XML documents) // but do inject into XHTML documents if (document instanceof HTMLDocument === false && ( document instanceof XMLDocument === false || document.createElement('div') instanceof HTMLDivElement === false )) { return; } // don't bother asking to run when trivially in first-party context if (window.top == window) { return; } // TODO race condition; fix waiting on https://crbug.com/478183 // TODO here we could also be injected too quickly // and miss localStorage setting upon initial page load // // we should eventually switch injection back to document_start // (reverting https://github.com/EFForg/privacybadger/pull/1522), // and fix localstorage detection // (such as by delaying it or peforming it periodically) // // could then remove test workarounds like // https://github.com/EFForg/privacybadger/commit/39d5d0899e22d1c451d429e44553c5f9cad7fc46 // TODO sometimes contentscripts/utils.js isn't here?! // TODO window.FRAME_URL / window.injectScript are undefined ... chrome.runtime.sendMessage({ type: "checkEnabledAndThirdParty", frameUrl: window.FRAME_URL }, function (enabledAndThirdParty) { if (!enabledAndThirdParty) { return; } var event_id_super_cookie = Math.random(); // listen for messages from the script we are about to insert document.addEventListener(event_id_super_cookie, function (e) { // pass these on to the background page (handled by webrequest.js) chrome.runtime.sendMessage({ type: "supercookieReport", data: e.detail, frameUrl: window.FRAME_URL }); }); window.injectScript(getScPageScript(), { event_id_super_cookie: event_id_super_cookie }); }); }()); privacybadger-release-2020.2.19/src/js/contentscripts/utils.js000066400000000000000000000033761362331047300242650ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2018 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /** * Executes a script in the page's JavaScript context. * * @param {String} text The content of the script to insert. * @param {Object} data Data attributes to set on the inserted script tag. */ window.injectScript = function (text, data) { var parent = document.documentElement, script = document.createElement('script'); script.text = text; script.async = false; for (var key in data) { script.setAttribute('data-' + key.replace(/_/g, '-'), data[key]); } parent.insertBefore(script, parent.firstChild); parent.removeChild(script); }; function getFrameUrl() { let url = document.location.href, parentFrame = (document != window.top) && window.parent; while (parentFrame && url && !url.startsWith("http")) { try { url = parentFrame.document.location.href; } catch (ex) { // ignore 'Blocked a frame with origin "..." // from accessing a cross-origin frame.' exceptions } parentFrame = (parentFrame != window.top) && parentFrame.parent; } return url; } window.FRAME_URL = getFrameUrl(); privacybadger-release-2020.2.19/src/js/firefoxandroid.js000066400000000000000000000055721362331047300230460ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /* * Temporary polyfill for firefox android, * while it doesn't support the full browserAction API * Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1330159 */ require.scopes.firefoxandroid = (function() { var hasPopupSupport = !!( chrome.browserAction.setPopup && chrome.browserAction.getPopup ); var hasBadgeSupport = !!chrome.browserAction.setBadgeText; // keeps track of popup id while one is open var openPopupId = false; var popup_url = chrome.runtime.getManifest().browser_action.default_popup; // fakes a popup function openPopup() { chrome.tabs.query({active: true, lastFocusedWindow: true}, (tabs) => { var url = popup_url + "?tabId=" + tabs[0].id; chrome.tabs.create({url, index: tabs[0].index + 1}, (tab) => { openPopupId = tab.id; }); }); } // remove the 'popup' when another tab is activated function onActivated(activeInfo) { if (openPopupId != false && openPopupId != activeInfo.tabId) { chrome.tabs.remove(openPopupId, () => { openPopupId = false; }); } } // forgets the popup when the url is overwritten by the user function onUpdated(tabId, changeInfo, tab) { if (tab.url && openPopupId == tabId) { var new_url = new URL(tab.url); if (new_url.origin + new_url.pathname != popup_url) { openPopupId = false; } } } // Subscribe to events needed to fake a popup function startListeners() { if (!hasPopupSupport) { chrome.browserAction.onClicked.addListener(openPopup); chrome.tabs.onActivated.addListener(onActivated); chrome.tabs.onUpdated.addListener(onUpdated); } } // Used in popup.js, figures out which tab opened the 'fake' popup function getParentOfPopup(callback) { chrome.tabs.query({active: true, currentWindow: true}, function(focusedTab) { var parentId = parseInt(new URL(focusedTab[0].url).searchParams.get('tabId')); chrome.tabs.get(parentId, callback); }); } /************************************** exports */ var exports = {}; exports.startListeners = startListeners; exports.hasPopupSupport = hasPopupSupport; exports.hasBadgeSupport = hasBadgeSupport; exports.getParentOfPopup = getParentOfPopup; return exports; /************************************** exports */ })(); privacybadger-release-2020.2.19/src/js/firstparties/000077500000000000000000000000001362331047300222135ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/js/firstparties/facebook.js000066400000000000000000000035711362331047300243300ustar00rootroot00000000000000/* globals findInAllFrames:false, observeMutations:false */ // Adapted from https://github.com/mgziminsky/FacebookTrackingRemoval // this should only run on facebook.com, messenger.com, and // facebookcorewwwi.onion let fb_wrapped_link = `a[href*='${document.domain.split(".").slice(-2).join(".")}/l.php?']:not([aria-label])`; // remove all attributes from a link except for class and ARIA attributes function cleanAttrs(elem) { for (let i = elem.attributes.length - 1; i >= 0; --i) { const attr = elem.attributes[i]; if (attr.name !== 'class' && !attr.name.startsWith('aria-')) { elem.removeAttribute(attr.name); } } } // Remove excessive attributes and event listeners from link a and replace // its destination with href function cleanLink(a) { let href = new URL(a.href).searchParams.get('u'); // If we can't extract a good URL, abort without breaking the links if (!window.isURL(href)) { return; } let href_url = new URL(href); href_url.searchParams.delete('fbclid'); href = href_url.toString(); cleanAttrs(a); a.href = href; a.rel = "noreferrer"; a.target = "_blank"; a.addEventListener("click", function (e) { e.stopImmediatePropagation(); }, true); a.addEventListener("mousedown", function (e) { e.stopImmediatePropagation(); }, true); a.addEventListener("mouseup", function (e) { e.stopImmediatePropagation(); }, true); a.addEventListener("mouseover", function (e) { e.stopImmediatePropagation(); }, true); } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkEnabled" }, function (enabled) { if (!enabled) { return; } // unwrap wrapped links in the original page findInAllFrames(fb_wrapped_link).forEach((link) => { cleanLink(link); }); // Execute redirect unwrapping each time new content is added to the page observeMutations(fb_wrapped_link, cleanLink); }); privacybadger-release-2020.2.19/src/js/firstparties/google-search.js000066400000000000000000000025341362331047300252740ustar00rootroot00000000000000/* globals findInAllFrames:false */ // In Firefox, outbound google links have the `rwt(...)` mousedown trigger. // In Chrome, they just have a `ping` attribute. let trap_link = "a[onmousedown^='return rwt(this,'], a[ping]"; // Remove excessive attributes and event listeners from link a function cleanLink(a) { // remove all attributes except for href, // target (to support "Open each selected result in a new browser window"), // class, style and ARIA attributes for (let i = a.attributes.length - 1; i >= 0; --i) { const attr = a.attributes[i]; if (attr.name !== 'href' && attr.name !== 'target' && attr.name !== 'class' && attr.name !== 'style' && !attr.name.startsWith('aria-')) { a.removeAttribute(attr.name); } } a.rel = "noreferrer noopener"; // block event listeners on the link a.addEventListener("click", function (e) { e.stopImmediatePropagation(); }, true); a.addEventListener("mousedown", function (e) { e.stopImmediatePropagation(); }, true); } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkEnabled" }, function (enabled) { if (!enabled) { return; } // since the page is rendered all at once, no need to set up a // mutationObserver or setInterval findInAllFrames(trap_link).forEach((link) => { cleanLink(link); }); }); privacybadger-release-2020.2.19/src/js/firstparties/google-static.js000066400000000000000000000021031362331047300253060ustar00rootroot00000000000000let g_wrapped_link = "a[href^='https://www.google.com/url?']"; // Unwrap a Hangouts tracking link function unwrapLink(a) { let href = new URL(a.href).searchParams.get('q'); if (!window.isURL(href)) { return; } // remove all attributes except for target, class, style and aria-* // attributes. This should prevent the script from breaking styles and // features for people with disabilities. for (let i = a.attributes.length - 1; i >= 0; --i) { const attr = a.attributes[i]; if (attr.name !== 'target' && attr.name !== 'class' && attr.name !== 'style' && !attr.name.startsWith('aria-')) { a.removeAttribute(attr.name); } } a.rel = "noreferrer"; a.href = href; } // Scan the page for all wrapped links function unwrapAll() { document.querySelectorAll(g_wrapped_link).forEach((a) => { unwrapLink(a); }); } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkEnabled" }, function (enabled) { if (!enabled) { return; } unwrapAll(); setInterval(unwrapAll, 2000); }); privacybadger-release-2020.2.19/src/js/firstparties/lib/000077500000000000000000000000001362331047300227615ustar00rootroot00000000000000privacybadger-release-2020.2.19/src/js/firstparties/lib/utils.js000066400000000000000000000037061362331047300244650ustar00rootroot00000000000000window.isURL = function(url) { // ensure the URL starts with HTTP or HTTPS; otherwise we might be vulnerable // to XSS attacks return (url && (url.startsWith("https://") || url.startsWith("http://"))); }; /** * Search a window and all IFrames within it for a query selector, then return a * list of all the elements in any frame that match. */ window.findInAllFrames = function(query) { let out = []; document.querySelectorAll(query).forEach((node) => { out.push(node); }); Array.from(document.getElementsByTagName('iframe')).forEach((iframe) => { try { iframe.contentDocument.querySelectorAll(query).forEach((node) => { out.push(node); }); } catch (e) { // pass on cross origin iframe errors } }); return out; }; /** * Listen for mutations on a page. If any nodes that match `selector` are added * to the page, execute the function `callback` on them. * Used by first-party scripts to listen for new links being added to the page * and strip them of tracking code immediately. */ window.observeMutations = function(selector, callback) { // Check all new nodes added by a mutation for tracking links and unwrap them function onMutation(mutation) { if (!mutation.addedNodes.length) { return; } for (let node of mutation.addedNodes) { // Only act on element nodes, otherwise querySelectorAll won't work if (node.nodeType != Node.ELEMENT_NODE) { continue; } // check all child nodes against the selector first node.querySelectorAll(selector).forEach((element) => { callback(element); }); // then check the node itself if (node.matches(selector)) { callback(node); } } } // Set up a mutation observer with the constructed callback new MutationObserver(function(mutations) { mutations.forEach(onMutation); }).observe(document, {childList: true, subtree: true, attributes: false, characterData: false}); }; privacybadger-release-2020.2.19/src/js/firstparties/twitter.js000066400000000000000000000051741362331047300242620ustar00rootroot00000000000000const full_url_attribute = 'data-expanded-url'; const tcos_with_destination = getTCoSelectorWithDestination(full_url_attribute); const full_url_attribute_profile = "title"; const profile_links_tcos = ".ProfileHeaderCard " + getTCoSelectorWithDestination(full_url_attribute_profile); const fixes = {}; function getTCoSelectorWithDestination(attribute) { return "a[" + attribute + "][href^='https://t.co/'], a[" + attribute + "][href^='http://t.co/']"; } function maybeAddNoreferrer(link) { let rel = link.rel ? link.rel : ""; if (!rel.includes("noreferrer")) {rel += " noreferrer";} link.rel = rel; } function getLinkByAttribute(node, attribute) { let attr = node.getAttribute(attribute); if (attr && (attr.startsWith("https://") || attr.startsWith("http://"))) { return attr; } return null; } function unwrapTco(tco, destination) { if (!destination) { return; } tco.href = destination; tco.addEventListener("click", function (e) { e.stopPropagation(); }); maybeAddNoreferrer(tco); } function findInAllFrames(query) { let out = []; document.querySelectorAll(query).forEach((node) => { out.push(node); }); Array.from(document.getElementsByTagName('iframe')).forEach((iframe) => { try { iframe.contentDocument.querySelectorAll(query).forEach((node) => { out.push(node); }); } catch (e) { // pass on cross origin iframe errors } }); return out; } function unwrapTwitterURLsInTimeline() { // first iteration is needed to collect all links findInAllFrames(tcos_with_destination).forEach((link) => { const attr = getLinkByAttribute(link, full_url_attribute); if (attr !== null) { fixes[link.href] = attr; // once we are here, we can also unwrap it directly, instead of iterating again later unwrapTco(link, attr); } }); // iterate another time to actually replace the link (of Twitter cards, e.g.) findInAllFrames("a[href^='https://t.co/'], a[href^='http://t.co/'").forEach((link) => { if (fixes.hasOwnProperty(link.href)) { unwrapTco(link, fixes[link.href]); } }); } function unwrapSpecialTwitterURLs() { // unwrap profile links document.querySelectorAll(profile_links_tcos).forEach((link) => { const attr = getLinkByAttribute(link, full_url_attribute_profile); if (attr !== null) { unwrapTco(link, attr); } }); } // TODO race condition; fix waiting on https://crbug.com/478183 chrome.runtime.sendMessage({ type: "checkEnabled", }, function (enabled) { if (!enabled) { return; } unwrapSpecialTwitterURLs(); unwrapTwitterURLsInTimeline(); setInterval(unwrapTwitterURLsInTimeline, 2000); }); privacybadger-release-2020.2.19/src/js/heuristicblocking.js000066400000000000000000000336521362331047300235530ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ /* globals badger:false, log:false, URI:false */ var constants = require("constants"); var utils = require("utils"); var incognito = require("incognito"); require.scopes.heuristicblocking = (function() { /*********************** heuristicblocking scope **/ // make heuristic obj with utils and storage properties and put the things on it function HeuristicBlocker(pbStorage) { this.storage = pbStorage; // TODO roll into tabData? -- 6/10/2019 not for now, since tabData is populated // by the synchronous listeners in webrequests.js and tabOrigins is used by the // async listeners here; there's no way to enforce ordering of requests among // those two. Also, tabData is cleaned up every time a tab is closed, so // dangling requests that don't trigger listeners until after the tab closes are // impossible to attribute to a tab. this.tabOrigins = {}; this.tabUrls = {}; } HeuristicBlocker.prototype = { /** * Adds Cookie blocking for all more specific domains than the blocked origin * - if they're on the cb list * * @param {String} origin Origin to check */ setupSubdomainsForCookieblock: function(origin) { var cbl = this.storage.getBadgerStorageObject("cookieblock_list"); for (var domain in cbl.getItemClones()) { if (origin == window.getBaseDomain(domain)) { this.storage.setupHeuristicAction(domain, constants.COOKIEBLOCK); } } // iterate through all elements of cookie block list // if element has basedomain add it to action_map // or update it's action with cookieblock origin = null; return false; }, /** * Decide if to blacklist and add blacklist filters * @param {String} baseDomain The base domain (etld+1) to blacklist * @param {String} fqdn The FQDN */ blacklistOrigin: function(baseDomain, fqdn) { var cbl = this.storage.getBadgerStorageObject("cookieblock_list"); // Setup Cookieblock or block for base domain and fqdn if (cbl.hasItem(baseDomain)) { this.storage.setupHeuristicAction(baseDomain, constants.COOKIEBLOCK); } else { this.storage.setupHeuristicAction(baseDomain, constants.BLOCK); } // Check if a parent domain of the fqdn is on the cookie block list var set = false; var thisStorage = this.storage; _.each(utils.explodeSubdomains(fqdn, true), function(domain) { if (cbl.hasItem(domain)) { thisStorage.setupHeuristicAction(fqdn, constants.COOKIEBLOCK); set = true; } }); // if no parent domains are on the cookie block list then block fqdn if (!set) { this.storage.setupHeuristicAction(fqdn, constants.BLOCK); } this.setupSubdomainsForCookieblock(baseDomain); }, /** * Wraps _recordPrevalence for use from webRequest listeners. * Use updateTrackerPrevalence for non-webRequest initiated bookkeeping. * * @param {Object} details request/response details */ heuristicBlockingAccounting: function (details) { // ignore requests that are outside a tabbed window if (details.tabId < 0 || !incognito.learningEnabled(details.tabId)) { return {}; } let self = this, request_host = (new URI(details.url)).host, request_origin = window.getBaseDomain(request_host); // if this is a main window request, update tab data and quit if (details.type == "main_frame") { self.tabOrigins[details.tabId] = request_origin; self.tabUrls[details.tabId] = details.url; return {}; } let tab_origin = self.tabOrigins[details.tabId]; // ignore first-party requests if (!tab_origin || !utils.isThirdPartyDomain(request_origin, tab_origin)) { return {}; } // short-circuit if we already observed this origin tracking on this site let firstParties = self.storage.getBadgerStorageObject('snitch_map').getItem(request_origin); if (firstParties && firstParties.indexOf(tab_origin) > -1) { return {}; } // abort if we already made a decision for this FQDN let action = self.storage.getAction(request_host); if (action != constants.NO_TRACKING && action != constants.ALLOW) { return {}; } // check if there are tracking cookies if (hasCookieTracking(details, request_origin)) { self._recordPrevalence(request_host, request_origin, tab_origin); return {}; } }, /** * Wraps _recordPrevalence for use outside of webRequest listeners. * * @param {String} tracker_fqdn The fully qualified domain name of the tracker * @param {String} page_origin The base domain of the page * where the tracker was detected. * @param {Boolean} skip_dnt_check Skip DNT policy checking if flag is true. * */ updateTrackerPrevalence: function(tracker_fqdn, page_origin, skip_dnt_check) { // abort if we already made a decision for this fqdn let action = this.storage.getAction(tracker_fqdn); if (action != constants.NO_TRACKING && action != constants.ALLOW) { return; } this._recordPrevalence( tracker_fqdn, window.getBaseDomain(tracker_fqdn), page_origin, skip_dnt_check ); }, /** * Record HTTP request prevalence. Block a tracker if seen on more * than constants.TRACKING_THRESHOLD pages * * NOTE: This is a private function and should never be called directly. * All calls should be routed through heuristicBlockingAccounting for normal usage * and updateTrackerPrevalence for manual modifications (e.g. importing * tracker lists). * * @param {String} tracker_fqdn The FQDN of the third party tracker * @param {String} tracker_origin Base domain of the third party tracker * @param {String} page_origin The origin of the page where the third party * tracker was loaded. * @param {Boolean} skip_dnt_check Skip DNT policy checking if flag is true. */ _recordPrevalence: function (tracker_fqdn, tracker_origin, page_origin, skip_dnt_check) { var snitchMap = this.storage.getBadgerStorageObject('snitch_map'); var firstParties = []; if (snitchMap.hasItem(tracker_origin)) { firstParties = snitchMap.getItem(tracker_origin); } // GDPR Consent Management Provider // https://github.com/EFForg/privacybadger/pull/2245#issuecomment-545545717 if (tracker_origin == "consensu.org") { return; } if (firstParties.indexOf(page_origin) != -1) { return; // We already know about the presence of this tracker on the given domain } // Check this just-seen-tracking-on-this-site, // not-yet-blocked domain for DNT policy. // We check heuristically-blocked domains in webrequest.js. if (!skip_dnt_check) { setTimeout(function () { badger.checkForDNTPolicy(tracker_fqdn); }, 0); } // record that we've seen this tracker on this domain (in snitch map) firstParties.push(page_origin); snitchMap.setItem(tracker_origin, firstParties); // ALLOW indicates this is a tracker still below TRACKING_THRESHOLD // (vs. NO_TRACKING for resources we haven't seen perform tracking yet). // see https://github.com/EFForg/privacybadger/pull/1145#discussion_r96676710 // TODO missing tests: removing below lines/messing up parameters // should break integration tests, but currently does not this.storage.setupHeuristicAction(tracker_fqdn, constants.ALLOW); this.storage.setupHeuristicAction(tracker_origin, constants.ALLOW); // Blocking based on outbound cookies var httpRequestPrevalence = firstParties.length; // block the origin if it has been seen on multiple first party domains if (httpRequestPrevalence >= constants.TRACKING_THRESHOLD) { log('blacklisting origin', tracker_fqdn); this.blacklistOrigin(tracker_origin, tracker_fqdn); } } }; // This maps cookies to a rough estimate of how many bits of // identifying info we might be letting past by allowing them. // (map values to lower case before using) // TODO: We need a better heuristic var lowEntropyCookieValues = { "":3, "nodata":3, "no_data":3, "yes":3, "no":3, "true":3, "false":3, "dnt":3, "opt-out":3, "optout":3, "opt_out":3, "0":4, "1":4, "2":4, "3":4, "4":4, "5":4, "6":4, "7":4, "8":4, "9":4, // ISO 639-1 language codes "aa":8, "ab":8, "ae":8, "af":8, "ak":8, "am":8, "an":8, "ar":8, "as":8, "av":8, "ay":8, "az":8, "ba":8, "be":8, "bg":8, "bh":8, "bi":8, "bm":8, "bn":8, "bo":8, "br":8, "bs":8, "by":8, "ca":8, "ce":8, "ch":8, "co":8, "cr":8, "cs":8, "cu":8, "cv":8, "cy":8, "da":8, "de":8, "dv":8, "dz":8, "ee":8, "el":8, "en":8, "eo":8, "es":8, "et":8, "eu":8, "fa":8, "ff":8, "fi":8, "fj":8, "fo":8, "fr":8, "fy":8, "ga":8, "gd":8, "gl":8, "gn":8, "gu":8, "gv":8, "ha":8, "he":8, "hi":8, "ho":8, "hr":8, "ht":8, "hu":8, "hy":8, "hz":8, "ia":8, "id":8, "ie":8, "ig":8, "ii":8, "ik":8, "in":8, "io":8, "is":8, "it":8, "iu":8, "ja":8, "jv":8, "ka":8, "kg":8, "ki":8, "kj":8, "kk":8, "kl":8, "km":8, "kn":8, "ko":8, "kr":8, "ks":8, "ku":8, "kv":8, "kw":8, "ky":8, "la":8, "lb":8, "lg":8, "li":8, "ln":8, "lo":8, "lt":8, "lu":8, "lv":8, "mg":8, "mh":8, "mi":8, "mk":8, "ml":8, "mn":8, "mr":8, "ms":8, "mt":8, "my":8, "na":8, "nb":8, "nd":8, "ne":8, "ng":8, "nl":8, "nn":8, "nr":8, "nv":8, "ny":8, "oc":8, "of":8, "oj":8, "om":8, "or":8, "os":8, "pa":8, "pi":8, "pl":8, "ps":8, "pt":8, "qu":8, "rm":8, "rn":8, "ro":8, "ru":8, "rw":8, "sa":8, "sc":8, "sd":8, "se":8, "sg":8, "si":8, "sk":8, "sl":8, "sm":8, "sn":8, "so":8, "sq":8, "sr":8, "ss":8, "st":8, "su":8, "sv":8, "sw":8, "ta":8, "te":8, "tg":8, "th":8, "ti":8, "tk":8, "tl":8, "tn":8, "to":8, "tr":8, "ts":8, "tt":8, "tw":8, "ty":8, "ug":8, "uk":8, "ur":8, "uz":8, "ve":8, "vi":8, "vo":8, "wa":8, "wo":8, "xh":8, "yi":8, "yo":8, "za":8, "zh":8, "zu":8 }; /** * Extract cookies from onBeforeSendHeaders * * @param details Details for onBeforeSendHeaders * @returns {*} an array combining all Cookies */ function _extractCookies(details) { let cookies = [], headers = []; if (details.requestHeaders) { headers = details.requestHeaders; } else if (details.responseHeaders) { headers = details.responseHeaders; } for (let i = 0; i < headers.length; i++) { let header = headers[i]; if (header.name.toLowerCase() == "cookie" || header.name.toLowerCase() == "set-cookie") { cookies.push(header.value); } } return cookies; } /** * Check if page is doing cookie tracking. Doing this by estimating the entropy of the cookies * * @param details details onBeforeSendHeaders details * @param {String} origin URL * @returns {boolean} true if it has cookie tracking */ function hasCookieTracking(details, origin) { let cookies = _extractCookies(details); if (!cookies.length) { return false; } let estimatedEntropy = 0; // loop over every cookie for (let i = 0; i < cookies.length; i++) { let cookie = utils.parseCookie(cookies[i], { noDecode: true, skipAttributes: true, skipNonValues: true }); // loop over every name/value pair in every cookie for (let name in cookie) { if (!cookie.hasOwnProperty(name)) { continue; } // ignore CloudFlare if (name == "__cfduid") { continue; } let value = cookie[name].toLowerCase(); if (!(value in lowEntropyCookieValues)) { return true; } estimatedEntropy += lowEntropyCookieValues[value]; } } log("All cookies for " + origin + " deemed low entropy..."); if (estimatedEntropy > constants.MAX_COOKIE_ENTROPY) { log("But total estimated entropy is " + estimatedEntropy + " bits, so blocking"); return true; } return false; } function startListeners() { /** * Adds heuristicBlockingAccounting as listened to onBeforeSendHeaders request */ let extraInfoSpec = ['requestHeaders']; if (chrome.webRequest.OnBeforeSendHeadersOptions.hasOwnProperty('EXTRA_HEADERS')) { extraInfoSpec.push('extraHeaders'); } chrome.webRequest.onBeforeSendHeaders.addListener(function(details) { return badger.heuristicBlocking.heuristicBlockingAccounting(details); }, {urls: [""]}, extraInfoSpec); /** * Adds onResponseStarted listener. Monitor for cookies */ extraInfoSpec = ['responseHeaders']; if (chrome.webRequest.OnResponseStartedOptions.hasOwnProperty('EXTRA_HEADERS')) { extraInfoSpec.push('extraHeaders'); } chrome.webRequest.onResponseStarted.addListener(function(details) { var hasSetCookie = false; for (var i = 0; i < details.responseHeaders.length; i++) { if (details.responseHeaders[i].name.toLowerCase() == "set-cookie") { hasSetCookie = true; break; } } if (hasSetCookie) { return badger.heuristicBlocking.heuristicBlockingAccounting(details); } }, {urls: [""]}, extraInfoSpec); } /************************************** exports */ var exports = {}; exports.HeuristicBlocker = HeuristicBlocker; exports.startListeners = startListeners; exports.hasCookieTracking = hasCookieTracking; return exports; /************************************** exports */ })(); privacybadger-release-2020.2.19/src/js/htmlutils.js000066400000000000000000000244531362331047300220670ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ require.scopes.htmlutils = (function() { const i18n = chrome.i18n; const constants = require("constants"); var exports = {}; var htmlUtils = exports.htmlUtils = { // Tooltipster config for domain list tooltips DOMAIN_TOOLTIP_CONF: { delay: 100, side: 'bottom', // allow per-instance option overriding functionInit: function (instance, helper) { let dataOptions = helper.origin.dataset.tooltipster; if (dataOptions) { try { dataOptions = JSON.parse(dataOptions); } catch (e) { console.error(e); } for (let name in dataOptions) { instance.option(name, dataOptions[name]); } } }, }, /** * Determines if radio input is checked based on origin's action. * * @param {String} inputAction Action of current radio input. * @param {String} originAction Action of current origin. * @returns {String} 'checked' if both actions match otherwise empty string. */ isChecked: function(inputAction, originAction) { if ((originAction == constants.NO_TRACKING) || (originAction == constants.DNT)) { originAction = constants.ALLOW; } return (inputAction === originAction) ? 'checked' : ''; }, /** * Gets localized description for given action and origin. * * @param {String} action The action to get description for. * @param {String} origin The origin to get description for. * @returns {String} Localized action description with origin. */ getActionDescription: (function () { const messages = { block: i18n.getMessage('badger_status_block', "XXX"), cookieblock: i18n.getMessage('badger_status_cookieblock', "XXX"), noaction: i18n.getMessage('badger_status_noaction', "XXX"), allow: i18n.getMessage('badger_status_allow', "XXX"), dntTooltip: i18n.getMessage('dnt_tooltip') }; return function (action, origin) { if (action == constants.DNT) { return messages.dntTooltip; } const rv_action = messages[action]; if (!rv_action) { return origin; } return rv_action.replace("XXX", origin); }; }()), /** * Gets HTML for origin action toggle switch (block, block cookies, allow). * * @param {String} origin Origin to get toggle for. * @param {String} action Current action of given origin. * @returns {String} HTML for toggle switch. */ getToggleHtml: (function () { let tooltips = { block: i18n.getMessage('domain_slider_block_tooltip'), cookieblock: i18n.getMessage('domain_slider_cookieblock_tooltip'), allow: i18n.getMessage('domain_slider_allow_tooltip') }; return function (origin, action) { var originId = origin.replace(/\./g, '-'); var toggleHtml = '' + '
' + '
' + '' + '' + '' + '
'; return toggleHtml; }; }()), /** * Get HTML for tracker container. * * @returns {String} HTML for empty tracker container. */ getTrackerContainerHtml: function() { var trackerHtml = '' + '
' + '
' + '' + '' + '' + '
' + '
' + '
'; return trackerHtml; }, /** * Generates HTML for given origin. * * @param {String} origin Origin to get HTML for. * @param {String} action Action for given origin. * @param {Boolean} show_breakage_warning * @returns {String} Origin HTML. */ getOriginHtml: (function () { const breakage_warning_tooltip = i18n.getMessage('breakage_warning_tooltip'), undo_arrow_tooltip = i18n.getMessage('feed_the_badger_title'), dnt_icon_url = chrome.runtime.getURL('/icons/dnt-16.png'); return function (origin, action, show_breakage_warning) { action = _.escape(action); origin = _.escape(origin); // Get classes for main div. var classes = ['clicker']; if (action.indexOf('user') === 0) { classes.push('userset'); action = action.substr(5); } if (action === constants.BLOCK || action === constants.COOKIEBLOCK || action === constants.ALLOW || action === constants.NO_TRACKING) { classes.push(action); } // show warning when manually blocking a domain // that would have been cookieblocked otherwise if (show_breakage_warning) { classes.push('show-breakage-warning'); } // If origin has been whitelisted set text for DNT. var whitelistedText = ''; if (action == constants.DNT) { whitelistedText = '' + '
' + '' + '
'; } // Construct HTML for origin. var actionDescription = htmlUtils.getActionDescription(action, origin); var originHtml = '
' + '
' + '' + '' + whitelistedText + origin + '' + '
' + '
' + htmlUtils.getToggleHtml(origin, action) + '
' + '
'; return originHtml; }; }()), /** * Toggle the GUI blocked status of GUI element(s) * * @param {jQuery} $el Identify the jQuery element object(s) to manipulate * @param {String} status New status to set * @param {Boolean} show_breakage_warning */ toggleBlockedStatus: function ($el, status, show_breakage_warning) { $el.removeClass([ constants.BLOCK, constants.COOKIEBLOCK, constants.ALLOW, constants.NO_TRACKING, "show-breakage-warning", ].join(" ")); $el.addClass(status).addClass("userset"); // show warning when manually blocking a domain // that would have been cookieblocked otherwise if (show_breakage_warning) { $el.addClass("show-breakage-warning"); } }, /** * Compare two domains, reversing them to start comparing the least * significant parts (TLD) first. * * @param {Array} domains The domains to sort. * @returns {Array} Sorted domains. */ sortDomains: (domains) => { // optimization: cache makeSortable output by walking the array once // to extract the actual values used for sorting into a temporary array return domains.map((domain, i) => { return { index: i, value: htmlUtils.makeSortable(domain) }; // sort the temporary array }).sort((a, b) => { if (a.value > b.value) { return 1; } if (a.value < b.value) { return -1; } return 0; // walk the temporary array to achieve the right order }).map(item => domains[item.index]); }, /** * Reverse order of domain items to have the least exact (TLD) first. * * @param {String} domain The domain to shuffle * @returns {String} The 'reversed' domain */ makeSortable: (domain) => { let base = window.getBaseDomain(domain), base_minus_tld = base, dot_index = base.indexOf('.'), rest_of_it_reversed = ''; if (domain.length > base.length) { rest_of_it_reversed = domain .slice(0, domain.length - base.length - 1) .split('.').reverse().join('.'); } if (dot_index > -1 && !window.isIPv4(domain) && !window.isIPv6(domain)) { base_minus_tld = base.slice(0, dot_index); } return (base_minus_tld + '.' + rest_of_it_reversed); }, /** * Get the action class from the element * * @param elt Element * @returns {String} block/cookieblock/noaction */ getCurrentClass: function(elt) { if (elt.hasClass(constants.BLOCK)) { return constants.BLOCK; } else if (elt.hasClass(constants.COOKIEBLOCK)) { return constants.COOKIEBLOCK; } else if (elt.hasClass(constants.ALLOW)) { return constants.ALLOW; } else { return constants.NO_TRACKING; } }, }; return exports; })(); privacybadger-release-2020.2.19/src/js/incognito.js000066400000000000000000000020611362331047300220220ustar00rootroot00000000000000/* globals badger:false */ require.scopes.incognito = (function() { var tabs = {}; // Get all existing tabs chrome.tabs.query({}, function(results) { results.forEach(function(tab) { tabs[tab.id] = tab.incognito; }); }); // Create tab event listeners function onUpdatedListener(tabId, changeInfo, tab) { tabs[tab.id] = tab.incognito; } function onRemovedListener(tabId) { delete tabs[tabId]; } // Subscribe to tab events function startListeners() { chrome.tabs.onUpdated.addListener(onUpdatedListener); chrome.tabs.onRemoved.addListener(onRemovedListener); } function tabIsIncognito(tabId) { return tabs[tabId] || false; } function learningEnabled(tabId) { if (badger.isLearnInIncognitoEnabled()) { // Treat all pages as if they're not incognito return true; } // Else, do not learn in incognito tabs return !tabIsIncognito(tabId); } /************************************** exports */ let exports = { learningEnabled, startListeners, tabIsIncognito, }; return exports; /************************************** exports */ })(); privacybadger-release-2020.2.19/src/js/migrations.js000066400000000000000000000262161362331047300222150ustar00rootroot00000000000000/* * This file is part of Privacy Badger * Copyright (C) 2014 Electronic Frontier Foundation * * Privacy Badger is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Privacy Badger 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 Privacy Badger. If not, see . */ var utils = require("utils"); var constants = require("constants"); require.scopes.migrations = (function() { var exports = {}; exports.Migrations= { changePrivacySettings: function() { if (!chrome.extension.inIncognitoContext && chrome.privacy) { console.log('changing privacy settings'); if (chrome.privacy.services && chrome.privacy.services.alternateErrorPagesEnabled) { chrome.privacy.services.alternateErrorPagesEnabled.set({'value': false, 'scope': 'regular'}); } if (chrome.privacy.websites && chrome.privacy.websites.hyperlinkAuditingEnabled) { chrome.privacy.websites.hyperlinkAuditingEnabled.set({'value': false, 'scope': 'regular'}); } } }, migrateAbpToStorage: function () {}, migrateBlockedSubdomainsToCookieblock: function(badger) { setTimeout(function() { console.log('MIGRATING BLOCKED SUBDOMAINS THAT ARE ON COOKIE BLOCK LIST'); var cbl = badger.storage.getBadgerStorageObject('cookieblock_list'); _.each(badger.storage.getAllDomainsByPresumedAction(constants.BLOCK), function(fqdn) { _.each(utils.explodeSubdomains(fqdn, true), function(domain) { if (cbl.hasItem(domain)) { console.log('moving', fqdn, 'from block to cookie block'); badger.storage.setupHeuristicAction(fqdn, constants.COOKIEBLOCK); } }); }); }, 1000 * 30); }, migrateLegacyFirefoxData: function() { }, migrateDntRecheckTimes: function(badger) { var action_map = badger.storage.getBadgerStorageObject('action_map'); for (var domain in action_map.getItemClones()) { if (badger.storage.getNextUpdateForDomain(domain) === 0) { // Recheck at a random time in the next week var recheckTime = _.random(Date.now(), utils.nDaysFromNow(7)); badger.storage.touchDNTRecheckTime(domain, recheckTime); } } }, // Fixes https://github.com/EFForg/privacybadger/issues/1181 migrateDntRecheckTimes2: function(badger) { console.log('fixing DNT check times'); var action_map = badger.storage.getBadgerStorageObject('action_map'); for (var domain in action_map.getItemClones()) { // Recheck at a random time in the next week var recheckTime = _.random(utils.oneDayFromNow(), utils.nDaysFromNow(7)); badger.storage.touchDNTRecheckTime(domain, recheckTime); } }, forgetMistakenlyBlockedDomains: function (badger) { console.log("Running migration to forget mistakenly flagged domains ..."); const MISTAKES = new Set([ '2mdn.net', 'akamaized.net', 'bootcss.com', 'cloudinary.com', 'edgesuite.net', 'ehowcdn.com', 'ewscloud.com', 'fncstatic.com', 'fontawesome.com', 'hgmsites.net', 'hsforms.net', 'hubspot.com', 'jsdelivr.net', 'jwplayer.com', 'jwpsrv.com', 'kinja-img.com', 'kxcdn.com', 'ldwgroup.com', 'metapix.net', 'optnmstr.com', 'parastorage.com', 'polyfill.io', 'qbox.me', 'rfdcontent.com', 'scene7.com', 'sinaimg.cn', 'slidesharecdn.com', 'staticworld.net', 'taleo.net', 'techhive.com', 'unpkg.com', 'uvcdn.com', 'washingtonpost.com', 'wixstatic.com', 'ykimg.com', ]); const actionMap = badger.storage.getBadgerStorageObject("action_map"), actions = actionMap.getItemClones(), snitchMap = badger.storage.getBadgerStorageObject("snitch_map"); for (let domain in actions) { const base = window.getBaseDomain(domain); if (!MISTAKES.has(base)) { continue; } // remove only if // user did not set an override // and domain was seen tracking const map = actions[domain]; if (map.userAction != "" || ( map.heuristicAction != constants.ALLOW && map.heuristicAction != constants.BLOCK && map.heuristicAction != constants.COOKIEBLOCK )) { continue; } console.log("Removing %s ...", domain); actionMap.deleteItem(domain); snitchMap.deleteItem(base); } }, unblockIncorrectlyBlockedDomains: function (badger) { console.log("Running migration to unblock likely incorrectly blocked domains ..."); let action_map = badger.storage.getBadgerStorageObject("action_map"), snitch_map = badger.storage.getBadgerStorageObject("snitch_map"); // for every blocked domain for (let domain in action_map.getItemClones()) { if (action_map.getItem(domain).heuristicAction != constants.BLOCK) { continue; } let base_domain = window.getBaseDomain(domain); // let's check snitch map // to see what state the blocked domain should be in instead let sites = snitch_map.getItem(base_domain); // default to "no tracking" // using "" and not constants.NO_TRACKING to match current behavior let action = ""; if (sites && sites.length) { if (sites.length >= constants.TRACKING_THRESHOLD) { // tracking domain over threshold, set it to cookieblock or block badger.heuristicBlocking.blacklistOrigin(base_domain, domain); continue; } else { // tracking domain below threshold action = constants.ALLOW; } } badger.storage.setupHeuristicAction(domain, action); } }, forgetBlockedDNTDomains: function(badger) { console.log('Running migration to forget mistakenly blocked DNT domains'); let action_map = badger.storage.getBadgerStorageObject("action_map"), snitch_map = badger.storage.getBadgerStorageObject("snitch_map"), domainsToFix = new Set(['eff.org', 'medium.com']); for (let domain in action_map.getItemClones()) { let base = window.getBaseDomain(domain); if (domainsToFix.has(base)) { action_map.deleteItem(domain); snitch_map.deleteItem(base); } } }, reapplyYellowlist: function (badger) { console.log("(Re)applying yellowlist ..."); let blocked = badger.storage.getAllDomainsByPresumedAction( constants.BLOCK); // reblock all blocked domains to trigger yellowlist logic for (let i = 0; i < blocked.length; i++) { let domain = blocked[i]; badger.heuristicBlocking.blacklistOrigin( window.getBaseDomain(domain), domain); } }, forgetNontrackingDomains: function (badger) { console.log("Forgetting non-tracking domains ..."); const actionMap = badger.storage.getBadgerStorageObject("action_map"), actions = actionMap.getItemClones(); for (let domain in actions) { const map = actions[domain]; if (map.userAction == "" && map.heuristicAction == "") { actionMap.deleteItem(domain); } } }, resetWebRTCIPHandlingPolicy: function (badger) { console.log("Resetting webRTCIPHandlingPolicy ..."); if (!badger.webRTCAvailable) { return; } const cpn = chrome.privacy.network; cpn.webRTCIPHandlingPolicy.get({}, function (result) { if (!result.levelOfControl.endsWith('_by_this_extension')) { return; } if (result.value == 'default_public_interface_only') { cpn.webRTCIPHandlingPolicy.clear({}); } }); }, enableShowNonTrackingDomains: function (badger) { console.log("Enabling showNonTrackingDomains for some users"); let actionMap = badger.storage.getBadgerStorageObject("action_map"), actions = actionMap.getItemClones(); // if we have any customized sliders if (Object.keys(actions).some(domain => actions[domain].userAction != "")) { // keep showing non-tracking domains in the popup badger.getSettings().setItem("showNonTrackingDomains", true); } }, forgetFirstPartySnitches: function (badger) { console.log("Removing first parties from snitch map..."); let snitchMap = badger.storage.getBadgerStorageObject("snitch_map"), actionMap = badger.storage.getBadgerStorageObject("action_map"), snitchClones = snitchMap.getItemClones(), actionClones = actionMap.getItemClones(), correctedSites = {}; for (let domain in snitchClones) { // creates new array of domains checking against the isThirdParty utility let newSnitches = snitchClones[domain].filter( item => utils.isThirdPartyDomain(item, domain)); if (newSnitches.length) { correctedSites[domain] = newSnitches; } } // clear existing maps and then use mergeUserData to rebuild them actionMap.updateObject({}); snitchMap.updateObject({}); const data = { snitch_map: correctedSites, action_map: actionClones }; // pass in boolean 2nd parameter to flag that it's run in a migration, preventing infinite loop badger.mergeUserData(data, true); }, forgetCloudflare: function (badger) { let config = { name: '__cfduid' }; if (badger.firstPartyDomainPotentiallyRequired) { config.firstPartyDomain = null; } chrome.cookies.getAll(config, function (cookies) { console.log("Forgetting Cloudflare domains ..."); let actionMap = badger.storage.getBadgerStorageObject("action_map"), actionClones = actionMap.getItemClones(), snitchMap = badger.storage.getBadgerStorageObject("snitch_map"), snitchClones = snitchMap.getItemClones(), correctedSites = {}, // assume the tracking domains seen on these sites are all Cloudflare cfduidFirstParties = new Set(); cookies.forEach(function (cookie) { // get the base domain (also removes the leading dot) cfduidFirstParties.add(window.getBaseDomain(cookie.domain)); }); for (let domain in snitchClones) { let newSnitches = snitchClones[domain].filter( item => !cfduidFirstParties.has(item)); if (newSnitches.length) { correctedSites[domain] = newSnitches; } } // clear existing maps and then use mergeUserData to rebuild them actionMap.updateObject({}); snitchMap.updateObject({}); const data = { snitch_map: correctedSites, action_map: actionClones }; // pass in boolean 2nd parameter to flag that it's run in a migration, preventing infinite loop badger.mergeUserData(data, true); }); }, // https://github.com/EFForg/privacybadger/pull/2245#issuecomment-545545717 forgetConsensu: (badger) => { console.log("Forgetting consensu.org domains (GDPR consent provider) ..."); badger.storage.forget("consensu.org"); }, }; return exports; })(); //require scopes privacybadger-release-2020.2.19/src/js/multiDomainFirstParties.js000066400000000000000000001750531362331047300246670ustar00rootroot00000000000000require.scopes.multiDomainFP = (function() { /** * 2d array of related domains (etld+1), all domains owned by the same entity go into * an array, this is later transformed for efficient lookups. */ var multiDomainFirstPartiesArray = [ ["1800contacts.com", "800contacts.com"], ["37signals.com", "basecamp.com", "basecamphq.com", "highrisehq.com"], ["9gag.com", "9cache.com"], ["accountonline.com", "citi.com", "citibank.com", "citicards.com", "citibankonline.com"], [ "adidas-group.com", "adidas.ae", "adidas.at", "adidas.be", "adidas.ca", "adidas.ch", "adidas.cl", "adidas.cn", "adidas.co", "adidas.co.id", "adidas.co.in", "adidas.co.kr", "adidas.com", "adidas.com.ar", "adidas.com.au", "adidas.com.br", "adidas.com.co", "adidas.com.hk", "adidas.com.my", "adidas.com.om", "adidas.com.pe", "adidas.com.ph", "adidas.com.qa", "adidas.com.sa", "adidas.com.sg", "adidas.com.tr", "adidas.com.tw", "adidas.com.vn", "adidas.co.nz", "adidas.co.th", "adidas.co.uk", "adidas.co.za", "adidas.cz", "adidas.de", "adidas.dk", "adidas.es", "adidas.fi", "adidas.fr", "adidas.gr", "adidas.hu", "adidas.ie", "adidas.it", "adidas.jp", "adidas.mx", "adidas.nl", "adidas.no", "adidas.pe", "adidas.pl", "adidas.pt", "adidas.ru", "adidas.se", "adidas.sk", "adidas.us", ], [ "adobe.com", "adobeexchange.com", "adobe.io", "adobelogin.com", "behance.net", "mixamo.com", "myportfolio.com", "typekit.com", ], [ "airbnb.com", "airbnb.ae", "airbnb.al", "airbnb.am", "airbnb.at", "airbnb.az", "airbnb.ba", "airbnb.be", "airbnb.ca", "airbnb.cat", "airbnb.ch", "airbnb.cl", "airbnb.co.cr", "airbnb.co.id", "airbnb.co.il", "airbnb.co.in", "airbnb.co.kr", "airbnb.com.ar", "airbnb.com.au", "airbnb.com.bo", "airbnb.com.br", "airbnb.com.bz", "airbnb.com.co", "airbnb.com.ec", "airbnb.com.ee", "airbnb.com.gt", "airbnb.com.hk", "airbnb.com.hn", "airbnb.com.hr", "airbnb.com.kh", "airbnb.com.mt", "airbnb.com.my", "airbnb.com.ni", "airbnb.com.pa", "airbnb.com.pe", "airbnb.com.ph", "airbnb.com.py", "airbnb.com.ro", "airbnb.com.sg", "airbnb.com.sv", "airbnb.com.tr", "airbnb.com.tw", "airbnb.com.ua", "airbnb.com.vn", "airbnb.co.nz", "airbnb.co.uk", "airbnb.co.ve", "airbnb.co.za", "airbnb.cz", "airbnb.de", "airbnb.dk", "airbnb.es", "airbnb.fi", "airbnb.fr", "airbnb.gr", "airbnb.gy", "airbnb.hu", "airbnb.ie", "airbnb.is", "airbnb.it", "airbnb.jp", "airbnb.la", "airbnb.lt", "airbnb.lu", "airbnb.lv", "airbnb.me", "airbnb.mx", "airbnb.nl", "airbnb.no", "airbnb.pl", "airbnb.pt", "airbnb.rs", "airbnb.ru", "airbnb.se", "airbnb.si", "muscache.com", ], [ "alibaba.com", "1688.com", "95095.com", "9game.cn", "alibabagroup.com", "alibaba-inc.com", "alicdn.com", "alicdn.net", "aliexpress.com", "aliexpress.ru", "aligames.com", "alihealth.cn", "alihive.com", "aliimg.com", "alimama.com", "alitrip.com", "alitrip.hk", "aliyun.com", "cainiao.com", "cainiao.com.cn", "cibntv.net", "cnzz.com", "dayu.com", "dingtalkapps.com", "dingtalk.com", "dongting.com", "ele.me", "elenet.me", "etao.com", "feizhu.cn", "feizhu.com", "fliggy.com", "fliggy.hk", "i52hz.com", "jiaoyimao.com", "jingguan.ai", "jiyoujia.com", "juhuasuan.com", "kumiao.com", "laifeng.com", "liangxinyao.com", "mappcloud.com", "mei.com", "mmstat.com", "mobmore.com", "paike.com", "puata.info", "soku.com", "tanx.com", "taobao.com", "taopiaopiao.com", "tbcdn.cn", "tmail.com", "tmall.com", "tmall.hk", "ttpod.com", "tudou.com", "uc.cn", "ucweb.com", "um0.cn", "umengcloud.com", "umeng.co", "umeng.com", "umindex.com", "umsns.com", "umtrack.com", "wasu.tv", "whalecloud.com", "www.net.cn", "xiami.com", "ykimg.com", "youku.com", "youkutv.com", "yousuode.cn", "alipay.com", "aliloan.com", "alipay-cloud.com", "alipay.cn", "alipay-eco.com", "alipay.hk", "alipayplus.com", "ant-biz.com", "ant-financial.com", "antfin.com", "antfin-inc.com", "antfortune.com", "antgroup.com", "ant-open.com", "antsdaq.com", "ebuckler.com", "fund123.cn", "huijucai.com", "koubei.com", "mayiyunbao.com", "mybank.cn", "sinopayment.com.cn", "ssdata.com", "xin.xin", "yidun.com", "zamcs.com", "zhisheng.com", "zmxy.com.cn", "lazada.com", "lazada.co.id", "lazada.com.my", "lazada.com.ph", "lazada.co.th", "lazada.sg", "lazada.vn", ], ["allstate.com", "myallstate.com"], ["altra.org", "altraonline.org"], [ "amazon.com", "amazon.ae", "amazon.ca", "amazon.cn", "amazon.co.jp", "amazon.com.au", "amazon.com.br", "amazon.com.mx", "amazon.com.sg", "amazon.com.tr", "amazon.co.uk", "amazon.de", "amazon.es", "amazon.fr", "amazon.in", "amazon.it", "amazon.nl", "audible.com", "audible.co.jp", "audible.com.au", "audible.co.uk", "audible.de", "audible.fr", "audible.in", "audible.it", "6pm.com", "acx.com", "amazoninspire.com", "aws.training", "brilliancepublishing.com", "comixology.com", "createspace.com", "dpreview.com", "eastdane.com", "fabric.com", "goodreads.com", "imdb.com", "pillpack.com", "primevideo.com", "shopbop.com", "wholefoodsmarket.com", "woot.com", "zappos.com", "twitch.tv", "ext-twitch.tv", "jtvnw.net", "ttvnw.net", "amazonpay.com", "media-amazon.com", "ssl-images-amazon.com", ], [ "americanexpress.com", "americanexpress.ca", "americanexpress.ch", "americanexpress.com.au", "americanexpress.co.uk", "americanexpress.no", "membershiprewards.ca", "membershiprewards.com.ar", "membershiprewards.com.au", "membershiprewards.com.sg", "membershiprewards.co.uk", "membershiprewards.de", "aetclocator.com", "americanexpressfhr.com", "amexnetwork.com", "amextravel.com", "amextravelresources.com", "thecenturionlounge.com", "yourcarrentalclaim.com", "aexp-static.com", ], ["ameritrade.com", "tdameritrade.com"], [ "ancestry.com", "ancestry.ca", "ancestry.com.au", "ancestry.co.uk", "ancestry.de", "ancestry.fr", "ancestry.ie", "ancestry.it", "ancestry.mx", "ancestry.nl", "ancestry.no", "ancestry.pl", "ancestry.se", "ancestrylibrary.com", "archives.com", "findagrave.com", "fold3.com", "newspapers.com", "progenealogists.com", "rootsweb.com", "ancestrylibrary.ca", "mfcreative.com", "ancestrycdn.com", ], ["androidcentral.com", "mobilenations.com"], [ "apa.at", "apa-it.at", "apa-defacto.at", "ots.at", "orf.at", "oe24.at", "wienerzeitung.at", "kleinezeitung.at", "vn.at", "kurier.at", "schautv.at", "nachrichten.at", "derstandard.at", "sn.at", "volksblatt.at", "neue.at", "tt.com", "diepresse.com", ], ["apple.com", "icloud.com", "icloud.com.cn", "cdn-apple.com"], ["applefcu.org", "applefcuonline.org"], ["archive.org", "openlibrary.org"], [ "atlassian.com", "atlassian.io", "atlassian.net", "bitbucket.org", "customercase.com", "enso.me", "hipchat.com", "jira.com", "statuspage.io", "stride.com", "trello.com", "atl-paas.net", ], ["att.com", "att.tv"], [ "autodesk.com", "autodesk.io", "autodesk.net", "circuits.io", "tinkercad.com", "autodesk.ae", "autodesk.be", "autodesk.ca", "autodesk.ch", "autodesk.co.jp", "autodesk.co.kr", "autodesk.com.au", "autodesk.com.br", "autodesk.com.cn", "autodesk.com.hk", "autodesk.com.my", "autodesk.com.sg", "autodesk.com.tr", "autodesk.com.tw", "autodesk.co.nz", "autodesk.co.uk", "autodesk.co.za", "autodesk.cz", "autodesk.de", "autodesk.dk", "autodesk.es", "autodesk.eu", "autodesk.fi", "autodesk.fr", "autodesk.hu", "autodesk.in", "autodesk.it", "autodesk.mx", "autodesk.nl", "autodesk.no", "autodesk.pl", "autodesk.pt", "autodesk.ru", "autodesk.se", ], ["avito.ru", "avito.st"], ["avon.com", "youravon.com"], ["baidu.com", "bdimg.com", "bdstatic.com"], ["balsamiq.com", "balsamiq.cloud"], ["bancomer.com", "bancomer.com.mx", "bbvanet.com.mx"], ["bankofamerica.com", "bofa.com", "mbna.com", "usecfo.com"], ["bank-yahav.co.il", "bankhapoalim.co.il"], [ "bauermedia.co.uk", "carmagazine.co.uk", "motorcyclenews.com", "parkers.co.uk", "bauersecure.com", ], ["bbc.co.uk", "bbc.com", "bbci.co.uk"], ["belkin.com", "seedonk.com"], ["bhphotovideo.com", "bandh.com", "bhphoto.com", "bnh.com"], ["bilibili.com", "acgvideo.com", "biliapi.net", "biliapi.com", "biligame.com", "hdslb.com"], ["blizzard.com", "battle.net", "worldofwarcraft.com"], ["bloomberg.com", "bbthat.com", "bwbx.io"], ["booking.com", "bstatic.com"], ["box.com", "boxcdn.net"], ["capitalone.com", "capitalone360.com"], [ "cbs.com", "cbsi.com", "cbsig.net", "cbsimg.net", "cbsinteractive.com", "cbsistatic.com", "cbsnews.com", "cbssports.com", "cbsstatic.com", "chow.com", "chowhound.com", "chowmagazine.com", "chowstatic.com", "cnet.com", "cnetcontent.com", "cnettv.com", "collegesports.com", "com.com", "comicvine.com", "download.com", "etonline.com", "fansonly.com", "gamespot.com", "giantbomb.com", "insideedition.com", "last.fm", "metacritic.com", "news.com", "scout.com", "search.com", "sho.com", "sportsline.com", "techrepublic.com", "tv.com", "tvgcdn.net", "tvguide.com", "upload.com", "zdnet.com", ], ["cb2.com", "crateandbarrel.com"], [ "ccmbenchmark.com", "linternaute.com", "journaldesfemmes.fr", "journaldunet.com", "commentcamarche.net", "ccmbg.com", ], ["century21.com", "21online.com"], ["chart.io", "chartio.com"], ["cms.gov", "medicare.gov", "mymedicare.gov"], ["concur.com", "concursolutions.com"], ["cox.com", "cox.net"], ["cricketwireless.com", "aiowireless.com"], ["ctrip.com", "c-ctrip.com", "trip.com"], ["dcu.org", "dcu-online.org"], ["dictionary.com", "thesaurus.com", "sfdict.com"], [ "digikey.com", "digikey.ae", "digikey.am", "digikey.at", "digikey.ba", "digikey.be", "digikey.bg", "digikey.bo", "digikey.by", "digikey.ca", "digikey.ch", "digikey.cl", "digikey.cn", "digikey.co.id", "digikey.co.il", "digikey.com.ar", "digikey.com.au", "digikey.com.br", "digikey.com.cn", "digikey.com.co", "digikey.com.cy", "digikey.com.eg", "digikey.com.gt", "digikey.com.hr", "digikey.com.jm", "digikey.com.lb", "digikey.com.mk", "digikey.com.mx", "digikey.com.pa", "digikey.com.tr", "digikey.com.ua", "digikey.com.uy", "digikey.com.ve", "digikey.co.nz", "digikey.co.th", "digikey.co.uk", "digikey.co.za", "digikey.cr", "digikey.cz", "digikey.de", "digikey.dk", "digikey.do", "digikey.ec", "digikey.ee", "digikey.es", "digikey.fi", "digikey.fr", "digikey.gr", "digikey.hk", "digikey.hu", "digikey.ie", "digikey.in", "digikey.is", "digikey.it", "digikey.jp", "digikey.kr", "digikey.lk", "digikey.lt", "digikey.lu", "digikey.lv", "digikey.ma", "digikey.md", "digikey.my", "digikey.nl", "digikey.no", "digikey.pe", "digikey.ph", "digikey.pk", "digikey.pl", "digikey.pr", "digikey.pt", "digikey.ro", "digikey.rs", "digikey.ru", "digikey.se", "digikey.sg", "digikey.si", "digikey.sk", "digikey.tn", "digikey.tw", "digikey.vn", ], [ "digitec.ch", "galaxus.ch", "galaxus.de", "galaxus.fr", "digitecgalaxus.ch", ], [ "directferries.com", "directferries.at", "directferries.be", "directferries.ca", "directferries.ch", "directferries.cn", "directferries.co.id", "directferries.co.kr", "directferries.com.au", "directferries.com.tr", "directferries.com.ua", "directferries.co.nz", "directferries.co.uk", "directferries.cz", "directferries.de", "directferries.dk", "directferries.es", "directferries.fi", "directferries.fr", "directferries.gr", "directferries.ie", "directferries.it", "directferries.jp", "directferries.kr", "directferries.ma", "directferries.nl", "directferries.no", "directferries.nz", "directferries.pl", "directferries.pt", "directferries.ro", "directferries.ru", "directferries.se", "directferries.sk", "directferries.xyz", ], ["discountbank.co.il", "telebank.co.il"], ["discover.com", "discovercard.com"], [ "dpgmediagroup.com", "persgroep.net", "persgroep.cloud", "7sur7.be", "ad.nl", "bd.nl", "beursrally.be", "beurswijzer.com", "bndestem.nl", "demorgen.be", "destentor.nl", "dpgmedia.be", "ed.nl", "gelderlander.nl", "hln.be", "humo.be", "parool.nl", "persgroepinternational.be", "persgroepinternational.com", "persgroep.nl", "pzc.nl", "tijd.be", "topics.be", "topics.nl", "trouw.nl", "tubantia.nl", "volkskrant.nl", ], ["dropbox.com", "dropboxstatic.com", "dropboxusercontent.com", "getdropbox.com"], ["d.rip", "kickstarter.com"], ["ea.com", "origin.com", "play4free.com", "tiberiumalliance.com"], [ "ebay.com", "ebayinc.com", "ebay.at", "ebay.be", "ebay.ca", "ebay.ch", "ebay.com.au", "ebay.com.hk", "ebay.com.my", "ebay.com.sg", "ebay.co.uk", "ebay.de", "ebay.es", "ebay.fr", "ebay.ie", "ebay.in", "ebay.it", "ebay.nl", "ebay.ph", "ebay.pl", "vivanuncios.com.mx", "ebaydesc.com", "ebayimg.com", "ebayrtm.com", "ebaystatic.com", "ebay-us.com", ], ["elsevier.com", "sciencedirect.com", "sciencedirectassets.com"], [ "enterprise.com", "alamo.ca", "alamo.com", "autoshare.com", "autoshare.biz", "autoshare.ca", "autoshare.net", "autoshare.org", "cars.info", "carsharing.ca", "carsharingtoronto.com", "citer.fr", "ehi.com", "ehiaws.com", "enterprise.ca", "enterprise.ch", "enterprise.com.jm", "enterprise.co.uk", "enterprise.de", "enterprise.dk", "enterprise.ec", "enterprise.es", "enterprise.fr", "enterprise.gr", "enterprise.hr", "enterprise.hu", "enterprise.ie", "enterprise.lv", "enterprise.nl", "enterprise.no", "enterprise.pt", "enterprise.se", "enterprisecarclub.co.uk", "enterprisecarclub.ie", "enterprisecarshare.ca", "enterprisecarshare.com", "enterprisecarshare.co.uk", "enterpriserideshare.com", "enterpriserentacar.at", "enterpriserentacar.be", "enterpriserentacar.bg", "enterpriserentacar.ca", "enterpriserentacar.com.au", "enterpriserentacar.co.nz", "enterpriserentacar.cz", "enterpriserentacar.is", "enterpriserentacar.it", "enterpriserentacar.pl", "enterpriserentacar.se", "nationalcar.ca", "nationalcar.com", "nationalcar.co.uk", "nationalcar.de", "nationalcar.es", "nationalcar.fr", "nationalcar.ie", "nationalcar.it", "nationalcar.mobi", "onewaygo.de", "alamo-np.ca", "alamo-np.com", "alamo-np.co.uk", "alamo-np.de", "alamo-np.es", "alamo-np.fr", "alamo-np.ie", ], [ "expedia.com", "carrentals.com", "cheaptickets.com", "ebookers.com", "hotels.com", "hotwire.com", "mrjet.se", "orbitz.com", "travelocity.com", "wotif.com", "expedia-aarp.com", "expedia-barclays.co.uk", "expedia-cn.com", "expedia.at", "expedia.be", "expedia.ca", "expedia.ch", "expedia.cn", "expedia.co.id", "expedia.co.in", "expedia.co.jp", "expedia.co.kr", "expedia.co.nz", "expedia.co.th", "expedia.co.uk", "expedia.com.ar", "expedia.com.au", "expedia.com.br", "expedia.com.hk", "expedia.com.my", "expedia.com.ph", "expedia.com.sg", "expedia.com.tw", "expedia.com.vn", "expedia.de", "expedia.dk", "expedia.es", "expedia.fi", "expedia.fr", "expedia.ie", "expedia.it", "expedia.mx", "expedia.nl", "expedia.no", "expedia.ru", "expedia.se", "expediacorporate.eu", "expedia.net", "travel-assets.com", "trvl-media.com", "lastminute.com.au", "lastminute.co.nz", "wotif.com.au", "wotif.co.nz", "cdn-hotels.com", "hotels.cn", "hotwirestatic.com", "ebookers.at", "ebookers.be", "ebookers.ch", "ebookers.co.uk", "ebookers.de", "ebookers.fi", "ebookers.fr", "ebookers.ie", "ebookers.nl", "ebookers.no", "mrjet.dk", ], ["express-scripts.com", "medcohealth.com"], [ "facebook.com", "messenger.com", "workplace.com", "oculus.com", "oculuscdn.com", "oculusrift.com", "oculusvr.com", "powersunitedvr.com", "facebook.net", "fbcdn.com", "fbcdn.net", "fbsbx.com", ], [ "faithlife.com", "biblescreen.com", "biblestudymagazine.com", "biblia.com", "didaktikosjournal.com", "faithlifetv.com", "kirkdalepress.com", "lexhampress.com", "logos.com", "ministrytracker.com", "proclaimonline.com", "verbum.com", "bibliacdn.com", "faithlifecdn.com", "faithlifesitescdn.com", "logoscdn.com", ], [ "fandom.com", "fandom-dev.pl", "fandom-dev.us", "nocookie.net", "wikia.com", "wikia-dev.com", "wikia-dev.pl", "wikia-dev.us", "wikiafanstudio.com", "wikia-inc.com", "wikia.net", "wikia.org", "wikia-services.com", "wikia-staging.com", ], [ "fastcompany.com", "fastcocreate.com", "fastcodesign.com", "fastcoexist.com", "fastcolabs.com", "fast-co.net", "fcimpactcouncil.com", "inc.com", "innovationuncensored.com", "mansueto.com", "mvdigitalmedia.com", "mvlicensing.com", "nativguard.com", "retirementcomm.com", "fastcompany.net", ], ["fastmail.com", "fastmailusercontent.com"], ["firefox.com", "firefoxusercontent.com", "mozilla.org"], ["foxnews.com", "foxbusiness.com", "fncstatic.com"], [ "gap.com", "bananarepublic.com", "gapfactory.com", "gapinc.com", "oldnavy.com", "piperlime.com", "bananarepublic.ca", "bananarepublic.co.jp", "bananarepublic.co.uk", "bananarepublic.eu", "gapcanada.ca", "gap.co.jp", "gap.co.uk", "gap.eu", "gap.hk", "oldnavy.ca", "assets-gap.com", ], [ "gettyimages.com", "gettyimages.ca", "gettyimages.com.au", "gettyimages.co.uk", "gettyimages.dk", "gettyimages.fi", "gettyimages.nl", "istockphoto.com", "thinkstockphotos.com", "thinkstockphotos.ca", ], ["github.com", "githubapp.com"], ["gizmodo.com", "kinja-img.com", "kinja-static.com", "deadspin.com", "lifehacker.com", "technoratimedia.com", "kinja.com", "jalopnik.com", "jezebel.com"], [ "glassdoor.com", "glassdoor.be", "glassdoor.ca", "glassdoor.co.in", "glassdoor.com.au", "glassdoor.co.uk", "glassdoor.de", "glassdoor.fr", "glassdoor.ie", "glassdoor.nl", ], ["gogoair.com", "gogoinflight.com"], [ "google.com", "youtube.com", "gmail.com", "blogger.com", "blog.google", "googleblog.com", "chromium.org", "ggpht.com", "googleusercontent.com", "googlevideo.com", "gstatic.com", "youtube-nocookie.com", "ytimg.com", "google.ad", "google.ae", "google.al", "google.am", "google.as", "google.at", "google.az", "google.ba", "google.be", "google.bf", "google.bg", "google.bi", "google.bj", "google.bs", "google.bt", "google.by", "google.ca", "google.cat", "google.cd", "google.cf", "google.cg", "google.ch", "google.ci", "google.cl", "google.cm", "google.cn", "google.com.af", "google.com.ag", "google.com.ai", "google.com.ar", "google.com.au", "google.com.bd", "google.com.bh", "google.com.bn", "google.com.bo", "google.com.br", "google.com.bz", "google.com.co", "google.com.cu", "google.com.cy", "google.com.do", "google.com.ec", "google.com.eg", "google.com.et", "google.com.fj", "google.com.gh", "google.com.gi", "google.com.gt", "google.com.hk", "google.com.jm", "google.com.kh", "google.com.kw", "google.com.lb", "google.com.ly", "google.com.mm", "google.com.mt", "google.com.mx", "google.com.my", "google.com.na", "google.com.ng", "google.com.ni", "google.com.np", "google.com.om", "google.com.pa", "google.com.pe", "google.com.pg", "google.com.ph", "google.com.pk", "google.com.pr", "google.com.py", "google.com.qa", "google.com.sa", "google.com.sb", "google.com.sg", "google.com.sl", "google.com.sv", "google.com.tj", "google.com.tr", "google.com.tw", "google.com.ua", "google.com.uy", "google.com.vc", "google.com.vn", "google.co.ao", "google.co.bw", "google.co.ck", "google.co.cr", "google.co.id", "google.co.il", "google.co.in", "google.co.jp", "google.co.ke", "google.co.kr", "google.co.ls", "google.co.ma", "google.co.mz", "google.co.nz", "google.co.th", "google.co.tz", "google.co.ug", "google.co.uk", "google.co.uz", "google.co.ve", "google.co.vi", "google.co.za", "google.co.zm", "google.co.zw", "google.cv", "google.cz", "google.de", "google.dj", "google.dk", "google.dm", "google.dz", "google.ee", "google.es", "google.fi", "google.fm", "google.fr", "google.ga", "google.ge", "google.gg", "google.gl", "google.gm", "google.gr", "google.gy", "google.hn", "google.hr", "google.ht", "google.hu", "google.ie", "google.im", "google.iq", "google.is", "google.it", "google.je", "google.jo", "google.kg", "google.ki", "google.kz", "google.la", "google.li", "google.lk", "google.lt", "google.lu", "google.lv", "google.md", "google.me", "google.mg", "google.mk", "google.ml", "google.mn", "google.ms", "google.mu", "google.mv", "google.mw", "google.ne", "google.nl", "google.no", "google.nr", "google.nu", "google.pl", "google.pn", "google.ps", "google.pt", "google.ro", "google.rs", "google.ru", "google.rw", "google.sc", "google.se", "google.sh", "google.si", "google.sk", "google.sm", "google.sn", "google.so", "google.sr", "google.st", "google.td", "google.tg", "google.tl", "google.tm", "google.tn", "google.to", "google.tt", "google.vg", "google.vu", "google.ws", "fonts.googleapis.com", "storage.googleapis.com", "www.googleapis.com", "nest.com", "nestpowerproject.withgoogle.com", ], [ "gray.tv", "1011northplatte.com", "1011now.com", "13abc.com", "26nbc.com", "abc12.com", "blackhillsfox.com", "cbs7.com", "graydc.com", "kalb.com", "kbtx.com", "kcrg.com", "kcwy13.com", "kfyrtv.com", "kgns.tv", "kgwn.tv", "kkco11news.com", "kktv.com", "kmot.com", "kmvt.com", "knoe.com", "knopnews2.com", "kolotv.com", "kotatv.com", "kqcd.com", "ksfy.com", "ksnblocal4.com", "kspr.com", "ktuu.com", "kumv.com", "kwch.com", "kwqc.com", "kwtx.com", "kxii.com", "ky3.com", "nbc15.com", "newsplex.com", "thenewscenter.tv", "uppermichigansource.com", "valleynewslive.com", "wabi.tv", "wagmtv.com", "wbay.com", "wbko.com", "wcax.com", "wcjb.com", "wctv.tv", "wdbj7.com", "wdtv.com", "weau.com", "webcenter11.com", "whsv.com", "wibw.com", "wifr.com", "wilx.com", "witn.com", "wjhg.com", "wkyt.com", "wndu.com", "wowt.com", "wrdw.com", "wsaw.com", "wsaz.com", "wswg.tv", "wtok.com", "wtvy.com", "wvlt.tv", "wymt.com", "graytvinc.com", ], ["guardian.co.uk", "guim.co.uk", "guardianapps.co.uk", "theguardian.com", "gu-web.net"], [ "habr.com", "habr.ru", "habrahabr.ru", "freelansim.ru", "geektimes.com", "geektimes.ru", "moikrug.ru", "toster.ru", "habracdn.net", "habrastorage.org", "hsto.org", ], ["healthfusion.com", "healthfusionclaims.com"], [ "hearst.com", "beaumontenterprise.com", "chron.com", "ctnews.com", "ctpost.com", "dariennewsonline.com", "expressnews.com", "fairfieldcitizenonline.com", "foothillstrader.com", "gametimect.com", "greenwichtime.com", "houstonchronicle.com", "lmtonline.com", "michigansthumb.com", "middletownpress.com", "mrt.com", "myjournalcourier.com", "myplainview.com", "mysanantonio.com", "newcanaannewsonline.com", "newmilfordspectrum.com", "newstimes.com", "nhregister.com", "ourmidland.com", "registercitizen.com", "seattlepi.com", "sfchronicle.com", "sfgate.com", "stamfordadvocate.com", "thehour.com", "theintelligencer.com", "thetelegraph.com", "timesunion.com", "westport-news.com", "yourconroenews.com", "hdnux.com", ], [ "houzz.com", "houzz.at", "houzz.be", "houzz.ca", "houzz.ch", "houzz.co.jp", "houzz.com.au", "houzz.com.sg", "houzz.co.nz", "houzz.co.uk", "houzz.de", "houzz.dk", "houzz.es", "houzz.fi", "houzz.fr", "houzz.ie", "houzz.in", "houzz.it", "houzz.jp", "houzz.no", "houzz.nz", "houzz.pt", "houzz.ru", "houzz.se", "houzz.sg", "houzz.uk", "gardenweb.com", "gwhouzz3.com", "gwhouzz.com", "houzz2.com", "houzz2.com.au", "houzz2.co.uk", "houzz3.com", "houzz3.com.au", "houzz3.co.uk", "hzcdn.com", "stghouzz.com", "thathomesite.com", ], [ "huffpost.com", "huffingtonpost.ca", "huffingtonpost.com", "huffingtonpost.com.au", "huffingtonpost.com.mx", "huffingtonpost.co.uk", "huffingtonpost.co.za", "huffingtonpost.de", "huffingtonpost.es", "huffingtonpost.fr", "huffingtonpost.gr", "huffingtonpost.in", "huffingtonpost.it", "huffingtonpost.jp", "huffingtonpost.kr", "huffpostarabi.com", "huffpostbrasil.com", "huffpostmaghreb.com", ], ["hvfcu.org", "hvfcuonline.org"], ["ign.fr", "geoportail.gouv.fr", "geoportail-urbanisme.gouv.fr", "cartoradio.fr", "ignrando.fr"], [ "impresa.pt", "blitz.pt", "expresso.pt", "famashow.pt", "impresamediacriativa.pt", "sapo.pt", "siccaras.pt", "sickapa.pt", "sicmulher.pt", "sicnoticias.pt", "sic.pt", "sicradical.pt", "smack.pt", "tribunaexpresso.pt", "volantesic.pt", ], ["independent.co.uk", "indy100.com"], [ "jd.com", "3.cn", "360buy.com", "360buyimg.com", "7fresh.com", "baitiao.com", "caiyu.com", "chinabank.com.cn", "jd.co.th", "jd.hk", "jd.id", "jd.ru", "jdpay.com", "jdx.com", "joybuy.com", "joybuy.es", "ocwms.com", "paipai.com", "toplife.com", "wangyin.com", "yhd.com", "yihaodianimg.com", "yiyaojd.com", "yizhitou.com", ], [ "kayak.com", "kayak.ae", "kayak.cat", "kayak.ch", "kayak.cl", "kayak.co.id", "kayak.co.in", "kayak.co.jp", "kayak.co.kr", "kayak.com.ar", "kayak.com.au", "kayak.com.br", "kayak.com.co", "kayak.com.hk", "kayak.com.mx", "kayak.com.my", "kayak.com.pe", "kayak.com.ph", "kayak.com.tr", "kayak.co.th", "kayak.co.uk", "kayak.de", "kayak.dk", "kayak.es", "kayak.eu", "kayak.fr", "kayak.ie", "kayak.it", "kayak.nl", "kayak.no", "kayak.ph", "kayak.pl", "kayak.pt", "kayak.qa", "kayak.ru", "kayak.se", "kayak.sg", "checkfelix.com", "checkfelix.co.uk", "checkfelix.es", "checkfelix.fr", "checkfelix.it", "momondo.at", "momondo.be", "momondo.by", "momondo.ca", "momondo.ch", "momondo.cl", "momondo.com", "momondo.com.ar", "momondo.com.au", "momondo.com.br", "momondo.com.cn", "momondo.com.co", "momondo.com.pe", "momondo.com.tr", "momondo.co.nz", "momondo.co.uk", "momondo.co.za", "momondo.cz", "momondo.de", "momondo.dk", "momondo.ee", "momondo.es", "momondo.fi", "momondo.fr", "momondogroup.com", "momondo.hk", "momondo.ie", "momondo.in", "momondo.it", "momondo.kz", "momondo.lt", "momondo.mx", "momondo.net", "momondo.nl", "momondo.no", "momondo.pl", "momondo.pro", "momondo.pt", "momondo.ro", "momondo.ru", "momondo.se", "momondo.tw", "momondo.ua", "mundi.com.br", "speedfares.com", "swoodoo.at", "swoodoo.ch", "swoodoo.com", "r9cdn.net", ], ["kiwi.com", "skypicker.com"], [ "kogan.com", "dicksmith.com.au", "dicksmith.co.nz", "koganinternet.com.au", "koganmobile.co.nz", "kogansuper.com.au", "kogantravel.com", ], ["livejournal.com", "livejournal.net", "lj-toys.com"], ["lnk.to", "tix.to", "tck.to", "ticket.to", "linkfire.com", "assetlab.io", "linkfire.co", "lnkfi.re"], [ "logmeininc.com", "citrixonline.com", "gotomeeting.com", "gotomeet.me", "gotomypc.com", "gotostage.com", "gotowebinar.com", "logme.in", "logmein.com", "getgo.com", ], [ "loveholidays.com", "loveholidays.be", "loveholidays.dk", "loveholidays.es", "loveholidays.fi", "loveholidays.fr", "loveholidays.ie", "loveholidays.nl", "loveholidays.no", "loveholidays.co.nz", "loveholidays.pt", "loveholidays.se", "lovevacations.com", ], ["macys.com", "macysassets.com"], [ "mafra.cz", "idnes.cz", "lidovky.cz", "expres.cz", "1gr.cz", ], ["mandtbank.com", "mtb.com"], ["mathletics.com", "mathletics.com.au", "mathletics.co.uk"], ["mdsol.com", "imedidata.com"], [ "mediamarktsaturn.com", "mediamarkt.at", "mediamarkt.be", "mediamarkt.ch", "mediamarkt.com.tr", "mediamarkt.de", "mediamarkt.es", "mediamarkt.gr", "mediamarkt.hu", "mediamarkt.nl", "mediamarkt.se", "saturn.at", "saturn.de", "saturn.lu", "redblue.de", "mediamarkt.pl", "redcoon.pl", "saturn.pl", "ms-online.pl", ], ["meetup.com", "meetupstatic.com"], [ "mercadolibre.com", "mercadolibre.cl", "mercadolibre.co.cr", "mercadolibre.com.ar", "mercadolibre.com.bo", "mercadolibre.com.co", "mercadolibre.com.do", "mercadolibre.com.ec", "mercadolibre.com.gt", "mercadolibre.com.hn", "mercadolibre.com.mx", "mercadolibre.com.ni", "mercadolibre.com.pa", "mercadolibre.com.pe", "mercadolibre.com.py", "mercadolibre.com.sv", "mercadolibre.com.uy", "mercadolibre.com.ve", "mercadolivre.com", "mercadolivre.com.br", "mercadopago.com", "mercadopago.com.ar", "mercadopago.com.br", "mercadopago.com.co", "mercadopago.com.mx", "mercadoshops.com", "mercadoshops.cl", "mercadoshops.com.ar", "mercadoshops.com.br", "mercadoshops.com.co", "mercadoshops.com.mx", "mercadoshops.com.ve", "mercadoclics.com", "mlstatic.com", ], [ "mercedes-benz.com", "mercedes-benz-africa.com", "mercedes-benz-asia.com", "mercedes-benz.at", "mercedes-benz.ba", "mercedes-benz.be", "mercedes-benz.bg", "mercedes-benz.ca", "mercedes-benz.ch", "mercedes-benz.cl", "mercedes-benz.co.id", "mercedes-benz.co.in", "mercedes-benz.co.jp", "mercedes-benz.co.kr", "mercedes-benz.com.ar", "mercedes-benz.com.au", "mercedes-benz.com.br", "mercedes-benz.com.cn", "mercedes-benz.com.co", "mercedes-benz.com.cy", "mercedes-benz.com.eg", "mercedes-benz.com.gt", "mercedes-benz.com.hk", "mercedes-benz.com.lk", "mercedes-benz.com.mt", "mercedes-benz.com.mx", "mercedes-benz.com.my", "mercedes-benz.com.pe", "mercedes-benz.com.ph", "mercedes-benz.com.sg", "mercedes-benz.com.tr", "mercedes-benz.com.tt", "mercedes-benz.com.tw", "mercedes-benz.com.uy", "mercedes-benz.com.vn", "mercedes-benz.co.nz", "mercedes-benz.co.th", "mercedes-benz.co.uk", "mercedes-benz.co.ve", "mercedes-benz.co.za", "mercedes-benz.cz", "mercedes-benz.de", "mercedes-benz.dk", "mercedes-benz-eastern-europe.com", "mercedes-benz.ee", "mercedes-benz.es", "mercedes-benz.fi", "mercedes-benz.fr", "mercedes-benz.gr", "mercedes-benz.hr", "mercedes-benz.hu", "mercedes-benz.ie", "mercedes-benz.is", "mercedes-benz.it", "mercedes-benz.li", "mercedes-benz.lt", "mercedes-benz.lu", "mercedes-benz.lv", "mercedes-benz-mena.com", "mercedes-benz.nl", "mercedes-benz.no", "mercedes-benz-north-cyprus.com", "mercedes-benz.pl", "mercedes-benz.pt", "mercedes-benz.ro", "mercedes-benz.rs", "mercedes-benz.ru", "mercedes-benz.se", "mercedes-benz.si", "mercedes-benz.sk", "mercedes-benz.ua", ], ["mi.com", "xiaomi.com"], [ "microsoft.com", "1drv.ms", "aadrm.com", "acompli.net", "adbureau.net", "adecn.com", "aka.ms", "aquantive.com", "aspnetcdn.com", "assets-yammer.com", "azure.com", "azureedge.net", "azure.net", "azurerms.com", "bing.com", "bing.net", "cloudappsecurity.com", "dynamics.com", "gamesforwindows.com", "getgamesmart.com", "gfx.ms", "healthvault.com", "hockeyapp.net", "hotmail.com", "ieaddons.com", "iegallery.com", "live.com", "live.net", "lync.com", "microsoftalumni.com", "microsoftalumni.org", "microsoftazuread-sso.com", "microsoftedgeinsiders.com", "microsoftonline.com", "microsoftonline-p.com", "microsoftonline-p.net", "microsoftstore.com", "microsoftstream.com", "msads.net", "msappproxy.net", "msauthimages.net", "msecnd.net", "msedge.net", "msftidentity.com", "msft.net", "msidentity.com", "msn.com", "msndirect.com", "msocdn.com", "netconversions.com", "o365weve.com", "oaspapps.com", "office365.com", "office.com", "officelive.com", "office.net", "olsvc.com", "onedrive.com", "onenote.com", "onenote.net", "onestore.ms", "onmicrosoft.com", "outlook.com", "outlookmobile.com", "passport.net", "phonefactor.net", "powerapps.com", "roiservice.com", "sfbassets.com", "sfx.ms", "sharepoint.com", "sharepoint-df.com", "sharept.ms", "skypeassets.com", "skype.com", "skypeforbusiness.com", "s-microsoft.com", "s-msn.com", "staffhub.ms", "svc.ms", "sway-cdn.com", "sway.com", "sway-extensions.com", "trafficmanager.net", "virtualearth.net", "visualstudio.com", "vsallin.net", "vsassets.io", "windowsazure.com", "windows.com", "windows.net", "windowsphone.com", "worldwidetelescope.org", "wunderlist.com", "xbox.com", "xboxlive.com", "yammer.com", "yammerusercontent.com", ], ["mobilism.org.in", "mobilism.org"], ["morganstanley.com", "morganstanleyclientserv.com", "stockplanconnect.com", "ms.com"], [ "morningstar.com", "morningstar.at", "morningstar.be", "morningstarbr.com", "morningstar.ca", "morningstar.ch", "morningstar.cl", "morningstar.co.il", "morningstar.com.mx", "morningstar.co.uk", "morningstar.de", "morningstar.dk", "morningstar.es", "morningstar.fi", "morningstar.fr", "morningstarfunds.ie", "morningstar.it", "morningstar.nl", "morningstar.no", "morningstar.pt", "morningstar.se", "morningstarthailand.com", ], [ "mtv.fi", "cmore.fi", "lumijapyry.fi", "luukku.com", "mtvuutiset.fi", "salatutelamat.fi", "studio55.fi", "suomiareena.fi", ], ["my-bookings.org", "my-bookings.cc"], ["mycanal.fr", "canal-plus.com"], [ "myheritage.com", "myheritageadn.be", "myheritageadn.fr", "myheritageadn.it", "myheritageadn.pt", "myheritage.am", "myheritage.at", "myheritage.be", "myheritage.cat", "myheritage.ch", "myheritage.cn", "myheritage.co.il", "myheritage.co.in", "myheritage.co.kr", "myheritage.com.br", "myheritage.com.hr", "myheritage.com.pt", "myheritage.com.tr", "myheritage.com.ua", "myheritage.cz", "myheritage.de", "myheritage.dk", "myheritagedna.be", "myheritagedna.com", "myheritagedna.fr", "myheritagedna.it", "myheritagedna.pt", "myheritage.ee", "myheritage.es", "myheritage.fi", "myheritage.fr", "myheritage.gr", "myheritage.hu", "myheritage.it", "myheritage.jp", "myheritagelibraryedition.com", "myheritage.lt", "myheritage.lv", "myheritage.mk", "myheritage.nl", "myheritage.no", "myheritage.pl", "myheritage.pt", "myheritage.ro", "myheritage.rs", "myheritage.se", "myheritage.si", "myheritage.sk", "myheritage.tw", "dnaquest.org", "familygraph.com", "familygraphql.com", "familytreebuilder.com", "tribalquest.org", "mhcache.com", "myheritage-container.com", "myheritagefiles.com", "myheritageimages.com", ], ["mymerrill.com", "ml.com", "merrilledge.com"], ["mynortonaccount.com", "norton.com"], ["mysmartedu.com", "mysmartabc.com"], ["mysql.com", "oracle.com"], ["myuv.com", "uvvu.com"], [ "nbcnews.com", "msnbc.com", "today.com", "newsvine.com", "s-nbcnews.com", ], ["nefcuonline.com", "nefcu.com"], [ "netease.com", "126.com", "126.net", "127.net", "163.com", "icourse163.org", "kada.com", "kaola.com", "kaola.com.hk", ], ["netflix.com", "nflxext.com", "nflximg.net", "nflxvideo.net"], [ "nettix.fi", "nettiauto.com", "nettikaravaani.com", "nettikone.com", "nettimarkkina.com", "nettimokki.com", "nettimoto.com", "nettivaraosa.com", "nettivene.com", "nettivuokraus.com", ], ["newegg.com", "neweggbusiness.com", "neweggimages.com", "newegg.ca"], [ "newscorpaustralia.com", "1degree.com.au", "adelaidenow.com.au", "api.news", "bestrecipes.com.au", "bodyandsoul.com.au", "brisbanenews.com.au", "cairnspost.com.au", "couriermail.com.au", "dailytelegraph.com.au", "delicious.com.au", "escape.com.au", "foxsports.com.au", "geelongadvertiser.com.au", "goldcoastbulletin.com.au", "gq.com.au", "heraldsun.com.au", "homelife.com.au", "insideout.com.au", "kidspot.com.au", "nativeincolour.com.au", "newsadds.com.au", "newsapi.com.au", "newscdn.com.au", "news.com.au", "news.net.au", "newsprestigenetwork.com.au", "newsxtend.com.au", "nlm.io", "ntnews.com.au", "supercoach.com.au", "taste.com.au", "theaustralian.com.au", "themercury.com.au", "townsvillebulletin.com.au", "vogue.com.au", "weeklytimesnow.com.au", "whereilive.com.au", "whimn.com.au", ], [ "nintendo.com", "nintendo.net", "nintendo-europe.com", "nintendonyc.com", "nintendo.at", "nintendo.be", "nintendo.ch", "nintendo.co.uk", "nintendo.co.za", "nintendo.de", "nintendo.es", "nintendo.eu", "nintendo.fr", "nintendo.it", "nintendo.nl", "nintendo.pt", "nintendo.ru", "animal-crossing.com", "smashbros.com", "zelda.com", ], ["norsk-tipping.no", "buypass.no"], [ "npo.nl", "2doc.nl", "3fm.nl", "avrotros.nl", "bnnvara.nl", "brainwash.nl", "delagarde.nl", "eo.nl", "funx.nl", "human.nl", "jeugdjournaal.nl", "joop.nl", "kro-ncrv.nl", "kro.nl", "npo3fm.nl", "npo3.nl", "npoplus.nl", "nporadio1.nl", "nporadio2.nl", "nporadio4.nl", "nporadio5.nl", "npostart.nl", "ntr.nl", "omroep.nl", "powned.tv", "publiekeomroep.nl", "radio4.nl", "schooltv.nl", "vara.nl", "vpro.nl", "zappelin.nl", "zapp.nl", ], ["nymag.com", "vulture.com", "grubstreet.com", "thecut.com"], [ "nypublicradio.org", "newsounds.org", "radiolab.org", "thegreenespace.org", "wnycstudios.org", "wqxr.org", "wnyc.org", ], ["nytimes.com", "newyorktimes.com", "nyt.com"], [ "nyu.edu", "nyupress.org", ], [ "nvidia.com", "nvidia.at", "nvidia.be", "nvidia.ch", "nvidia.co.at", "nvidia.co.in", "nvidia.co.jp", "nvidia.co.kr", "nvidia.com.au", "nvidia.com.br", "nvidia.com.mx", "nvidia.com.pe", "nvidia.com.pl", "nvidia.com.tr", "nvidia.com.tw", "nvidia.com.ua", "nvidia.com.ve", "nvidia.co.uk", "nvidia.cz", "nvidia.de", "nvidia.dk", "nvidia.es", "nvidia.eu", "nvidia.fi", "nvidia.fr", "nvidia.in", "nvidia.it", "nvidia.jp", "nvidia.lu", "nvidia.mx", "nvidia.nl", "nvidia.no", "nvidia.pl", "nvidia.ro", "nvidia.ru", "nvidia.se", "nvidia.tw", "geforce.com", "geforce.cn", "geforce.co.uk", ], ["onlineatnsb.com", "norwaysavingsbank.com"], ["openstreetmap.org", "osmfoundation.org"], ["orange.fr", "sosh.fr", "woopic.com"], [ "osf.io", "agrixiv.org", "arabixiv.org", "eartharxiv.org", "ecsarxiv.org", "engrxiv.org", "frenxiv.org", "marxiv.org", "mindrxiv.org", "paleorxiv.org", "psyarxiv.com", "thesiscommons.org" ], [ "ovh.com", "kimsufi.com", "ovhcloud.com", "ovhtelecom.fr", "soyoustart.com", "ovh.com.au", "ovh.co.uk", "ovh.cz", "ovh.de", "ovh.es", "ovh-hosting.fi", "ovh.ie", "ovh.it", "ovh.lt", "ovh.nl", "ovh.pl", "ovh.pt", "ovh.sn", "ovh.net", ], ["paypal.com", "paypal-search.com"], ["pcworld.com", "staticworld.net", "idg.com", "idg.net", "infoworld.com", "macworld.com", "techhive.com", "idg.tv"], [ "pearson.com", "connexus.com", "ecollege.com", "english.com", "masteringchemistry.com", "masteringengineering.com", "masteringgeography.com", "masteringhealthandnutrition.com", "masteringphysics.com", "mathxl.com", "mathxlforschool.com", "mypearson.com", "pearsonassessments.com", "pearsoned.com", "pearsonelt.com", "pearsonhighered.com", "pearsonmylabandmastering.com", "pearsoncmg.com", ], ["pepco.com", "pepcoholdings.com"], ["philips.com", "philips.nl"], [ "pinterest.com", "pinterest.at", "pinterest.be", "pinterest.ca", "pinterest.ch", "pinterest.cl", "pinterest.co", "pinterest.co.at", "pinterest.co.in", "pinterest.co.kr", "pinterest.com.au", "pinterest.com.bo", "pinterest.com.ec", "pinterest.com.mx", "pinterest.com.pe", "pinterest.com.py", "pinterest.com.uy", "pinterest.com.vn", "pinterest.co.nz", "pinterest.co.uk", "pinterest.de", "pinterest.dk", "pinterest.ec", "pinterest.engineering", "pinterest.es", "pinterest.fr", "pinterest.hu", "pinterest.id", "pinterest.ie", "pinterest.in", "pinterest.info", "pinterest.it", "pinterest.jp", "pinterest.kr", "pinterestmail.com", "pinterest.mx", "pinterest.nz", "pinterest.pe", "pinterest.ph", "pinterest.pt", "pinterest.ru", "pinterest.se", "pinterest.th", "pinterest.tw", "pinterest.uk", "pinterest.vn", "pinimg.com", "pin.it", ], ["plex.tv", "plex.direct"], ["pokemon-gl.com", "pokemon.com"], ["pornhub.com", "phncdn.com"], ["postepay.it", "poste.it"], ["postimees.ee", "city24.ee", "city24.lv", "pmo.ee"], [ "pricerunner.com", "pricerunner.co.uk", "pricerunner.de", "pricerunner.dk", "pricerunner.net", "pricerunner.se", "pricerunner.uk", ], [ "qantas.com", "jetstar.com", "qantas.com.au", "qantascourier.com.au", "qantasfutureplanet.com.au", "qantasgrouptravel.com", "qfcrew.com", "qfflightcrew.com", "aquire.com.au", "qantasassure.com", "qantasbusinessrewards.com", "qantasbusinessrewards.com.au", "qantasepiqure.com", "qantasepiqure.com.au", "qantasgolfclub.com", "qantasgolfclub.com.au", "qantasloyalty.com", "qantasloyalty.net", "qantasmall.com", "qantasmall.com.au", "qantasmall.co.nz", "qantaspoints.com", "qantaspoints.com.au", "qantasshopping.com", "qantasshopping.com.au", "qantasshopping.co.nz", "qantasstore.com.au", "qantasstore.co.nz", "redplanetgroup.com.au", "redplanetportal.com.au", "qantascash.com", "qantascash.com.au", "qantasmoney.com", "qantastravelmoney.com", ], [ "qq.com", "dnspod.cn", "gtimg.cn", "gtimg.com", "qcloud.com", "tencent.com", "wechat.com", "wegame.com", "weiyun.com", ], ["railnation.ru", "railnation.de", "rail-nation.com", "railnation.gr", "railnation.us", "trucknation.de", "traviangames.com"], ["rakuten.com", "buy.com"], [ "realestate.com.au", "property.com.au", "realcommercial.com.au", "spacely.com.au", "reastatic.net", ], ["reddit.com", "redditmedia.com", "redditstatic.com", "redd.it", "redditenhancementsuite.com", "reddituploads.com", "imgur.com"], ["redhat.com", "openshift.com", "openshift.org", "okd.io"], [ "reebok.at", "reebok.be", "reebok.ca", "reebok.ch", "reebok.cl", "reebok.co", "reebok.com", "reebok.com.ar", "reebok.com.br", "reebok.com.tr", "reebok.co.uk", "reebok.cz", "reebok.de", "reebok.dk", "reebok.es", "reebok.fi", "reebok.fr", "reebok.ie", "reebok.it", "reebok.mx", "reebok.nl", "reebok.pe", "reebok.pl", "reebok.ru", "reebok.se", "reebok.sk", ], [ "reuters.com", "reuters.tv", "reutersmedia.net", "thomsonreuters.com", "reutersagency.cn", "thomsonreuters.ca", "thomsonreuters.cn", "thomsonreuters.co.jp", "thomsonreuters.co.kr", "thomsonreuters.com.ar", "thomsonreuters.com.au", "thomsonreuters.com.br", "thomsonreuters.com.hk", "thomsonreuters.com.my", "thomsonreuters.com.pe", "thomsonreuters.com.sg", "thomsonreuters.com.tr", "thomsonreuters.co.uk", "thomsonreuters.es", "thomsonreuters.in", "thomsonreuters.ru", ], [ "riotgames.com", "leagueoflegends.com", "lolesports.com", "lolstatic.com", "lolusercontent.com", "playruneterra.com", "riotcdn.net", "rdatasrv.net", ], [ "rtl.nl", "bright.nl", "buienradar.nl", "healthyfest.nl", "rtlboulevard.nl", "rtllatenight.nl", "rtlnieuws.nl", "rtlxl.nl", "rtlz.nl", "videoland.com", "vtbl.nl", ], [ "s-kanava.fi", "abcasemat.fi", "raflaamo.fi", "s-mobiili.fi", "sokoshotels.fi", "yhteishyva.fi", "sok.fi", "s-palvelut.fi", ], [ "salesforce.com", "documentforce.com", "einstein.com", "force.com", "pardot.com", "salesforceliveagent.com", "visualforce.com", ], ["sanguosha.com", "bianfeng.com"], ["schwab.com", "schwabplan.com"], ["scmp.com", "i-scmp.com"], ["sears.com", "shld.net"], [ "seznam.cz", "firmy.cz", "garaz.cz", "kupi.cz", "lide.cz", "mapy.cz", "novinky.cz", "prozeny.cz", "sauto.cz", "sbazar.cz", "sdovolena.cz", "seznamzpravy.cz", "sport.cz", "sreality.cz", "stream.cz", "super.cz", "sweb.cz", "televizeseznam.cz", "volnamista.cz", "zbozi.cz", "szn.cz", ], [ "shopify.com", "myshopify.com", "shopifycdn.com", "shopifyapps.com", "shopifycloud.com", "shopifyadmin.com", "shopifypreview.com", ], ["siriusxm.com", "sirius.com"], ["skygo.co.nz", "skytv.co.nz"], ["skysports.com", "skybet.com", "skyvegas.com"], ["slashdot.org", "sourceforge.net", "fsdn.com"], ["slickdeals.net", "slickdealscdn.com"], [ "smh.com.au", "afr.com", "brisbanetimes.com.au", "canberratimes.com.au", "fairfaxmedia.com.au", "theage.com.au", "watoday.com.au", "ffx.io", ], ["snapfish.com", "snapfish.ca"], [ "sony.com", "sonyentertainmentnetwork.com", "sonyrewards.com", "playstation.com", "playstation.net", "sony-africa.com", "sony-asia.com", "sony.at", "sony.ba", "sony.be", "sony.bg", "sony.ca", "sony.ch", "sony.cl", "sony.co.cr", "sony.co.id", "sony.co.in", "sony.co.kr", "sony.com.ar", "sony.com.au", "sony.com.bo", "sony.com.br", "sony.com.co", "sony.com.do", "sony.com.ec", "sony.com.gt", "sony.com.hk", "sony.com.hn", "sony.com.mk", "sony.com.mx", "sony.com.my", "sony.com.ni", "sony.com.pa", "sony.com.pe", "sony.com.ph", "sony.com.sg", "sony.com.sv", "sony.com.tr", "sony.com.tw", "sony.com.vn", "sony.co.nz", "sony.co.th", "sony.co.uk", "sony.cz", "sony.de", "sony.dk", "sony.ee", "sony.es", "sony.eu", "sony-europe.com", "sony.fi", "sony.fr", "sony.gr", "sony.hr", "sony.hu", "sony.ie", "sony.it", "sony.kz", "sony-latin.com", "sonylatvija.com", "sony.lt", "sony.lu", "sony.lv", "sony-mea.com", "sony.nl", "sony.no", "sony.pl", "sony-promotion.eu", "sony.pt", "sony.ro", "sony.rs", "sony.ru", "sony.se", "sony.si", "sony.sk", "sony.ua", "sony.net", ], ["soundcloud.com", "sndcdn.com"], ["soundcu.com", "netteller.com"], ["southerncompany.com", "southernco.com"], ["southparkstudios.com", "cc.com", "comedycentral.com"], ["spiceworks.com", "spiceworksstatic.com"], [ "spotify.com", "scdn.co", "spotifyforbrands.com", "spotifyforartists.com", "spotify.net", ], [ "springernature.com", "adis.com", "apress.com", "biomedcentral.com", "bsl.nl", "dgim-eakademie.de", "kardiologie.org", "macmillaneducation.com", "macmillanexplorers.com", "medengine.com", "medicinematters.com", "medicinematters.in", "medwirenews.com", "metzlerverlag.de", "nature.com", "natureindex.com", "palgrave.com", "scientificamerican.com", "springer.com", "springeraesthetik.de", "springerhealthcare.com", "springermedizin.at", "springermedizin.de", "springeropen.com", "springerpflege.de", "springerprofessional.de", ], ["sprint.com", "sprintpcs.com", "nextel.com"], ["squareup.com", "cash.app", "mkt.com", "squarecdn.com"], ["steampowered.com", "steamstatic.com", "steamcommunity.com"], ["suning.com", "suning.cn", "hksuning.com"], ["techdata.com", "techdata.ch"], ["telegram.org", "telegram.me", "t.me"], ["telekom.com", "t-online.de"], ["tesla.com", "teslamotors.com"], [ "toyota.com", "lexus.com", "toyota.am", "toyota.at", "toyota.az", "toyota.ba", "toyota.be", "toyota.bg", "toyota-canarias.es", "toyotacg.me", "toyota.ch", "toyota.co.il", "toyota.com.cy", "toyota.com.mk", "toyota.com.mt", "toyota.com.tr", "toyota.co.uk", "toyota.cz", "toyota.de", "toyota.dk", "toyota.ee", "toyota.es", "toyota.fi", "toyota.fr", "toyota.ge", "toyota-gib.com", "toyota.gr", "toyota.hr", "toyota.hu", "toyota.ie", "toyota.is", "toyota.it", "toyota-kosovo.com", "toyota.kz", "toyota.lt", "toyota.lu", "toyota.lv", "toyota.md", "toyota.nl", "toyota.no", "toyota.pl", "toyota.pt", "toyota.ro", "toyota.rs", "toyota.ru", "toyota.se", "toyota.si", "toyota.sk", "toyota.ua", "toyota-europe.com", ], [ "tripadvisor.com", "tripadvisor.at", "tripadvisor.be", "tripadvisor.ca", "tripadvisor.ch", "tripadvisor.co.hu", "tripadvisor.co.id", "tripadvisor.com.ar", "tripadvisor.com.au", "tripadvisor.com.br", "tripadvisor.com.gr", "tripadvisor.com.hk", "tripadvisor.com.mx", "tripadvisor.com.my", "tripadvisor.com.pe", "tripadvisor.com.ph", "tripadvisor.com.sg", "tripadvisor.com.tr", "tripadvisor.com.tw", "tripadvisor.co.nz", "tripadvisor.co.uk", "tripadvisor.co.za", "tripadvisor.de", "tripadvisor.dk", "tripadvisor.es", "tripadvisor.fi", "tripadvisor.fr", "tripadvisor.ie", "tripadvisor.in", "tripadvisor.it", "tripadvisor.jp", "tripadvisor.nl", "tripadvisor.pt", "tripadvisor.ru", "tripadvisor.se", "tripadvisor.sk", "seatguru.com", "tacdn.com", "tamgrt.com", ], [ "trivago.com", "trivago.ae", "trivago.at", "trivago.be", "trivago.bg", "trivago.ca", "trivago.ch", "trivago.cl", "trivago.co.id", "trivago.co.il", "trivago.co.kr", "trivago.com.ar", "trivago.com.au", "trivago.com.br", "trivago.com.co", "trivago.com.ec", "trivago.com.mx", "trivago.com.my", "trivago.com.ph", "trivago.com.tr", "trivago.com.tw", "trivago.com.uy", "trivago.co.nz", "trivago.co.th", "trivago.co.uk", "trivago.co.za", "trivago.cz", "trivago.dk", "trivago.es", "trivago.fi", "trivago.fr", "trivago.gr", "trivago.hk", "trivago.hr", "trivago.hu", "trivago.ie", "trivago.in", "trivago.it", "trivago.jp", "trivago.nl", "trivago.no", "trivago.pe", "trivago.pl", "trivago.pt", "trivago.ro", "trivago.rs", "trivago.ru", "trivago.se", "trivago.sg", "trivago.si", "trivago.sk", "trivago.vn", "youzhan.com", ], ["trsretire.com", "divinvest.com"], ["turbotax.com", "intuit.com"], [ "tvn.pl", "player.pl", "tvn24bis.pl", "tvn24.pl", "cdntvn.pl", ], ["tvp.pl", "tvp.info"], ["twitter.com", "twimg.com", "t.co"], ["ua2go.com", "ual.com", "united.com", "unitedwifi.com"], ["ubisoft.com", "ubi.com", "anno-union.com", "thesettlers-alliance.com"], ["ui.com", "ubnt.com"], ["vanguard.com", "investornews.vanguard", "vanguardblog.com", "vanguardcanada.ca", "vanguardinvestor.co.uk", "vgcontent.info"], ["verizon.com", "verizon.net", "verizonwireless.com", "vzw.com"], ["vimeo.com", "vimeocdn.com"], [ "vinted.com", "kleiderkreisel.de", "mamikreisel.de", "vinted.co.uk", "vinted.cz", "vinted.es", "vinted.fr", "vinted.lt", "vinted.nl", "vinted.pl", ], ["vk.com", "vk.me", "vkontakte.ru"], ["volvooceanrace.com", "virtualregatta.com"], ["vonage.com", "vonagebusiness.com"], [ "vrt.be", "canvas.be", "een.be", "ketnet.be", "klara.be", "mnm.be", "radio1.be", "radio2.be", "sporza.be", "stubru.be", ], ["walmart.com", "wal.co", "walmartimages.com", "walmart.ca"], [ "thewaltdisneycompany.com", "6abc.com", "abc7.com", "abc7ny.com", "abc.com", "abcnews.com", "go.com", "espn.com", "espncdn.com", "espn.com.au", "espn.com.br", "espn.co.uk", "espncricinfo.com", "espnfc.com", "espnfc.us", "fivethirtyeight.com", "babble.com", "dadt.com", "disneybaby.com", "disneyinteractive.com", "disneyinternationalhd.com", "disneymoviesanywhere.com", "ilm.com", "marvel.com", "readriordan.com", "skysound.com", "starwars.com", "disney.asia", "disney.be", "disney.bg", "disney.co.il", "disney.com", "disney.com.au", "disney.com.br", "disney.com.hk", "disney.com.tw", "disney.co.th", "disney.co.uk", "disney.co.za", "disney.cz", "disney.de", "disney.dk", "disney.es", "disney.fi", "disney.fr", "disney.gr", "disney.hu", "disney.id", "disney.in", "disney.it", "disneylatino.com", "disneyme.com", "disney.my", "disney.nl", "disney.no", "disney.ph", "disney.pl", "disney.pt", "disney.ro", "disney.se", "disney.sg", "disneyturkiye.com.tr", "dilcdn.com", "disney.io", ], [ "wargaming.com", "wargaming.net", "worldoftanks.asia", "worldoftanks.com", "worldoftanks.eu", "worldoftanks.kr", "worldoftanks.ru", "worldofwarplanes.com", "worldofwarplanes.eu", "worldofwarplanes.ru", "worldofwarships.com", "worldofwarships.eu", "worldofwarships.ru", "wotblitz.com", ], [ "warnermediagroup.com", "adultswim.com", "adventuretime.com", "atgamewiz.com", "ben10.com", "bleacherreport.com", "bleacherreportlive.com", "br.live", "brlive.com", "brlive.io", "cartoonnetwork.asia", "cartoonnetworkasia.com", "cartoonnetwork.com", "cartoonnetworkhotel.com", "cartoonnetworkpr.com", "catchsports.com", "chasingthecurelive.com", "cnn.com", "cnn.io", "cnnmoney.ch", "cnn.net", "d2c-ott.com", "d-league.com", "e-league.com", "eleague.com", "filmstruck.com", "greatbig.com", "greatbigstory.com", "heaveninc.com", "hlntv.com", "iamthenight.com", "juniorrydercup.com", "nba.com", "nba.net", "ncaa.com", "ngtv.io", "penis-map.com", "pgachampionship.com", "pga.com", "pga-events.com", "pga.net", "powerpuffgirls.com", "powerpufftheworld.com", "robotunicornattack.com", "rydercup.com", "samanthabee.com", "sambee.com", "shaqtoons.com", "stevenuniverseselfesteem.com", "stevenuniversethemovie.com", "summercampisland.com", "superstation.com", "suspensecollection.com", "tbs.com", "tcm.com", "teamcococdn.com", "thealienist.com", "thesuspensecollection.com", "ti-platform.com", "tntdrama.com", "tnt.tv", "trutv.com", "vgtf.net", "warnermediacdn.com", "warnermediafitnation.com", "warnermediaready.com", "warnermediasupplierdiversity.com", "warnermediaupfront.com", "wbtvd.com", "webarebears.com", "wnba.com", "yzzerdd.com", "turner.com", "ugdturner.com", ], [ "weather.com", "wunderground.com", "imwx.com", "wfxtriggers.com", "wsi.com", "w-x.co", "wxug.com", ], [ "webmd.com", "emedicinehealth.com", "medicinenet.com", "medscape.com", "medscape.org", "onhealth.com", "rxlist.com", "medscapestatic.com", ], ["weebly.com", "editmysite.com"], ["wellsfargo.com", "wf.com"], ["wetter.com", "tiempo.es", "wettercomassets.com"], ["wikipedia.org", "wikimedia.org", "wikimediafoundation.org", "wiktionary.org", "wikiquote.org", "wikibooks.org", "wikisource.org", "wikinews.org", "wikiversity.org", "mediawiki.org", "wikidata.org", "wikivoyage.org", "wmfusercontent.org", "tools.wmflabs.org"], ["wix.com", "wixapps.net", "wixstatic.com", "parastorage.com"], ["wordpress.com", "wp.com"], [ "wp.pl", "abczdrowie.pl", "allani.pl", "autokult.pl", "dobreprogramy.pl", "domodi.pl", "eholiday.pl", "finansowysupermarket.pl", "fotoblogia.pl", "gadzetomania.pl", "homebook.pl", "jedenwniosek.pl", "komorkomania.pl", "money.pl", "nocowanie.pl", "o2.pl", "open.fm", "parenting.pl", "pudelek.pl", "pudelek.tv", "totalmoney.pl", "wakacje.pl", "wawalove.pl", "wp.tv", "wpcdn.pl", "wpimg.pl", ], ["wpcu.coop", "wpcuonline.com"], ["wsj.com", "wsj.net", "barrons.com", "dowjones.com", "marketwatch.com"], ["xda-developers.com", "xda-cdn.com"], ["xfinity.com", "comcast.net", "comcast.com"], ["xhamster.com", "xhcdn.com"], ["yahoo.com", "yahooapis.com", "yimg.com", "yahoo.co.jp", "overture.com", "flickr.com"], [ "yandex.com", "auto.ru", "beru.ru", "bringly.ru", "kinopoisk.ru", "mykp.ru", "yadi.sk", "yandex.net", "yastatic.net", "yandex.az", "yandex.by", "yandex.co.il", "yandex.com.am", "yandex.com.ge", "yandex.com.tr", "yandex.com.ua", "yandex.ee", "yandex.fr", "yandex.kg", "yandex.kz", "yandex.lt", "yandex.lv", "yandex.md", "yandex.ru", "yandex.tj", "yandex.tm", "yandex.ua", "yandex.uz", "ya.ru", ], ["zendesk.com", "zopim.com"], ["zillow.com", "zillowstatic.com", "zillowcloud.com", "zg-api.com"], ["zoho.com", "zoho.eu", "zohocorp.com", "zohocreator.com", "zohopublic.com", "zohostatic.com"], ["zonealarm.com", "zonelabs.com"], ]; /** * Make a data structure for quick lookups of whether two domains are the same first party */ function makeDomainLookup(mdfpArray) { let out = {}, arrLength = mdfpArray.length; for (let i = 0; i < arrLength; i++) { let inner = new Set(mdfpArray[i]); for (let domain of inner) { out[domain] = inner; } } return out; } function makeIsMultiDomainFirstParty(domainLookup) { return function (domain1, domain2) { if (domain1 in domainLookup) { return (domainLookup[domain1].has(domain2)); } return false; }; } let _domainLookup = makeDomainLookup(multiDomainFirstPartiesArray); /** * Check if two domains belong to the same effective first party * @param {String} domain1 a base doamin * @param {String} domain2 a second base doamin * * @return boolean true if the domains are the same first party */ let isMultiDomainFirstParty = makeIsMultiDomainFirstParty(_domainLookup); /************************************** exports */ return { isMultiDomainFirstParty, makeDomainLookup, makeIsMultiDomainFirstParty, multiDomainFirstPartiesArray, }; })(); //require scopes privacybadger-release-2020.2.19/src/js/options.js000066400000000000000000000653451362331047300215420ustar00rootroot00000000000000/* * This file is part of Adblock Plus , * Copyright (C) 2006-2013 Eyeo GmbH * * Adblock Plus is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Adblock Plus 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 Adblock Plus. If not, see . */ window.OPTIONS_INITIALIZED = false; // TODO hack: disable Tooltipster tooltips on Firefox to avoid unresponsive script warnings (function () { const matches = navigator.userAgent.match( // from https://gist.github.com/ticky/3909462 /(MSIE|(?!Gecko.+)Firefox|(?!AppleWebKit.+Chrome.+)Safari|(?!AppleWebKit.+)Chrome|AppleWebKit(?!.+Chrome|.+Safari)|Gecko(?!.+Firefox))(?: |\/)([\d.apre]+)/ ); if (!matches || matches[1] == "Firefox") { $.fn.tooltipster = function () {}; } }()); const TOOLTIP_CONF = { maxWidth: 200 }; const USER_DATA_EXPORT_KEYS = ["action_map", "snitch_map", "settings_map"]; let i18n = chrome.i18n; let constants = require("constants"); let { getOriginsArray } = require("optionslib"); let htmlUtils = require("htmlutils").htmlUtils; let utils = require("utils"); let OPTIONS_DATA = {}; /* * Loads options from pb storage and sets UI elements accordingly. */ function loadOptions() { // Set page title to i18n version of "Privacy Badger Options" document.title = i18n.getMessage("options_title"); // Add event listeners $("#whitelistForm").on("submit", addWhitelistDomain); $("#removeWhitelist").on("click", removeWhitelistDomain); $("#cloud-upload").on("click", uploadCloud); $("#cloud-download").on("click", downloadCloud); $('#importTrackerButton').on("click", loadFileChooser); $('#importTrackers').on("change", importTrackerList); $('#exportTrackers').on("click", exportUserData); $('#resetData').on("click", resetData); $('#removeAllData').on("click", removeAllData); if (OPTIONS_DATA.showTrackingDomains) { $('#tracking-domains-overlay').hide(); } else { $('#blockedResourcesContainer').hide(); $('#show-tracking-domains-checkbox').on("click", () => { $('#tracking-domains-overlay').hide(); $('#blockedResourcesContainer').show(); chrome.runtime.sendMessage({ type: "updateSettings", data: { showTrackingDomains: true } }); }); } // Set up input for searching through tracking domains. $("#trackingDomainSearch").on("input", filterTrackingDomains); $("#tracking-domains-type-filter").on("change", filterTrackingDomains); $("#tracking-domains-status-filter").on("change", filterTrackingDomains); $("#tracking-domains-show-not-yet-blocked").on("change", filterTrackingDomains); // Add event listeners for origins container. $(function () { $('#blockedResourcesContainer').on('change', 'input:radio', updateOrigin); $('#blockedResourcesContainer').on('click', '.userset .honeybadgerPowered', revertDomainControl); $('#blockedResourcesContainer').on('click', '.removeOrigin', removeOrigin); }); // Display jQuery UI elements $("#tabs").tabs({ activate: function (event, ui) { // update options page URL fragment identifier // to preserve selected tab on page reload history.replaceState(null, null, "#" + ui.newPanel.attr('id')); } }); $("button").button(); $(".addButton").button("option", "icons", {primary: "ui-icon-plus"}); $(".removeButton").button("option", "icons", {primary: "ui-icon-minus"}); $("#cloud-upload").button("option", "icons", {primary: "ui-icon-arrowreturnthick-1-n"}); $("#cloud-download").button("option", "icons", {primary: "ui-icon-arrowreturnthick-1-s"}); $(".importButton").button("option", "icons", {primary: "ui-icon-plus"}); $("#exportTrackers").button("option", "icons", {primary: "ui-icon-extlink"}); $("#resetData").button("option", "icons", {primary: "ui-icon-arrowrefresh-1-w"}); $("#removeAllData").button("option", "icons", {primary: "ui-icon-closethick"}); $("#show_counter_checkbox").on("click", updateShowCounter); $("#show_counter_checkbox").prop("checked", OPTIONS_DATA.showCounter); $("#replace-widgets-checkbox") .on("click", updateWidgetReplacement) .prop("checked", OPTIONS_DATA.isWidgetReplacementEnabled); $("#enable_dnt_checkbox").on("click", updateDNTCheckboxClicked); $("#enable_dnt_checkbox").prop("checked", OPTIONS_DATA.isDNTSignalEnabled); $("#check_dnt_policy_checkbox").on("click", updateCheckingDNTPolicy); $("#check_dnt_policy_checkbox").prop("checked", OPTIONS_DATA.isCheckingDNTPolicyEnabled).prop("disabled", !OPTIONS_DATA.isDNTSignalEnabled); if (OPTIONS_DATA.webRTCAvailable) { $("#toggle_webrtc_mode").on("click", toggleWebRTCIPProtection); chrome.privacy.network.webRTCIPHandlingPolicy.get({}, result => { // only enable the checkbox if pb can control webrtc ip leak protection if (result.levelOfControl.endsWith("_by_this_extension")) { $("#toggle_webrtc_mode").attr("disabled", false); } // auto check the option box if ip leak is already protected at diff levels, via pb or another extension if (result.value == "default_public_interface_only" || result.value == "disable_non_proxied_udp") { $("#toggle_webrtc_mode").prop("checked", true); } }); } else { // Hide WebRTC-related settings for non-supporting browsers $("#webRTCToggle").hide(); $("#webrtc-warning").hide(); } $("#learn-in-incognito-checkbox") .on("click", updateLearnInIncognito) .prop("checked", OPTIONS_DATA.isLearnInIncognitoEnabled); $('#show-nontracking-domains-checkbox') .on("click", (event) => { let showNonTrackingDomains = $(event.currentTarget).prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { showNonTrackingDomains } }); }) .prop("checked", OPTIONS_DATA.showNonTrackingDomains); const widgetSelector = $("#hide-widgets-select"); widgetSelector.prop("disabled", OPTIONS_DATA.isWidgetReplacementEnabled ? false : "disabled"); $("#replace-widgets-checkbox").change(function () { if ($(this).is(":checked")) { widgetSelector.prop("disabled", false); } else { widgetSelector.prop("disabled", "disabled"); } }); // Initialize Select2 and populate options widgetSelector.select2(); OPTIONS_DATA.widgets.forEach(function (key) { const isSelected = OPTIONS_DATA.widgetReplacementExceptions.includes(key); const option = new Option(key, key, false, isSelected); widgetSelector.append(option).trigger("change"); }); widgetSelector.on('select2:select', updateWidgetReplacementExceptions); widgetSelector.on('select2:unselect', updateWidgetReplacementExceptions); widgetSelector.on('select2:clear', updateWidgetReplacementExceptions); reloadWhitelist(); reloadTrackingDomainsTab(); $('html').css('visibility', 'visible'); window.OPTIONS_INITIALIZED = true; } /** * Opens the file chooser to allow a user to select * a file to import. */ function loadFileChooser() { var fileChooser = document.getElementById('importTrackers'); fileChooser.click(); } /** * Import a list of trackers supplied by the user * NOTE: list must be in JSON format to be parsable */ function importTrackerList() { var file = this.files[0]; if (file) { var reader = new FileReader(); reader.readAsText(file); reader.onload = function(e) { parseUserDataFile(e.target.result); }; } else { var selectFile = i18n.getMessage("import_select_file"); confirm(selectFile); } document.getElementById("importTrackers").value = ''; } /** * Parses Privacy Badger data uploaded by the user. * * @param {String} storageMapsList data from JSON file that user provided */ function parseUserDataFile(storageMapsList) { let lists; try { lists = JSON.parse(storageMapsList); } catch (e) { return confirm(i18n.getMessage("invalid_json")); } // validate by checking we have the same keys in the import as in the export if (!_.isEqual( Object.keys(lists).sort(), USER_DATA_EXPORT_KEYS.sort() )) { return confirm(i18n.getMessage("invalid_json")); } // check for webrtc setting in the imported settings map if (lists.settings_map.preventWebRTCIPLeak) { // verify that the user hasn't already enabled this option if (!$("#toggle_webrtc_mode").prop("checked")) { toggleWebRTCIPProtection(); } // this browser-controlled setting doesn't belong in Badger's settings object delete lists.settings_map.preventWebRTCIPLeak; } chrome.runtime.sendMessage({ type: "mergeUserData", data: lists }, (response) => { OPTIONS_DATA.disabledSites = response.disabledSites; OPTIONS_DATA.origins = response.origins; reloadWhitelist(); reloadTrackingDomainsTab(); // TODO general settings are not updated confirm(i18n.getMessage("import_successful")); }); } function resetData() { var resetWarn = i18n.getMessage("reset_data_confirm"); if (confirm(resetWarn)) { chrome.runtime.sendMessage({type: "resetData"}, () => { // reload page to refresh tracker list location.reload(); }); } } function removeAllData() { var removeWarn = i18n.getMessage("remove_all_data_confirm"); if (confirm(removeWarn)) { chrome.runtime.sendMessage({type: "removeAllData"}, () => { location.reload(); }); } } function downloadCloud() { chrome.runtime.sendMessage({type: "downloadCloud"}, function (response) { if (response.success) { alert(i18n.getMessage("download_cloud_success")); OPTIONS_DATA.disabledSites = response.disabledSites; reloadWhitelist(); } else { console.error("Cloud sync error:", response.message); if (response.message === i18n.getMessage("download_cloud_no_data")) { alert(response.message); } else { alert(i18n.getMessage("download_cloud_failure")); } } } ); } function uploadCloud() { chrome.runtime.sendMessage({type: "uploadCloud"}, function (status) { if (status.success) { alert(i18n.getMessage("upload_cloud_success")); } else { console.error("Cloud sync error:", status.message); alert(i18n.getMessage("upload_cloud_failure")); } } ); } /** * Export the user's data, including their list of trackers from * action_map and snitch_map, along with their settings. * List will be in JSON format that can be edited and reimported * in another instance of Privacy Badger. */ function exportUserData() { chrome.storage.local.get(USER_DATA_EXPORT_KEYS, function (maps) { // exports the user's prevent webrtc leak setting if it's checked if ($("#toggle_webrtc_mode").prop("checked")) { maps.settings_map.preventWebRTCIPLeak = true; } let mapJSON = JSON.stringify(maps); // Append the formatted date to the exported file name let currDate = new Date().toLocaleString(); let escapedDate = currDate // illegal filename charset regex from // https://github.com/parshap/node-sanitize-filename/blob/ef1e8ad58e95eb90f8a01f209edf55cd4176e9c8/index.js .replace(/[\/\?<>\\:\*\|"]/g, '_') /* eslint no-useless-escape:off */ // also collapse-replace commas and spaces .replace(/[, ]+/g, '_'); let filename = 'PrivacyBadger_user_data-' + escapedDate + '.json'; // Download workaround taken from uBlock Origin // https://github.com/gorhill/uBlock/blob/40a85f8c04840ae5f5875c1e8b5fa17578c5bd1a/platform/chromium/vapi-common.js let a = document.createElement('a'); a.setAttribute('download', filename || ''); let blob = new Blob([mapJSON], { type: 'application/json' }); // pass a useful mime type here a.href = URL.createObjectURL(blob); function clickBlobLink() { a.dispatchEvent(new MouseEvent('click')); URL.revokeObjectURL(blob); } /** * Firefox workaround to insert the blob link in an iFrame * https://bugzilla.mozilla.org/show_bug.cgi?id=1420419#c18 */ function addBlobWorkAroundForFirefox() { // Create or use existing iframe for the blob 'a' element let iframe = document.getElementById('exportUserDataIframe'); if (!iframe) { iframe = document.createElement('iframe'); iframe.id = "exportUserDataIframe"; iframe.setAttribute("style", "visibility: hidden; height: 0; width: 0"); document.getElementById('export').appendChild(iframe); iframe.contentWindow.document.open(); iframe.contentWindow.document.write(''); iframe.contentWindow.document.close(); } else { // Remove the old 'a' element from the iframe let oldElement = iframe.contentWindow.document.body.lastChild; iframe.contentWindow.document.body.removeChild(oldElement); } iframe.contentWindow.document.body.appendChild(a); } // TODO remove browser check and simplify code once Firefox 58 goes away // https://bugzilla.mozilla.org/show_bug.cgi?id=1420419 if (chrome.runtime.getBrowserInfo) { chrome.runtime.getBrowserInfo((info) => { if (info.name == "Firefox" || info.name == "Waterfox") { addBlobWorkAroundForFirefox(); } clickBlobLink(); }); } else { clickBlobLink(); } }); } /** * Update setting for whether or not to show counter on Privacy Badger badge. */ function updateShowCounter() { const showCounter = $("#show_counter_checkbox").prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { showCounter } }, () => { // Refresh display for each tab's PB badge. chrome.tabs.query({}, function(tabs) { tabs.forEach(function(tab) { chrome.runtime.sendMessage({ type: "updateBadge", tab_id: tab.id }); }); }); }); } /** * Update setting for whether or not to replace * social buttons/video players/commenting widgets. */ function updateWidgetReplacement() { const socialWidgetReplacementEnabled = $("#replace-widgets-checkbox").prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { socialWidgetReplacementEnabled } }); } /** * Update DNT checkbox clicked */ function updateDNTCheckboxClicked() { const enabled = $("#enable_dnt_checkbox").prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { sendDNTSignal: enabled } }); $("#check_dnt_policy_checkbox").prop("checked", enabled).prop("disabled", !enabled); updateCheckingDNTPolicy(); } function updateCheckingDNTPolicy() { const enabled = $("#check_dnt_policy_checkbox").prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { checkForDNTPolicy: enabled } }); } function updateLearnInIncognito() { const learnInIncognito = $("#learn-in-incognito-checkbox").prop("checked"); chrome.runtime.sendMessage({ type: "updateSettings", data: { learnInIncognito } }); } function reloadWhitelist() { var sites = OPTIONS_DATA.disabledSites; var sitesList = $('#excludedDomainsBox'); // Sort the white listed sites in the same way the blocked sites are sites = htmlUtils.sortDomains(sites); sitesList.html(""); for (var i = 0; i < sites.length; i++) { $('