diff --git a/kickstarts/tigeros.ks b/kickstarts/tigeros.ks index 19bdc45..30d6aae 100644 --- a/kickstarts/tigeros.ks +++ b/kickstarts/tigeros.ks @@ -11,11 +11,10 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele lang en_US.UTF-8 # Firewall configuration firewall --enabled --service=mdns -repo --name="fedora" --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch -repo --name="updates" --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch +repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch repo --name="rpmfusion-free" --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-$releasever&arch=$basearch repo --name="rpmfusion-free-updates" --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-$releasever&arch=$basearch -repo --name="google-chrome" --baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 repo --name="tigeros" --baseurl=https://tigeros.ritlug.com/packages/$basearch/ repo --name="Copr repo for gscreenshot owned by thenaterhood" --baseurl=https://copr-be.cloud.fedoraproject.org/results/thenaterhood/gscreenshot/fedora-$releasever-$basearch/ # Shutdown after installation @@ -39,7 +38,7 @@ zerombr clearpart --all # Disk partitioning information part / --fstype="ext4" --size=5120 -part / --size=6144 +part / --size=6656 %post # FIXME: it'd be better to get this installed from a package @@ -247,8 +246,8 @@ fi if [ -n "\$xdriver" ]; then cat > /etc/X11/xorg.conf.d/00-xdriver.conf <> /etc/rc.d/init.d/livesys << EOF -cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF +# disable updates plugin +cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE +[org.gnome.software] +download-updates=false +FOE -# set up lightdm autologin -sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf -sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf -#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf +# don't run gnome-initial-setup +mkdir ~liveuser/.config +touch ~liveuser/.config/gnome-initial-setup-done -# set Cinnamon as default session, otherwise login will fail -sed -i 's/^#user-session=.*/user-session=cinnamon/' /etc/lightdm/lightdm.conf +# make the installer show up +if [ -f /usr/share/applications/liveinst.desktop ]; then + # Show harddisk install in shell dash + sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop "" + # need to move it to anaconda.desktop to make shell happy + mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop -# Show harddisk install on the desktop -sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop -mkdir /home/liveuser/Desktop -cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop + cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE +[org.gnome.shell] +favorite-apps=['firefox.desktop', 'evolution.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'org.gnome.Nautilus.desktop', 'anaconda.desktop'] +FOE -# and mark it as executable -chmod +x /home/liveuser/Desktop/liveinst.desktop + # Make the welcome screen show up + if [ -f /usr/share/anaconda/gnome/fedora-welcome.desktop ]; then + mkdir -p ~liveuser/.config/autostart + cp /usr/share/anaconda/gnome/fedora-welcome.desktop /usr/share/applications/ + cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/ + fi -# this goes at the end after all other changes. -chown -R liveuser:liveuser /home/liveuser -restorecon -R /home/liveuser + # Copy Anaconda branding in place + if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then + cp -a /usr/share/lorax/product/* / + fi +fi -EOF +# rebuild schema cache with any overrides we installed +glib-compile-schemas /usr/share/glib-2.0/schemas + +# set up auto-login +cat > /etc/gdm/custom.conf << FOE +[daemon] +AutomaticLoginEnable=True +AutomaticLogin=liveuser +FOE -# TigerOS specific setup -chmod +x /usr/local/bin/\* -#gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" -rm -rf /home/liveuser/.config/autostart/tigeros-postinstall.desktop -restorecon -R /usr/local/bin -chown -R liveuser:liveuser /home/liveuser -restorecon -R /home/liveuser +# Turn off PackageKit-command-not-found while uninstalled +if [ -f /etc/PackageKit/CommandNotFound.conf ]; then + sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf +fi + +# make sure to set the right permissions and selinux contexts +chown -R liveuser:liveuser /home/liveuser/ +restorecon -R /home/liveuser/ + +EOF %end %packages @anaconda-tools @base-x -@cinnamon-desktop @core -@dial-up +@firefox @fonts +@gnome-desktop @guest-desktop-agents @hardware-support -@input-methods @libreoffice @multimedia @networkmanager-submodules @@ -384,23 +401,23 @@ restorecon -R /home/liveuser @standard aajohan-comfortaa-fonts anaconda -anaconda-installclass-tigeros -desktop-backgrounds-basic dracut-live -f26-backgrounds-extras-gnome +glibc-all-langpacks +grub2-efi +kernel +kernel-modules +kernel-modules-extra +memtest86+ +syslinux +anaconda-installclass-tigeros +chromium generic-release-notes gimp glibc-all-langpacks -#remove chrome until we verify licensing -#google-chrome-stable -grub2-efi gscreenshot hexchat htop inkscape -kernel -kernel-modules -kernel-modules-extra lynx memtest86+ parole @@ -408,7 +425,6 @@ pidgin rhythmbox rpmfusion-free-release scrot -syslinux tigeros-backgrounds tigeros-ff-profile tigeros-logos @@ -420,7 +436,10 @@ vim wget yumex-dnf zsh -#exclude things (packagekit breaks things, fedora-* packages are replaced by ones we customized.) +-@dial-up +-@input-methods +-gfs2-utils +-reiserfs-utils -PackageKit* -autofs -coolkey @@ -444,5 +463,4 @@ zsh -system-config-services -xsane -xsane-gimp - %end diff --git a/sources/anaconda-installclass-tigeros/anacondainstallclass-tigeros.spec b/sources/anaconda-installclass-tigeros/anacondainstallclass-tigeros.spec new file mode 100644 index 0000000..184d952 --- /dev/null +++ b/sources/anaconda-installclass-tigeros/anacondainstallclass-tigeros.spec @@ -0,0 +1,34 @@ +Name: anaconda-installclass-tigeros +Version: 26 +Release: 1%{?dist} +Summary: @DISTRO_NAME@ installclass for Anaconda + +License: GPLv2+ +URL: https://github.com/RITlug/TigerOS/ +Source0: tigeros.py + +BuildRequires: anaconda-core +BuildRequires: python3-devel + +Requires: anaconda-core +Supplements: (tigeros-release and anaconda-core) + +%description +This package contains the installclass for TigerOS for +Anaconda. + +%prep +# nothing to prep + +%build +# Nothing to build + +%install +# Install the installclass file +install -Dpm 0644 %{SOURCE0} %{buildroot}%{python3_sitearch}/pyanaconda/installclasses/tigeros.py + +%files +%{python3_sitearch}/pyanaconda/installclasses/tigeros.py +%{python3_sitearch}/pyanaconda/installclasses/__pycache__/tigeros.* + +%changelog diff --git a/sources/anaconda-installclass-tigeros/tigeros.py b/sources/anaconda-installclass-tigeros/tigeros.py new file mode 100644 index 0000000..3311e94 --- /dev/null +++ b/sources/anaconda-installclass-tigeros/tigeros.py @@ -0,0 +1,61 @@ +# +# tigeros.py +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# 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 2 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 . +# + +from pyanaconda.installclass import BaseInstallClass +from pyanaconda.product import productName +from pyanaconda import network +from pyanaconda import nm + +__all__ = ["TigerOSBaseInstallClass"] + + +class TigerOSBaseInstallClass(BaseInstallClass): + name = "TigerOS" + sortPriority = 10000 + if not productName.startswith("TigerOS"): # pylint: disable=no-member + hidden = True + + _l10n_domain = "anaconda" + + efi_dir = "tigeros" + + help_placeholder = "TigerOSPlaceholder.html" + help_placeholder_plain_text = "TigerOSPlaceholder.txt" + help_placeholder_with_links = "TigerOSPlaceholderWithLinks.html" + + def configure(self, anaconda): + BaseInstallClass.configure(self, anaconda) + + def setNetworkOnbootDefault(self, ksdata): + if any(nd.onboot for nd in ksdata.network.network if nd.device): + return + # choose first wired device having link + for dev in nm.nm_devices(): + if nm.nm_device_type_is_wifi(dev): + continue + try: + link_up = nm.nm_device_carrier(dev) + except (nm.UnknownDeviceError, nm.PropertyNotFoundError): + continue + if link_up: + network.update_onboot_value(dev, True, ksdata=ksdata) + break + + def __init__(self): + BaseInstallClass.__init__(self) diff --git a/sources/tigeros-backgrounds/tiger-os-bg.png b/sources/tigeros-backgrounds/tiger-os-bg.png deleted file mode 100644 index 1d430f2..0000000 Binary files a/sources/tigeros-backgrounds/tiger-os-bg.png and /dev/null differ diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/20_tigeros.gschema.override b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/20_tigeros.gschema.override new file mode 100644 index 0000000..8c511b1 --- /dev/null +++ b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/20_tigeros.gschema.override @@ -0,0 +1,2 @@ +[org.cinnamon.desktop.background] +picture-uri="file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/LICENSE b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/LICENSE new file mode 100644 index 0000000..edfdf64 --- /dev/null +++ b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/LICENSE @@ -0,0 +1,428 @@ +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debugfiles.list b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debugfiles.list new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debuglinks.list b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debuglinks.list new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debugsources.list b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/debugsources.list new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/elfbins.list b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/elfbins.list new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds.xml b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/tigeros-backgrounds.xml similarity index 89% rename from sources/tigeros-backgrounds/tigeros-backgrounds.xml rename to sources/tigeros-backgrounds/tigeros-backgrounds-1.0/tigeros-backgrounds.xml index 9b3c98d..d26fdfb 100644 --- a/sources/tigeros-backgrounds/tigeros-backgrounds.xml +++ b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/tigeros-backgrounds.xml @@ -4,7 +4,7 @@ TigerOS orange /usr/share/backgrounds/tigeros/wallpaper1-1920x1080.jpg - stretched + zoom solid #FFFFFF #000000 @@ -12,7 +12,7 @@ TigerOS default /usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg - stretched + zoom solid #FFFFFF #000000 @@ -20,7 +20,7 @@ TigerOS white /usr/share/backgrounds/tigeros/wallpaper3-1920x1080.jpg - stretched + zoom solid #FFFFFF #000000 diff --git a/sources/tigeros-backgrounds/wallpaper1-1920-1080.jpg b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper1-1920x1080.jpg similarity index 100% rename from sources/tigeros-backgrounds/wallpaper1-1920-1080.jpg rename to sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper1-1920x1080.jpg diff --git a/sources/tigeros-backgrounds/wallpaper2-1920-1080.jpg b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper2-1920x1080.jpg similarity index 100% rename from sources/tigeros-backgrounds/wallpaper2-1920-1080.jpg rename to sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper2-1920x1080.jpg diff --git a/sources/tigeros-backgrounds/wallpaper3-1920-1080.jpg b/sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper3-1920x1080.jpg similarity index 100% rename from sources/tigeros-backgrounds/wallpaper3-1920-1080.jpg rename to sources/tigeros-backgrounds/tigeros-backgrounds-1.0/wallpapers/wallpaper3-1920x1080.jpg diff --git a/sources/tigeros-backgrounds/tigeros-backgrounds.spec b/sources/tigeros-backgrounds/tigeros-backgrounds.spec new file mode 100644 index 0000000..65303fd --- /dev/null +++ b/sources/tigeros-backgrounds/tigeros-backgrounds.spec @@ -0,0 +1,66 @@ +Name: tigeros-backgrounds +Version: 1.0 +Release: 16%{?dist} +Summary: Desktop wallpapers for the TigerOS Fedora Remix + +Group: Applications/Multimedia +License: CC-BY-SA-4.0 +URL: https://github.com/RITlug/TigerOS +Source0: %{name}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +Requires(post): glib2 dconf +%description +The tigeros-backgrounds package contains tigeros +related artwork intended to be used as desktop background image. + +%prep +%setup -q + + +%build + + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_datadir}/backgrounds/tigeros +mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas +for i in wallpapers/* + do + install -m0644 $i %{buildroot}%{_datadir}/backgrounds/tigeros + done +install -Dm0644 tigeros-backgrounds.xml %{buildroot}%{_datadir}/gnome-background-properties/tigeros-backgrounds.xml +install -m0644 20_tigeros.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas/20_tigeros.gschema.override + + +%clean +rm -rf %{buildroot} + +%post +glib-compile-schemas /usr/share/glib-2.0/schemas 2>/dev/null +dconf update + +%postun +glib-compile-schemas /usr/share/glib-2.0/schemas 2>/dev/null +dconf update + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{_datadir}/backgrounds +%{_datadir}/gnome-background-properties +%{_datadir}/glib-2.0/schemas/20_tigeros.gschema.override + +%changelog +* Wed Aug 30 2017 Aidan Kahrs - 1.0-16 +- rebuilt for Fedora 26 + +* Wed May 31 2017 Aidan Kahrs - 1.0-15 +- fix typo in wallpaper override +* Thu May 25 2017 Aidan Kahrs - 1.0-14 +- add wallpaper override +* Sun May 14 2017 Aidan Kahrs - 1.0-13 +- fix xml so wallpapers are zoomed +* Wed Apr 26 2017 Regina Locicero - 1.0-12 +- Added wallpapers diff --git a/sources/tigeros-ff-profile/tigeros-bookmarks.spec b/sources/tigeros-ff-profile/tigeros-bookmarks.spec new file mode 100644 index 0000000..ce6de2e --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-bookmarks.spec @@ -0,0 +1,38 @@ +Name: tigeros-ff-profile +Version: 1.0 +Release: 2%{?dist} +Summary: TigerOS default profile for Firefox +Group: Applications/Internet +License: GPL3 +URL: https://github.com/RITlug/TigerOS +Source0: tigeros-ff-profile.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires: firefox + +%description +This package contains the default bookmarks for TigerOS. + +%prep +%setup -q +%build + +%install +%{__rm} -rf %{buildroot} +%{__mkdir_p} %{buildroot}/etc/skel/ +cp -r .mozilla/ %{buildroot}/etc/skel/ +chmod -R 755 %{buildroot}/etc/skel/.mozilla + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + + +%files +/etc/skel/.mozilla + +%changelog +* Wed Aug 30 2017 Aidan Kahrs - 1.0-2 +- rebuild for Fedora 26 + +* Mon May 08 2017 Aidan Kahrs - 1.0-1 +- Initial version diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/Crash Reports/InstallTime20170420084331 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/Crash Reports/InstallTime20170420084331 new file mode 100644 index 0000000..71ba7a9 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/Crash Reports/InstallTime20170420084331 @@ -0,0 +1 @@ +1494281119 \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/profiles.ini b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/profiles.ini new file mode 100644 index 0000000..3bb48ea --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/profiles.ini @@ -0,0 +1,9 @@ +[General] +StartWithLastProfile=1 + +[Profile0] +Name=default +IsRelative=1 +Path=qc0ki88l.default +Default=1 + diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/.parentlock b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/.parentlock new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/AlternateServices.txt b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/AlternateServices.txt new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/SecurityPreloadState.txt b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/SecurityPreloadState.txt new file mode 100644 index 0000000..e69de29 diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/SiteSecurityServiceState.txt b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/SiteSecurityServiceState.txt new file mode 100644 index 0000000..5935af7 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/SiteSecurityServiceState.txt @@ -0,0 +1,13 @@ +accounts.firefox.com:HSTS 0 17294 1509833137247,1,1 +www.google-analytics.com:HSTS 0 17294 1505167524024,1,1 +services.addons.mozilla.org:HSTS 0 17294 1525817848277,1,0 +versioncheck-bg.addons.mozilla.org:HSTS 0 17294 1494281811633,1,0 +shavar.services.mozilla.com:HSTS 0 17294 1525817124340,1,1 +self-repair.mozilla.org:HSTS 0 17294 1525817741281,1,1 +www.mozilla.org:HSTS 0 17294 1525817123317,1,0 +addons.mozilla.org:HSTS 0 17294 1525817847462,1,0 +blocklist.addons.mozilla.org:HSTS 0 17294 1494281930821,1,0 +discovery.addons.mozilla.org:HSTS 0 17294 1525817608782,1,0 +aus5.mozilla.org:HSTS 0 17294 1525817182274,1,0 +normandy-cloudfront.cdn.mozilla.net:HSTS 0 17294 1525817128690,1,1 +www.eff.org:HSTS 0 17294 1525817849502,1,1 diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/addons.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/addons.json new file mode 100644 index 0000000..eedcef0 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/addons.json @@ -0,0 +1 @@ +{"schema":5,"addons":[{"id":"https-everywhere@eff.org","icons":{"32":"https://addons.cdn.mozilla.net/user-media/addon_icons/229/229918-32.png?modified=1492644019","64":"https://addons.cdn.mozilla.net/user-media/addon_icons/229/229918-64.png?modified=1492644019"},"type":"extension","name":"HTTPS Everywhere","version":"5.2.15","creator":{"name":"EFF Technologists","url":"https://addons.mozilla.org/en-US/firefox/user/eff-technologists/?src=api"},"description":"Encrypt the web! HTTPS Everywhere is a Firefox extension to protect your communications by enabling HTTPS encryption automatically on sites that are known to support it, even when you type URLs or follow links that omit the https: prefix.","fullDescription":"Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site.\n\nThe HTTPS Everywhere extension fixes these problems by rewriting all requests to these sites to HTTPS.","developerComments":null,"eula":null,"screenshots":[{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/176/176226.png?src=api&modified=1468886911","width":"650","height":"265","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/176/176226.png?src=api&modified=1468886911","thumbnailWidth":"200","thumbnailHeight":"82"}],"homepageURL":"https://www.eff.org/https-everywhere","learnmoreURL":"https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/?src=api","supportURL":"https://www.eff.org/https-everywhere","averageRating":4,"reviewCount":157,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/reviews/?src=api","totalDownloads":2287319,"weeklyDownloads":25604,"dailyUsers":371707,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/633506/https_everywhere-5.2.15-an+fx+sm+tb.xpi?src=api","repositoryStatus":4,"size":2923524,"updateDate":1492640416000,"isPlatformCompatible":true},{"id":"uBlock0@raymondhill.net","icons":{"32":"https://addons.cdn.mozilla.net/user-media/addon_icons/607/607454-32.png?modified=1493257477","64":"https://addons.cdn.mozilla.net/user-media/addon_icons/607/607454-64.png?modified=1493257477"},"name":"uBlock Origin","type":"extension","version":"1.12.1","repositoryStatus":4,"creator":{"name":"Raymond Hill","url":"https://addons.mozilla.org/en-US/firefox/user/gorhill/?src=api"},"description":"Finally, an efficient blocker. Easy on CPU and memory.","fullDescription":"An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other popular blockers out there.\n\nIllustrated overview of its efficiency: https://github.com/gorhill/uBlock/wiki/uBlock-vs.-ABP:-efficiency-compared\n\nUsage: The big power button in the popup is to permanently disable/enable uBlock for the current web site. It applies to the current web site only, it is not a global power button.\n\n***\n\nFlexible, it's more than an \"ad blocker\": it can also read and create filters from hosts files.\n\nOut of the box, these lists of filters are loaded and enforced:\n\n- EasyList\n- Peter Lowe’s Ad server list\n- EasyPrivacy\n- Malware domains\n\nMore lists are available for you to select if you wish:\n\n- Fanboy’s Enhanced Tracking List\n- Dan Pollock’s hosts file\n- hpHosts’s Ad and tracking servers\n- MVPS HOSTS\n- Spam404\n- And many others\n\nOf course, the more filters enabled, the higher the memory footprint. Yet, even after adding Fanboy's two extra lists, hpHosts’s Ad and tracking servers, uBlock Origin still has a lower memory footprint than other very popular blockers out there.\n\nAlso, be aware that selecting some of these extra lists may lead to higher likelihood of web site breakage -- especially those lists which are normally used as hosts file.\n\n***\n\nFree.\nOpen source with public license (GPLv3)\nFor users by users.\n\nIf ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.\n\n***\n\nDocumentation:\nhttps://github.com/gorhill/uBlock#ublock-origin\n\nProject change log:\nhttps://github.com/gorhill/uBlock/releases\n\nContributors @ Github:\nhttps://github.com/gorhill/uBlock/graphs/contributors\n\nContributors @ Crowdin:\nhttps://crowdin.net/project/ublock","isPlatformCompatible":true,"eula":null,"screenshots":[{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/157/157572.png?src=api&modified=1433479123","width":"640","height":"480","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/157/157572.png?src=api&modified=1433479123","thumbnailWidth":"200","thumbnailHeight":"150","caption":"Default mode"},{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/157/157576.png?src=api&modified=1433479123","width":"640","height":"480","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/157/157576.png?src=api&modified=1433479123","thumbnailWidth":"200","thumbnailHeight":"150","caption":"The dashboard: stock filter lists"},{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/157/157592.png?src=api&modified=1433479123","width":"640","height":"480","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/157/157592.png?src=api&modified=1433479123","thumbnailWidth":"200","thumbnailHeight":"150","caption":"Dynamic filtering allows default-deny mode"},{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/159/159634.png?src=api&modified=1433479123","width":"640","height":"480","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/159/159634.png?src=api&modified=1433479123","thumbnailWidth":"200","thumbnailHeight":"150","caption":"The dashboard: settings"},{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/158/158734.png?src=api&modified=1433479123","width":"700","height":"525","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/158/158734.png?src=api&modified=1433479123","thumbnailWidth":"200","thumbnailHeight":"150","caption":"Unified logger"}],"averageRating":5,"learnmoreURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/?src=api","homepageURL":"https://github.com/gorhill/uBlock#ublock-origin","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/630662/ublock_origin-1.12.1-an+fx+sm+tb.xpi?src=api","size":1643467,"developerComments":null,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/?src=api","reviewCount":1351,"totalDownloads":22258012,"weeklyDownloads":386760,"dailyUsers":3812736,"updateDate":1492353554000,"supportURL":"https://discourse.mozilla-community.org/t/support-ublock-origin/6746"},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","icons":{"32":"https://addons.cdn.mozilla.net/user-media/addon_icons/506/506646-32.png?modified=1492734020","64":"https://addons.cdn.mozilla.net/user-media/addon_icons/506/506646-64.png?modified=1492734020"},"name":"Privacy Badger","type":"extension","version":"2017.4.19.1","repositoryStatus":4,"creator":{"name":"EFF Technologists","url":"https://addons.mozilla.org/en-US/firefox/user/eff-technologists/?src=api"},"description":"Protects your privacy by blocking spying ads and invisible trackers.","fullDescription":"Privacy Badger automatically blocks spying ads and invisible trackers as you browse. It's there to ensure that companies can't track your browsing without your consent.\n\nPrivacy Badger sends the Do Not Track header with each request and evaluates the likelihood that you are still being tracked. If a domain appears to be tracking you on multiple websites, Privacy Badger automatically blocks your request from being sent to the tracking domain.\n\nOur extension shows you one of three states for each tracker. Red means block the tracker. Yellow means that we don't send cookies or referers to the tracker. Green means unblocked (probably because the third party does not appear to be tracking you - yet). You can click on the Privacy Badger icon in your browser's toolbar if you wish to override the automatic blocking settings.\n\nNothing can stop the Privacy Badger from eating cookies when it's hungry!\n\nPrivacy Badger is a project of the Electronic Frontier Foundation (https://www.eff.org)","isPlatformCompatible":true,"eula":null,"screenshots":[{"url":"https://addons.cdn.mozilla.net/user-media/previews/full/171/171793.png?src=api&modified=1457053084","width":"700","height":"394","thumbnailURL":"https://addons.cdn.mozilla.net/user-media/previews/thumbs/171/171793.png?src=api&modified=1457053084","thumbnailWidth":"200","thumbnailHeight":"113","caption":"Privacy Badger at work on the whitehouse.gov privacy policy."}],"averageRating":4,"learnmoreURL":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/?src=api","homepageURL":"https://www.eff.org/privacybadger","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/633463/privacy_badger-2017.4.19.1-an+fx-linux.xpi?src=api","size":1810122,"developerComments":null,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/?src=api","reviewCount":134,"totalDownloads":924999,"weeklyDownloads":9415,"dailyUsers":132603,"updateDate":1492732542000,"supportURL":"https://github.com/EFForg/privacybadger"}]} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-addons.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-addons.json new file mode 100644 index 0000000..2aac1bd --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-addons.json @@ -0,0 +1,12577 @@ +{ + "data": [ + { + "guid": "/^({95E84BD3-3604-4AAC-B2CA-D9AC3E55B64B}|{E3605470-291B-44EB-8648-745EE356599A}|{95E5E0AD-65F9-4FFC-A2A2-0008DCF6ED25}|{FF20459C-DA6E-41A7-80BC-8F4FEFD9C575}|{6E727987-C8EA-44DA-8749-310C0FBE3C3E}|{12E8A6C2-B125-479F-AB3C-13B8757C7F04}|{EB6628CF-0675-4DAE-95CE-EFFA23169743})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "maxVersion": "*" + } + ], + "schema": 1494022576295, + "id": "3fd71895-7fc6-4f3f-aa22-1cbb0c5fd922", + "prefs": [], + "enabled": true, + "last_modified": 1494024191520, + "details": { + "name": "Malicious globally-installed add-ons", + "why": "All of these add-ons have been identified as malware, and are being installed in Firefox globally, most likely via a malicious application installer.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1362585" + }, + "_status": "synced" + }, + { + "guid": "@safesearchscoutee", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "maxVersion": "*" + } + ], + "schema": 1494013289942, + "id": "edad04eb-ea16-42f3-a4a7-20dded33cc37", + "prefs": [], + "enabled": true, + "last_modified": 1494022568654, + "details": { + "name": "SafeSearch Incognito (malware)", + "why": "This add-on intercepts queries sent to search engines and replaces them with its own, without user consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1362553" + }, + "_status": "synced" + }, + { + "guid": "{0D2172E4-C5AE-465A-B80D-53A840275B5E}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "52.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "0.6.999" + } + ], + "schema": 1493332768943, + "id": "8c8af415-46db-40be-a66e-38e3762493bd", + "prefs": [], + "enabled": true, + "last_modified": 1493332986987, + "details": { + "who": "All users of Thunderbird 52 and above, using a version of the Priority Switcher add-on before version 0.7", + "name": "Priority Switcher for Thunderbird before version 0.7", + "why": "This add-on is causing recurring startup crashes in Thunderbird.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1359473" + }, + "_status": "synced" + }, + { + "guid": "msktbird@mcafee.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "0", + "maxVersion": "*" + } + ], + "maxVersion": "2.0" + } + ], + "schema": 1493150718059, + "id": "9e86d1ff-727a-45e3-9fb6-17f32666daf2", + "prefs": [], + "enabled": true, + "last_modified": 1493332747360, + "details": { + "name": "McAfee Anti-Spam Thunderbird Extension 2.0 and lower", + "why": "These versions of this add-on are known to cause frequent crashes in Thunderbird.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1354912" + }, + "_status": "synced" + }, + { + "guid": "/^(\\{11112503-5e91-4299-bf4b-f8c07811aa50\\})|(\\{501815af-725e-45be-b0f2-8f36f5617afc\\})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1491421290217, + "id": "c142360c-4f93-467e-9717-b638aa085d95", + "prefs": [], + "enabled": true, + "last_modified": 1491472107658, + "details": { + "name": "Flash Player Updater (Malware)", + "why": "This add-on steals user credentials for popular websites from Facebook.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1354045" + }, + "_status": "synced" + }, + { + "guid": "fr@fbt.ovh", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1490898754477, + "id": "0f8344d0-8211-49a1-81be-c0084b3da9b1", + "prefs": [], + "enabled": true, + "last_modified": 1490898787752, + "details": { + "name": "Adobe Flash Player (Malware)", + "why": "Scam add-on that silently steals user credentials of popular websites", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1351689" + }, + "_status": "synced" + }, + { + "guid": "/^\\{(9321F452-96D5-11E6-BC3E-3769C7AD2208)|({18ED1ECA-96D3-11E6-A373-BD66C7AD2208})\\}$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1490872899765, + "id": "d6425f24-8c9e-4c0a-89b4-6890fc68d5c9", + "prefs": [], + "enabled": true, + "last_modified": 1490898748265, + "details": { + "name": "Scamming add-ons (Malware)", + "why": "These add-ons modify websites and add deceptive or abusive content", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1351710" + }, + "_status": "synced" + }, + { + "guid": "/^(test2@test\\.com)|(test3@test\\.com)|(mozilla_cc2\\.2@internetdownloadmanager\\.com)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "53.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "schema": 1490557289817, + "id": "9085fdba-8498-46a9-b9fd-4c7343a15c62", + "prefs": [], + "enabled": true, + "last_modified": 1490653926191, + "details": { + "who": "All users who have any of these add-ons installed.", + "name": "IDM Integration forks", + "why": "Old versions of the Internet Download Manager Integration add-on cause performance and stability problems in Firefox 53 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1351095" + }, + "_status": "synced" + }, + { + "guid": "mozilla_cc2@internetdownloadmanager.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "53.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "6.26.11" + } + ], + "schema": 1489007018796, + "id": "d33f6d48-a555-49dd-96ff-8d75473403a8", + "prefs": [], + "enabled": true, + "last_modified": 1489514734167, + "details": { + "who": "All users who have these versions of the add-on installed.", + "name": "IDM Integration", + "why": "Old versions of the Internet Download Manager Integration add-on cause performance and stability problems in Firefox 53 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1338832" + }, + "_status": "synced" + }, + { + "guid": "WebProtection@360safe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "52.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "schema": 1489006712382, + "id": "08addad8-2f03-4cff-a791-e6f2a1b170ed", + "prefs": [], + "enabled": true, + "last_modified": 1489006863588, + "details": { + "who": "All users of Firefox 52 and above who have this add-on installed.", + "name": "360 Internet Protection", + "why": "This add-on breaks the Firefox user interface starting with version 52.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1336635" + }, + "_status": "synced" + }, + { + "guid": "InternetProtection@360safe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "52.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "5.0.0.1002" + } + ], + "schema": 1489006712382, + "id": "89a61123-79a2-45d1-aec2-97afca0863eb", + "prefs": [], + "enabled": true, + "last_modified": 1489006816246, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "360 Internet Protection", + "why": "This add-on breaks the Firefox user interface starting with version 52.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1336635" + }, + "_status": "synced" + }, + { + "guid": "{95E84BD3-3604-4AAC-B2CA-D9AC3E55B64B}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1487179851382, + "id": "04b25e3d-a725-493e-be07-cbd74fb37ea7", + "prefs": [], + "enabled": true, + "last_modified": 1487288975999, + "details": { + "who": "All users who have this add-on installed.", + "name": "youtube adblock (malware)", + "why": "This is a malicious add-on that is silently installed in users' systems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1338690" + }, + "_status": "synced" + }, + { + "guid": "ext@alibonus.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.20.9" + } + ], + "enabled": true, + "schema": 1485297431051, + "id": "a015d5a4-9184-95db-0c74-9262af2332fa", + "prefs": [], + "blockID": "i1524", + "last_modified": 1485301116629, + "details": { + "who": "All Firefox users who have these versions installed.", + "name": "Alibonus 1.20.9 and lower", + "why": "Versions 1.20.9 and lower of this add-on contain critical security issues.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1333471", + "created": "2017-01-24T22:45:39Z" + }, + "_status": "synced" + }, + { + "guid": "{a0d7ccb3-214d-498b-b4aa-0e8fda9a7bf7}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "20170120" + } + ], + "enabled": true, + "schema": 1485295513652, + "id": "2224c139-9b98-0900-61c1-04031de11ad3", + "prefs": [], + "blockID": "i1523", + "last_modified": 1485297214072, + "details": { + "who": "All Firefox users who have these versions of the Web of Trust add-on installed.", + "name": "Web of Trust 20170120 and lower", + "why": "Versions 20170120 and lower of the Web of Trust add-on send excessive user data to its service, which has been reportedly shared with third parties without sufficient sanitization. These versions are also affected by a vulnerability that could lead to unwanted remote code execution.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1314332", + "created": "2017-01-24T22:01:08Z" + }, + "_status": "synced" + }, + { + "guid": "/^(ciscowebexstart1@cisco\\.com|ciscowebexstart_test@cisco\\.com|ciscowebexstart@cisco\\.com|ciscowebexgpc@cisco\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.0.0", + "targetApplication": [], + "maxVersion": "1.0.1" + } + ], + "enabled": true, + "schema": 1485212610474, + "id": "30368779-1d3b-490a-0a34-253085af7754", + "prefs": [], + "blockID": "i1522", + "last_modified": 1485215014902, + "details": { + "who": "All Firefox users who have any Cisco WebEx add-ons installed.", + "name": "Cisco WebEx add-ons", + "why": "A critical security vulnerability has been discovered in Cisco WebEx add-ons that enable malicious websites to execute code on the user's system.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1333225", + "created": "2017-01-23T22:55:58Z" + }, + "_status": "synced" + }, + { + "guid": "{de71f09a-3342-48c5-95c1-4b0f17567554}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.3.9" + } + ], + "enabled": true, + "schema": 1484335370642, + "id": "d6ec9f54-9945-088e-ba68-40117eaba24e", + "prefs": [], + "blockID": "i1493", + "last_modified": 1484867614757, + "details": { + "who": "All users who have this add-on installed.", + "name": "Search for Firefox Convertor (malware)", + "why": "This is a malicious add-on that is installed using a fake name. It changes search and homepage settings.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1329654", + "created": "2017-01-12T22:17:59Z" + }, + "_status": "synced" + }, + { + "guid": "googlotim@gmail.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.3.2", + "targetApplication": [], + "maxVersion": "1.3.2" + } + ], + "enabled": true, + "schema": 1483389810787, + "id": "0756ed76-7bc7-ec1e-aba5-3a9fac2107ba", + "prefs": [], + "blockID": "i1492", + "last_modified": 1483646608603, + "details": { + "who": "All users who have Savogram version 1.3.2 installed. Version 1.3.1 doesn't have this problem and can be installed from the add-on page. Note that this is an older version, so affected users won't be automatically updated to it. New versions should correct this problem if they become available.", + "name": "Savogram 1.3.2", + "why": "Version 1.3.2 of this add-on loads remote code and performs DOM injection in an unsafe manner.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1328594", + "created": "2017-01-05T19:58:39Z" + }, + "_status": "synced" + }, + { + "guid": "support@update-firefox.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "dfb06be8-3594-28e4-d163-17e27119f15d", + "prefs": [], + "blockID": "i21", + "last_modified": 1483389809169, + "details": { + "who": "All users of the add-on in all Mozilla applications.", + "name": "Browser Update (spyware)", + "why": "This add-on is adware/spyware masquerading as a Firefox update mechanism.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=629717", + "created": "2011-01-31T16:23:48Z" + }, + "_status": "synced" + }, + { + "guid": "{2224e955-00e9-4613-a844-ce69fccaae91}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "b9efb796-97c2-6434-d28f-acc83436f8e5", + "prefs": [], + "blockID": "i7", + "last_modified": 1483389809147, + "details": { + "who": "All users of Internet Saving Optimizer for all Mozilla applications.", + "name": "Internet Saving Optimizer (extension)", + "why": "This add-on causes a high volume of Firefox crashes and is considered malware.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=512406", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "supportaccessplugin@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "1ed230a4-e174-262a-55ab-0c33f93a2529", + "prefs": [], + "blockID": "i43", + "last_modified": 1483389809124, + "details": { + "who": "All users with Firefox Access Plugin installed", + "name": "Firefox Access Plugin (spyware)", + "why": "This add-on is spyware that reports all visited websites to a third party with no user value.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=693673", + "created": "2011-10-11T11:24:05Z" + }, + "_status": "synced" + }, + { + "guid": "{8CE11043-9A15-4207-A565-0C94C42D590D}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "e2e0ac09-6d68-75f5-2424-140f51904876", + "prefs": [], + "blockID": "i10", + "last_modified": 1483389809102, + "details": { + "who": "All users of this add-on in all Mozilla applications.", + "name": "Internal security options editor (malware)", + "why": "This add-on secretly hijacks all search results in most major search engines and masks as a security add-on.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=541302", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@youtube2.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "85f5c1db-433b-bee3-2a3b-325165cacc6e", + "prefs": [], + "blockID": "i47", + "last_modified": 1483389809079, + "details": { + "who": "All users with any version of Free Cheesecake Factory installed on any Mozilla product.", + "name": "Free Cheesecake Factory (malware)", + "why": "This add-on hijacks your Facebook account.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=713050", + "created": "2011-12-22T13:11:36Z" + }, + "_status": "synced" + }, + { + "guid": "admin@youtubespeedup.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "a93922c4-8a8a-5230-8f76-76fecb0653b6", + "prefs": [], + "blockID": "i48", + "last_modified": 1483389809057, + "details": { + "who": "All users with any version of Youtube Speed UP! installed on any Mozilla product.", + "name": "Youtube Speed UP! (malware)", + "why": "This add-on hijacks your Facebook account.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=714221", + "created": "2011-12-29T19:48:06Z" + }, + "_status": "synced" + }, + { + "guid": "{E8E88AB0-7182-11DF-904E-6045E0D72085}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "ebbd6de9-fc8a-3e5b-2a07-232bee589c7c", + "prefs": [], + "blockID": "i13", + "last_modified": 1483389809035, + "details": { + "who": "All users of this add-on for all Mozilla applications.", + "name": "Mozilla Sniffer (malware)", + "why": "This add-on intercepts website login credentials and is malware. For more information, please read our security announcement.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=578085", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "sigma@labs.mozilla", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483387107003, + "id": "d614e9cd-220f-3a19-287b-57e122f8c4b5", + "prefs": [], + "blockID": "i44", + "last_modified": 1483389809012, + "details": { + "who": "All users of Lab Kit in all versions of Firefox.", + "name": "Mozilla Labs: Lab Kit", + "why": "The Lab Kit add-on has been retired due to compatibility issues with Firefox 7 and future Firefox browser releases. You can still install Mozilla Labs add-ons individually.\r\n\r\nFor more information, please read this announcement.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=690819", + "created": "2011-10-11T11:51:34Z" + }, + "_status": "synced" + }, + { + "guid": "/^(jid0-S9kkzfTvEmC985BVmf8ZOzA5nLM@jetpack|jid1-qps14pkDB6UDvA@jetpack|jid1-Tsr09YnAqIWL0Q@jetpack|shole@ats.ext|{38a64ef0-7181-11e3-981f-0800200c9a66}|eochoa@ualberta.ca)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1483376308298, + "id": "0699488d-2a19-6735-809e-f229849fe00b", + "prefs": [], + "blockID": "i1424", + "last_modified": 1483378113482, + "details": { + "who": "All users who have any of the affected versions installed.", + "name": "Various vulnerable add-on versions", + "why": "A security vulnerability was discovered in old versions of the Add-ons SDK, which is exposed by certain old versions of add-ons. In the case of some add-ons that haven't been updated for a long time, all versions are being blocked.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1325060", + "created": "2016-12-21T17:22:12Z" + }, + "_status": "synced" + }, + { + "guid": "pink@rosaplugin.info", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "66ad8de9-311d-076c-7356-87fde6d30d8f", + "prefs": [], + "blockID": "i84", + "last_modified": 1482945810971, + "details": { + "who": "All Firefox users who have this add-on installed", + "name": "Facebook Rosa (malware)", + "why": "Add-on acts like malware and performs user actions on Facebook without their consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=743484", + "created": "2012-04-09T10:13:51Z" + }, + "_status": "synced" + }, + { + "guid": "videoplugin@player.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "d25943f1-39ef-b9ec-ab77-baeef3498365", + "prefs": [], + "blockID": "i90", + "last_modified": 1482945810949, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "FlashPlayer 11 (malware)", + "why": "This add-on is malware disguised as a Flash Player update. It can hijack Google searches and Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=752483", + "created": "2012-05-07T08:58:30Z" + }, + "_status": "synced" + }, + { + "guid": "youtb3@youtb3.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "cae3093f-a7b3-5352-a264-01dbfbf347ce", + "prefs": [], + "blockID": "i60", + "last_modified": 1482945810927, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Video extension (malware)", + "why": "Malicious extension installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=723753", + "created": "2012-02-02T16:38:41Z" + }, + "_status": "synced" + }, + { + "guid": "{8f42fb8b-b6f6-45de-81c0-d6d39f54f971}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "09319ab3-55e7-fec1-44e0-84067d014b9b", + "prefs": [], + "blockID": "i82", + "last_modified": 1482945810904, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Face Plus (malware)", + "why": "This add-on maliciously manipulates Facebook and is installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=743012", + "created": "2012-04-09T10:04:28Z" + }, + "_status": "synced" + }, + { + "guid": "cloudmask@cloudmask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "2.0.788" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "2a8b40c7-a1d2-29f4-b7d7-ccfc5066bae1", + "prefs": [], + "blockID": "i1233", + "last_modified": 1482945810881, + "details": { + "who": "Any user who has version 2.0.788, or earlier, installed.", + "name": "CloudMask", + "why": "These versions of the add-on (before 2.0.788) execute code from a website in a privileged local browser context, potentially allowing dangerous, unreviewed, actions to affect the user's computer. This is fixed in later versions.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1280431", + "created": "2016-06-17T14:31:57Z" + }, + "_status": "synced" + }, + { + "guid": "{95ff02bc-ffc6-45f0-a5c8-619b8226a9de}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "afbbc08d-2414-f51e-fdb8-74c0a2d90323", + "prefs": [], + "blockID": "i105", + "last_modified": 1482945810858, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Eklenti Dünyası (malware)", + "why": "This is a malicious add-on that inserts scripts into Facebook and hijacks the user's session.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=763065", + "created": "2012-06-08T14:34:25Z" + }, + "_status": "synced" + }, + { + "guid": "{fa277cfc-1d75-4949-a1f9-4ac8e41b2dfd}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "81753a93-382d-5f9d-a4ca-8a21b679ebb1", + "prefs": [], + "blockID": "i77", + "last_modified": 1482945810835, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Adobe Flash (malware)", + "why": "This add-on is malware that is installed under false pretenses as an Adobe plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=738419", + "created": "2012-03-22T14:39:08Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@youtube3.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "4a93a0eb-a513-7272-6199-bc4d6228ff50", + "prefs": [], + "blockID": "i57", + "last_modified": 1482945810811, + "details": { + "who": "All Firefox users that have installed this add-on.", + "name": "Divx 2012 Plugin (malware)", + "why": "Malware installed on false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=722823", + "created": "2012-01-31T13:54:20Z" + }, + "_status": "synced" + }, + { + "guid": "{392e123b-b691-4a5e-b52f-c4c1027e749c}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "b9a805aa-cae7-58d6-5a53-2af4442e4cf6", + "prefs": [], + "blockID": "i109", + "last_modified": 1482945810788, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Zaman Tuneline Hayır! (malware)", + "why": "This add-on pretends to be developed by Facebook and injects scripts that manipulate users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=769781", + "created": "2012-06-29T13:20:22Z" + }, + "_status": "synced" + }, + { + "guid": "msntoolbar@msn.com", + "versionRange": [ + { + "severity": 1, + "minVersion": " 0", + "targetApplication": [], + "maxVersion": "6.*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "9b2f2039-b997-8993-d6dc-d881bc1ca7a1", + "prefs": [], + "blockID": "i18", + "last_modified": 1482945810764, + "details": { + "who": "Users of Bing Bar 6.0 and older for all versions of Firefox.", + "name": "Bing Bar", + "why": "This add-on has security issues and was blocked at Microsoft's request. For more information, please see this article.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=599971", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "yasd@youasdr3.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "8a352dff-d09d-1e78-7feb-45dec7ace5a5", + "prefs": [], + "blockID": "i104", + "last_modified": 1482945810740, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Play Now (malware)", + "why": "This is a malicious add-on that inserts scripts into Facebook and hijacks the user's session.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=763065", + "created": "2012-06-08T14:33:31Z" + }, + "_status": "synced" + }, + { + "guid": "fdm_ffext@freedownloadmanager.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "1.3.1" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "fc46f8e7-0489-b90f-a373-d93109479ca5", + "prefs": [], + "blockID": "i2", + "last_modified": 1482945810393, + "details": { + "who": "Users of Firefox 3 and later with versions 1.0 through 1.3.1 of Free Download Manager", + "name": "Free Download Manager", + "why": "This add-on causes a high volume of crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=408445", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "flash@adobe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "696db959-fb0b-8aa4-928e-65f157cdd77a", + "prefs": [], + "blockID": "i56", + "last_modified": 1482945810371, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Flash Update (malware)", + "why": "This add-on poses as an Adobe Flash update and injects malicious scripts into web pages. It hides itself in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=722526", + "created": "2012-01-30T15:41:51Z" + }, + "_status": "synced" + }, + { + "guid": "youtubeer@youtuber.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "0878ce4e-b476-ffa3-0e06-21a65b7917a1", + "prefs": [], + "blockID": "i66", + "last_modified": 1482945810348, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Plug VDS (malware)", + "why": "Add-on behaves maliciously, and is installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=726787", + "created": "2012-02-13T15:44:20Z" + }, + "_status": "synced" + }, + { + "guid": "{B13721C7-F507-4982-B2E5-502A71474FED}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "5a320611-59a3-0eee-bb30-9052be870e00", + "prefs": [], + "blockID": "i8", + "last_modified": 1482945810326, + "details": { + "who": "Users of all versions of the original Skype Toolbar in all versions of Firefox.", + "name": "Original Skype Toolbar", + "why": "This add-on causes a high volume of Firefox crashes and introduces severe performance issues. Please update to the latest version. For more information, please read our announcement.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=627278", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "yslow@yahoo-inc.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "2.0.5", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.5.7", + "maxVersion": "*" + } + ], + "maxVersion": "2.0.5" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "a9b34e8f-45ce-9217-b791-98e094c26352", + "prefs": [], + "blockID": "i11", + "last_modified": 1482945810303, + "details": { + "who": "Users of YSlow version 2.0.5 for Firefox 3.5.7 and later.", + "name": "YSlow", + "why": "This add-on causes a high volume of Firefox crashes and other stability issues. Users should update to the latest version.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=542686", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@youtuber.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "18216e6f-9d70-816f-4d4c-63861f43ff3c", + "prefs": [], + "blockID": "i63", + "last_modified": 1482945810281, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Mozilla Essentials (malware)", + "why": "Installs under false pretenses and delivers malware.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=724691", + "created": "2012-02-06T15:39:38Z" + }, + "_status": "synced" + }, + { + "guid": "flash@adobee.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "09bb4661-331c-f7ba-865b-9e085dc437af", + "prefs": [], + "blockID": "i83", + "last_modified": 1482945810259, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FlashPlayer 11 (malware)", + "why": "This add-on is malware installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=743497", + "created": "2012-04-09T10:08:22Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@2youtube.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "5d389c1f-b3a0-b06f-6ffb-d1e8aa055e3c", + "prefs": [], + "blockID": "i71", + "last_modified": 1482945810236, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "YouTube extension (malware)", + "why": "Extension is malware, installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=730399", + "created": "2012-02-27T10:23:23Z" + }, + "_status": "synced" + }, + { + "guid": "webmaster@buzzzzvideos.info", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "f7aab105-e2c2-42f5-d9be-280eb9c0c8f7", + "prefs": [], + "blockID": "i58", + "last_modified": 1482945810213, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Buzz Video (malware)", + "why": "Malware add-on that is installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=722844", + "created": "2012-01-31T14:51:06Z" + }, + "_status": "synced" + }, + { + "guid": "play5@vide04flash.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "7190860e-fc1f-cd9f-5d25-778e1e9043b2", + "prefs": [], + "blockID": "i92", + "last_modified": 1482945810191, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Lastest Flash PLayer (malware)", + "why": "This add-on impersonates a Flash Player update (poorly), and inserts malicious scripts into Facebook.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=755443", + "created": "2012-05-15T13:27:22Z" + }, + "_status": "synced" + }, + { + "guid": "support3_en@adobe122.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "decf93a1-2bb0-148c-a1a6-10b3757b554b", + "prefs": [], + "blockID": "i97", + "last_modified": 1482945810168, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "FlashPlayer 11 (malware)", + "why": "This add-on is malware disguised as the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=759164", + "created": "2012-05-28T13:42:54Z" + }, + "_status": "synced" + }, + { + "guid": "a1g0a9g219d@a1.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "6dd66b43-897d-874a-2227-54e240b8520f", + "prefs": [], + "blockID": "i73", + "last_modified": 1482945810146, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Flash Player (malware)", + "why": "This add-on is malware disguised as Flash Player. It steals user cookies and sends them to a remote location.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=736275", + "created": "2012-03-15T15:03:04Z" + }, + "_status": "synced" + }, + { + "guid": "ghostviewer@youtube2.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "06dfe833-8c3d-90ee-3aa8-37c3c28f7c56", + "prefs": [], + "blockID": "i59", + "last_modified": 1482945810123, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Ghost Viewer (malware)", + "why": "Malicious add-on that automatically posts to Facebook.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=723683", + "created": "2012-02-02T16:32:15Z" + }, + "_status": "synced" + }, + { + "guid": "{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.1b1", + "targetApplication": [], + "maxVersion": "1.1b1" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "aaea37e1-ff86-4565-8bd5-55a6bf942791", + "prefs": [], + "blockID": "i19", + "last_modified": 1482945810101, + "details": { + "who": "Users of Stylish version 1.1b1 for Firefox.", + "name": "Stylish", + "why": "Version 1.1b1 of this add-on causes compatibility issues with Firefox. Users should update to the latest version.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=621660", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "kdrgun@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "a9a46ab2-2f56-1046-201c-5faa3435e248", + "prefs": [], + "blockID": "i103", + "last_modified": 1482945810078, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Timeline Kapat (malware)", + "why": "This is a malicious add-on that inserts scripts into Facebook and hijacks the user's session.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=763065", + "created": "2012-06-08T14:32:51Z" + }, + "_status": "synced" + }, + { + "guid": "youtube2@youtube2.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "14650ece-295b-a667-f9bc-a3d973e2228c", + "prefs": [], + "blockID": "i67", + "last_modified": 1482945810055, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Youtube Online (malware)", + "why": "This add-on is malware, installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=728476", + "created": "2012-02-18T09:10:30Z" + }, + "_status": "synced" + }, + { + "guid": "masterfiler@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "a256d79d-5af8-92e9-a29d-350adf822efe", + "prefs": [], + "blockID": "i12", + "last_modified": 1482945810032, + "details": { + "who": "All users of this add-on for all Mozilla applications.", + "name": "Master File (malware)", + "why": "This add-on is malware and attempts to install a Trojan on the user's computer.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=542081", + "created": "2010-02-05T15:01:27Z" + }, + "_status": "synced" + }, + { + "guid": "{847b3a00-7ab1-11d4-8f02-006008948af5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "3.0pre", + "maxVersion": "*" + } + ], + "maxVersion": "0.97a" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "115f46b6-059d-202a-4373-2ca79b096347", + "prefs": [], + "blockID": "i9", + "last_modified": 1482945810003, + "details": { + "who": "Users of Enigmail versions older than 0.97a for Thunderbird 3 and later.", + "name": "Enigmail", + "why": "This add-on causes a high volume of crashes and other stability issues. Users should update Enigmail.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=531047", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "mozilla_cc@internetdownloadmanager.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.7a1pre", + "maxVersion": "*" + } + ], + "maxVersion": "6.9.8" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "773ffcfb-75d1-081d-7431-ebe3fa5dbb44", + "prefs": [], + "blockID": "i14", + "last_modified": 1482945809979, + "details": { + "who": "Users of Firefox 4 and later with Internet Download Manager version 6.9.8 and older.", + "name": "Internet Download Manager", + "why": "This add-on causes a high volume of crashes and has other stability issues.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=578443", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "admin@youtubeplayer.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "16b2ce94-88db-0d79-33fc-a93070ceb509", + "prefs": [], + "blockID": "i51", + "last_modified": 1482945809957, + "details": { + "who": "All Firefox users with this extension installed.", + "name": "Youtube player (malware)", + "why": "This add-on is malware, doing nothing more than inserting advertisements into websites through iframes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=717165", + "created": "2012-01-18T14:34:55Z" + }, + "_status": "synced" + }, + { + "guid": "personas@christopher.beard", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.6", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.6", + "maxVersion": "3.6.*" + } + ], + "maxVersion": "1.6" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "e36479c6-ca00-48d4-4fd9-ec677fd032da", + "prefs": [], + "blockID": "i15", + "last_modified": 1482945809934, + "details": { + "who": "All users of Personas Plus 1.6 in all versions of Firefox.", + "name": "Personas Plus", + "why": "This version of Personas Plus is incompatible with certain Firefox functionality and other add-ons. Users should upgrade to the latest version.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=590978", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "youtubeee@youtuber3.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "f01be9cb-5cf2-774a-a4d7-e210a24db5b9", + "prefs": [], + "blockID": "i96", + "last_modified": 1482945809912, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Divx 2012 Plugins (malware)", + "why": "This is a malicious add-on that is disguised as a DivX plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=758503", + "created": "2012-05-25T09:26:47Z" + }, + "_status": "synced" + }, + { + "guid": "{3252b9ae-c69a-4eaf-9502-dc9c1f6c009e}", + "versionRange": [ + { + "severity": 1, + "minVersion": "2.2", + "targetApplication": [], + "maxVersion": "2.2" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "38be28ac-2e30-37fa-4332-852a55fafb43", + "prefs": [], + "blockID": "i17", + "last_modified": 1482945809886, + "details": { + "who": "Users of version 2.2 of this add-on in all versions of Firefox.", + "name": "Default Manager (Microsoft)", + "why": "This add-on has security issues and was blocked at Microsoft's request. For more information, please see this article.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=599971", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "{68b8676b-99a5-46d1-b390-22411d8bcd61}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "733aff15-9b1f-ec04-288f-b78a55165a1c", + "prefs": [], + "blockID": "i93", + "last_modified": 1482945809863, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Zaman Tünelini Kaldır! (malware)", + "why": "This is a malicious add-on that post content on Facebook accounts and steals user data.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=755635", + "created": "2012-05-16T10:44:42Z" + }, + "_status": "synced" + }, + { + "guid": "applebeegifts@mozilla.doslash.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945809444, + "id": "1372c8ab-5452-745a-461a-aa78e3e12c4b", + "prefs": [], + "blockID": "i54", + "last_modified": 1482945809840, + "details": { + "who": "All Firefox users that install this add-on.", + "name": "Applebees Gift Card (malware)", + "why": "Add-on is malware installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=721562", + "created": "2012-01-26T16:17:49Z" + }, + "_status": "synced" + }, + { + "guid": "activity@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "79ad1c9b-0828-7823-4574-dd1cdd46c3d6", + "prefs": [], + "blockID": "i65", + "last_modified": 1482945809437, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Facebook extension (malware)", + "why": "Add-on behaves maliciously and poses as an official Facebook add-on.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=726803", + "created": "2012-02-13T15:41:02Z" + }, + "_status": "synced" + }, + { + "guid": "jid0-EcdqvFOgWLKHNJPuqAnawlykCGZ@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "5ae1e642-b53c-54c0-19e7-5562cfdac3a3", + "prefs": [], + "blockID": "i62", + "last_modified": 1482945809415, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "YouTube extension (malware)", + "why": "Add-on is installed under false pretenses and delivers malware.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=724650", + "created": "2012-02-06T14:46:33Z" + }, + "_status": "synced" + }, + { + "guid": "{B7082FAA-CB62-4872-9106-E42DD88EDE45}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.7a1", + "maxVersion": "*" + } + ], + "maxVersion": "3.3.0.*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "c950501b-1f08-2ab2-d817-7c664c0d16fe", + "prefs": [], + "blockID": "i25", + "last_modified": 1482945809393, + "details": { + "who": "Users of McAfee SiteAdvisor below version 3.3.1 for Firefox 4.\r\n\r\nUsers of McAfee SiteAdvisor 3.3.1 and below for Firefox 5 and higher.", + "name": "McAfee SiteAdvisor", + "why": "This add-on causes a high volume of crashes and is incompatible with certain versions of Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=637542", + "created": "2011-03-14T15:53:07Z" + }, + "_status": "synced" + }, + { + "guid": "{B7082FAA-CB62-4872-9106-E42DD88EDE45}", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.3.1", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "5.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "f11de388-4511-8d06-1414-95d3b2b122c5", + "prefs": [], + "blockID": "i38", + "last_modified": 1482945809371, + "details": { + "who": "Users of McAfee SiteAdvisor below version 3.3.1 for Firefox 4.\r\n\r\nUsers of McAfee SiteAdvisor 3.3.1 and below for Firefox 5 and higher.", + "name": "McAfee SiteAdvisor", + "why": "This add-on causes a high volume of crashes and is incompatible with certain versions of Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=660111", + "created": "2011-05-27T13:55:02Z" + }, + "_status": "synced" + }, + { + "guid": "{3f963a5b-e555-4543-90e2-c3908898db71}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "8.5" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "0d6f7d4c-bf5d-538f-1ded-ea4c6b775617", + "prefs": [], + "blockID": "i6", + "last_modified": 1482945809348, + "details": { + "who": "Users of AVG SafeSearch version 8.5 and older for all Mozilla applications.", + "name": "AVG SafeSearch", + "why": "This add-on causes a high volume of crashes and causes other stability issues.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=527135", + "created": "2009-06-17T13:12:12Z" + }, + "_status": "synced" + }, + { + "guid": "langpack-vi-VN@firefox.mozilla.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "2.0", + "targetApplication": [], + "maxVersion": "2.0" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "51d4b581-d21c-20a1-6147-b17c3adc7867", + "prefs": [], + "blockID": "i3", + "last_modified": 1482945809326, + "details": { + "who": "Users of Vietnamese Language Pack version 2.0 for all Mozilla applications.", + "name": "Vietnamese Language Pack", + "why": "Corrupted files. For more information, please see this blog post.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=432406", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@youtube7.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "08ceedf5-c7c1-f54f-db0c-02f01f0e319a", + "prefs": [], + "blockID": "i55", + "last_modified": 1482945809304, + "details": { + "who": "All Firefox users with this add-on installed.", + "name": "Plugin Video (malware)", + "why": "This is malware posing as video software.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=721646", + "created": "2012-01-27T09:39:31Z" + }, + "_status": "synced" + }, + { + "guid": "crossriderapp3924@crossrider.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "39d0a019-62fb-837b-1f1f-6831e56442b5", + "prefs": [], + "blockID": "i76", + "last_modified": 1482945809279, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Fblixx (malware)", + "why": "This add-on compromises Facebook privacy and security and spams friends lists without user intervention.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=738282", + "created": "2012-03-22T10:38:47Z" + }, + "_status": "synced" + }, + { + "guid": "{45147e67-4020-47e2-8f7a-55464fb535aa}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "960443f9-cf48-0b71-1ff2-b8c34a3411ea", + "prefs": [], + "blockID": "i86", + "last_modified": 1482945809255, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mukemmel Face+", + "why": "This add-on injects scripts into Facebook and performs malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=748993", + "created": "2012-04-25T16:33:21Z" + }, + "_status": "synced" + }, + { + "guid": "{4B3803EA-5230-4DC3-A7FC-33638F3D3542}", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.2", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "1.2" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "a9818d53-3a6a-8673-04dd-2a16f5644215", + "prefs": [], + "blockID": "i4", + "last_modified": 1482945809232, + "details": { + "who": "Users of Firefox 3 and later with version 1.2 of Crawler Toolbar", + "name": "Crawler Toolbar", + "why": "This add-on causes a high volume of crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=441649", + "created": "2008-07-08T10:23:31Z" + }, + "_status": "synced" + }, + { + "guid": "flashupdate@adobe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "1ba5b46e-790d-5af2-9580-a5f1e6e65522", + "prefs": [], + "blockID": "i68", + "last_modified": 1482945809208, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Flash Update (malware)", + "why": "Add-on is malware, installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=722526", + "created": "2012-02-21T13:55:10Z" + }, + "_status": "synced" + }, + { + "guid": "plugin@youtubeplayer.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "17a8bece-e2df-a55d-8a72-95faff028b83", + "prefs": [], + "blockID": "i127", + "last_modified": 1482945809185, + "details": { + "who": "All users who have this add-on installed.", + "name": "Youtube Facebook Player (malware)", + "why": "This add-on tries to pass as a YouTube player and runs malicious scripts on webpages.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=783356", + "created": "2012-08-16T13:03:10Z" + }, + "_status": "synced" + }, + { + "guid": "GifBlock@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "728451e8-1273-d887-37e9-5712b1cc3bff", + "prefs": [], + "blockID": "i79", + "last_modified": 1482945809162, + "details": { + "who": "All Firefox users who have installed this extension.", + "name": "Facebook Essentials (malware)", + "why": "This extension is malicious and is installed under false pretenses.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=739482", + "created": "2012-03-27T10:53:33Z" + }, + "_status": "synced" + }, + { + "guid": "ff-ext@youtube", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "cd2dd72a-dd52-6752-a0cd-a4b312fd0b65", + "prefs": [], + "blockID": "i52", + "last_modified": 1482945809138, + "details": { + "who": "All Firefox users that have this add-on installed.", + "name": "Youtube player (malware)", + "why": "This add-on poses as a YouTube player while posting spam into Facebook account.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=719296", + "created": "2012-01-19T08:26:35Z" + }, + "_status": "synced" + }, + { + "guid": "ShopperReports@ShopperReports.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.1.22.0", + "targetApplication": [], + "maxVersion": "3.1.22.0" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "f26b049c-d856-750f-f050-996e6bec7cbb", + "prefs": [], + "blockID": "i22", + "last_modified": 1482945809115, + "details": { + "who": "Users of Shopper Reports version 3.1.22.0 in Firefox 4 and later.", + "name": "Shopper Reports", + "why": "This add-on causes a high volume of Firefox crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=630191", + "created": "2011-02-09T17:03:39Z" + }, + "_status": "synced" + }, + { + "guid": "{27182e60-b5f3-411c-b545-b44205977502}", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.0", + "targetApplication": [], + "maxVersion": "1.0" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "2655f230-11f3-fe4c-7c3d-757d37d5f9a5", + "prefs": [], + "blockID": "i16", + "last_modified": 1482945809092, + "details": { + "who": "Users of version 1.0 of this add-on in all versions of Firefox.", + "name": "Search Helper Extension (Microsoft)", + "why": "This add-on has security issues and was blocked at Microsoft's request. For more information, please see this article.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=599971", + "created": "2011-03-31T16:28:25Z" + }, + "_status": "synced" + }, + { + "guid": "{841468a1-d7f4-4bd3-84e6-bb0f13a06c64}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "9.0a1", + "maxVersion": "9.0" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "b660dabd-0dc0-a55c-4b86-416080b345d9", + "prefs": [], + "blockID": "i46", + "last_modified": 1482945809069, + "details": { + "who": "Users of all versions of Nectar Search Toolbar in Firefox 9.", + "name": "Nectar Search Toolbar", + "why": "This add-on causes crashes and other stability issues in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=712369", + "created": "2011-12-20T11:38:17Z" + }, + "_status": "synced" + }, + { + "guid": "support@daemon-tools.cc", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.0.0.5" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "8cabafd3-576a-b487-31c8-ab59e0349a0e", + "prefs": [], + "blockID": "i5", + "last_modified": 1482945809045, + "details": { + "who": "Users of Daemon Tools Toolbar version 1.0.0.5 and older for all Mozilla applications.", + "name": "Daemon Tools Toolbar", + "why": "This add-on causes a high volume of crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=459850", + "created": "2009-02-13T18:39:01Z" + }, + "_status": "synced" + }, + { + "guid": "{a3a5c777-f583-4fef-9380-ab4add1bc2a8}", + "versionRange": [ + { + "severity": 3, + "minVersion": "2.0.3", + "targetApplication": [], + "maxVersion": "2.0.3" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "07bc0962-60da-087b-c3ab-f2a6ab84d81c", + "prefs": [], + "blockID": "i53", + "last_modified": 1482945809021, + "details": { + "who": "All users of Firefox with this add-on installed.", + "name": "Peliculas-FLV (malware)", + "why": "This add-on is being offered as an online movie viewer, when it reality it only inserts scripts and ads into known sites.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=719605", + "created": "2012-01-19T15:58:10Z" + }, + "_status": "synced" + }, + { + "guid": "royal@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "dd1d2623-0d15-c93e-8fbd-ba07b0299a44", + "prefs": [], + "blockID": "i64", + "last_modified": 1482945808997, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Facebook ! (malware)", + "why": "Malicious add-on posing as a Facebook tool.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=725777", + "created": "2012-02-09T13:24:23Z" + }, + "_status": "synced" + }, + { + "guid": "{28bfb930-7620-11e1-b0c4-0800200c9a66}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "908dc4fb-ebc9-cea1-438f-55e4507ba834", + "prefs": [], + "blockID": "i108", + "last_modified": 1482945808973, + "details": { + "who": "All Firefox user who have this add-on installed.", + "name": "Aplicativo (malware)", + "why": "This is malware disguised as an Adobe product. It spams Facebook pages.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=766852", + "created": "2012-06-21T09:24:11Z" + }, + "_status": "synced" + }, + { + "guid": "socialnetworktools@mozilla.doslash.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "1064cd25-3b87-64bb-b0a6-2518ad281574", + "prefs": [], + "blockID": "i78", + "last_modified": 1482945808950, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Social Network Tools (malware)", + "why": "This add-on hijacks the Facebook UI and adds scripts to track users.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=739441", + "created": "2012-03-26T16:46:55Z" + }, + "_status": "synced" + }, + { + "guid": "youtubeeing@youtuberie.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "3484f860-56e1-28e8-5a70-cdcd5ab9d6ee", + "prefs": [], + "blockID": "i98", + "last_modified": 1482945808927, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Youtube Video Player (malware)", + "why": "This add-on is malware disguised as a Youtube add-on.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=759663", + "created": "2012-05-30T09:30:14Z" + }, + "_status": "synced" + }, + { + "guid": "{3a12052a-66ef-49db-8c39-e5b0bd5c83fa}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "b01b321b-6628-7166-bd15-52f21a04d8bd", + "prefs": [], + "blockID": "i101", + "last_modified": 1482945808904, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Timeline Remove (malware)", + "why": "This add-on is malware disguised as a Facebook timeline remover.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=761874", + "created": "2012-06-05T18:37:42Z" + }, + "_status": "synced" + }, + { + "guid": "pfzPXmnzQRXX6@2iABkVe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482945112982, + "id": "29cc4abc-4f52-01f1-eb0b-cad84ba4db13", + "prefs": [], + "blockID": "i99", + "last_modified": 1482945808881, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This add-on is malware disguised as a Flash Player update.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=759950", + "created": "2012-05-30T17:10:18Z" + }, + "_status": "synced" + }, + { + "guid": "/^(@pluginscribens_firefox|extension@vidscrab.com|firefox@jjj.ee|firefox@shop-reward.de|FxExtPasteNGoHtk@github.lostdj|himanshudotrai@gmail.com|jid0-bigoD0uivzAMmt07zrf3OHqa418@jetpack|jid0-iXbAR01tjT2BsbApyS6XWnjDhy8@jetpack)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482341309012, + "id": "a58a2836-e4e7-74b5-c109-fa3d41e9ed56", + "prefs": [], + "blockID": "i1423", + "last_modified": 1482343886390, + "details": { + "who": "All users who have any of the affected versions installed.", + "name": "Various vulnerable add-on versions", + "why": "A security vulnerability was discovered in old versions of the Add-ons SDK, which is exposed by certain old versions of add-ons. In the case of some add-ons that haven't been updated for a long time, all versions are being blocked.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1325060", + "created": "2016-12-21T17:21:10Z" + }, + "_status": "synced" + }, + { + "guid": "/^(pdftoword@addingapps.com|jid0-EYTXLS0GyfQME5irGbnD4HksnbQ@jetpack|jid1-ZjJ7t75BAcbGCX@jetpack)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1482341309012, + "id": "150e639f-c832-63d0-a775-59313b2e1bf9", + "prefs": [], + "blockID": "i1425", + "last_modified": 1482343886365, + "details": { + "who": "All users who have any of the affected versions installed.", + "name": "Various vulnerable add-on versions", + "why": "A security vulnerability was discovered in old versions of the Add-ons SDK, which is exposed by certain old versions of add-ons. In the case of some add-ons that haven't been updated for a long time, all versions are being blocked.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1325060", + "created": "2016-12-21T17:23:14Z" + }, + "_status": "synced" + }, + { + "guid": "{cc8f597b-0765-404e-a575-82aefbd81daf}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4950d7aa-c602-15f5-a7a2-d844182d5cbd", + "prefs": [], + "blockID": "i380", + "last_modified": 1480349217152, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Update My Browser (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts and performs unwanted actions on behalf of the user.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=866332", + "created": "2013-06-19T13:03:00Z" + }, + "_status": "synced" + }, + { + "guid": "extension@FastFreeConverter.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "649dd933-debf-69b7-020f-496c2c9f99c8", + "prefs": [], + "blockID": "i470", + "last_modified": 1480349217071, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:38:26Z" + }, + "_status": "synced" + }, + { + "guid": "59D317DB041748fdB89B47E6F96058F3@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "75692bd4-18e5-a9be-7ec3-9327e159ef68", + "prefs": [], + "blockID": "i694", + "last_modified": 1480349217005, + "details": { + "who": "All Firefox users who have this add-ons installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "JsInjectExtension", + "why": "This is a suspicious add-on that appears to be installed without user consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1053540", + "created": "2014-08-21T13:46:30Z" + }, + "_status": "synced" + }, + { + "guid": "/^({bfec236d-e122-4102-864f-f5f19d897f5e}|{3f842035-47f4-4f10-846b-6199b07f09b8}|{92ed4bbd-83f2-4c70-bb4e-f8d3716143fe})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6d68dd97-7965-0a84-8ca7-435aac3c8040", + "prefs": [], + "blockID": "i527", + "last_modified": 1480349216927, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "KeyBar add-on", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and uses multiple IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949566", + "created": "2013-12-20T14:13:38Z" + }, + "_status": "synced" + }, + { + "guid": "support@vide1flash2.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2004fba1-74bf-a072-2a59-6e0ba827b541", + "prefs": [], + "blockID": "i246", + "last_modified": 1480349216871, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Lastest Adobe Flash Player (malware)", + "why": "This is an add-on that poses as the Adobe Flash Player and runs malicious code in the user's system.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=830159", + "created": "2013-01-14T09:17:47Z" + }, + "_status": "synced" + }, + { + "guid": "extension21804@extension21804.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b2cf1256-dadd-6501-1f4e-25902d408692", + "prefs": [], + "blockID": "i312", + "last_modified": 1480349216827, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Coupon Companion", + "why": "This add-on doesn't follow our Add-on Guidelines, bypassing our third party install opt-in screen. Users who wish to continue using this extension can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835665", + "created": "2013-03-06T14:14:05Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.8", + "targetApplication": [], + "maxVersion": "3.15.8.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b2b4236d-5d4d-82b2-99cd-00ff688badf1", + "prefs": [], + "blockID": "i602", + "last_modified": 1480349216765, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:18:05Z" + }, + "_status": "synced" + }, + { + "guid": "nosquint@urandom.ca", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "47", + "maxVersion": "*" + } + ], + "maxVersion": "2.1.9.1-signed.1-signed" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "30e0a35c-056a-054b-04f3-ade68b83985a", + "prefs": [], + "blockID": "i1232", + "last_modified": 1480349216711, + "details": { + "who": "Users on Firefox 47, and higher, using version 2.1.9.1, and earlier, of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "NoSquint", + "why": "The add-on is breaking the in-built zoom functionality on Firefox 47.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1279561", + "created": "2016-06-10T17:12:55Z" + }, + "_status": "synced" + }, + { + "guid": "{FE1DEEEA-DB6D-44b8-83F0-34FC0F9D1052}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a59b967c-66ca-7ad9-2dc6-d0ad37ded5fd", + "prefs": [], + "blockID": "i364", + "last_modified": 1480349216652, + "details": { + "who": "All Firefox users who have this add-on installed. Users who want to enable the add-on again can do so in the Add-ons Manager.", + "name": "IB Updater", + "why": "This add-on is side-installed with other software, and blocks setting reversions attempted by users who want to recover their settings after they are hijacked by other add-ons.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=867670", + "created": "2013-06-10T16:14:41Z" + }, + "_status": "synced" + }, + { + "guid": "vpyekkifgv@vpyekkifgv.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8fd981ab-7ee0-e367-d804-0efe29d63178", + "prefs": [], + "blockID": "i352", + "last_modified": 1480349216614, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "SQLlite Addon (malware)", + "why": "Uses a deceptive name and injects ads into pages without user consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=872211", + "created": "2013-05-14T13:42:04Z" + }, + "_status": "synced" + }, + { + "guid": "/^firefox@(albrechto|swiftbrowse|springsmart|storimbo|squirrelweb|betterbrowse|lizardlink|rolimno|browsebeyond|clingclang|weblayers|kasimos|higher-aurum|xaven|bomlabio)\\.(com?|net|org|info|biz)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3a124164-b177-805b-06f7-70a358b37e08", + "prefs": [], + "blockID": "i549", + "last_modified": 1480349216570, + "details": { + "who": "All Firefox users who have one or more of these add-ons installed. If you wish to continue using any of these add-ons, they can be enabled in the Add-ons Manager.", + "name": "Yontoo add-ons", + "why": "A large amount of add-ons developed by Yontoo are known to be silently installed and otherwise violate the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=937405", + "created": "2014-01-30T15:08:04Z" + }, + "_status": "synced" + }, + { + "guid": "thefoxonlybetter@quicksaver", + "versionRange": [ + { + "severity": 3, + "minVersion": "1.10", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "60e54f6a-1b10-f889-837f-60a76a98fccc", + "prefs": [], + "blockID": "i702", + "last_modified": 1480349216512, + "details": { + "who": "All Firefox users who have any of these versions of the add-on installed.", + "name": "The Fox, Only Better (malicious versions)", + "why": "Certain versions of The Fox, Only Better weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1053469", + "created": "2014-08-27T10:05:31Z" + }, + "_status": "synced" + }, + { + "guid": "/@(ft|putlocker|clickmovie|m2k|sharerepo|smarter-?)downloader\\.com$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e98ba6e3-f2dd-fdee-b106-3e0d2a03cda4", + "prefs": [], + "blockID": "i396", + "last_modified": 1480349216487, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "PutLockerDownloader and related", + "why": "This group of add-ons is silently installed, bypassing our install opt-in screen. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=881454", + "created": "2013-06-25T12:48:57Z" + }, + "_status": "synced" + }, + { + "guid": "my7thfakeid@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "81b380c0-8092-ea5e-11cd-54c7f563ff5a", + "prefs": [], + "blockID": "i1262", + "last_modified": 1480349216460, + "details": { + "who": "Anyone who has this add-on installed.", + "name": "Remote Keylogger test 0 addon", + "why": "This add-on is a keylogger that sends the data to a remote server, and goes under the name Real_player.addon.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1295616", + "created": "2016-08-17T10:54:59Z" + }, + "_status": "synced" + }, + { + "guid": "{f0e59437-6148-4a98-b0a6-60d557ef57f4}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0469e643-1a90-f9be-4aad-b347469adcbe", + "prefs": [], + "blockID": "i304", + "last_modified": 1480349216402, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "WhiteSmoke B", + "why": "This add-on doesn't follow our installation guidelines and is dropped silently into user's profiles.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=845975", + "created": "2013-02-27T13:10:18Z" + }, + "_status": "synced" + }, + { + "guid": "firebug@software.joehewitt.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.9.0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "9.0a1", + "maxVersion": "9.*" + } + ], + "maxVersion": "1.9.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a1f9f055-ef34-1412-c39f-35605a70d031", + "os": "Darwin,Linux", + "prefs": [], + "blockID": "i75", + "last_modified": 1480349216375, + "details": { + "who": "All Firefox 9 users on Mac OS X or Linux who have Firebug 1.9.0 installed.", + "name": "Firebug", + "why": "Firebug 1.9.0 creates stability problems on Firefox 9, on Mac OS X and Linux. Upgrading to Firefox 10 or later, or upgrading to Firebug 1.9.1 or later fixes this problem.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=718831", + "created": "2012-03-21T16:00:01Z" + }, + "_status": "synced" + }, + { + "guid": "xz123@ya456.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b9825a25-a96c-407e-e656-46a7948e5745", + "prefs": [], + "blockID": "i486", + "last_modified": 1480349215808, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "BetterSurf (malware)", + "why": "This add-on appears to be malware and is installed silently in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=939254", + "created": "2013-11-15T13:34:53Z" + }, + "_status": "synced" + }, + { + "guid": "{C7AE725D-FA5C-4027-BB4C-787EF9F8248A}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "23.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "1.0.0.2" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c888d167-7970-4b3f-240f-2d8e6f14ded4", + "prefs": [], + "blockID": "i424", + "last_modified": 1480349215779, + "details": { + "who": "Users of Firefox 23 or later who have RelevantKnowledge 1.0.0.2 or lower.", + "name": "RelevantKnowledge 1.0.0.2 and lower", + "why": "Old versions of this add-on are causing startup crashes in Firefox 23, currently on the Beta channel. RelevantKnowledge users on Firefox 23 and above should update to version 1.0.0.3 of the add-on.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=860641", + "created": "2013-07-01T10:45:20Z" + }, + "_status": "synced" + }, + { + "guid": "{5C655500-E712-41e7-9349-CE462F844B19}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.0.1-signed" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f34b00a6-c783-7851-a441-0d80fb1d1031", + "prefs": [], + "blockID": "i966", + "last_modified": 1480349215743, + "details": { + "who": "All users who have this add-on installed.", + "name": "Quick Translator", + "why": "This add-on is vulnerable to a cross-site scripting attack, putting users at risk when using it in arbitrary websites.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1175425", + "created": "2015-07-17T13:42:28Z" + }, + "_status": "synced" + }, + { + "guid": "superlrcs@svenyor.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "002cd4fa-4c2b-e28b-9220-4a520f4d9ec6", + "prefs": [], + "blockID": "i545", + "last_modified": 1480349215672, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, you can enable it in the Add-ons Manager.", + "name": "SuperLyrics", + "why": "This add-on is in violation of the Add-on Guidelines, using multiple add-on IDs and potentially doing other unwanted activities.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949596", + "created": "2014-01-30T11:52:42Z" + }, + "_status": "synced" + }, + { + "guid": "mbrsepone@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0549645e-5f50-5089-1f24-6e7d3bfab8e0", + "prefs": [], + "blockID": "i479", + "last_modified": 1480349215645, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mozilla Lightweight Pack (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=937331", + "created": "2013-11-11T15:42:30Z" + }, + "_status": "synced" + }, + { + "guid": "/^brasilescape.*\\@facebook\\.com$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8e6b1176-1794-2117-414e-f0821443f27b", + "prefs": [], + "blockID": "i453", + "last_modified": 1480349215591, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Brasil Escape (malware)", + "why": "This is a group of malicious add-ons that use deceitful names like \"Facebook Video Pack\" or \"Mozilla Service Pack\" and hijack Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=918566", + "created": "2013-09-20T09:54:04Z" + }, + "_status": "synced" + }, + { + "guid": "foxyproxy-basic@eric.h.jung", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "38.0a2", + "maxVersion": "*" + }, + { + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "minVersion": "2.35", + "maxVersion": "*" + } + ], + "maxVersion": "3.5.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "81658491-feda-2ed3-3c6c-8e60c2b73aee", + "prefs": [], + "blockID": "i952", + "last_modified": 1480349215536, + "details": { + "who": "All users who have this add-on installed on Thunderbird 38 and above.", + "name": "FoxyProxy Basic for Thunderbird", + "why": "This add-on is causing consistent startup crashes on Thunderbird 38 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183890", + "created": "2015-07-15T09:35:50Z" + }, + "_status": "synced" + }, + { + "guid": "mbroctone@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "92198396-8756-8d09-7f18-a68d29894f71", + "prefs": [], + "blockID": "i476", + "last_modified": 1480349215504, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mozilla Storage Service (malware)", + "why": "This add-on is malware that hijacks the users' Facebook account.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=936590", + "created": "2013-11-08T15:32:13Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.28", + "targetApplication": [], + "maxVersion": "3.15.28.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f11b485f-320e-233c-958b-a63377024fad", + "prefs": [], + "blockID": "i616", + "last_modified": 1480349215479, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:24:20Z" + }, + "_status": "synced" + }, + { + "guid": "/^({e9df9360-97f8-4690-afe6-996c80790da4}|{687578b9-7132-4a7a-80e4-30ee31099e03}|{46a3135d-3683-48cf-b94c-82655cbc0e8a}|{49c795c2-604a-4d18-aeb1-b3eba27e5ea2}|{7473b6bd-4691-4744-a82b-7854eb3d70b6}|{96f454ea-9d38-474f-b504-56193e00c1a5})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "485210d0-8e69-3436-536f-5d1deeea4167", + "prefs": [], + "blockID": "i494", + "last_modified": 1480349215454, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "uTorrent and related", + "why": "This add-on changes search settings without user interaction, and fails to reset them after it is removed. It also uses multiple add-on IDs for no apparent reason. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=776404", + "created": "2013-12-02T14:52:32Z" + }, + "_status": "synced" + }, + { + "guid": "{EB7508CA-C7B2-46E0-8C04-3E94A035BD49}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "07566aa3-4ff9-ac4f-9de9-71c77454b4da", + "prefs": [], + "blockID": "i162", + "last_modified": 1480349215428, + "details": { + "who": "All Firefox users who have installed any of these add-ons.", + "name": "Mozilla Safe Browsing and others (Medfos malware)", + "why": "This block covers a number of malicious add-ons that deceive users, using names like \"Mozilla Safe Browsing\" and \"Translate This!\", and claiming they are developed by \"Mozilla Corp.\". They hijack searches and redirects users to pages they didn't intend to go to.\r\n\r\nNote: this block won't be active until bug 799266 is fixed.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=799266", + "created": "2012-10-11T12:25:36Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.26", + "targetApplication": [], + "maxVersion": "3.15.26.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ede541f3-1748-7b33-9bd6-80e2f948e14f", + "prefs": [], + "blockID": "i614", + "last_modified": 1480349215399, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:23:39Z" + }, + "_status": "synced" + }, + { + "guid": "/^({976cd962-e0ca-4337-aea7-d93fae63a79c}|{525ba996-1ce4-4677-91c5-9fc4ead2d245}|{91659dab-9117-42d1-a09f-13ec28037717}|{c1211069-1163-4ba8-b8b3-32fc724766be})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "580aed26-dc3b-eef8-fa66-a0a402447b7b", + "prefs": [], + "blockID": "i522", + "last_modified": 1480349215360, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "appbario7", + "why": "The installer that includes this add-on violates the Add-on Guidelines by being silently installed and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947485", + "created": "2013-12-20T13:15:33Z" + }, + "_status": "synced" + }, + { + "guid": "jid0-O6MIff3eO5dIGf5Tcv8RsJDKxrs@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e53063b4-5702-5b66-c860-d368cba4ccb6", + "prefs": [], + "blockID": "i552", + "last_modified": 1480349215327, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Extension_Protected (malware)", + "why": "This extension is malware that attempts to make it impossible for a second extension and itself to be disabled, and also forces the new tab page to have a specific URL.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974041", + "created": "2014-02-19T15:26:37Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.10", + "targetApplication": [], + "maxVersion": "3.15.11.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b910f779-f36e-70e1-b17a-8afb75988c03", + "prefs": [], + "blockID": "i604", + "last_modified": 1480349215302, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:18:58Z" + }, + "_status": "synced" + }, + { + "guid": "brasilescapefive@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "85ee7840-f262-ad30-eb91-74b3248fd13d", + "prefs": [], + "blockID": "i483", + "last_modified": 1480349215276, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Video Pack (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=938473", + "created": "2013-11-14T09:37:06Z" + }, + "_status": "synced" + }, + { + "guid": "brasilescapeeight@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "457a5722-be90-5a9f-5fa0-4c753e9f324c", + "prefs": [], + "blockID": "i482", + "last_modified": 1480349215249, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mozilla Security Pack (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=938476", + "created": "2013-11-14T09:36:55Z" + }, + "_status": "synced" + }, + { + "guid": "happylyrics@hpyproductions.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "730e616d-94a7-df0c-d31a-98b7875d60c2", + "prefs": [], + "blockID": "i370", + "last_modified": 1480349215225, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Happy Lyrics", + "why": "This add-on is silently installed into Firefox without the users' consent, violating our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=881815", + "created": "2013-06-11T15:42:24Z" + }, + "_status": "synced" + }, + { + "guid": "search-snacks@search-snacks.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7567b06f-98fb-9400-8007-5d0357c345d9", + "prefs": [], + "blockID": "i872", + "last_modified": 1480349215198, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "Search Snacks", + "why": "This add-on is silently installed into users' systems, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1082733", + "created": "2015-03-04T14:37:33Z" + }, + "_status": "synced" + }, + { + "guid": "{ABDE892B-13A8-4d1b-88E6-365A6E755758}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "15.0.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e3b89e55-b35f-8694-6f0e-f856e57a191d", + "os": "WINNT", + "prefs": [], + "blockID": "i107", + "last_modified": 1480349215173, + "details": { + "who": "All Firefox users on Windows who have the RealPlayer Browser Record extension installed.", + "name": "RealPlayer Browser Record Plugin", + "why": "The RealPlayer Browser Record extension is causing significant problems on Flash video sites like YouTube. This block automatically disables the add-on, but users can re-enable it from the Add-ons Manager if necessary.\r\n\r\nThis block shouldn't disable any other RealPlayer plugins, so watching RealPlayer content on the web should be unaffected.\r\n\r\nIf you still have problems playing videos on YouTube or elsewhere, please visit our support site for help.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=764210", + "created": "2012-06-14T13:54:27Z" + }, + "_status": "synced" + }, + { + "guid": "/(\\{7aeae561-714b-45f6-ace3-4a8aed6e227b\\})|(\\{01e86e69-a2f8-48a0-b068-83869bdba3d0\\})|(\\{77f5fe49-12e3-4cf5-abb4-d993a0164d9e\\})/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ad6dc811-ab95-46fa-4bff-42186c149980", + "prefs": [], + "blockID": "i436", + "last_modified": 1480349215147, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Visual Bee", + "why": "This add-on doesn't follow the Add-on Guidelines, changing Firefox default settings and not reverting them on uninstall. If you want to continue using this add-on, it can be enabled in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=891606", + "created": "2013-08-09T15:04:44Z" + }, + "_status": "synced" + }, + { + "guid": "amo-validator-bypass@example.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "86e38e3e-a729-b5a2-20a8-4738b376eea6", + "prefs": [], + "blockID": "i1058", + "last_modified": 1480349214743, + "details": { + "who": "All users who install this add-on.", + "name": " AMO Validator Bypass", + "why": "This add-on is a proof of concept of a malicious add-on that bypasses the code validator.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1227605", + "created": "2015-11-24T09:03:01Z" + }, + "_status": "synced" + }, + { + "guid": "6lIy@T.edu", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "39798bc2-9c75-f172-148b-13f3ca1dde9b", + "prefs": [], + "blockID": "i852", + "last_modified": 1480349214613, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "unIsaless", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128269", + "created": "2015-02-09T15:30:27Z" + }, + "_status": "synced" + }, + { + "guid": "{394DCBA4-1F92-4f8e-8EC9-8D2CB90CB69B}", + "versionRange": [ + { + "severity": 1, + "minVersion": "2.5.0", + "targetApplication": [], + "maxVersion": "2.5.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "57829ea2-5a95-1b6e-953c-7c4a7b3b21ac", + "prefs": [], + "blockID": "i100", + "last_modified": 1480349214568, + "details": { + "who": "All Firefox users who have Lightshot 2.5.0 installed.", + "name": "Lightshot", + "why": "The Lightshot add-on, version 2.5.0, is causing widespread and frequent crashes in Firefox. Lightshot users are strongly recommended to update to version 2.6.0 as soon as possible.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=761339", + "created": "2012-06-05T09:24:51Z" + }, + "_status": "synced" + }, + { + "guid": "{a7f2cb14-0472-42a1-915a-8adca2280a2c}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "33a8f403-b2c8-cadf-e1ba-40b39edeaf18", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i686", + "last_modified": 1480349214537, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-on Manager.", + "name": "HomeTab", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1033809", + "created": "2014-08-06T16:35:39Z" + }, + "_status": "synced" + }, + { + "guid": "{CA8C84C6-3918-41b1-BE77-049B2BDD887C}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9a9d6da2-90a1-5b71-8b24-96492d57dfd1", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i862", + "last_modified": 1480349214479, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "Ebay Shopping Assistant by Spigot", + "why": "This add-on is silently installed into users' systems, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1131230", + "created": "2015-02-26T12:51:25Z" + }, + "_status": "synced" + }, + { + "guid": "update@firefox.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bb388413-60ea-c9d6-9a3b-c90df950c319", + "prefs": [], + "blockID": "i374", + "last_modified": 1480349214427, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Premium Update (malware)", + "why": "This is a malicious extension that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=781088", + "created": "2013-06-18T13:58:38Z" + }, + "_status": "synced" + }, + { + "guid": "sqlmoz@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "715082e8-7a30-b27b-51aa-186c38e078f6", + "prefs": [], + "blockID": "i350", + "last_modified": 1480349214360, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Mozilla Service Pack (malware)", + "why": "This extension is malware posing as Mozilla software. It hijacks Facebook accounts and spams other Facebook users.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=871610", + "created": "2013-05-13T09:43:07Z" + }, + "_status": "synced" + }, + { + "guid": "iobitapps@mybrowserbar.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "be9a54f6-20c1-7dee-3aea-300b336b2ae5", + "prefs": [], + "blockID": "i562", + "last_modified": 1480349214299, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using it, it can be enabled in the Add-ons Manager.", + "name": "IObit Apps Toolbar", + "why": "This add-on is installed silently and changes users settings without reverting them, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=948695", + "created": "2014-02-27T10:00:54Z" + }, + "_status": "synced" + }, + { + "guid": "{9e09ac65-43c0-4b9d-970f-11e2e9616c55}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "753638b4-65ca-6d71-f1f5-ce32ba2edf3b", + "prefs": [], + "blockID": "i376", + "last_modified": 1480349214246, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "The Social Networks (malware)", + "why": "This add-on is malware that hijacks Facebook accounts and posts content on it.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=857847", + "created": "2013-06-18T14:16:25Z" + }, + "_status": "synced" + }, + { + "guid": "mozillahmpg@mozilla.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "98150e2e-cb45-1fee-8458-28d3602ec2ec", + "prefs": [], + "blockID": "i140", + "last_modified": 1480349214216, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Google YouTube HD Player (malware)", + "why": "This is a malicious add-on that tries to monetize on its users by embedding unauthorized affiliate codes on shopping websites, and sometimes redirecting users to alternate sites that could be malicious in nature.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=791867", + "created": "2012-09-17T16:04:10Z" + }, + "_status": "synced" + }, + { + "guid": "astrovia@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6f365ff4-e48f-8a06-d19d-55e19fba81f4", + "prefs": [], + "blockID": "i489", + "last_modified": 1480349214157, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Security Service (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=942699", + "created": "2013-11-25T12:40:30Z" + }, + "_status": "synced" + }, + { + "guid": "{bbea93c6-64a3-4a5a-854a-9cc61c8d309e}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5acb9dcc-59d4-46d1-2a11-1194c4948239", + "prefs": [], + "blockID": "i1126", + "last_modified": 1480349214066, + "details": { + "who": "All users who have this add-on installed.", + "name": "Tab Extension (malware)", + "why": "This is a malicious add-on that disables various security checks in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251940", + "created": "2016-02-29T21:58:10Z" + }, + "_status": "synced" + }, + { + "guid": "ffxtlbr@iminent.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4387ad94-8500-d74d-68e3-20564a9aac9e", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i628", + "last_modified": 1480349214036, + "details": { + "who": "All Firefox users who have any of these add-ons installed. Users who wish to continue using them can enable them in the Add-ons Manager.", + "name": "Iminent Minibar", + "why": "These add-ons have been silently installed repeatedly, and change settings without user consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=866943", + "created": "2014-06-26T15:47:15Z" + }, + "_status": "synced" + }, + { + "guid": "{28387537-e3f9-4ed7-860c-11e69af4a8a0}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [], + "maxVersion": "4.3.1.00" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ff95664b-93e4-aa73-ac20-5ffb7c87d8b7", + "prefs": [], + "blockID": "i40", + "last_modified": 1480349214002, + "details": { + "who": "Users of MediaBar versions 4.3.1.00 and below in all versions of Firefox.", + "name": "MediaBar (2)", + "why": "This add-on causes a high volume of crashes and is incompatible with certain versions of Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=665775", + "created": "2011-07-19T10:19:41Z" + }, + "_status": "synced" + }, + { + "guid": "{41e5ef7a-171d-4ab5-8351-951c65a29908}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0c05a0bb-30b4-979e-33a7-9f3955eba17d", + "prefs": [], + "blockID": "i784", + "last_modified": 1480349213962, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "HelpSiteExpert", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-14T14:37:56Z" + }, + "_status": "synced" + }, + { + "guid": "/^({2d7886a0-85bb-4bf2-b684-ba92b4b21d23}|{2fab2e94-d6f9-42de-8839-3510cef6424b}|{c02397f7-75b0-446e-a8fa-6ef70cfbf12b}|{8b337819-d1e8-48d3-8178-168ae8c99c36}|firefox@neurowise.info|firefox@allgenius.info)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c5439f55-ace5-ad73-1270-017c0ba7b2ce", + "prefs": [], + "blockID": "i762", + "last_modified": 1480349213913, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SaveSense, neurowise, allgenius", + "why": "These add-ons are silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1082599", + "created": "2014-10-17T16:58:10Z" + }, + "_status": "synced" + }, + { + "guid": "{462be121-2b54-4218-bf00-b9bf8135b23f}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "994c6084-e864-0e4e-ac91-455083ee46c7", + "prefs": [], + "blockID": "i226", + "last_modified": 1480349213879, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "WhiteSmoke", + "why": "This add-on is silently side-installed by other software, and doesn't do much more than changing the users' settings, without reverting them on removal.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812303", + "created": "2012-11-29T16:27:36Z" + }, + "_status": "synced" + }, + { + "guid": "firefox@browsefox.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "407d8c84-8939-cd28-b284-9b680e529bf6", + "prefs": [], + "blockID": "i546", + "last_modified": 1480349213853, + "details": { + "who": "All Firefox users who have this add-on installed. If you want to continue using it, it can be enabled in the Add-ons Manager.", + "name": "BrowseFox", + "why": "This add-on is silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=936244", + "created": "2014-01-30T12:26:57Z" + }, + "_status": "synced" + }, + { + "guid": "{6926c7f7-6006-42d1-b046-eba1b3010315}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2367bd94-2bdd-c615-de89-023ba071a443", + "prefs": [], + "blockID": "i382", + "last_modified": 1480349213825, + "details": { + "who": "All Firefox users who have this add-on installed. Those who wish to continue using it can enable it again in the Add-ons Manager.", + "name": "appbario7", + "why": "This add-on is silently installed, bypassing the Firefox opt-in screen and violating our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844956", + "created": "2013-06-25T12:05:34Z" + }, + "_status": "synced" + }, + { + "guid": "faststartff@gmail.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9e730bca-c7d1-da82-64f6-c74de216cb7d", + "prefs": [], + "blockID": "i866", + "last_modified": 1480349213799, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "Fast Start", + "why": "This add-on is silently installed into users' systems, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1131217", + "created": "2015-02-26T13:12:47Z" + }, + "_status": "synced" + }, + { + "guid": "05dd836e-2cbd-4204-9ff3-2f8a8665967d@a8876730-fb0c-4057-a2fc-f9c09d438e81.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2fd53d9b-7096-f1fb-fbcb-2b40a6193894", + "prefs": [], + "blockID": "i468", + "last_modified": 1480349213774, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Trojan.DownLoader9.50268 (malware)", + "why": "This add-on appears to be part of a Trojan software package.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935135", + "created": "2013-11-07T14:43:39Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-0xtMKhXFEs4jIg@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "50ca2179-83ab-1817-163d-39ed2a9fbd28", + "prefs": [], + "blockID": "i586", + "last_modified": 1480349213717, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "ep (malware)", + "why": "This add-on appears to be malware installed without user consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1011286", + "created": "2014-06-03T15:50:19Z" + }, + "_status": "synced" + }, + { + "guid": "/^({16e193c8-1706-40bf-b6f3-91403a9a22be}|{284fed43-2e13-4afe-8aeb-50827d510e20}|{5e3cc5d8-ed11-4bed-bc47-35b4c4bc1033}|{7429e64a-1fd4-4112-a186-2b5630816b91}|{8c9980d7-0f09-4459-9197-99b3e559660c}|{8f1d9545-0bb9-4583-bb3c-5e1ac1e2920c})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e88a28ab-5569-f06d-b0e2-15c51bb2a4b7", + "prefs": [], + "blockID": "i517", + "last_modified": 1480349213344, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Re-markit", + "why": "The installer that includes this add-on violates the Add-on Guidelines by silently installing the add-on, and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947509", + "created": "2013-12-20T12:54:33Z" + }, + "_status": "synced" + }, + { + "guid": "safebrowse@safebrowse.co", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "edd81c91-383b-f041-d8f6-d0b9a90230bd", + "prefs": [], + "blockID": "i782", + "last_modified": 1480349213319, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "SafeBrowse", + "why": "This add-on loads scripts with malicious code that appears intended to steal usernames, passwords, and other private information.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1097696", + "created": "2014-11-12T14:20:44Z" + }, + "_status": "synced" + }, + { + "guid": "{af95cc15-3b9b-45ae-8d9b-98d08eda3111}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7064e9e2-fba4-7b57-86d7-6f4afbf6f560", + "prefs": [], + "blockID": "i492", + "last_modified": 1480349213294, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=945126", + "created": "2013-12-02T12:45:06Z" + }, + "_status": "synced" + }, + { + "guid": "{84a93d51-b7a9-431e-8ff8-d60e5d7f5df1}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "dbc7ef8b-2c48-5dae-73a0-f87288c669f0", + "prefs": [], + "blockID": "i744", + "last_modified": 1480349213264, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Spigot Shopping Assistant", + "why": "This add-on appears to be silently installed into users' systems, and changes settings without consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080817", + "created": "2014-10-17T15:47:06Z" + }, + "_status": "synced" + }, + { + "guid": "{C3949AC2-4B17-43ee-B4F1-D26B9D42404D}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7f2a68f3-aa8a-ae41-1e48-d1f8f63d53c7", + "prefs": [], + "blockID": "i918", + "last_modified": 1480349213231, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1170633", + "created": "2015-06-02T09:58:16Z" + }, + "_status": "synced" + }, + { + "guid": "831778-poidjao88DASfsAnindsd@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "39471221-6926-e11b-175a-b28424d49bf6", + "prefs": [], + "blockID": "i972", + "last_modified": 1480349213194, + "details": { + "who": "All users who have this add-on installed.", + "name": "Video patch (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1190962", + "created": "2015-08-04T15:18:03Z" + }, + "_status": "synced" + }, + { + "guid": "lbmsrvfvxcblvpane@lpaezhjez.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "98fb4536-07a4-d03a-f7c5-945acecc8203", + "prefs": [], + "blockID": "i342", + "last_modified": 1480349213128, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "RapidFinda", + "why": "This add-on is silently installed, violating our Add-on Guidelines. It also appears to install itself both locally and globally, producing a confusing uninstall experience.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=863385", + "created": "2013-05-06T16:18:14Z" + }, + "_status": "synced" + }, + { + "guid": "{babb9931-ad56-444c-b935-38bffe18ad26}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "be1d19fa-1662-322a-13e6-5fa5474f33a7", + "prefs": [], + "blockID": "i499", + "last_modified": 1480349213100, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Credits (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=946086", + "created": "2013-12-04T15:22:02Z" + }, + "_status": "synced" + }, + { + "guid": "{18d5a8fe-5428-485b-968f-b97b05a92b54}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bc846147-cdc1-141f-5846-b705c48bd6ed", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i802", + "last_modified": 1480349213074, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astromenda Search Addon", + "why": "This add-on is silently installed and is considered malware, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080839", + "created": "2014-12-15T10:52:49Z" + }, + "_status": "synced" + }, + { + "guid": "{b6ef1336-69bb-45b6-8cba-e578fc0e4433}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3b080157-2900-d071-60fe-52b0aa376cf0", + "prefs": [], + "blockID": "i780", + "last_modified": 1480349213024, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Power-SW", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-12T14:00:47Z" + }, + "_status": "synced" + }, + { + "guid": "info@wxdownloadmanager.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b62597d0-d2cb-d597-7358-5143a1d13658", + "prefs": [], + "blockID": "i196", + "last_modified": 1480349212999, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Codec (malware)", + "why": "These are malicious add-ons that are distributed with a trojan and negatively affect web browsing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806451", + "created": "2012-11-05T09:24:13Z" + }, + "_status": "synced" + }, + { + "guid": "{C3949AC2-4B17-43ee-B4F1-D26B9D42404D}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "15.0.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d3f96257-7635-555f-ef48-34d426322992", + "os": "WINNT", + "prefs": [], + "blockID": "i111", + "last_modified": 1480349212971, + "details": { + "who": "All Firefox users on Windows who have the RealPlayer Browser Record extension installed.", + "name": "RealPlayer Browser Record Plugin", + "why": "The RealPlayer Browser Record extension is causing significant problems on Flash video sites like YouTube. This block automatically disables the add-on, but users can re-enable it from the Add-ons Manager if necessary.\r\n\r\nThis block shouldn't disable any other RealPlayer plugins, so watching RealPlayer content on the web should be unaffected.\r\n\r\nIf you still have problems playing videos on YouTube or elsewhere, please visit our support site for help.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=771802", + "created": "2012-07-10T15:28:16Z" + }, + "_status": "synced" + }, + { + "guid": "l@AdLJ7uz.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e6bfa340-7d8a-1627-5cdf-40c0c4982e9d", + "prefs": [ + "browser.startup.homepage" + ], + "blockID": "i728", + "last_modified": 1480349212911, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "GGoSavee", + "why": "This add-on is silently installed and changes user settings without consent, in violation of the Add-on Guidelines", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-16T16:34:54Z" + }, + "_status": "synced" + }, + { + "guid": "{6b2a75c8-6e2e-4267-b955-43e25b54e575}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "492e4e43-f89f-da58-9c09-d99528ee9ca9", + "prefs": [], + "blockID": "i698", + "last_modified": 1480349212871, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "BrowserShield", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1052611", + "created": "2014-08-21T15:46:31Z" + }, + "_status": "synced" + }, + { + "guid": "/^({65f9f6b7-2dae-46fc-bfaf-f88e4af1beca}|{9ed31f84-c8b3-4926-b950-dff74047ff79}|{0134af61-7a0c-4649-aeca-90d776060cb3}|{02edb56b-9b33-435b-b7df-b2843273a694}|{da51d4f6-3e7e-4ef8-b400-9198e0874606}|{b24577db-155e-4077-bb37-3fdd3c302bb5})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "78562d79-9a64-c259-fb63-ce24e29bb141", + "prefs": [], + "blockID": "i525", + "last_modified": 1480349212839, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "KeyBar add-on", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and using multiple IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949566", + "created": "2013-12-20T14:11:14Z" + }, + "_status": "synced" + }, + { + "guid": "adsremoval@adsremoval.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4d150ad4-dc22-9790-07a9-36e0a23f857f", + "prefs": [], + "blockID": "i560", + "last_modified": 1480349212798, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, you can enable it in the Add-ons Manager.", + "name": "Ad Removal", + "why": "This add-on is silently installed and changes various user settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=962793", + "created": "2014-02-27T09:57:31Z" + }, + "_status": "synced" + }, + { + "guid": "firefoxaddon@youtubeenhancer.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "208.7.0", + "targetApplication": [], + "maxVersion": "208.7.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "41d75d3f-a57e-d5ad-b95b-22f5fa010b4e", + "prefs": [], + "blockID": "i445", + "last_modified": 1480349212747, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "YouTube Enhancer Plus (malware)", + "why": "This is a malicious add-on that imitates a popular video downloader extension, and attempts to hijack Facebook accounts. The add-on available in the add-ons site is safe to use.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=911966", + "created": "2013-09-04T16:53:37Z" + }, + "_status": "synced" + }, + { + "guid": "suchpony@suchpony.de", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.6.7" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1bbf00f3-53b5-3777-43c7-0a0b11f9c433", + "prefs": [], + "blockID": "i1264", + "last_modified": 1480349212719, + "details": { + "who": "All users who have version 1.6.7 or less of this add-on installed.", + "name": "Suchpony (pre 1.6.8)", + "why": "Old versions of this add-on contained code from YouTube Unblocker, which was originally blocked due to malicious activity. Version 1.6.8 is now okay.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-08-24T10:48:13Z" + }, + "_status": "synced" + }, + { + "guid": "{336D0C35-8A85-403a-B9D2-65C292C39087}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c87666e6-ec9a-2f1e-ad03-a722d2fa2a25", + "prefs": [], + "blockID": "i224", + "last_modified": 1480349212655, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "IB Updater", + "why": "This add-on is side-installed with other software, and blocks setting reversions attempted by users who want to recover their settings after they are hijacked by other add-ons.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812292", + "created": "2012-11-29T16:22:49Z" + }, + "_status": "synced" + }, + { + "guid": "G4Ce4@w.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3e1e9322-93e9-4ce1-41f5-46ad4ef1471b", + "prefs": [ + "browser.startup.homepage" + ], + "blockID": "i718", + "last_modified": 1480349212277, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "YoutUbeAdBlaocke", + "why": "This add-on is silently installed into users' systems and changes settings without consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-02T12:21:22Z" + }, + "_status": "synced" + }, + { + "guid": "extension@Fast_Free_Converter.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "726f5645-c0bf-66dc-a97a-d072b46e63e7", + "prefs": [], + "blockID": "i533", + "last_modified": 1480349212247, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "FastFreeConverter", + "why": "The installer that includes this add-on violates the Add-on Guidelines by silently installing it.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949597", + "created": "2013-12-20T15:04:18Z" + }, + "_status": "synced" + }, + { + "guid": "@stopad", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "0.0.4" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3d1893dd-2092-d1f7-03f3-9629b7d7139e", + "prefs": [], + "blockID": "i1266", + "last_modified": 1480349212214, + "details": { + "who": "Users who have version 0.0.4 and earlier of the add-on installed.", + "name": "Stop Ads Addon", + "why": "Stop Ads sends each visited url to a third party server which is not necessary for the add-on to work or disclosed in a privacy policy or user opt-in. Versions 0.0.4 and earlier are affected.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1298780", + "created": "2016-08-30T12:24:20Z" + }, + "_status": "synced" + }, + { + "guid": "703db0db-5fe9-44b6-9f53-c6a91a0ad5bd@7314bc82-969e-4d2a-921b-e5edd0b02cf1.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a27d0f9f-7708-3d5f-82e1-e3f29e6098a0", + "prefs": [], + "blockID": "i519", + "last_modified": 1480349212183, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Re-markit", + "why": "The installer that includes this add-on violates the Add-on Guidelines by silently installing the add-on, and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947509", + "created": "2013-12-20T12:57:27Z" + }, + "_status": "synced" + }, + { + "guid": "imbaty@taringamp3.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f43859d4-46b7-c028-4738-d40a73ddad7b", + "prefs": [], + "blockID": "i662", + "last_modified": 1480349212157, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Taringa MP3 / Adobe Flash", + "why": "This is a malicious add-on that attempts to hide itself by impersonating the Adobe Flash plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:39:44Z" + }, + "_status": "synced" + }, + { + "guid": "{13c9f1f9-2322-4d5c-81df-6d4bf8476ba4}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "372cf3df-0810-85d8-b5d7-faffff309a11", + "prefs": [], + "blockID": "i348", + "last_modified": 1480349212102, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "mywebsearch", + "why": "This add-on is silently installed, violating our Add-on Guidelines. It also fails to revert settings changes on removal.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=867359", + "created": "2013-05-08T15:55:57Z" + }, + "_status": "synced" + }, + { + "guid": "{a6e67e6f-8615-4fe0-a599-34a73fc3fba5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1caf911c-ff2f-b0f6-0d32-29ef74be81bb", + "prefs": [], + "blockID": "i346", + "last_modified": 1480349212077, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Startnow", + "why": "This add-on is silently installed, violating our Add-on Guidelines. Also, it doesn't reset its settings changes on uninstall.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=867333", + "created": "2013-05-06T17:06:06Z" + }, + "_status": "synced" + }, + { + "guid": "garg_sms@yahoo.in", + "versionRange": [ + { + "severity": 3, + "minVersion": "67.9", + "targetApplication": [], + "maxVersion": "67.9" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e50c0189-a7cd-774d-702b-62eade1bf18e", + "prefs": [], + "blockID": "i652", + "last_modified": 1480349212044, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "Save My YouTube Day!, version 67.9", + "why": "Certain versions of the Save My YouTube Day! extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:17:38Z" + }, + "_status": "synced" + }, + { + "guid": "9518042e-7ad6-4dac-b377-056e28d00c8f@f1cc0a13-4df1-4d66-938f-088db8838882.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "df25ee07-74d4-ccd9-dbbe-7eb053015144", + "prefs": [], + "blockID": "i308", + "last_modified": 1480349212020, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Solid Savings", + "why": "This add-on is silently installed, bypassing our third-party opt-in screen, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=846455", + "created": "2013-02-28T13:48:32Z" + }, + "_status": "synced" + }, + { + "guid": "jufa098j-LKooapd9jasJ9jliJsd@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c3a98025-0f4e-3bb4-b475-97329e7b1426", + "prefs": [], + "blockID": "i1000", + "last_modified": 1480349211979, + "details": { + "who": "All users who have this add-on installed.", + "name": "Secure Video (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1201163", + "created": "2015-09-07T14:00:20Z" + }, + "_status": "synced" + }, + { + "guid": "{46eddf51-a4f6-4476-8d6c-31c5187b2a2f}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9b4ef650-e1ad-d55f-c420-4f26dbb4139c", + "prefs": [], + "blockID": "i750", + "last_modified": 1480349211953, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Slick Savings", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963788", + "created": "2014-10-17T16:17:47Z" + }, + "_status": "synced" + }, + { + "guid": "{DAC3F861-B30D-40dd-9166-F4E75327FAC7}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "be57998b-9e4d-1040-e6bb-ed9de056338d", + "prefs": [], + "blockID": "i924", + "last_modified": 1480349211896, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1173154", + "created": "2015-06-09T15:28:17Z" + }, + "_status": "synced" + }, + { + "guid": "JMLv@njMaHh.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "070d5747-137d-8500-8713-cfc6437558a3", + "prefs": [], + "blockID": "i790", + "last_modified": 1480349211841, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouttubeAdBlocke", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1103516", + "created": "2014-11-24T14:14:47Z" + }, + "_status": "synced" + }, + { + "guid": "istart_ffnt@gmail.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "32fad759-38d9-dad9-2295-e44cc6887040", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i888", + "last_modified": 1480349211785, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-on Manager.", + "name": "Istart", + "why": "This add-on appears to be malware, being silently installed and hijacking user settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1152553", + "created": "2015-04-10T16:27:47Z" + }, + "_status": "synced" + }, + { + "guid": "gystqfr@ylgga.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8fe8f509-c530-777b-dccf-d10d58ae78cf", + "prefs": [], + "blockID": "i449", + "last_modified": 1480349211748, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Define Ext", + "why": "This add-on doesn't follow our Add-on Guidelines. It is installed bypassing the Firefox opt-in screen, and manipulates settings without reverting them on removal. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=912742", + "created": "2013-09-13T16:19:39Z" + }, + "_status": "synced" + }, + { + "guid": "e9d197d59f2f45f382b1aa5c14d82@8706aaed9b904554b5cb7984e9.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f8f8695c-a356-a1d6-9291-502b377c63c2", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i844", + "last_modified": 1480349211713, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Sense", + "why": "This add-on is silently installed and attempts to change user settings like the home page and default search, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128324", + "created": "2015-02-06T15:01:47Z" + }, + "_status": "synced" + }, + { + "guid": "{184AA5E6-741D-464a-820E-94B3ABC2F3B4}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fac1d2cb-eed7-fcef-5d5a-43c556371bd7", + "prefs": [], + "blockID": "i968", + "last_modified": 1480349211687, + "details": { + "who": "All users who have this add-on installed.", + "name": "Java String Helper (malware)", + "why": "This is a malicious add-on that poses as a Java extension.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1164243", + "created": "2015-08-04T09:41:27Z" + }, + "_status": "synced" + }, + { + "guid": "7d51fb17-b199-4d8f-894e-decaff4fc36a@a298838b-7f50-4c7c-9277-df6abbd42a0c.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "dd4d2e17-4ce6-36b0-3035-93e9cc5846d4", + "prefs": [], + "blockID": "i455", + "last_modified": 1480349211660, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Video Console (malware)", + "why": "This is a malicious extension that hijacks Facebook accounts and posts spam to the users' friends.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=919792", + "created": "2013-09-25T10:28:36Z" + }, + "_status": "synced" + }, + { + "guid": "prositez@prz.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "684ad4fd-2cbd-ce2a-34cd-bc66b20ac8af", + "prefs": [], + "blockID": "i764", + "last_modified": 1480349211628, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "ProfSitez", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-29T16:43:15Z" + }, + "_status": "synced" + }, + { + "guid": "/^toolbar[0-9]*@findwide\\.com$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a317ad9f-af4d-e086-4afd-cd5eead1ed62", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i874", + "last_modified": 1480349211601, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "FindWide Toolbars", + "why": "This add-on is silently installed into users' systems, in violation of our Add-on Guidelines.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1082758", + "created": "2015-03-04T14:54:10Z" + }, + "_status": "synced" + }, + { + "guid": "{25D77636-38B1-1260-887C-2D4AFA92D6A4}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cd174588-940e-f5b3-12ea-896c957bd4b3", + "prefs": [], + "blockID": "i536", + "last_modified": 1480349211555, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Microsoft DirectInput Object (malware)", + "why": "This is a malicious extension that is installed alongside a trojan. It hijacks searches on selected sites.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=959279", + "created": "2014-01-13T10:36:05Z" + }, + "_status": "synced" + }, + { + "guid": "fdm_ffext@freedownloadmanager.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.5.7.5", + "targetApplication": [], + "maxVersion": "1.5.7.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "736417a2-6161-9973-991a-aff566314733", + "prefs": [], + "blockID": "i216", + "last_modified": 1480349211163, + "details": { + "who": "All Firefox users who have installed version 1.5.7.5 of the Free Download Manager extension.", + "name": "Free Download Manager", + "why": "Version 1.5.7.5 of the Free Download Manager extension is causing frequent crashes in recent versions of Firefox. Version 1.5.7.6 corrects this problem, but it is currently not available on addons.mozilla.org. We recommend all users to update to the new version once it becomes available.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=789700", + "created": "2012-11-27T12:47:51Z" + }, + "_status": "synced" + }, + { + "guid": "{badea1ae-72ed-4f6a-8c37-4db9a4ac7bc9}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8c1dd68e-7df6-0c37-2f41-107745a7be54", + "prefs": [], + "blockID": "i543", + "last_modified": 1480349211119, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, you can enable it in the Add-ons Manager.", + "name": "Address Bar Search", + "why": "This add-on is apparently malware that is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963809", + "created": "2014-01-28T14:28:18Z" + }, + "_status": "synced" + }, + { + "guid": "addon@gemaoff", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6bc49e9f-322f-9952-15a6-0a723a61c2d9", + "prefs": [], + "blockID": "i1230", + "last_modified": 1480349211044, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker (addon@gemaoff)", + "why": "These add-ons are copies of YouTube Unblocker, which was originally blocked due to malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-06-08T16:15:11Z" + }, + "_status": "synced" + }, + { + "guid": "{d87d56b2-1379-49f4-b081-af2850c79d8e}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7b0895b4-dd4f-1c91-f4e3-31afdbdf3178", + "prefs": [], + "blockID": "i726", + "last_modified": 1480349211007, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Website Xplorer Lite", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080835", + "created": "2014-10-13T16:01:03Z" + }, + "_status": "synced" + }, + { + "guid": "OKitSpace@OKitSpace.es", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6a11aa68-0dae-5524-cc96-a5053a31c466", + "prefs": [], + "blockID": "i469", + "last_modified": 1480349210982, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:35:01Z" + }, + "_status": "synced" + }, + { + "guid": "{c96d1ae6-c4cf-4984-b110-f5f561b33b5a}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0413d46b-8205-d9e0-65df-4caa3e6355c4", + "prefs": [], + "blockID": "i808", + "last_modified": 1480349210956, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Better Web", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-12-19T09:36:52Z" + }, + "_status": "synced" + }, + { + "guid": "lightningnewtab@gmail.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "875513e1-e6b1-a383-2ec5-eb4deb87eafc", + "prefs": [], + "blockID": "i554", + "last_modified": 1480349210931, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, it can be enabled in the Add-ons Manager.", + "name": "Lightning SpeedDial", + "why": "This add-on is silently installed in Firefox and includes a companion extension that also performs malicious actions.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974041", + "created": "2014-02-19T15:28:24Z" + }, + "_status": "synced" + }, + { + "guid": "/^ext@bettersurfplus/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b4da06d2-a0fd-09b6-aadb-7e3b29c3be3a", + "prefs": [], + "blockID": "i506", + "last_modified": 1480349210905, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "BetterSurf (malware)", + "why": "This add-on appears to be malware and is installed silently in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=939254", + "created": "2013-12-10T15:10:31Z" + }, + "_status": "synced" + }, + { + "guid": "thefoxonlybetter@quicksaver", + "versionRange": [ + { + "severity": 3, + "minVersion": "1.6.160", + "targetApplication": [], + "maxVersion": "1.6.160" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bb2b2114-f8e7-511d-04dc-abc8366712cc", + "prefs": [], + "blockID": "i706", + "last_modified": 1480349210859, + "details": { + "who": "All Firefox users who have any of these versions of the add-on installed.", + "name": "The Fox, Only Better (malicious versions)", + "why": "Certain versions of The Fox, Only Better weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1053469", + "created": "2014-08-27T14:50:32Z" + }, + "_status": "synced" + }, + { + "guid": "CortonExt@ext.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a5bdd05d-eb4c-ce34-9909-a677b4322384", + "prefs": [], + "blockID": "i336", + "last_modified": 1480349210805, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "CortonExt", + "why": "This add-on is reported to be installed without user consent, with a non-descriptive name, and ties a number of browser features to Amazon URLs, probably monetizing on affiliate codes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=864551", + "created": "2013-04-22T16:10:17Z" + }, + "_status": "synced" + }, + { + "guid": "1chtw@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bf1e31c7-ba50-1075-29ae-47368ac1d6de", + "prefs": [], + "blockID": "i430", + "last_modified": 1480349210773, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": " Mozilla Service Pack (malware)", + "why": "This is a malicious add-on that uses a deceptive name and hijacks social networks.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=901770", + "created": "2013-08-05T16:42:24Z" + }, + "_status": "synced" + }, + { + "guid": "lrcsTube@hansanddeta.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "424b9f39-d028-b1fb-d011-d8ffbbd20fe9", + "prefs": [], + "blockID": "i344", + "last_modified": 1480349210718, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "LyricsTube", + "why": "This add-on is silently installed, violating our Add-on Guidelines.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=866944", + "created": "2013-05-06T16:44:04Z" + }, + "_status": "synced" + }, + { + "guid": "{341f4dac-1966-47ff-aacf-0ce175f1498a}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "560e08b1-3471-ad34-8ca9-463f5ca5328c", + "prefs": [], + "blockID": "i356", + "last_modified": 1480349210665, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "MyFreeGames", + "why": "This add-on is silently installed, violating our Add-on Guidelines.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=868129", + "created": "2013-05-23T14:45:35Z" + }, + "_status": "synced" + }, + { + "guid": "/^({d6e79525-4524-4707-9b97-1d70df8e7e59}|{ddb4644d-1a37-4e6d-8b6e-8e35e2a8ea6c}|{e55007f4-80c5-418e-ac33-10c4d60db01e}|{e77d8ca6-3a60-4ae9-8461-53b22fa3125b}|{e89a62b7-248e-492f-9715-43bf8c507a2f}|{5ce3e0cb-aa83-45cb-a7da-a2684f05b8f3})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "145b0f22-501e-39eb-371e-ec8342a5add9", + "prefs": [], + "blockID": "i518", + "last_modified": 1480349210606, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Re-markit", + "why": "The installer that includes this add-on violates the Add-on Guidelines by silently installing the add-on, and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947509", + "created": "2013-12-20T12:56:17Z" + }, + "_status": "synced" + }, + { + "guid": "{72b98dbc-939a-4e0e-b5a9-9fdbf75963ef}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "386cb2c9-e674-ce2e-345f-d30a785f90c5", + "prefs": [], + "blockID": "i772", + "last_modified": 1480349210536, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "SitezExpert", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-31T16:15:26Z" + }, + "_status": "synced" + }, + { + "guid": "hha8771ui3-Fo9j9h7aH98jsdfa8sda@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3ca577d8-3685-4ba9-363b-5b2d8d8dd608", + "prefs": [], + "blockID": "i970", + "last_modified": 1480349210477, + "details": { + "who": "All users who have this add-on installed.", + "name": "Video fix (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1190963", + "created": "2015-08-04T15:15:07Z" + }, + "_status": "synced" + }, + { + "guid": "{7e8a1050-cf67-4575-92df-dcc60e7d952d}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1519eb45-fcaa-b531-490d-fe366490ed45", + "prefs": [], + "blockID": "i478", + "last_modified": 1480349210416, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "SweetPacks", + "why": "This add-on violates the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935796", + "created": "2013-11-08T15:42:28Z" + }, + "_status": "synced" + }, + { + "guid": "/^({66b103a7-d772-4fcd-ace4-16f79a9056e0}|{6926c7f7-6006-42d1-b046-eba1b3010315}|{72cabc40-64b2-46ed-8648-26d831761150}|{73ee2cf2-7b76-4c49-b659-c3d8cf30825d}|{ca6446a5-73d5-4c35-8aa1-c71dc1024a18}|{5373a31d-9410-45e2-b299-4f61428f0be4})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "983cb7fe-e0b4-6a2e-f174-d2670876b2cd", + "prefs": [], + "blockID": "i521", + "last_modified": 1480349210351, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "appbario7", + "why": "The installer that includes this add-on violates the Add-on Guidelines by being silently installed and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947485", + "created": "2013-12-20T13:14:29Z" + }, + "_status": "synced" + }, + { + "guid": "{dd6b651f-dfb9-4142-b0bd-09912ad22674}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "975d2126-f727-f5b9-ca01-b83345b80c56", + "prefs": [], + "blockID": "i400", + "last_modified": 1480349210301, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Searchqu", + "why": "This group of add-ons is silently installed, bypassing our install opt-in screen. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835678", + "created": "2013-06-25T15:16:01Z" + }, + "_status": "synced" + }, + { + "guid": "25p@9eAkaLq.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5a0c5818-693f-43ae-f85a-c6928d9c2cc4", + "prefs": [ + "browser.startup.homepage" + ], + "blockID": "i730", + "last_modified": 1480349210275, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "YYOutoubeAdBlocke", + "why": "This add-on is silently installed and changes user settings without consent, in violation of the Add-on Guidelines\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-16T16:35:35Z" + }, + "_status": "synced" + }, + { + "guid": "thunder@xunlei.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "2.0.6" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cee484f6-2d5d-f708-88be-cd12d825a79a", + "os": "Darwin", + "prefs": [], + "blockID": "i568", + "last_modified": 1480349210242, + "details": { + "who": "All Firefox users who have versions 2.0.6 or lower of the Thunder add-on installed on Mac OS.", + "name": "Thunder, 2.0.6 and lower", + "why": "Versions 2.0.6 and lower of the Thunder add-on are causing startup crashes on Mac OS.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=988490", + "created": "2014-03-28T15:48:38Z" + }, + "_status": "synced" + }, + { + "guid": "tmbepff@trendmicro.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "9.1.0.1035" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8045c799-486a-927c-b972-b9da1c2dab2f", + "prefs": [], + "blockID": "i1222", + "last_modified": 1480349209818, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "Trend Micro BEP 9.1.0.1035 and lower", + "why": "Add-on is causing a high-frequency crash in Firefox", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1275245", + "created": "2016-05-24T12:10:34Z" + }, + "_status": "synced" + }, + { + "guid": "pricepeep@getpricepeep.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "2.1.0.19.99" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "227b9a8d-c18d-239c-135e-d79e614fe392", + "prefs": [], + "blockID": "i220", + "last_modified": 1480349209794, + "details": { + "who": "All Firefox users who have Pricepeed below 2.1.0.20 installed.", + "name": "PricePeep", + "why": "Versions older than 2.1.0.20 of the PricePeep add-on were silently side-installed with other software, injecting advertisements in Firefox. Versions 2.1.0.20 and above don't have the install problems are not blocked.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=811433", + "created": "2012-11-29T16:18:26Z" + }, + "_status": "synced" + }, + { + "guid": "ytd@mybrowserbar.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "63669524-93fe-4823-95ba-37cf6cbd4914", + "prefs": [], + "blockID": "i360", + "last_modified": 1480349209770, + "details": { + "who": "All Firefox users who have this add-on installed. Users who want to enable the add-on again can do so in the Add-ons Manager tab.", + "name": "YouTube Downloader", + "why": "The installer that includes this add-on performs Firefox settings changes separately from the add-on install, making it very difficult to opt-out to these changes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=845969", + "created": "2013-06-06T12:29:13Z" + }, + "_status": "synced" + }, + { + "guid": "hoverst@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2b25ba3e-45db-0e6c-965a-3acda1a44117", + "prefs": [], + "blockID": "i498", + "last_modified": 1480349209745, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Flash Player (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=946029", + "created": "2013-12-04T15:17:58Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.13", + "targetApplication": [], + "maxVersion": "3.15.13.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c3d88e22-386a-da3b-8aba-3cb526e08053", + "prefs": [], + "blockID": "i606", + "last_modified": 1480349209713, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:20:07Z" + }, + "_status": "synced" + }, + { + "guid": "advance@windowsclient.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e5d30a74-732e-c3fa-f13b-097ee28d4b27", + "prefs": [], + "blockID": "i508", + "last_modified": 1480349209674, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Microsoft .NET Framework Assistant (malware)", + "why": "This is not the Microsoft .NET Framework Assistant created and distributed by Microsoft. It is a malicious extension that is distributed under the same name to trick users into installing it, and turns users into a botnet that conducts SQL injection attacks on visited websites.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=950773", + "created": "2013-12-16T10:15:01Z" + }, + "_status": "synced" + }, + { + "guid": "{5eeb83d0-96ea-4249-942c-beead6847053}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e101dbc0-190c-f6d8-e168-0c1380581cc9", + "prefs": [], + "blockID": "i756", + "last_modified": 1480349209625, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SmarterPower", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080846", + "created": "2014-10-17T16:30:30Z" + }, + "_status": "synced" + }, + { + "guid": "/^({7e8a1050-cf67-4575-92df-dcc60e7d952d}|{b3420a9c-a397-4409-b90d-bcf22da1a08a}|{eca6641f-2176-42ba-bdbe-f3e327f8e0af}|{707dca12-3f99-4d94-afea-06dcc0ae0108}|{aea20431-87fc-40be-bc5b-18066fe2819c}|{30ee6676-1ba6-455a-a7e8-298fa863a546})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a3a6bc8e-46a1-b3d5-1b20-58b90ba099c3", + "prefs": [], + "blockID": "i523", + "last_modified": 1480349209559, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SweetPacks", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947481", + "created": "2013-12-20T13:42:15Z" + }, + "_status": "synced" + }, + { + "guid": "{e0352044-1439-48ba-99b6-b05ed1a4d2de}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b8fedf07-dcaf-f0e3-b42b-32db75c4c304", + "prefs": [], + "blockID": "i710", + "last_modified": 1480349209491, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Site Counselor", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-09-30T15:28:14Z" + }, + "_status": "synced" + }, + { + "guid": "{bee6eb20-01e0-ebd1-da83-080329fb9a3a}", + "versionRange": [ + { + "severity": 3, + "minVersion": "40.10.1", + "targetApplication": [], + "maxVersion": "44.10.1" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "16db0c85-02ec-4f7c-24a3-a504fbce902d", + "prefs": [], + "blockID": "i642", + "last_modified": 1480349209443, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "Flash and Video Download, between 40.10.1 and 44.10.1", + "why": "Certain versions of the Flash and Video Download extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:02:26Z" + }, + "_status": "synced" + }, + { + "guid": "addlyrics@addlyrics.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "81678e9e-ebf0-47d6-e409-085c25e67c7e", + "prefs": [], + "blockID": "i426", + "last_modified": 1480349209383, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Add Lyrics", + "why": "This add-on is silently installed, violating our Add-on Guidelines.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=891605", + "created": "2013-07-09T15:25:30Z" + }, + "_status": "synced" + }, + { + "guid": "{7b1bf0b6-a1b9-42b0-b75d-252036438bdc}", + "versionRange": [ + { + "severity": 3, + "minVersion": "27.8", + "targetApplication": [], + "maxVersion": "27.9" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ffdc8ba0-d548-dc5b-d2fd-79a20837124b", + "prefs": [], + "blockID": "i638", + "last_modified": 1480349209260, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouTube High Definition 27.8 and 27.9", + "why": "Versions 27.8 and 27.9 of the YouTube High Definition extension weren't developed by the original developer, and are likely malicious in nature. It violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036137", + "created": "2014-07-08T16:07:56Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.22", + "targetApplication": [], + "maxVersion": "3.15.22.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "935dfec3-d017-5660-db5b-94ae7cea6e5f", + "prefs": [], + "blockID": "i610", + "last_modified": 1480349209128, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:21:47Z" + }, + "_status": "synced" + }, + { + "guid": "info@allpremiumplay.info", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6afbf9b8-ae3a-6a48-0f6c-7a3e065ec043", + "prefs": [], + "blockID": "i163", + "last_modified": 1480349209076, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Codec-C (malware)", + "why": "These are malicious add-ons that are distributed with a trojan and negatively affect web browsing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806451", + "created": "2012-10-29T16:40:07Z" + }, + "_status": "synced" + }, + { + "guid": "now.msn.com@services.mozilla.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "de7d699d-016d-d973-5e39-52568de6ffde", + "prefs": [], + "blockID": "i490", + "last_modified": 1480349209021, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "MSNNow (discontinued social provider)", + "why": "As part of their ongoing work to fine-tune their editorial mix, msnNOW has decided that msnNOW will stop publishing on Dec. 3, 2013. Rather than having a single home for trending content, they will continue integrating that material throughout all MSN channels. A big thank you to everyone who followed msnNOW stories using the Firefox sidebar", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=926378", + "created": "2013-11-27T08:06:04Z" + }, + "_status": "synced" + }, + { + "guid": "fftoolbar2014@etech.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6877bf40-9e45-7017-4dac-14d09e7f0ef6", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i858", + "last_modified": 1480349208988, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FF Toolbar", + "why": "This add-on is silently installed and changes users' settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1131078", + "created": "2015-02-11T15:32:36Z" + }, + "_status": "synced" + }, + { + "guid": "mbrnovone@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "758c2503-766d-a2f5-4c58-7cea93acfe05", + "prefs": [], + "blockID": "i477", + "last_modified": 1480349208962, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mozilla Security Service (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=936249", + "created": "2013-11-08T15:35:51Z" + }, + "_status": "synced" + }, + { + "guid": "{739df940-c5ee-4bab-9d7e-270894ae687a}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f8097aa6-3009-6dfc-59df-353ba6b1142b", + "prefs": [], + "blockID": "i530", + "last_modified": 1480349208933, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "WhiteSmoke New", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949558", + "created": "2013-12-20T14:49:25Z" + }, + "_status": "synced" + }, + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "aef9312d-5f2e-a44d-464d-6113394148e3", + "prefs": [], + "blockID": "i115", + "last_modified": 1480349208904, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Flash Player (malware)", + "why": "This extension is malware that is installed under false pretenses, and it conducts attacks against certain video websites.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=779014", + "created": "2012-08-01T13:53:00Z" + }, + "_status": "synced" + }, + { + "guid": "g99hiaoekjoasiijdkoleabsy278djasi@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "25e057ea-f500-67df-d078-ec3f37f99036", + "prefs": [], + "blockID": "i1022", + "last_modified": 1480349208877, + "details": { + "who": "All users who have this add-on installed.", + "name": "WatchIt (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1208708", + "created": "2015-09-28T15:23:08Z" + }, + "_status": "synced" + }, + { + "guid": "firefoxaddon@youtubeenhancer.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "199.7.0", + "targetApplication": [], + "maxVersion": "199.7.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "204a074b-da87-2784-f15b-43a9ea9a6b36", + "prefs": [], + "blockID": "i636", + "last_modified": 1480349208851, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YoutubeEnhancer - Firefox", + "why": "Version 199.7.0 of the YoutubeEnhancer extension isn't developed by the original developer, and is likely malicious in nature. It violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1033120", + "created": "2014-07-08T15:58:12Z" + }, + "_status": "synced" + }, + { + "guid": "extacylife@a.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5acadb8d-d3be-e0e0-4656-9107f9de0ea9", + "prefs": [], + "blockID": "i505", + "last_modified": 1480349208823, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Haber (malware)", + "why": "This is a malicious extension that hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947741", + "created": "2013-12-09T15:08:51Z" + }, + "_status": "synced" + }, + { + "guid": "{746505DC-0E21-4667-97F8-72EA6BCF5EEF}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5f19c5fb-1c78-cbd6-8a03-1678efb54cbc", + "prefs": [], + "blockID": "i842", + "last_modified": 1480349208766, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Shopper-Pro", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128325", + "created": "2015-02-06T14:45:57Z" + }, + "_status": "synced" + }, + { + "guid": "{51c77233-c0ad-4220-8388-47c11c18b355}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "0.1.9999999" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "daa2c60a-5009-2c65-a432-161d50bef481", + "prefs": [], + "blockID": "i580", + "last_modified": 1480349208691, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, it can be enabled in the Add-ons Manager.", + "name": "Browser Utility", + "why": "This add-on is silently installed into Firefox, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1004132", + "created": "2014-04-30T13:55:35Z" + }, + "_status": "synced" + }, + { + "guid": "{a2bfe612-4cf5-48ea-907c-f3fb25bc9d6b}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "13450534-93d7-f2a2-7f0a-e4e3948c4dc1", + "prefs": [], + "blockID": "i712", + "last_modified": 1480349208027, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Website Xplorer", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-09-30T15:28:22Z" + }, + "_status": "synced" + }, + { + "guid": "ScorpionSaver@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3499c968-6e8b-37f1-5f6e-2384807c2a6d", + "prefs": [], + "blockID": "i539", + "last_modified": 1480349207972, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, you can enable it in the Add-ons Manager.", + "name": "ScorpionSaver", + "why": "This add-on is being silently installed, in violation of the Add-on Guidelines", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963826", + "created": "2014-01-28T14:00:30Z" + }, + "_status": "synced" + }, + { + "guid": "unblocker20@unblocker.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "2.0.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "57785030-909f-e985-2a82-8bd057781227", + "prefs": [], + "blockID": "i1212", + "last_modified": 1480349207912, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker 2.0", + "why": "This add-on is a copy of YouTube Unblocker, which was originally blocked due to malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-05-05T18:13:29Z" + }, + "_status": "synced" + }, + { + "guid": "{D19CA586-DD6C-4a0a-96F8-14644F340D60}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [], + "maxVersion": "14.4.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1d35ac9d-49df-23cf-51f5-f3c228ad0dc9", + "prefs": [], + "blockID": "i42", + "last_modified": 1480349207877, + "details": { + "who": "Users of McAfee ScriptScan versions 14.4.0 and below for all versions of Firefox and SeaMonkey.", + "name": "McAfee ScriptScan", + "why": "This add-on causes a high volume of crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=690184", + "created": "2011-10-03T09:38:39Z" + }, + "_status": "synced" + }, + { + "guid": "gjhrjenrengoe@jfdnkwelfwkm.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d6453893-becc-7617-2050-0db284e0e0db", + "prefs": [], + "blockID": "i1042", + "last_modified": 1480349207840, + "details": { + "who": "All users who have this add-on installed.", + "name": "Avant Player (malware)", + "why": "This is a malicious add-on that takes over Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1212174", + "created": "2015-10-07T13:12:54Z" + }, + "_status": "synced" + }, + { + "guid": "/^(@9338379C-DD5C-4A45-9A36-9733DC806FAE|9338379C-DD5C-4A45-9A36-9733DC806FAE|@EBC7B466-8A28-4061-81B5-10ACC05FFE53|@bd6a97c0-4b18-40ed-bce7-3b7d3309e3c4222|@bd6a97c0-4b18-40ed-bce7-3b7d3309e3c4|@b2d6a97c0-4b18-40ed-bce7-3b7d3309e3c4222)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ddc5237e-42e4-1bf1-54d3-a5e5799dd828", + "prefs": [], + "blockID": "i1079", + "last_modified": 1480349207815, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Default SearchProtected (malware)", + "why": "These add-ons are malicious, manipulating registry and search settings for users.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1240597", + "created": "2016-01-18T12:32:32Z" + }, + "_status": "synced" + }, + { + "guid": "{33e0daa6-3af3-d8b5-6752-10e949c61516}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.1.999" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1f94bc8d-9d5f-c8f5-45c0-ad1f6e147c71", + "prefs": [], + "blockID": "i282", + "last_modified": 1480349207789, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Complitly", + "why": "This add-on violates our add-on guidelines, bypassing the third party opt-in screen.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835683", + "created": "2013-02-15T12:19:26Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.18", + "targetApplication": [], + "maxVersion": "3.15.20.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e7d50ff2-5948-d571-6711-37908ccb863f", + "prefs": [], + "blockID": "i608", + "last_modified": 1480349207761, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:20:57Z" + }, + "_status": "synced" + }, + { + "guid": "chiang@programmer.net", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d50d0434-78e4-faa7-ce2a-9b0a8bb5120e", + "prefs": [], + "blockID": "i340", + "last_modified": 1480349207736, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Cache Manager (malware)", + "why": "This is a malicious add-on that logs keyboard input and sends it to a remote server.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=867156", + "created": "2013-04-30T07:44:09Z" + }, + "_status": "synced" + }, + { + "guid": "{63eb5ed4-e1b3-47ec-a253-f8462f205350}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ca4558a2-8ce4-3ca0-3d29-63019f680c8c", + "prefs": [], + "blockID": "i786", + "last_modified": 1480349207705, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FF-Plugin", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-18T12:33:13Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-4vUehhSALFNqCw@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "99.7", + "targetApplication": [], + "maxVersion": "99.7" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a6d017cb-e33f-2239-4e42-ab4e7cfb19fe", + "prefs": [], + "blockID": "i634", + "last_modified": 1480349207680, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouTube Plus Plus 99.7", + "why": "Version 99.7 of the YouTube Plus Plus extension isn't developed by the original developer, and is likely malicious in nature. It violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1033002", + "created": "2014-07-04T14:13:57Z" + }, + "_status": "synced" + }, + { + "guid": "{aab02ab1-33cf-4dfa-8a9f-f4e60e976d27}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "847ecc6e-1bc1-f7ff-e1d5-a76e6b8447d2", + "prefs": [], + "blockID": "i820", + "last_modified": 1480349207654, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Incredible Web", + "why": "This add-on is silently installed into users' systems without their consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2015-01-13T09:27:49Z" + }, + "_status": "synced" + }, + { + "guid": "torntv@torntv.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cdd492b8-8101-74a9-5760-52ff709fd445", + "prefs": [], + "blockID": "i320", + "last_modified": 1480349207608, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "TornTV", + "why": "This add-on doesn't follow our Add-on Guidelines, bypassing our third party install opt-in screen. Users who wish to continue using this extension can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=845610", + "created": "2013-03-20T16:35:24Z" + }, + "_status": "synced" + }, + { + "guid": "crossriderapp12555@crossrider.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d4467e20-0f71-f0e0-8cd6-40c82b6c7379", + "prefs": [], + "blockID": "i674", + "last_modified": 1480349207561, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "JollyWallet", + "why": "The add-on is silently installed, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=877836", + "created": "2014-07-22T16:26:19Z" + }, + "_status": "synced" + }, + { + "guid": "pluggets@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3a63fd92-9290-02fb-a2e8-bc1b4424201a", + "prefs": [], + "blockID": "i435", + "last_modified": 1480349207535, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Pluggets Plugin (malware)", + "why": "This add-on is malware that hijacks users' Facebook accounts and posts spam on their behalf. ", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=903544", + "created": "2013-08-09T13:12:14Z" + }, + "_status": "synced" + }, + { + "guid": "344141-fasf9jas08hasoiesj9ia8ws@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f7986b7b-9b5a-d372-8147-8b4bd6f5a29b", + "prefs": [], + "blockID": "i1038", + "last_modified": 1480349207485, + "details": { + "who": "All users who have this add-on installed.", + "name": "Video Plugin (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1211169", + "created": "2015-10-05T16:42:09Z" + }, + "_status": "synced" + }, + { + "guid": "/^brasilescape.*\\@facebook\\.com$//", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "17a2bf85-b44a-4745-1b48-8be0c151d697", + "prefs": [], + "blockID": "i485", + "last_modified": 1480349207424, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Video Pack (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=938835", + "created": "2013-11-14T15:57:03Z" + }, + "_status": "synced" + }, + { + "guid": "meOYKQEbBBjH5Ml91z0p9Aosgus8P55bjTa4KPfl@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "30c3e511-9e8d-15ee-0867-d61047e56515", + "prefs": [], + "blockID": "i998", + "last_modified": 1480349207370, + "details": { + "who": "All users who have this add-on installed.", + "name": "Smooth Player (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1201164", + "created": "2015-09-07T13:54:25Z" + }, + "_status": "synced" + }, + { + "guid": "{8dc5c42e-9204-2a64-8b97-fa94ff8a241f}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8a9c7702-0349-70d6-e64e-3a666ab084c6", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i770", + "last_modified": 1480349207320, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astrmenda Search", + "why": "This add-on is silently installed and is considered malware, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1088726", + "created": "2014-10-30T14:52:52Z" + }, + "_status": "synced" + }, + { + "guid": "savingsslider@mybrowserbar.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9b1faf30-5725-7847-d993-b5cdaabc9829", + "prefs": [], + "blockID": "i752", + "last_modified": 1480349207290, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Slick Savings", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963788", + "created": "2014-10-17T16:18:12Z" + }, + "_status": "synced" + }, + { + "guid": "youtubeunblocker__web@unblocker.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "aa246b36-0a80-81e3-2129-4847e872d5fe", + "prefs": [], + "blockID": "i1129", + "last_modified": 1480349207262, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker", + "why": "The add-on has a mechanism that updates certain configuration files from the developer’s website. This mechanism has a vulnerability that is being exploited through this website (unblocker.yt) to change security settings in Firefox and install malicious add-ons.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-03-01T21:20:05Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.24", + "targetApplication": [], + "maxVersion": "3.15.24.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e0ff9df4-60e4-dbd0-8018-57f395e6610a", + "prefs": [], + "blockID": "i612", + "last_modified": 1480349206818, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:23:00Z" + }, + "_status": "synced" + }, + { + "guid": "{1e4ea5fc-09e5-4f45-a43b-c048304899fc}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1ea40b9f-2423-a2fd-a5e9-4ec1df2715f4", + "prefs": [], + "blockID": "i812", + "last_modified": 1480349206784, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Great Finder", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2015-01-06T13:22:39Z" + }, + "_status": "synced" + }, + { + "guid": "psid-vhvxQHMZBOzUZA@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f1528b02-7cef-0e80-f747-8bbf1f0f2f06", + "prefs": [], + "blockID": "i70", + "last_modified": 1480349206758, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "PublishSync (malware)", + "why": "Add-on spams Facebook accounts and blocks Facebook warnings.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=730059", + "created": "2012-02-23T13:44:41Z" + }, + "_status": "synced" + }, + { + "guid": "{B18B1E5C-4D81-11E1-9C00-AFEB4824019B}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "40332fae-0444-a141-ade9-8d9e50370f56", + "prefs": [], + "blockID": "i447", + "last_modified": 1480349206733, + "details": { + "who": "All Firefox users who have this add-on installed. The add-on can be enabled again in the Add-ons Manager.", + "name": "My Smart Tabs", + "why": "This add-on is installed silently, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=788838", + "created": "2013-09-06T16:00:19Z" + }, + "_status": "synced" + }, + { + "guid": "crossriderapp8812@crossrider.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "06c07e28-0a34-e5ee-e724-491a2f6ce586", + "prefs": [], + "blockID": "i314", + "last_modified": 1480349206708, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Coupon Companion", + "why": "This add-on doesn't follow our Add-on Guidelines, bypassing our third party install opt-in screen. Users who wish to continue using this extension can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835665", + "created": "2013-03-06T14:14:51Z" + }, + "_status": "synced" + }, + { + "guid": "/^(ffxtlbr@mixidj\\.com|{c0c2693d-2ee8-47b4-9df7-b67a0ee31988}|{67097627-fd8e-4f6b-af4b-ecb65e50112e}|{f6f0f973-a4a3-48cf-9a7a-b7a69c30d71a}|{a3d0e35f-f1da-4ccb-ae77-e9d27777e68d}|{1122b43d-30ee-403f-9bfa-3cc99b0caddd})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4c03ddda-bb3f-f097-0a7b-b7b77b050584", + "prefs": [], + "blockID": "i540", + "last_modified": 1480349206678, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "MixiDJ (malware)", + "why": "This add-on has been repeatedly blocked before and keeps showing up with new add-on IDs, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963819", + "created": "2014-01-28T14:07:56Z" + }, + "_status": "synced" + }, + { + "guid": "hansin@topvest.id", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0945a657-f28d-a02c-01b2-5115b3f90d7a", + "prefs": [], + "blockID": "i836", + "last_modified": 1480349206628, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Inside News (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1130406", + "created": "2015-02-06T14:17:39Z" + }, + "_status": "synced" + }, + { + "guid": "lfind@nijadsoft.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2307f11c-6216-0dbf-a464-b2921055ce2b", + "prefs": [], + "blockID": "i358", + "last_modified": 1480349206603, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Lyrics Finder", + "why": "This add-on is silently installed, violating our Add-on Guidelines.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=874131", + "created": "2013-05-24T14:09:47Z" + }, + "_status": "synced" + }, + { + "guid": "plugin@getwebcake.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2865addd-da1c-20c4-742f-6a2270da2e78", + "prefs": [], + "blockID": "i484", + "last_modified": 1480349206578, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "WebCake", + "why": "This add-on violates the Add-on Guidelines and is broadly considered to be malware. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=938264", + "created": "2013-11-14T09:55:24Z" + }, + "_status": "synced" + }, + { + "guid": "{c0c2693d-2ee8-47b4-9df7-b67a0ee31988}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "03a745c3-0ee7-e262-ba31-62d4f78ddb62", + "prefs": [], + "blockID": "i354", + "last_modified": 1480349206525, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mixi DJ", + "why": "This add-on is silently installed, violating our Add-on Guidelines.\r\n\r\nUsers who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=837838", + "created": "2013-05-23T14:31:21Z" + }, + "_status": "synced" + }, + { + "guid": "/^({7316e43a-3ebd-4bb4-95c1-9caf6756c97f}|{0cc09160-108c-4759-bab1-5c12c216e005}|{ef03e721-f564-4333-a331-d4062cee6f2b}|{465fcfbb-47a4-4866-a5d5-d12f9a77da00}|{7557724b-30a9-42a4-98eb-77fcb0fd1be3}|{b7c7d4b0-7a84-4b73-a7ef-48ef59a52c3b})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e3901c48-9c06-fecb-87d3-efffd9940c22", + "prefs": [], + "blockID": "i520", + "last_modified": 1480349206491, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "appbario7", + "why": "The installer that includes this add-on violates the Add-on Guidelines by being silently installed and using multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947485", + "created": "2013-12-20T13:11:46Z" + }, + "_status": "synced" + }, + { + "guid": "{354dbb0a-71d5-4e9f-9c02-6c88b9d387ba}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "aad90253-8921-b5df-3658-45a70d75f3d7", + "prefs": [], + "blockID": "i538", + "last_modified": 1480349206465, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Show Mask ON (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=964081", + "created": "2014-01-27T10:13:17Z" + }, + "_status": "synced" + }, + { + "guid": "{8E9E3331-D360-4f87-8803-52DE43566502}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ae8cca6e-4258-545f-9a69-3d908264a701", + "prefs": [], + "blockID": "i461", + "last_modified": 1480349206437, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Updater By SweetPacks", + "why": "This is a companion add-on for the SweetPacks Toolbar which is blocked due to guideline violations.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=906071", + "created": "2013-10-17T16:10:51Z" + }, + "_status": "synced" + }, + { + "guid": "info@bflix.info", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7a9062f4-218d-51d2-9b8c-b282e6eada4f", + "prefs": [], + "blockID": "i172", + "last_modified": 1480349206384, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Bflix (malware)", + "why": "These are malicious add-ons that are distributed with a trojan and negatively affect web browsing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806802", + "created": "2012-10-30T13:39:22Z" + }, + "_status": "synced" + }, + { + "guid": "{dff137ae-1ffd-11e3-8277-b8ac6f996f26}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8e583fe4-1c09-9bea-2473-faecf3260685", + "prefs": [], + "blockID": "i450", + "last_modified": 1480349206312, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Addons Engine (malware)", + "why": "This is add-on is malware that silently redirects popular search queries to a third party.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=917861", + "created": "2013-09-18T16:19:34Z" + }, + "_status": "synced" + }, + { + "guid": "12x3q@3244516.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "af2a9e74-3753-9ff1-d899-5d1e79ed3dce", + "prefs": [], + "blockID": "i493", + "last_modified": 1480349206286, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "BetterSurf (malware)", + "why": "This add-on appears to be malware and is installed silently in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=939254", + "created": "2013-12-02T12:49:36Z" + }, + "_status": "synced" + }, + { + "guid": "{20AD702C-661E-4534-8CE9-BA4EC9AD6ECC}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9b9ccabe-8f9a-e3d1-a689-1aefba1f33b6", + "prefs": [], + "blockID": "i626", + "last_modified": 1480349206261, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "V-Bates", + "why": "This add-on is probably silently installed, and is causing significant stability issues for users, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1027886", + "created": "2014-06-19T15:16:38Z" + }, + "_status": "synced" + }, + { + "guid": "{c5e48979-bd7f-4cf7-9b73-2482a67a4f37}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6e8b3e4f-2f59-cde3-e6d2-5bc6e216c506", + "prefs": [], + "blockID": "i736", + "last_modified": 1480349206231, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "ClearThink", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080842", + "created": "2014-10-17T15:22:41Z" + }, + "_status": "synced" + }, + { + "guid": "{41339ee8-61ed-489d-b049-01e41fd5d7e0}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a35f2ca6-aec4-c01d-170e-650258ebcd2c", + "prefs": [], + "blockID": "i810", + "last_modified": 1480349206165, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FireWeb", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-12-23T10:32:26Z" + }, + "_status": "synced" + }, + { + "guid": "jid0-l9BxpNUhx1UUgRfKigWzSfrZqAc@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8fe3c35e-1a6f-a89a-fa96-81bda3b71db1", + "prefs": [], + "blockID": "i640", + "last_modified": 1480349206133, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Bitcoin Mining Software", + "why": "This add-on attempts to gather private user data and send it to a remote location. It doesn't appear to be very effective at it, but its malicious nature is undeniable.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036640", + "created": "2014-07-09T14:35:40Z" + }, + "_status": "synced" + }, + { + "guid": "{845cab51-d8d2-472f-8bd9-2b44642d97c2}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8538ccb4-3b71-9858-3f6d-c0fff7af58b0", + "prefs": [], + "blockID": "i460", + "last_modified": 1480349205746, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Vafmusic9", + "why": "This add-on is silently installed and handles users' settings, violating some of the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=927456", + "created": "2013-10-17T15:50:38Z" + }, + "_status": "synced" + }, + { + "guid": "SpecialSavings@SpecialSavings.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5e921810-fc3a-0729-6749-47e38ad10a22", + "prefs": [], + "blockID": "i676", + "last_modified": 1480349205688, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "SpecialSavings", + "why": "This is add-on is generally considered to be unwanted and is probably silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=881511", + "created": "2014-07-22T16:31:56Z" + }, + "_status": "synced" + }, + { + "guid": "afurladvisor@anchorfree.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "083585eb-d7e7-e228-5fbf-bf35c52044e4", + "prefs": [], + "blockID": "i434", + "last_modified": 1480349205645, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Hotspot Shield Helper", + "why": "This add-on bypasses the external install opt in screen in Firefox, violating the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844945", + "created": "2013-08-09T11:26:11Z" + }, + "_status": "synced" + }, + { + "guid": "addonhack@mozilla.kewis.ch", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "81f75571-ca2a-0e50-a925-daf2037ce63c", + "prefs": [], + "blockID": "i994", + "last_modified": 1480349205584, + "details": { + "who": "All users who have this add-on installed.", + "name": "Addon Hack", + "why": "This add-on is a proof of concept of malicious behavior in an add-on. In itself it doesn't cause any harm, but it still needs to be blocked for security reasons.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1200848", + "created": "2015-09-01T15:32:36Z" + }, + "_status": "synced" + }, + { + "guid": "info@thebflix.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "811a61d4-9435-133e-6262-fb72486c36b0", + "prefs": [], + "blockID": "i174", + "last_modified": 1480349205526, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Bflix (malware)", + "why": "These are malicious add-ons that are distributed with a trojan and negatively affect web browsing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806802", + "created": "2012-10-30T13:40:31Z" + }, + "_status": "synced" + }, + { + "guid": "{EEE6C361-6118-11DC-9C72-001320C79847}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c1dc6607-4c0a-4031-9f14-70ef1ae1edcb", + "prefs": [], + "blockID": "i392", + "last_modified": 1480349205455, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SweetPacks Toolbar", + "why": "This add-on changes search settings without user interaction, and fails to reset them after it is removed. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=881447", + "created": "2013-06-25T12:38:45Z" + }, + "_status": "synced" + }, + { + "guid": "/^(4cb61367-efbf-4aa1-8e3a-7f776c9d5763@cdece6e9-b2ef-40a9-b178-291da9870c59\\.com|0efc9c38-1ec7-49ed-8915-53a48b6b7600@e7f17679-2a42-4659-83c5-7ba961fdf75a\\.com|6be3335b-ef79-4b0b-a0ba-b87afbc6f4ad@6bbb4d2e-e33e-4fa5-9b37-934f4fb50182\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "46aa79a9-d329-f713-d4f2-07d31fe7071e", + "prefs": [], + "blockID": "i531", + "last_modified": 1480349205287, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Feven", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and using multiple IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949672", + "created": "2013-12-20T15:01:22Z" + }, + "_status": "synced" + }, + { + "guid": "afext@anchorfree.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8176f879-bd73-5468-e908-2d7cfc115ac2", + "prefs": [], + "blockID": "i466", + "last_modified": 1480349205108, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Hotspot Shield Extension", + "why": "This add-on doesn't respect user choice, violating the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=933988", + "created": "2013-11-07T13:32:41Z" + }, + "_status": "synced" + }, + { + "guid": "{FCE04E1F-9378-4f39-96F6-5689A9159E45}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "eb191ff0-20f4-6e04-4344-d880af4faf51", + "prefs": [], + "blockID": "i920", + "last_modified": 1480349204978, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1173154", + "created": "2015-06-09T15:26:47Z" + }, + "_status": "synced" + }, + { + "guid": "{9CE11043-9A15-4207-A565-0C94C42D590D}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "dcdae267-8d3a-5671-dff2-f960febbbb20", + "prefs": [], + "blockID": "i503", + "last_modified": 1480349204951, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "XUL Cache (malware)", + "why": "This is a malicious extension that uses a deceptive name to stay in users' systems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947384", + "created": "2013-12-06T11:58:38Z" + }, + "_status": "synced" + }, + { + "guid": "/^[a-z0-9]+@foxysecure[a-z0-9]*\\.com$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "503fbd7c-04cd-65f3-9d0e-3ecf427b4a8f", + "prefs": [], + "blockID": "i766", + "last_modified": 1480349204925, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Fox Sec 7", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1088615", + "created": "2014-10-30T14:22:18Z" + }, + "_status": "synced" + }, + { + "guid": "/^(jid1-W4CLFIRExukJIFW@jetpack|jid1-W4CLFIRExukJIFW@jetpack_1|jid1-W3CLwrP[a-z]+@jetpack)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b026fe67-ec77-a240-2fa1-e78f581a6fe4", + "prefs": [], + "blockID": "i1078", + "last_modified": 1480349204899, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Flash Player (malware)", + "why": "This is a malicious extension that tries to pass itself for the Adobe Flash Player and hides itself in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1240561", + "created": "2016-01-18T10:31:51Z" + }, + "_status": "synced" + }, + { + "guid": "{0153E448-190B-4987-BDE1-F256CADA672F}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2bfe0d89-e458-9d0e-f944-ddeaf8c4db6c", + "prefs": [], + "blockID": "i914", + "last_modified": 1480349204871, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1170633", + "created": "2015-06-02T09:56:58Z" + }, + "_status": "synced" + }, + { + "guid": "{77beece6-3997-403a-92fa-0055bfcf88e5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d348f91f-caeb-a803-dfd9-fd5d285aa0fa", + "prefs": [], + "blockID": "i452", + "last_modified": 1480349204844, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Entrusted11", + "why": "This add-on doesn't follow our Add-on Guidelines, manipulating settings without reverting them on removal. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=916966", + "created": "2013-09-18T16:34:58Z" + }, + "_status": "synced" + }, + { + "guid": "dealcabby@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6585f0bd-4f66-71e8-c565-d9762c5c084a", + "prefs": [], + "blockID": "i222", + "last_modified": 1480349204818, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "DealCabby", + "why": "This add-on is silently side-installed with other software, injecting advertisements in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=811435", + "created": "2012-11-29T16:20:24Z" + }, + "_status": "synced" + }, + { + "guid": "{3c9a72a0-b849-40f3-8c84-219109c27554}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7cfa3d0b-0ab2-5e3a-8143-1031c180e32f", + "prefs": [], + "blockID": "i510", + "last_modified": 1480349204778, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Haber (malware)", + "why": "This add-on is malware that hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=951301", + "created": "2013-12-17T14:27:13Z" + }, + "_status": "synced" + }, + { + "guid": "{4ED1F68A-5463-4931-9384-8FFF5ED91D92}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "3.9.9" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d727d8c5-3329-c98a-7c7e-38b0813ca516", + "prefs": [], + "blockID": "i1245", + "last_modified": 1480349204748, + "details": { + "who": "All users who have McAfee SiteAdvisor lower than 4.0. \r\n\r\nTo resolve this issue, users will need to uninstall McAfee SiteAdvisor/WebAdvisor, reboot the computer, and then reinstall McAfee SiteAdvisor/WebAdvisor. \r\n\r\nFor detailed instructions, please refer to the McAfee support knowledge base.", + "name": "McAfee SiteAdvisor lower than 4.0", + "why": "Old versions of McAfee SiteAdvisor cause startup crashes starting with Firefox 48.0 beta.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286368", + "created": "2016-07-14T21:24:02Z" + }, + "_status": "synced" + }, + { + "guid": "{2aab351c-ad56-444c-b935-38bffe18ad26}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f7a76d34-ddcd-155e-9fae-5967bd796041", + "prefs": [], + "blockID": "i500", + "last_modified": 1480349204716, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Photo (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=946087", + "created": "2013-12-04T15:29:44Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-4P0kohSJxU1qGg@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.2.50", + "targetApplication": [], + "maxVersion": "1.2.50" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5c7f1635-b39d-4278-5f95-9042399c776e", + "prefs": [], + "blockID": "i488", + "last_modified": 1480349204668, + "details": { + "who": "All Firefox users who have version 1.2.50 of the Hola extension. Updating to the latest version should remove the block.", + "name": "Hola, version 1.2.50", + "why": "Version 1.2.50 of the Hola extension is causing frequent crashes in Firefox. All users are strongly recommended to update to the latest version, which shouldn't have this problem.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=942935", + "created": "2013-11-25T12:14:57Z" + }, + "_status": "synced" + }, + { + "guid": "{0A92F062-6AC6-8180-5881-B6E0C0DC2CC5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "acb16d1c-6274-93a3-7c1c-7ed36ede64a9", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i864", + "last_modified": 1480349204612, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "BlockAndSurf", + "why": "This add-on is silently installed into users' systems and makes unwanted settings changes, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1131220", + "created": "2015-02-26T12:56:19Z" + }, + "_status": "synced" + }, + { + "guid": "jid0-Y6TVIzs0r7r4xkOogmJPNAGFGBw@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "54df22cd-19ce-a7f0-63cc-ffe3113748b9", + "prefs": [], + "blockID": "i322", + "last_modified": 1480349204532, + "details": { + "who": "All users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This extension is malware, installed pretending to be the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=847018", + "created": "2013-03-22T14:39:40Z" + }, + "_status": "synced" + }, + { + "guid": "trackerbird@bustany.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.2.6", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "38.0a2", + "maxVersion": "*" + } + ], + "maxVersion": "1.2.6" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bb1c699e-8790-4528-0b6d-4f83b7a3152d", + "prefs": [], + "blockID": "i986", + "last_modified": 1480349204041, + "details": { + "who": "All Thunderbird users who have this version of the add-on installed on Thunderbird 38.0a2 and above.", + "name": "trackerbird 1.2.6", + "why": "This add-on is causing consistent crashes on Thunderbird 38.0a2 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1189264", + "created": "2015-08-17T15:56:04Z" + }, + "_status": "synced" + }, + { + "guid": "{0134af61-7a0c-4649-aeca-90d776060cb3}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cf428416-4974-8bb4-7928-c0cb2cfe7957", + "prefs": [], + "blockID": "i448", + "last_modified": 1480349203968, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "KeyBar add-on", + "why": "This add-on doesn't follow our Add-on Guidelines. It manipulates settings without reverting them on removal. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=912746", + "created": "2013-09-13T16:15:39Z" + }, + "_status": "synced" + }, + { + "guid": "/^(firefox@vebergreat\\.net|EFGLQA@78ETGYN-0W7FN789T87\\.COM)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "487538f1-698e-147e-6395-986759ceed7e", + "prefs": [], + "blockID": "i564", + "last_modified": 1480349203902, + "details": { + "who": "All Firefox users who have these add-ons installed. If you wish to continue using these add-ons, you can enable them in the Add-ons Manager.", + "name": "veberGreat and vis (Free Driver Scout bundle)", + "why": "These add-ons are silently installed by the Free Driver Scout installer, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974104", + "created": "2014-03-05T13:02:57Z" + }, + "_status": "synced" + }, + { + "guid": "69ffxtbr@PackageTracer_69.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0d37b4e0-3c60-fdad-dd8c-59baff6eae87", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i882", + "last_modified": 1480349203836, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "PackageTracer", + "why": "This add-on appears to be malware, hijacking user's settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1153001", + "created": "2015-04-10T16:18:35Z" + }, + "_status": "synced" + }, + { + "guid": "{ACAA314B-EEBA-48e4-AD47-84E31C44796C}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "70d2c912-8d04-8065-56d6-d793b13d5f67", + "prefs": [], + "blockID": "i496", + "last_modified": 1480349203779, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "DVDVideoSoft Menu", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making settings changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=945530", + "created": "2013-12-03T16:07:59Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-4vUehhSALFNqCw@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "100.7", + "targetApplication": [], + "maxVersion": "100.7" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8bef6026-6697-99cd-7c1f-812877c4211d", + "prefs": [], + "blockID": "i632", + "last_modified": 1480349203658, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouTube Plus Plus 100.7", + "why": "Version 100.7 of the YouTube Plus Plus extension isn't developed by the original developer, and is likely malicious in nature. It violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1033002", + "created": "2014-07-01T13:16:55Z" + }, + "_status": "synced" + }, + { + "guid": "{a9bb9fa0-4122-4c75-bd9a-bc27db3f9155}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fb7a1dc7-16a0-4f70-8289-4df494e0d0fa", + "prefs": [], + "blockID": "i404", + "last_modified": 1480349203633, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Searchqu", + "why": "This group of add-ons is silently installed, bypassing our install opt-in screen. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835678", + "created": "2013-06-25T15:16:43Z" + }, + "_status": "synced" + }, + { + "guid": "P2@D.edu", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "49536a29-fc7e-9fd0-f415-e15ac090fa56", + "prefs": [], + "blockID": "i850", + "last_modified": 1480349203605, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "unIsaless", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128269", + "created": "2015-02-09T15:29:21Z" + }, + "_status": "synced" + }, + { + "guid": "linksicle@linksicle.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9b5b15b3-6da7-cb7c-3c44-30b4fe079d52", + "prefs": [], + "blockID": "i472", + "last_modified": 1480349203581, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:38:38Z" + }, + "_status": "synced" + }, + { + "guid": "{377e5d4d-77e5-476a-8716-7e70a9272da0}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ea94df32-2a85-23da-43f7-3fc5714530ec", + "prefs": [], + "blockID": "i398", + "last_modified": 1480349203519, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Searchqu", + "why": "This group of add-ons is silently installed, bypassing our install opt-in screen. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835678", + "created": "2013-06-25T15:15:46Z" + }, + "_status": "synced" + }, + { + "guid": "{4933189D-C7F7-4C6E-834B-A29F087BFD23}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cbef1357-d6bc-c8d3-7a82-44af6b1c390f", + "prefs": [], + "blockID": "i437", + "last_modified": 1480349203486, + "details": { + "who": "All Firefox users.", + "name": "Win32.SMSWebalta (malware)", + "why": "This add-on is widely reported to be malware.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=900695", + "created": "2013-08-09T15:14:27Z" + }, + "_status": "synced" + }, + { + "guid": "{ADFA33FD-16F5-4355-8504-DF4D664CFE10}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "017fd151-37ca-4646-4763-1d303fb918fa", + "prefs": [], + "blockID": "i306", + "last_modified": 1480349203460, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Nation Toolbar", + "why": "This add-on is silently installed, bypassing our third-party opt-in screen, in violation of our Add-on Guidelines. It's also possible that it changes user settings without their consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844972", + "created": "2013-02-28T12:56:48Z" + }, + "_status": "synced" + }, + { + "guid": "detgdp@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1b5cc88e-499d-2a47-d793-982d4c05e6ee", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i884", + "last_modified": 1480349203433, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Security Protection (malware)", + "why": "This add-on appears to be malware, hijacking user settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1152614", + "created": "2015-04-10T16:21:34Z" + }, + "_status": "synced" + }, + { + "guid": "/^(67314b39-24e6-4f05-99f3-3f88c7cddd17@6c5fa560-13a3-4d42-8e90-53d9930111f9\\.com|ffxtlbr@visualbee\\.com|{7aeae561-714b-45f6-ace3-4a8aed6e227b}|{7093ee04-f2e4-4637-a667-0f730797b3a0}|{53c4024f-5a2e-4f2a-b33e-e8784d730938})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5f91eee1-7303-3f97-dfe6-1e897a156c7f", + "prefs": [], + "blockID": "i514", + "last_modified": 1480349203408, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "VisualBee Toolbar", + "why": "The installer that includes this add-on violates the Add-on Guidelines by using multiple add-on IDs and making unwanted settings changes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947473", + "created": "2013-12-20T12:25:50Z" + }, + "_status": "synced" + }, + { + "guid": "FXqG@xeeR.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8ebbc061-a4ff-b75b-ec42-eb17c42a2956", + "prefs": [ + "browser.startup.homepage" + ], + "blockID": "i720", + "last_modified": 1480349203341, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "GoSSave", + "why": "This add-on is silently installed into users' systems and changes settings without consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-02T12:23:01Z" + }, + "_status": "synced" + }, + { + "guid": "{87934c42-161d-45bc-8cef-ef18abe2a30c}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "3.7.9999999999" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bcfbc502-24c2-4699-7435-e4837118f05a", + "prefs": [], + "blockID": "i547", + "last_modified": 1480349203310, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using it, it can be enabled in the Add-ons Manager.", + "name": "Ad-Aware Security Toolbar", + "why": "This add-on is silently installed and makes various unwanted changes, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=798621", + "created": "2014-01-30T12:42:01Z" + }, + "_status": "synced" + }, + { + "guid": "kallow@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1a2c37a9-e7cc-2d03-2043-098d36b8aca2", + "prefs": [], + "blockID": "i495", + "last_modified": 1480349203247, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Security Service (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=945426", + "created": "2013-12-02T15:09:42Z" + }, + "_status": "synced" + }, + { + "guid": "support@lastpass.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "4.0.0a", + "targetApplication": [], + "maxVersion": "4.1.20a" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ffe94023-b4aa-87ac-962c-5beabe34b1a0", + "prefs": [], + "blockID": "i1261", + "last_modified": 1480349203208, + "details": { + "who": "All users who install affected versions of this add-on - beta versions 4.0 to 4.1.20a from addons.mozilla.org or lastpass.com.", + "name": "LastPass addon", + "why": "LastPass have announced there are security issues that would allow a malicious website to perform some actions (e.g. deleting passwords) without the user's knowledge. Beta versions 4.0 to 4.1.20a of their add-on that were available from addons.mozilla.org are affected and Lastpass also distributed these versions direct from their website.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1289907", + "created": "2016-07-29T14:17:31Z" + }, + "_status": "synced" + }, + { + "guid": "008abed2-b43a-46c9-9a5b-a771c87b82da@1ad61d53-2bdc-4484-a26b-b888ecae1906.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "da46065f-1c68-78f7-80fc-8ae07b5df68d", + "prefs": [], + "blockID": "i528", + "last_modified": 1480349203131, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "weDownload Manager Pro", + "why": "The installer that includes this add-on violates the Add-on Guidelines by being silently installed.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949565", + "created": "2013-12-20T14:40:58Z" + }, + "_status": "synced" + }, + { + "guid": "{25dd52dc-89a8-469d-9e8f-8d483095d1e8}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e46c31ad-0ab3-e48a-47aa-9fa91b675fda", + "prefs": [], + "blockID": "i714", + "last_modified": 1480349203066, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Web Counselor", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-01T15:36:06Z" + }, + "_status": "synced" + }, + { + "guid": "{B1FC07E1-E05B-4567-8891-E63FBE545BA8}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "09868783-261a-ac24-059d-fc772218c1ba", + "prefs": [], + "blockID": "i926", + "last_modified": 1480349202708, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1173154", + "created": "2015-06-09T15:28:46Z" + }, + "_status": "synced" + }, + { + "guid": "/^(torntv@torntv\\.com|trtv3@trtv\\.com|torntv2@torntv\\.com|e2fd07a6-e282-4f2e-8965-85565fcb6384@b69158e6-3c3b-476c-9d98-ae5838c5b707\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "040e5ec2-ea34-816a-f99f-93296ce845e8", + "prefs": [], + "blockID": "i529", + "last_modified": 1480349202677, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "TornTV", + "why": "The installer that includes this add-on violates the Add-on Guidelines by being silently installed.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949559", + "created": "2013-12-20T14:46:03Z" + }, + "_status": "synced" + }, + { + "guid": "249911bc-d1bd-4d66-8c17-df533609e6d8@c76f3de9-939e-4922-b73c-5d7a3139375d.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d32b850d-82d5-b63d-087c-fb2041b2c232", + "prefs": [], + "blockID": "i532", + "last_modified": 1480349202631, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Feven", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and using multiple IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949672", + "created": "2013-12-20T15:02:01Z" + }, + "_status": "synced" + }, + { + "guid": "thefoxonlybetter@quicksaver", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "0.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "79ea6621-b414-17a4-4872-bfc4af7fd428", + "prefs": [], + "blockID": "i704", + "last_modified": 1480349202588, + "details": { + "who": "All Firefox users who have any of these versions of the add-on installed.", + "name": "The Fox, Only Better (malicious versions)", + "why": "Certain versions of The Fox, Only Better weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1053469", + "created": "2014-08-27T14:49:02Z" + }, + "_status": "synced" + }, + { + "guid": "{B40794A0-7477-4335-95C5-8CB9BBC5C4A5}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d98b2b76-4082-3387-ae33-971d973fa278", + "prefs": [], + "blockID": "i429", + "last_modified": 1480349202541, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Video Player 1.3 (malware)", + "why": "This add-on is malware that spreads spam through Facebook.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=899178", + "created": "2013-07-30T14:31:17Z" + }, + "_status": "synced" + }, + { + "guid": "firefoxaddon@youtubeenhancer.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "199.7.0", + "targetApplication": [], + "maxVersion": "208.7.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7e64d7fc-ff16-8687-dbd1-bc4c7dfc5097", + "prefs": [], + "blockID": "i648", + "last_modified": 1480349202462, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouTube Enhancer Plus, versions between 199.7.0 and 208.7.0", + "why": "Certain versions of the YouTube Enhancer Plus extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:12:48Z" + }, + "_status": "synced" + }, + { + "guid": "addon@defaulttab.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.4.4" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "df3fe753-5bae-bfb4-022b-6b6bfc534937", + "prefs": [], + "blockID": "i362", + "last_modified": 1480349202429, + "details": { + "who": "All users who have this add-on installed. Users who wish to enable it again can do so in the Add-ons Manager tab.", + "name": "Default Tab", + "why": "Old versions of this add-on had been silently installed into users' systems, without showing the opt-in install page that is built into Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=863387", + "created": "2013-06-06T12:57:29Z" + }, + "_status": "synced" + }, + { + "guid": "{7D4F1959-3F72-49d5-8E59-F02F8AA6815D}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "851c2b8e-ea19-3a63-eac5-f931a8da5d6e", + "prefs": [], + "blockID": "i394", + "last_modified": 1480349202341, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Updater By SweetPacks", + "why": "This is a companion add-on for the SweetPacks Toolbar which is blocked due to guideline violations.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=881447", + "created": "2013-06-25T12:40:41Z" + }, + "_status": "synced" + }, + { + "guid": "g@uzcERQ6ko.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ee1e1a44-b51b-9f12-819d-64c3e515a147", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i776", + "last_modified": 1480349202307, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "GoSave", + "why": "This add-on is silently installed and changes user settings without consent, in violation of the Add-on Guidelines", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-31T16:23:36Z" + }, + "_status": "synced" + }, + { + "guid": "ffxtlbr@incredibar.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9e84b07c-84d5-c932-85f2-589713d7e380", + "prefs": [], + "blockID": "i318", + "last_modified": 1480349202280, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "IncrediBar", + "why": "This add-on doesn't follow our Add-on Guidelines, bypassing our third party install opt-in screen. Users who wish to continue using this extension can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812264", + "created": "2013-03-20T14:40:32Z" + }, + "_status": "synced" + }, + { + "guid": "M1uwW0@47z8gRpK8sULXXLivB.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "71d961b2-37d1-d393-76f5-3afeef57e749", + "prefs": [], + "blockID": "i870", + "last_modified": 1480349202252, + "details": { + "who": "All users who have this add-on installed.", + "name": "Flash Player 11 (malware)", + "why": "This is a malicious add-on that goes by the the name \"Flash Player 11\".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1131159", + "created": "2015-03-04T14:34:08Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-qj0w91o64N7Eeg@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "39.5.1", + "targetApplication": [], + "maxVersion": "47.0.4" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b30b1f7a-2a30-a6cd-fc20-6c9cb23c7198", + "prefs": [], + "blockID": "i650", + "last_modified": 1480349202186, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouTube ALL HTML5, versions between 39.5.1 and 47.0.4", + "why": "Certain versions of the YouTube ALL HTML5 extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:14:26Z" + }, + "_status": "synced" + }, + { + "guid": "4zffxtbr-bs@VideoDownloadConverter_4z.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "5.75.3.25126" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0a0f106a-ecc6-c537-1818-b36934943e91", + "prefs": [], + "blockID": "i507", + "last_modified": 1480349202156, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "VideoDownloadConverter", + "why": "Certain versions of this add-on contains an executable that is flagged by multiple tools as malware. Newer versions no longer use it.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949266", + "created": "2013-12-12T15:37:23Z" + }, + "_status": "synced" + }, + { + "guid": "hdv@vovcacik.addons.mozilla.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "102.0", + "targetApplication": [], + "maxVersion": "102.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "972249b2-bba8-b508-2ead-c336631135ac", + "prefs": [], + "blockID": "i656", + "last_modified": 1480349202125, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "High Definition Video, version 102.0", + "why": "Certain versions of the High Definition Video extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:22:59Z" + }, + "_status": "synced" + }, + { + "guid": "@video_downloader_pro", + "versionRange": [ + { + "severity": 1, + "minVersion": "1.2.1", + "targetApplication": [], + "maxVersion": "1.2.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ff9c8def-7d50-66b4-d42a-f9a4b04bd224", + "prefs": [], + "blockID": "i1265", + "last_modified": 1480349202099, + "details": { + "who": "Users of versions of 1.2.1 to 1.2.5 inclusive.", + "name": "Video Downloader Pro", + "why": "Versions 1.2.1 to 1.2.5 of Video Downloader Pro included code that violated our polices - affected versions send every visited url to a remote server without the user's consent. Versions older than 1.2.1 and more recent than 1.2.5 are okay.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1298335", + "created": "2016-08-26T18:26:39Z" + }, + "_status": "synced" + }, + { + "guid": "contato@facefollow.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "56f15747-af8c-342c-6877-a41eeacded84", + "prefs": [], + "blockID": "i509", + "last_modified": 1480349202067, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Face follow", + "why": "This add-on spams users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=950846", + "created": "2013-12-16T16:15:15Z" + }, + "_status": "synced" + }, + { + "guid": "wecarereminder@bryan", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "51e0ead7-144c-c1f4-32f2-25fc5fcde870", + "prefs": [], + "blockID": "i666", + "last_modified": 1480349202039, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "We-Care Reminder", + "why": "This add-on is being silently installed by various software packages, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=818614", + "created": "2014-07-10T16:18:36Z" + }, + "_status": "synced" + }, + { + "guid": "/^({83a8ce1b-683c-4784-b86d-9eb601b59f38}|{ef1feedd-d8da-4930-96f1-0a1a598375c6}|{79ff1aae-701f-4ca5-aea3-74b3eac6f01b}|{8a184644-a171-4b05-bc9a-28d75ffc9505}|{bc09c55d-0375-4dcc-836e-0e3c8addfbda}|{cef81415-2059-4dd5-9829-1aef3cf27f4f})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9dfa4e92-bbf2-66d1-59a9-51402d1d226c", + "prefs": [], + "blockID": "i526", + "last_modified": 1480349202010, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "KeyBar add-on", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and uses multiple IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949566", + "created": "2013-12-20T14:12:31Z" + }, + "_status": "synced" + }, + { + "guid": "{d9284e50-81fc-11da-a72b-0800200c9a66}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "34.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "7.7.34" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ccdceb04-3083-012f-9d9f-aac85f10b494", + "prefs": [], + "blockID": "i806", + "last_modified": 1480349201976, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable the add-on in the Add-on Manager.", + "name": "Yoono", + "why": "Starting with Firefox 34, current versions of the Yoono add-on cause all tabs to appear blank.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1106948", + "created": "2014-12-16T08:35:41Z" + }, + "_status": "synced" + }, + { + "guid": "{f2548724-373f-45fe-be6a-3a85e87b7711}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8510e9e2-c7d8-90d0-a2ff-eb09293acc6e", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i768", + "last_modified": 1480349201854, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astro New Tab", + "why": "This add-on is silently installed and is considered malware, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1088726", + "created": "2014-10-30T14:52:09Z" + }, + "_status": "synced" + }, + { + "guid": "KSqOiTeSJEDZtTGuvc18PdPmYodROmYzfpoyiCr2@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3d9188ac-235f-773a-52a2-261b3ea9c03c", + "prefs": [], + "blockID": "i1032", + "last_modified": 1480349201504, + "details": { + "who": "All users who have this add-on installed.", + "name": "Video Player (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1211172", + "created": "2015-10-05T16:22:58Z" + }, + "_status": "synced" + }, + { + "guid": "{849ded12-59e9-4dae-8f86-918b70d213dc}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a319bfee-464f-1c33-61ad-738c52842fbd", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i708", + "last_modified": 1480349201453, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Astromenda New Tab", + "why": "This add-on is silently installed and changes homepage and search settings without the user's consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1047102", + "created": "2014-09-02T16:29:08Z" + }, + "_status": "synced" + }, + { + "guid": "grjkntbhr@hgergerherg.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9c47d940-bdd9-729f-e32e-1774d87f24b5", + "prefs": [], + "blockID": "i1018", + "last_modified": 1480349201425, + "details": { + "who": "All users who have this add-on installed.", + "name": "GreenPlayer (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1208196", + "created": "2015-09-24T16:04:53Z" + }, + "_status": "synced" + }, + { + "guid": "quick_start@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2affbebe-8776-3edb-28b9-237cb8b85f97", + "prefs": [], + "blockID": "i588", + "last_modified": 1480349201398, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Quick Start (malware)", + "why": "This add-on appears to be malware that is installed without user consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1011316", + "created": "2014-06-03T15:53:15Z" + }, + "_status": "synced" + }, + { + "guid": "/^(matchersite(pro(srcs?)?)?\\@matchersite(pro(srcs?)?)?\\.com)|((pro)?sitematcher(_srcs?|pro|site|sitesrc|-generic)?\\@(pro)?sitematcher(_srcs?|pro|site|sitesrc|-generic)?\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "52e1a2de-ab35-be27-4810-334f681ccc4a", + "prefs": [], + "blockID": "i668", + "last_modified": 1480349201372, + "details": { + "who": "All Firefox users who have any of these add-ons installed. User who wish to continue using these add-ons can enable them in the Add-ons Manager.", + "name": "Site Matcher", + "why": "This is a group of add-ons that are being distributed under multiple different IDs and likely being silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1039892", + "created": "2014-07-17T14:35:14Z" + }, + "_status": "synced" + }, + { + "guid": "{EEF73632-A085-4fd3-A778-ECD82C8CB297}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e5ecd02a-20ee-749b-d5cf-3d74d1173a1f", + "prefs": [], + "blockID": "i165", + "last_modified": 1480349201262, + "details": { + "who": "All Firefox users who have these add-ons installed.", + "name": "Codec-M (malware)", + "why": "These are malicious add-ons that are distributed with a trojan and negatively affect web browsing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806451", + "created": "2012-10-29T16:41:06Z" + }, + "_status": "synced" + }, + { + "guid": "firefox-extension@mozilla.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "98aca74a-69c7-9960-cccc-096a4a4adc6c", + "prefs": [], + "blockID": "i688", + "last_modified": 1480349201235, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FinFisher (malware)", + "why": "This is a malicious add-on that hides itself under the name Java_plugin, among others.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1049533", + "created": "2014-08-06T17:13:00Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-vW9nopuIAJiRHw@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bf2abd66-f910-650e-89aa-cd1d5c2f8a89", + "prefs": [], + "blockID": "i570", + "last_modified": 1480349201204, + "details": { + "who": "All Firefox users who have this add-on installed. Those who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SmileysWeLove", + "why": "This add-on is silently installed, reverts settings changes to enforce its own, and is also causing stability problems in Firefox, all in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=990291", + "created": "2014-03-31T16:17:27Z" + }, + "_status": "synced" + }, + { + "guid": "87aukfkausiopoawjsuifhasefgased278djasi@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cb4cfac0-79c2-0fbf-206a-324aa3abbea5", + "prefs": [], + "blockID": "i1050", + "last_modified": 1480349201157, + "details": { + "who": "All users who have this add-on installed.", + "name": "Trace Video (malware)", + "why": "This is a malicious add-on that poses as a video update and hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1220461", + "created": "2015-11-02T14:53:21Z" + }, + "_status": "synced" + }, + { + "guid": "{e44a1809-4d10-4ab8-b343-3326b64c7cdd}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ad5f53ed-7a43-cb1f-cbd7-41808fac1791", + "prefs": [], + "blockID": "i451", + "last_modified": 1480349201128, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Entrusted", + "why": "This add-on doesn't follow our Add-on Guidelines, manipulating settings without reverting them on removal. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=916966", + "created": "2013-09-18T16:33:57Z" + }, + "_status": "synced" + }, + { + "guid": "{21EAF666-26B3-4A3C-ABD0-CA2F5A326744}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2d8833db-01a7-a758-080f-19e47abc54cb", + "prefs": [], + "blockID": "i620", + "last_modified": 1480349201096, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "V-Bates", + "why": "This add-on is probably silently installed, and is causing significant stability issues for users, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024752", + "created": "2014-06-12T15:27:00Z" + }, + "_status": "synced" + }, + { + "guid": "{1FD91A9C-410C-4090-BBCC-55D3450EF433}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2e35995f-bec6-aa2b-3372-346d3325f72e", + "prefs": [], + "blockID": "i338", + "last_modified": 1480349201059, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "DataMngr (malware)", + "why": "This extension overrides search settings, and monitors any further changes done to them so that they can be reverted. This violates our add-on guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844979", + "created": "2013-04-24T11:30:28Z" + }, + "_status": "synced" + }, + { + "guid": "9598582LLKmjasieijkaslesae@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "52f9c6e7-f7d5-f52e-cc35-eb99ef8b4b6a", + "prefs": [], + "blockID": "i996", + "last_modified": 1480349201029, + "details": { + "who": "All users who have this add-on installed.", + "name": "Secure Player (malware)", + "why": "This is a malicious add-on that takes over Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1201165", + "created": "2015-09-07T13:50:27Z" + }, + "_status": "synced" + }, + { + "guid": "{bf7380fa-e3b4-4db2-af3e-9d8783a45bfc}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3bcefc4b-110c-f3b8-17ad-f9fc97c1120a", + "prefs": [], + "blockID": "i406", + "last_modified": 1480349201000, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "uTorrentBar", + "why": "This add-on changes search settings without user interaction, and fails to reset them after it is removed. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=776404", + "created": "2013-06-27T10:46:53Z" + }, + "_status": "synced" + }, + { + "guid": "{ce7e73df-6a44-4028-8079-5927a588c948}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.0.8" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fb1f9aed-2f1f-3e2c-705d-3b34ca9168b6", + "prefs": [], + "blockID": "i117", + "last_modified": 1480349200972, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Search By Image (by Google)", + "why": "The Search By Image (by Google) extension causes very high CPU utilization during regular browsing, often damaging user experience significantly, in a way that is very difficult to associate with the extension.\r\n\r\nUsers who want to continue using the add-on regardless of its performance impact can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=781269", + "created": "2012-08-10T08:50:52Z" + }, + "_status": "synced" + }, + { + "guid": "{424b0d11-e7fe-4a04-b7df-8f2c77f58aaf}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "07bdf6aa-cfc8-ed21-6b36-6f90af02b169", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i800", + "last_modified": 1480349200939, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astromenda NT", + "why": "This add-on is silently installed and is considered malware, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080839", + "created": "2014-12-15T10:51:56Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.31", + "targetApplication": [], + "maxVersion": "3.15.31.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "825feb43-d6c2-7911-4189-6f589f612c34", + "prefs": [], + "blockID": "i618", + "last_modified": 1480349200911, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.\r\n", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:25:04Z" + }, + "_status": "synced" + }, + { + "guid": "{167d9323-f7cc-48f5-948a-6f012831a69f}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a8f249fe-3db8-64b8-da89-7b584337a7af", + "prefs": [], + "blockID": "i262", + "last_modified": 1480349200885, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "WhiteSmoke (malware)", + "why": "This add-on is silently side-installed by other software, and doesn't do much more than changing the users' settings, without reverting them on removal.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812303", + "created": "2013-01-29T13:33:25Z" + }, + "_status": "synced" + }, + { + "guid": "/^({988919ff-0cd8-4d0c-bc7e-60d55a49eb64}|{494b9726-9084-415c-a499-68c07e187244}|{55b95864-3251-45e9-bb30-1a82589aaff1}|{eef3855c-fc2d-41e6-8d91-d368f51b3055}|{90a1b331-c2b4-4933-9f63-ba7b84d60d58}|{d2cf9842-af95-48cd-b873-bfbb48cd7f5e})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "36196aed-9d0d-ebee-adf1-d1f7fadbc48f", + "prefs": [], + "blockID": "i541", + "last_modified": 1480349200819, + "details": { + "who": "All Firefox users who have this add-on installed", + "name": "MixiDJ (malware)", + "why": "This add-on has been repeatedly blocked before and keeps showing up with new add-on IDs, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963819", + "created": "2014-01-28T14:09:08Z" + }, + "_status": "synced" + }, + { + "guid": "{29b136c9-938d-4d3d-8df8-d649d9b74d02}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "63b1c965-27c3-cd06-1b76-8721add39edf", + "prefs": [], + "blockID": "i598", + "last_modified": 1480349200775, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Mega Browse", + "why": "This add-on is silently installed, in violation with our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1011322", + "created": "2014-06-12T13:21:25Z" + }, + "_status": "synced" + }, + { + "guid": "{6e7f6f9f-8ce6-4611-add2-05f0f7049ee6}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f54797da-cdcd-351a-c95e-874b64b0d226", + "prefs": [], + "blockID": "i868", + "last_modified": 1480349200690, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "Word Proser", + "why": "This add-on is silently installed into users' systems, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1086574", + "created": "2015-02-26T14:58:59Z" + }, + "_status": "synced" + }, + { + "guid": "{02edb56b-9b33-435b-b7df-b2843273a694}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "896710d2-5a65-e9b0-845b-05aa72c2bd51", + "prefs": [], + "blockID": "i438", + "last_modified": 1480349200338, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "KeyBar Toolbar", + "why": "This add-on doesn't follow our Add-on Guidelines. It is installed bypassing the Firefox opt-in screen, and manipulates settings without reverting them on removal. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=896581", + "created": "2013-08-09T15:27:49Z" + }, + "_status": "synced" + }, + { + "guid": "{e1aaa9f8-4500-47f1-9a0a-b02bd60e4076}", + "versionRange": [ + { + "severity": 3, + "minVersion": "178.7.0", + "targetApplication": [], + "maxVersion": "178.7.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ac5d1083-6753-bbc1-a83d-c63c35371b22", + "prefs": [], + "blockID": "i646", + "last_modified": 1480349200312, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "Youtube Video Replay, version 178.7.0", + "why": "Certain versions of the Youtube Video Replay extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:10:05Z" + }, + "_status": "synced" + }, + { + "guid": "{1cdbda58-45f8-4d91-b566-8edce18f8d0a}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7b70bd36-d2f7-26fa-9038-8b8dd132cd81", + "prefs": [], + "blockID": "i724", + "last_modified": 1480349200288, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Website Counselor Pro", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080835", + "created": "2014-10-13T16:00:08Z" + }, + "_status": "synced" + }, + { + "guid": "{b12785f5-d8d0-4530-a3ea-5c4263b85bef}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3e6d73f2-e8e3-af69-866e-30d3977b09e4", + "prefs": [], + "blockID": "i988", + "last_modified": 1480349200171, + "details": { + "who": "All users who have this add-on installed. Those who wish continue using this add-on can enable it in the Add-ons Manager.", + "name": "Hero Fighter Community Toolbar", + "why": "This add-on overrides user's preferences without consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1161573", + "created": "2015-08-17T16:04:35Z" + }, + "_status": "synced" + }, + { + "guid": "{c2d64ff7-0ab8-4263-89c9-ea3b0f8f050c}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [], + "maxVersion": "4.3.1.00" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e928a115-9d8e-86a4-e2c7-de39627bd9bf", + "prefs": [], + "blockID": "i39", + "last_modified": 1480349200047, + "details": { + "who": "Users of MediaBar versions 4.3.1.00 and below in all versions of Firefox.", + "name": "MediaBar", + "why": "This add-on causes a high volume of crashes and is incompatible with certain versions of Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=665775", + "created": "2011-07-19T10:18:12Z" + }, + "_status": "synced" + }, + { + "guid": "{9edd0ea8-2819-47c2-8320-b007d5996f8a}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d38561f5-370f-14be-1443-a74dad29b1f3", + "prefs": [ + "browser.search.defaultenginename" + ], + "blockID": "i684", + "last_modified": 1480349199962, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "webget", + "why": "This add-on is believed to be silently installed in Firefox, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1033857", + "created": "2014-08-06T13:33:33Z" + }, + "_status": "synced" + }, + { + "guid": "/^({ad9a41d2-9a49-4fa6-a79e-71a0785364c8})|(ffxtlbr@mysearchdial\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a04075e6-5df2-2e1f-85a6-3a0171247349", + "prefs": [ + "browser.search.defaultenginename" + ], + "blockID": "i670", + "last_modified": 1480349199927, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "MySearchDial", + "why": "This add-on has been repeatedly been silently installed into users' systems, and is known for changing the default search without user consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036740", + "created": "2014-07-18T15:47:35Z" + }, + "_status": "synced" + }, + { + "guid": "odtffplugin@ibm.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "9.0.1.1", + "targetApplication": [], + "maxVersion": "9.0.1.100" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f6e3e5d2-9331-1097-ba4b-cf2e484b7187", + "prefs": [], + "blockID": "i982", + "last_modified": 1480349199886, + "details": { + "who": "All users who have these versions installed. The latest versions of this add-on aren't blocked, so updating to them should be sufficient to fix this problem.", + "name": "IBM Endpoint Manager for Remote Control 9.0.1.1 to 9.0.1.100", + "why": "Certain versions of the IBM Remote Control add-on could leave a machine vulnerable to run untrusted code.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1190630", + "created": "2015-08-11T11:25:43Z" + }, + "_status": "synced" + }, + { + "guid": "support@todoist.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "3.9" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d0a84aab-0661-b3c5-c184-a2fd3f9dfb9c", + "prefs": [], + "blockID": "i1030", + "last_modified": 1480349199850, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Todoist", + "why": "This add-on is sending all sites visited by the user to a remote server, additionally doing so in an unsafe way.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1205479", + "created": "2015-10-01T16:53:06Z" + }, + "_status": "synced" + }, + { + "guid": "/^({1f43c8af-e9e4-4e5a-b77a-f51c7a916324}|{3a3bd700-322e-440a-8a6a-37243d5c7f92}|{6a5b9fc2-733a-4964-a96a-958dd3f3878e}|{7b5d6334-8bc7-4bca-a13e-ff218d5a3f17}|{b87bca5b-2b5d-4ae8-ad53-997aa2e238d4}|{bf8e032b-150f-4656-8f2d-6b5c4a646e0d})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a2d0378f-ebe4-678c-62d8-2e4c6a613c17", + "prefs": [], + "blockID": "i1136", + "last_modified": 1480349199818, + "details": { + "who": "All users who have this add-on installed.", + "name": "Watcher (malware)", + "why": "This is a malicious add-on that hides itself from view and disables various security features in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251940", + "created": "2016-03-04T17:56:08Z" + }, + "_status": "synced" + }, + { + "guid": "liiros@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "387c054d-cc9f-7ebd-c814-b4c1fbcb2880", + "prefs": [], + "blockID": "i814", + "last_modified": 1480349199791, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "One Tab (malware)", + "why": "This add-on is silently installed into users' systems without their consent and performs unwanted operations.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1119657", + "created": "2015-01-09T12:49:05Z" + }, + "_status": "synced" + }, + { + "guid": "youtubeunblocker@unblocker.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3395fce1-42dd-e31a-1466-2da3f32456a0", + "prefs": [], + "blockID": "i1128", + "last_modified": 1480349199768, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker", + "why": "The add-on has a mechanism that updates certain configuration files from the developer’s website. This mechanism has a vulnerability that is being exploited through this website (unblocker.yt) to change security settings in Firefox and install malicious add-ons.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-03-01T21:18:33Z" + }, + "_status": "synced" + }, + { + "guid": "{97E22097-9A2F-45b1-8DAF-36AD648C7EF4}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "94fba774-c4e6-046a-bc7d-ede787a9d0fe", + "prefs": [], + "blockID": "i916", + "last_modified": 1480349199738, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1170633", + "created": "2015-06-02T09:57:38Z" + }, + "_status": "synced" + }, + { + "guid": "{b64982b1-d112-42b5-b1e4-d3867c4533f8}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "00bbe501-2d27-7a1c-c344-6eea1c707473", + "prefs": [], + "blockID": "i167", + "last_modified": 1480349199673, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Browser Manager", + "why": "This add-on is a frequent cause for browser crashes and other problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=805973", + "created": "2012-10-29T17:17:46Z" + }, + "_status": "synced" + }, + { + "guid": "{58bd07eb-0ee0-4df0-8121-dc9b693373df}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b40a60d3-b9eb-09eb-bb02-d50b27aaac9f", + "prefs": [], + "blockID": "i286", + "last_modified": 1480349199619, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Browser Protect / bProtector (malware)", + "why": "This extension is malicious and is installed under false pretenses, causing problems for many Firefox users. Note that this is not the same BrowserProtect extension that is listed on our add-ons site. That one is safe to use.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=842206", + "created": "2013-02-18T10:54:28Z" + }, + "_status": "synced" + }, + { + "guid": "trtv3@trtv.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3d4d8a33-2eff-2556-c699-9be0841a8cd4", + "prefs": [], + "blockID": "i465", + "last_modified": 1480349199560, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "TornTV", + "why": "This add-on doesn't follow our Add-on Guidelines, bypassing our third party install opt-in screen. Users who wish to continue using this extension can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=845610", + "created": "2013-11-01T15:21:49Z" + }, + "_status": "synced" + }, + { + "guid": "youtube@downloader.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "8514eaee-850c-e27a-a058-8badeeafc26e", + "prefs": [], + "blockID": "i1231", + "last_modified": 1480349199528, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube downloader", + "why": "The add-on has a mechanism that updates certain configuration files from the developer’s website. This mechanism has a vulnerability that can being exploited through this website (downloader.yt) to change security settings in Firefox and/or install malicious add-ons. \r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1278932", + "created": "2016-06-09T14:50:27Z" + }, + "_status": "synced" + }, + { + "guid": "low_quality_flash@pie2k.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "46.2", + "targetApplication": [], + "maxVersion": "47.1" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b869fae6-c18c-0d39-59a2-603814656404", + "prefs": [], + "blockID": "i658", + "last_modified": 1480349199504, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "Low Quality Flash, versions between 46.2 and 47.1", + "why": "Certain versions of the Low Quality Flash extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:27:51Z" + }, + "_status": "synced" + }, + { + "guid": "{d2cf9842-af95-48cd-b873-bfbb48cd7f5e}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e81c31fc-265e-61b9-d4c1-0e2f31f1652e", + "prefs": [], + "blockID": "i439", + "last_modified": 1480349199478, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Mixi DJ V45", + "why": "This is another instance of the previously blocked Mixi DJ add-on, which doesn't follow our Add-on Guidelines. If you wish to continue using it, it can be enabled in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=902569", + "created": "2013-08-09T16:08:18Z" + }, + "_status": "synced" + }, + { + "guid": "/^({b95faac1-a3d7-4d69-8943-ddd5a487d966}|{ecce0073-a837-45a2-95b9-600420505f7e}|{2713b394-286f-4d7c-89ea-4174eeab9f5a}|{da7a20cf-bef4-4342-ad78-0240fdf87055})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ed57d7a6-5996-c7da-8e07-1ad125183e84", + "prefs": [], + "blockID": "i624", + "last_modified": 1480349199446, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "WiseConvert", + "why": "This add-on is known to change user settings without their consent, is distributed under multiple add-on IDs, and is also correlated with reports of tab functions being broken in Firefox, in violation of the Add-on Guidelines.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947482", + "created": "2014-06-18T13:50:38Z" + }, + "_status": "synced" + }, + { + "guid": "{f894a29a-f065-40c3-bb19-da6057778493}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "39d8334e-4b7c-4336-2d90-e6aa2d783967", + "prefs": [], + "blockID": "i742", + "last_modified": 1480349199083, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Spigot Shopping Assistant", + "why": "This add-on appears to be silently installed into users' systems, and changes settings without consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080817", + "created": "2014-10-17T15:46:59Z" + }, + "_status": "synced" + }, + { + "guid": "plugin@analytic-s.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ffbed3f3-e5c9-bc6c-7530-f68f47b7efd6", + "prefs": [], + "blockID": "i467", + "last_modified": 1480349199026, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Analytics", + "why": "This add-on bypasses the external install opt in screen in Firefox, violating the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935797", + "created": "2013-11-07T14:08:48Z" + }, + "_status": "synced" + }, + { + "guid": "{C4A4F5A0-4B89-4392-AFAC-D58010E349AF}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "151021fc-ce4e-a734-e075-4ece19610f64", + "prefs": [], + "blockID": "i678", + "last_modified": 1480349198947, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "DataMngr", + "why": "This add-on is generally silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=895668", + "created": "2014-07-23T14:12:23Z" + }, + "_status": "synced" + }, + { + "guid": "HxLVJK1ioigz9WEWo8QgCs3evE7uW6LEExAniBGG@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "32e34b41-a73c-72d4-c96c-136917ad1d4d", + "prefs": [], + "blockID": "i1036", + "last_modified": 1480349198894, + "details": { + "who": "All users who have this add-on installed.", + "name": "Mega Player (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1211170", + "created": "2015-10-05T16:37:08Z" + }, + "_status": "synced" + }, + { + "guid": "{6af08a71-380e-42dd-9312-0111d2bc0630}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "96d0c12b-a6cf-4539-c1cf-a1c75c14ff24", + "prefs": [], + "blockID": "i822", + "last_modified": 1480349198826, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "{6af08a71-380e-42dd-9312-0111d2bc0630} (malware)", + "why": "This add-on appears to be malware, hiding itself in the Add-ons Manager, and keeping track of certain user actions.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1126353", + "created": "2015-01-27T09:50:40Z" + }, + "_status": "synced" + }, + { + "guid": "colmer@yopmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c394d10b-384e-cbd0-f357-9c521715c373", + "prefs": [], + "blockID": "i550", + "last_modified": 1480349198744, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Video Plugin Facebook (malware)", + "why": "This add-on is malware that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=968445", + "created": "2014-02-06T15:49:25Z" + }, + "_status": "synced" + }, + { + "guid": "fplayer@adobe.flash", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c6557989-1b59-72a9-da25-b816c4a4c723", + "prefs": [], + "blockID": "i444", + "last_modified": 1480349198667, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This add-on is malware disguised as the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=909433", + "created": "2013-08-26T14:49:48Z" + }, + "_status": "synced" + }, + { + "guid": "ascsurfingprotection@iobit.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4405f99d-c9b7-c496-1b45-268163ce29b7", + "prefs": [], + "blockID": "i740", + "last_modified": 1480349198637, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Advanced SystemCare Surfing Protection", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963776", + "created": "2014-10-17T15:39:59Z" + }, + "_status": "synced" + }, + { + "guid": "{6E19037A-12E3-4295-8915-ED48BC341614}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.7a1pre", + "maxVersion": "*" + } + ], + "maxVersion": "1.3.328.4" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "7c189c5e-f95b-0aef-e9e3-8e879336503b", + "prefs": [], + "blockID": "i24", + "last_modified": 1480349198606, + "details": { + "who": "Users of RelevantKnowledge version 1.3.328.4 and older in Firefox 4 and later.", + "name": "comScore RelevantKnowledge", + "why": "This add-on causes a high volume of Firefox crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=615518", + "created": "2011-03-02T17:42:56Z" + }, + "_status": "synced" + }, + { + "guid": "crossriderapp4926@crossrider.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "0.81.43" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5ee3e72e-96fb-c150-fc50-dd581e960963", + "prefs": [], + "blockID": "i91", + "last_modified": 1480349198547, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Remove My Timeline (malware)", + "why": "Versions of this add-on prior to 0.81.44 automatically post message to users' walls and hide them from their view. Version 0.81.44 corrects this.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=754648", + "created": "2012-05-14T14:16:43Z" + }, + "_status": "synced" + }, + { + "guid": "/^(93abedcf-8e3a-4d02-b761-d1441e437c09@243f129d-aee2-42c2-bcd1-48858e1c22fd\\.com|9acfc440-ac2d-417a-a64c-f6f14653b712@09f9a966-9258-4b12-af32-da29bdcc28c5\\.com|58ad0086-1cfb-48bb-8ad2-33a8905572bc@5715d2be-69b9-4930-8f7e-64bdeb961cfd\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d8d25967-9814-3b65-0787-a0525c16e11e", + "prefs": [], + "blockID": "i544", + "last_modified": 1480349198510, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using it, it can be enabled in the Add-ons Manager.", + "name": "SuperLyrics", + "why": "This add-on is in violation of the Add-on Guidelines, using multiple add-on IDs and potentially doing other unwanted activities.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=949596", + "created": "2014-01-30T11:51:19Z" + }, + "_status": "synced" + }, + { + "guid": "wHO@W9.net", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4beb917f-68f2-1f91-beed-dff6d83006f8", + "prefs": [], + "blockID": "i980", + "last_modified": 1480349198483, + "details": { + "who": "All users who have this add-on installed.", + "name": "BestSavEFOrYoU (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1192468", + "created": "2015-08-11T11:20:01Z" + }, + "_status": "synced" + }, + { + "guid": "frhegnejkgner@grhjgewfewf.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fb6ab4ce-5517-bd68-2cf7-a93a109a528a", + "prefs": [], + "blockID": "i1040", + "last_modified": 1480349198458, + "details": { + "who": "All users who have this add-on installed.", + "name": "Async Codec (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1212451", + "created": "2015-10-07T13:03:37Z" + }, + "_status": "synced" + }, + { + "guid": "firefox@luckyleap.net", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3a9e04c7-5e64-6297-8442-2816915aad77", + "prefs": [], + "blockID": "i471", + "last_modified": 1480349198433, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:38:33Z" + }, + "_status": "synced" + }, + { + "guid": "auto-plugin-checker@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3e202419-5318-2025-b579-c828af24a06e", + "prefs": [], + "blockID": "i1210", + "last_modified": 1480349198401, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "auto-plugin-checker", + "why": "This add-on reports every visited URL to a third party without disclosing it to the user.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1270175", + "created": "2016-05-04T16:25:27Z" + }, + "_status": "synced" + }, + { + "guid": "lugcla21@gmail.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "b6943f35-9429-1f8e-bf8e-fe37979fe183", + "prefs": [], + "blockID": "i432", + "last_modified": 1480349198372, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "FB Color Changer (malware)", + "why": "This add-on includes malicious code that spams users' Facebook accounts with unwanted messages.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=902072", + "created": "2013-08-06T13:16:22Z" + }, + "_status": "synced" + }, + { + "guid": "{99079a25-328f-4bd4-be04-00955acaa0a7}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "16008331-8b47-57c8-a6f7-989914d1cb8a", + "prefs": [], + "blockID": "i402", + "last_modified": 1480349198341, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Searchqu", + "why": "This group of add-ons is silently installed, bypassing our install opt-in screen. This violates our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=835678", + "created": "2013-06-25T15:16:17Z" + }, + "_status": "synced" + }, + { + "guid": "{81b13b5d-fba1-49fd-9a6b-189483ac548a}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "76debc7b-b875-6da4-4342-1243cbe437f6", + "prefs": [], + "blockID": "i473", + "last_modified": 1480349198317, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:38:43Z" + }, + "_status": "synced" + }, + { + "guid": "{e935dd68-f90d-46a6-b89e-c4657534b353}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "97fdc235-ac1a-9f20-1b4a-17c2f0d89ad1", + "prefs": [], + "blockID": "i732", + "last_modified": 1480349198260, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Sites Pro", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-16T16:38:24Z" + }, + "_status": "synced" + }, + { + "guid": "{32da2f20-827d-40aa-a3b4-2fc4a294352e}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6c980c8e-4a3c-7912-4a3a-80add457575a", + "prefs": [], + "blockID": "i748", + "last_modified": 1480349198223, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Start Page", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963787", + "created": "2014-10-17T16:02:20Z" + }, + "_status": "synced" + }, + { + "guid": "chinaescapeone@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fbd89a9d-9c98-8481-e4cf-93e327ca8be1", + "prefs": [], + "blockID": "i431", + "last_modified": 1480349198192, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "F-Secure Security Pack (malware)", + "why": "This is a malicious add-on that uses a deceptive name and hijacks social networks.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=901770", + "created": "2013-08-05T16:43:24Z" + }, + "_status": "synced" + }, + { + "guid": "{cc6cc772-f121-49e0-b1f0-c26583cb0c5e}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "debcd28c-884b-ca42-d983-6fabf91034dd", + "prefs": [], + "blockID": "i716", + "last_modified": 1480349198148, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Website Counselor", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-02T12:12:34Z" + }, + "_status": "synced" + }, + { + "guid": "{906000a4-88d9-4d52-b209-7a772970d91f}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "326d05b9-ace7-67c6-b094-aad926c185a5", + "prefs": [], + "blockID": "i474", + "last_modified": 1480349197744, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Installer bundle (malware)", + "why": "This add-on is part of a malicious Firefox installer bundle.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=935779", + "created": "2013-11-07T15:38:48Z" + }, + "_status": "synced" + }, + { + "guid": "{A34CAF42-A3E3-11E5-945F-18C31D5D46B0}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2230a5ce-a8f8-a20a-7974-3b960a03aba9", + "prefs": [ + "security.csp.enable", + "security.fileuri.strict_origin_policy", + "security.mixed_content.block_active_content" + ], + "blockID": "i1227", + "last_modified": 1480349197699, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "Mococheck WAP browser", + "why": "This add-on downgrades the security of all iframes from https to http and changes important Firefox security preferences.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1274995", + "created": "2016-05-31T15:45:53Z" + }, + "_status": "synced" + }, + { + "guid": "{AB2CE124-6272-4b12-94A9-7303C7397BD1}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [], + "maxVersion": "5.2.0.7164" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "60e16015-1803-197a-3241-484aa961d18f", + "prefs": [], + "blockID": "i20", + "last_modified": 1480349197667, + "details": { + "who": "Users of Skype extension versions below 5.2.0.7165 for all versions of Firefox.", + "name": "Skype extension", + "why": "This add-on causes a high volume of Firefox crashes and introduces severe performance issues. Please update to the latest version. For more information, please read our announcement.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=627278", + "created": "2011-01-20T18:39:25Z" + }, + "_status": "synced" + }, + { + "guid": "f6682b47-e12f-400b-9bc0-43b3ccae69d1@39d6f481-b198-4349-9ebe-9a93a86f9267.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a7ae65cd-0869-67e8-02f8-6d22c56a83d4", + "prefs": [], + "blockID": "i682", + "last_modified": 1480349197636, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "enformation", + "why": "This add-on is being silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1043017", + "created": "2014-08-04T16:07:20Z" + }, + "_status": "synced" + }, + { + "guid": "rally_toolbar_ff@bulletmedia.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4ac6eb63-b51a-3296-5b02-bae77f424032", + "prefs": [], + "blockID": "i537", + "last_modified": 1480349197604, + "details": { + "who": "All Firefox users who have this extension installed. If you want to continue using it, you can enable it in the Add-ons Manager.", + "name": "Rally Toolbar", + "why": "The installer that includes this add-on violates the Add-on Guidelines by silently installing it.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=950267", + "created": "2014-01-23T15:51:48Z" + }, + "_status": "synced" + }, + { + "guid": "x77IjS@xU.net", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "4771da14-bcf2-19b1-3d71-bc61a1c7d457", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i774", + "last_modified": 1480349197578, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "YoutubeAdBlocke", + "why": "This add-on is silently installed and changes user settings without consent, in violation of the Add-on Guidelines\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1076771", + "created": "2014-10-31T16:22:53Z" + }, + "_status": "synced" + }, + { + "guid": "{49c53dce-afa0-49a1-a08b-2eb8e8444128}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5f08d720-58c2-6acb-78ad-7af45c82c90b", + "prefs": [], + "blockID": "i441", + "last_modified": 1480349197550, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "ytbyclick", + "why": "This add-on is silently installed, violating our Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844985", + "created": "2013-08-09T16:58:50Z" + }, + "_status": "synced" + }, + { + "guid": "searchengine@gmail.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "46de4f6e-2b29-7334-ebbb-e0048f114f7b", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i886", + "last_modified": 1480349197525, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-on Manager.", + "name": "Search Enginer", + "why": "This add-on appears to be malware, being silently installed and hijacking user settings, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1152555", + "created": "2015-04-10T16:25:21Z" + }, + "_status": "synced" + }, + { + "guid": "{bb7b7a60-f574-47c2-8a0b-4c56f2da9802}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f222ceb2-9b69-89d1-8dce-042d8131a12e", + "prefs": [], + "blockID": "i754", + "last_modified": 1480349197500, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "AdvanceElite", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080850", + "created": "2014-10-17T16:27:32Z" + }, + "_status": "synced" + }, + { + "guid": "/^(test3@test.org|test2@test.org|test@test.org|support@mozilla.org)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "afd2a0d7-b050-44c9-4e45-b63696d9b22f", + "prefs": [], + "blockID": "i1119", + "last_modified": 1480349197468, + "details": { + "who": "All users who have these add-ons installed.", + "name": "test.org add-ons (malware)", + "why": "These add-ons are malicious, or at least attempts at being malicious, using misleading names and including risky code.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1242721", + "created": "2016-01-25T13:31:43Z" + }, + "_status": "synced" + }, + { + "guid": "/^((34qEOefiyYtRJT@IM5Munavn\\.com)|(Mro5Fm1Qgrmq7B@ByrE69VQfZvZdeg\\.com)|(KtoY3KGxrCe5ie@yITPUzbBtsHWeCdPmGe\\.com)|(9NgIdLK5Dq4ZMwmRo6zk@FNt2GCCLGyUuOD\\.com)|(NNux7bWWW@RBWyXdnl6VGls3WAwi\\.com)|(E3wI2n@PEHTuuNVu\\.com)|(2d3VuWrG6JHBXbQdbr@3BmSnQL\\.com))$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5be3a399-af3e-644e-369d-628273b3fdc2", + "prefs": [], + "blockID": "i324", + "last_modified": 1480349197432, + "details": { + "who": "All users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This extension is malware, installed pretending to be the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=841791", + "created": "2013-03-22T14:48:00Z" + }, + "_status": "synced" + }, + { + "guid": "axtara__web@axtara.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.1.1" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c58be1c9-3d63-a948-219f-e3225e1eec8e", + "prefs": [], + "blockID": "i1263", + "last_modified": 1480349197404, + "details": { + "who": "All users who have version 1.1.1 or less of this add-on installed.", + "name": "AXTARA Search (pre 1.1.2)", + "why": "Old versions of this add-on contained code from YouTube Unblocker, which was originally blocked due to malicious activity. Version 1.1.2 is now okay.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-08-17T16:47:06Z" + }, + "_status": "synced" + }, + { + "guid": "{8f894ed3-0bf2-498e-a103-27ef6e88899f}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bebc9e15-59a1-581d-0163-329d7414edff", + "prefs": [], + "blockID": "i792", + "last_modified": 1480349197368, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "ExtraW", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-26T13:49:30Z" + }, + "_status": "synced" + }, + { + "guid": "profsites@pr.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0d6d84d7-0b3f-c5ab-57cc-6b66b0775a23", + "prefs": [], + "blockID": "i734", + "last_modified": 1480349197341, + "details": { + "who": "All Firefox users who have this add-on installed.\r\n", + "name": "ProfSites", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-16T16:39:26Z" + }, + "_status": "synced" + }, + { + "guid": "{872b5b88-9db5-4310-bdd0-ac189557e5f5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e8da89c4-c585-77e4-9872-591d20723a7e", + "prefs": [], + "blockID": "i497", + "last_modified": 1480349197240, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "DVDVideoSoft Menu", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making settings changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=945530", + "created": "2013-12-03T16:08:09Z" + }, + "_status": "synced" + }, + { + "guid": "123456789@offeringmedia.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6d0a7dda-d92a-c8e2-21be-c92b0a88ac8d", + "prefs": [], + "blockID": "i664", + "last_modified": 1480349197208, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Taringa MP3 / Adobe Flash", + "why": "This is a malicious add-on that attempts to hide itself by impersonating the Adobe Flash plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:41:24Z" + }, + "_status": "synced" + }, + { + "guid": "firefoxdav@icloud.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.4.22" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2dddd7a7-b081-45e2-3eeb-2a7f76a1465f", + "prefs": [], + "blockID": "i1214", + "last_modified": 1480349197172, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "iCloud Bookmarks", + "why": "This add-on is causing frequent and persistent crashing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1271358", + "created": "2016-05-17T16:55:39Z" + }, + "_status": "synced" + }, + { + "guid": "youplayer@addons.mozilla.org", + "versionRange": [ + { + "severity": 3, + "minVersion": "79.9.8", + "targetApplication": [], + "maxVersion": "208.0.1" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "82dca22b-b889-5d9d-3fc9-b2184851f2d1", + "prefs": [], + "blockID": "i660", + "last_modified": 1480349197136, + "details": { + "who": "All Firefox users who have this version of the add-on installed.", + "name": "YouPlayer, versions between 79.9.8 and 208.0.1", + "why": "Certain versions of the YouPlayer extension weren't developed by the original developer, and are likely malicious in nature. This violates the Add-on Guidelines for reusing an already existent ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1036757", + "created": "2014-07-10T15:31:04Z" + }, + "_status": "synced" + }, + { + "guid": "{df6bb2ec-333b-4267-8c4f-3f27dc8c6e07}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5867c409-b342-121e-3c3b-426e2f0ba1d4", + "prefs": [], + "blockID": "i487", + "last_modified": 1480349197109, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook 2013 (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=940681", + "created": "2013-11-19T14:59:45Z" + }, + "_status": "synced" + }, + { + "guid": "/^({4e988b08-8c51-45c1-8d74-73e0c8724579}|{93ec97bf-fe43-4bca-a735-5c5d6a0a40c4}|{aed63b38-7428-4003-a052-ca6834d8bad3}|{0b5130a9-cc50-4ced-99d5-cda8cc12ae48}|{C4CFC0DE-134F-4466-B2A2-FF7C59A8BFAD})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1a3a26a2-cdaa-e5ba-f6ac-47b98ae2cc26", + "prefs": [], + "blockID": "i524", + "last_modified": 1480349197082, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "SweetPacks", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947481", + "created": "2013-12-20T13:43:21Z" + }, + "_status": "synced" + }, + { + "guid": "foxyproxy@eric.h.jung", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{3550f703-e582-4d05-9a08-453d09bdfdc6}", + "minVersion": "38.0a2", + "maxVersion": "*" + }, + { + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "minVersion": "2.35", + "maxVersion": "*" + } + ], + "maxVersion": "4.5.5" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5ee8203d-bea2-6cd5-9ba0-d1922ffb3d21", + "prefs": [], + "blockID": "i950", + "last_modified": 1480349197056, + "details": { + "who": "All users who have this add-on installed on Thunderbird 38 and above.", + "name": "FoxyProxy Standard for Thunderbird", + "why": "This add-on is causing consistent startup crashes on Thunderbird 38 and above.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183890", + "created": "2015-07-15T09:34:44Z" + }, + "_status": "synced" + }, + { + "guid": "{82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "43.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "7.5.0.9082" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "484f8386-c415-7499-a8a0-f4e16f5a142f", + "prefs": [], + "blockID": "i1056", + "last_modified": 1480349197027, + "details": { + "who": "All users who have this add-on installed in Firefox 43 and above. User who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Skype Click to Call", + "why": "This add-on is associated with frequent shutdown crashes in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1225639", + "created": "2015-11-17T14:03:05Z" + }, + "_status": "synced" + }, + { + "guid": "{22119944-ED35-4ab1-910B-E619EA06A115}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0.1", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "8.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "7.9.20.6" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "5f7f9e13-d3e8-ea74-8341-b83e36d67d94", + "prefs": [], + "blockID": "i45", + "last_modified": 1480349196995, + "details": { + "who": "Users of version 7.9.20.6 of RoboForm Toolbar and earlier on Firefox 48 and above.", + "name": "Roboform", + "why": "Older versions of the RoboForm Toolbar add-on are causing crashes in Firefox 48 and above. The developer has released a fix, available in versions 7.9.21+.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=699134", + "created": "2011-11-19T06:14:56Z" + }, + "_status": "synced" + }, + { + "guid": "{87b5a11e-3b54-42d2-9102-0a7cb1f79ebf}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1ba0e57c-4c0c-4eb6-26e7-c2016769c343", + "prefs": [], + "blockID": "i838", + "last_modified": 1480349196965, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Cyti Web (malware)", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128327", + "created": "2015-02-06T14:29:12Z" + }, + "_status": "synced" + }, + { + "guid": "/^({bf67a47c-ea97-4caf-a5e3-feeba5331231}|{24a0cfe1-f479-4b19-b627-a96bf1ea3a56})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fc442b64-1b5d-bebb-c486-f431b154f3db", + "prefs": [], + "blockID": "i542", + "last_modified": 1480349196622, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "MixiDJ (malware)", + "why": "This add-on has been repeatedly blocked before and keeps showing up with new add-on IDs, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963819", + "created": "2014-01-28T14:10:49Z" + }, + "_status": "synced" + }, + { + "guid": "/^({ebd898f8-fcf6-4694-bc3b-eabc7271eeb1}|{46008e0d-47ac-4daa-a02a-5eb69044431a}|{213c8ed6-1d78-4d8f-8729-25006aa86a76}|{fa23121f-ee7c-4bd8-8c06-123d087282c5}|{19803860-b306-423c-bbb5-f60a7d82cde5})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "ffd184fa-aa8f-8a75-ff00-ce285dec5b22", + "prefs": [], + "blockID": "i622", + "last_modified": 1480349196597, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "WiseConvert", + "why": "This add-on is known to change user settings without their consent, is distributed under multiple add-on IDs, and is also correlated with reports of tab functions being broken in Firefox, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947482", + "created": "2014-06-18T13:48:26Z" + }, + "_status": "synced" + }, + { + "guid": "/^({fa95f577-07cb-4470-ac90-e843f5f83c52}|ffxtlbr@speedial\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "130c7419-f727-a2fb-3891-627bc69a43bb", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i696", + "last_modified": 1480349196565, + "details": { + "who": "All Firefox users who have any of these add-ons installed. Users who wish to continue using these add-ons can enable them in the Add-ons Manager.", + "name": "Speedial", + "why": "These add-ons are silently installed and change homepage and search defaults without user consent, in violation of the Add-on Guidelines. They are also distributed under more than one add-on ID.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1031115", + "created": "2014-08-21T13:55:41Z" + }, + "_status": "synced" + }, + { + "guid": "pennerdu@faceobooks.ws", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "fb83e48e-a780-9d06-132c-9ecc65b43674", + "prefs": [], + "blockID": "i442", + "last_modified": 1480349196541, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Console Video (malware)", + "why": "This is a malicious add-on that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=904050", + "created": "2013-08-13T14:00:36Z" + }, + "_status": "synced" + }, + { + "guid": "anttoolbar@ant.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "2.4.6.4", + "targetApplication": [], + "maxVersion": "2.4.6.4" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "9eef435b-39d4-2b73-0810-44b0d3ff52ad", + "prefs": [], + "blockID": "i88", + "last_modified": 1480349196509, + "details": { + "who": "All Firefox users who have installed version 2.4.6.4 of the Ant Video Downloader and Player add-on.", + "name": "Ant Video Downloader and Player", + "why": "Version 2.4.6.4 of the Ant Video Downloader and Player add-on is causing a very high number of crashes in Firefox. There's an updated version 2.4.6.5 that doesn't have this problem. All users are recommended to update as soon as possible.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=748269", + "created": "2012-05-01T10:32:11Z" + }, + "_status": "synced" + }, + { + "guid": "{E90FA778-C2B7-41D0-9FA9-3FEC1CA54D66}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "83eb6337-a3b6-84e4-e76c-ee9200b80796", + "prefs": [], + "blockID": "i446", + "last_modified": 1480349196471, + "details": { + "who": "All Firefox users who have this add-on installed. The add-on can be enabled again in the Add-ons Manager.", + "name": "YouTube to MP3 Converter", + "why": "This add-on is installed silently, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=788838", + "created": "2013-09-06T15:59:29Z" + }, + "_status": "synced" + }, + { + "guid": "{ad7ce998-a77b-4062-9ffb-1d0b7cb23183}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "633f9999-c81e-bd7a-e756-de7d34feb39d", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i804", + "last_modified": 1480349196438, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astromenda Search Addon", + "why": "This add-on is silently installed and is considered malware, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1080839", + "created": "2014-12-15T10:53:58Z" + }, + "_status": "synced" + }, + { + "guid": "{52b0f3db-f988-4788-b9dc-861d016f4487}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "0.1.9999999" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cba0ac44-90f9-eabb-60b0-8da2b645e067", + "prefs": [], + "blockID": "i584", + "last_modified": 1480349196363, + "details": { + "who": "All Firefox users who have these add-ons installed. If you wish to continue using these add-ons, you can enable them in the Add-ons Manager.", + "name": "Web Check (Free Driver Scout bundle)", + "why": "Versions of this add-on are silently installed by the Free Driver Scout installer, in violation of our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974104", + "created": "2014-05-22T11:07:00Z" + }, + "_status": "synced" + }, + { + "guid": "dodatek@flash2.pl", + "versionRange": [ + { + "severity": 3, + "minVersion": "1.3", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "2dab5211-f9ec-a1bf-c617-6f94f28b5ee1", + "prefs": [], + "blockID": "i1279", + "last_modified": 1480349196331, + "details": { + "who": "Any user with version 1.3 or newer of this add-on installed.", + "name": "Aktualizacja Flash WORK addon", + "why": "This add-on claims to be a flash plugin and it does some work on youtube, but it also steals your facebook and adfly credentials and sends them to a remote server.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1312748", + "created": "2016-10-27T15:52:00Z" + }, + "_status": "synced" + }, + { + "guid": "{2d069a16-fca1-4e81-81ea-5d5086dcbd0c}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e3f77f3c-b1d6-3b29-730a-846007b9cb16", + "prefs": [], + "blockID": "i440", + "last_modified": 1480349196294, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "GlitterFun", + "why": "This add-on is installed silently and doesn't follow many other of the Add-on Guidelines. If you want to continue using this add-on, you can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=903647", + "created": "2013-08-09T16:26:46Z" + }, + "_status": "synced" + }, + { + "guid": "xivars@aol.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3303d201-7006-3c0d-5fd5-45503e2e690c", + "prefs": [], + "blockID": "i501", + "last_modified": 1480349196247, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Video Plugin Facebook (malware)", + "why": "This is a malicious Firefox extension that uses a deceptive name and hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=946420", + "created": "2013-12-04T15:34:32Z" + }, + "_status": "synced" + }, + { + "guid": "2bbadf1f-a5af-499f-9642-9942fcdb7c76@f05a14cc-8842-4eee-be17-744677a917ed.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1b72889b-90e6-ea58-4fe8-d48257df7d8b", + "prefs": [], + "blockID": "i700", + "last_modified": 1480349196212, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "PIX Image Viewer", + "why": "This add-on is widely considered malware and is apparently installed silently into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1052599", + "created": "2014-08-21T16:15:16Z" + }, + "_status": "synced" + }, + { + "guid": "/^[0-9a-f]+@[0-9a-f]+\\.info/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "0c654540-00f2-0ad4-c9be-7ca2ace5341e", + "prefs": [], + "blockID": "i256", + "last_modified": 1480349196184, + "details": { + "who": "All Firefox users who have installed any of these add-ons.", + "name": "Codec extensions (malware)", + "why": "The set of extensions labeled as Codec, Codec-M, Codec-C and other names are malware being distributed as genuine add-ons.\r\n\r\nIf you think an add-on you installed was incorrectly blocked and the block dialog pointed you to this page, please comment on this blog post.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806451", + "created": "2013-01-22T12:16:13Z" + }, + "_status": "synced" + }, + { + "guid": "toolbar@ask.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "3.15.5", + "targetApplication": [], + "maxVersion": "3.15.5.*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "51c4ab3b-9ad3-c5c3-98c8-a220025fc5a3", + "prefs": [], + "blockID": "i600", + "last_modified": 1480349196158, + "details": { + "who": "All Firefox users who have these versions of the Ask Toolbar installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Ask Toolbar (old Avira Security Toolbar bundle)", + "why": "Certain old versions of the Ask Toolbar are causing problems to users when trying to open new tabs. Using more recent versions of the Ask Toolbar should also fix this problem.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1024719", + "created": "2014-06-12T14:16:08Z" + }, + "_status": "synced" + }, + { + "guid": "{729c9605-0626-4792-9584-4cbe65b243e6}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "3c588238-2501-6a53-65ea-5c8ff0f3e51d", + "prefs": [], + "blockID": "i788", + "last_modified": 1480349196123, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Browser Ext Assistance", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-20T10:07:19Z" + }, + "_status": "synced" + }, + { + "guid": "unblocker20__web@unblocker.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "de305335-e9f3-f410-cf5c-f88b7ad4b088", + "prefs": [], + "blockID": "i1213", + "last_modified": 1480349196088, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker 2.0", + "why": "This add-on is a copy of YouTube Unblocker, which was originally blocked due to malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-05-09T17:28:18Z" + }, + "_status": "synced" + }, + { + "guid": "webbooster@iminent.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d894ea79-8215-7a0c-b0e9-be328c3afceb", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i630", + "last_modified": 1480349196032, + "details": { + "who": "All Firefox users who have any of these add-ons installed. Users who wish to continue using them can enable them in the Add-ons Manager.", + "name": "Iminent Minibar", + "why": "These add-ons have been silently installed repeatedly, and change settings without user consent, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=866943", + "created": "2014-06-26T15:49:27Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-uabu5A9hduqzCw@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "31397419-3dfa-9db3-f1aa-e812d4220669", + "prefs": [], + "blockID": "i1016", + "last_modified": 1480349196001, + "details": { + "who": "All users who have this add-on installed.", + "name": "SpeedFox (malware)", + "why": "This add-on is injecting unwanted and unexpected advertisements into all web pages, and masking this behavior as ad-blocking in its code.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1208051", + "created": "2015-09-24T09:49:42Z" + }, + "_status": "synced" + }, + { + "guid": "/^firefox@(jumpflip|webconnect|browsesmart|mybuzzsearch|outobox|greygray|lemurleap|divapton|secretsauce|batbrowse|whilokii|linkswift|qualitink|browsefox|kozaka|diamondata|glindorus|saltarsmart|bizzybolt|websparkle)\\.(com?|net|org|info|biz)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bfaf3510-397e-48e6-cc4f-74202aaaed54", + "prefs": [], + "blockID": "i548", + "last_modified": 1480349195955, + "details": { + "who": "All Firefox users who have one or more of these add-ons installed. If you wish to continue using any of these add-ons, they can be enabled in the Add-ons Manager.", + "name": "Yontoo add-ons", + "why": "A large amount of add-ons developed by Yontoo are known to be silently installed and otherwise violate the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=937405", + "created": "2014-01-30T15:06:01Z" + }, + "_status": "synced" + }, + { + "guid": "firefox@bandoo.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "5.0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "3.7a1pre", + "maxVersion": "*" + } + ], + "maxVersion": "5.0" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bd487cf4-3f6a-f956-a6e9-842ac8deeac5", + "prefs": [], + "blockID": "i23", + "last_modified": 1480349195915, + "details": { + "who": "Users of Bandoo version 5.0 for Firefox 3.6 and later.", + "name": "Bandoo", + "why": "This add-on causes a high volume of Firefox crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=629634", + "created": "2011-03-01T23:30:23Z" + }, + "_status": "synced" + }, + { + "guid": "5nc3QHFgcb@r06Ws9gvNNVRfH.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "dc71fcf5-fae4-5a5f-6455-ca7bbe4202db", + "prefs": [], + "blockID": "i372", + "last_modified": 1480349195887, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Flash Player 11 (malware)", + "why": "This add-on is malware pretending to be the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=875752", + "created": "2013-06-18T13:23:40Z" + }, + "_status": "synced" + }, + { + "guid": "/^(7tG@zEb\\.net|ru@gfK0J\\.edu)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "cfe42207-67a9-9b88-f80c-994e6bdd0c55", + "prefs": [], + "blockID": "i854", + "last_modified": 1480349195851, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "youtubeadblocker (malware)", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=952255", + "created": "2015-02-09T15:41:36Z" + }, + "_status": "synced" + }, + { + "guid": "{a7aae4f0-bc2e-a0dd-fb8d-68ce32c9261f}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "30ecd9b9-4023-d9ef-812d-f1a75bb189b0", + "prefs": [], + "blockID": "i378", + "last_modified": 1480349195823, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Myanmar Extension for Facebook (malware)", + "why": "This extension is malware that hijacks Facebook accounts for malicious purposes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=865090", + "created": "2013-06-18T15:58:54Z" + }, + "_status": "synced" + }, + { + "guid": "a88a77ahjjfjakckmmabsy278djasi@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f801f112-3e8f-770f-10db-384349a36026", + "prefs": [], + "blockID": "i1034", + "last_modified": 1480349195798, + "details": { + "who": "All users who have this add-on installed.", + "name": "Fast Unlock (malware)", + "why": "This is a malicious add-on that takes over Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1211171", + "created": "2015-10-05T16:28:48Z" + }, + "_status": "synced" + }, + { + "guid": "crossriderapp5060@crossrider.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "a37f76ac-7b77-b5a3-bac8-addaacf34bae", + "prefs": [], + "blockID": "i228", + "last_modified": 1480349195769, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Savings Sidekick", + "why": "This add-on is silently side-installed by other software, and it overrides user preferences and inserts advertisements in web content.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=810016", + "created": "2012-11-29T16:31:13Z" + }, + "_status": "synced" + }, + { + "guid": "/^(saamazon@mybrowserbar\\.com)|(saebay@mybrowserbar\\.com)$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e072a461-ee5a-c83d-8d4e-5686eb585a15", + "prefs": [], + "blockID": "i672", + "last_modified": 1480349195347, + "details": { + "who": "All Firefox users who have these add-ons installed. Users wishing to continue using these add-ons can enable them in the Add-ons Manager.", + "name": "Spigot Shopping Assistant", + "why": "These add-ons are being silently installed, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1011337", + "created": "2014-07-22T15:13:57Z" + }, + "_status": "synced" + }, + { + "guid": "{b99c8534-7800-48fa-bd71-519a46cdc7e1}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f411bb0f-7c82-9061-4a80-cabc8ff45beb", + "prefs": [], + "blockID": "i596", + "last_modified": 1480349195319, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "BrowseMark", + "why": "This add-on is silently installed, in violation with our Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1011325", + "created": "2014-06-12T13:19:59Z" + }, + "_status": "synced" + }, + { + "guid": "/^({94d62e35-4b43-494c-bf52-ba5935df36ef}|firefox@advanceelite\\.com|{bb7b7a60-f574-47c2-8a0b-4c56f2da9802})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "e3d52650-d3e2-4cef-71f7-e6188f56fe4d", + "prefs": [], + "blockID": "i856", + "last_modified": 1480349195286, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "AdvanceElite (malware)", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1130323", + "created": "2015-02-09T15:51:11Z" + }, + "_status": "synced" + }, + { + "guid": "{458fb825-2370-4973-bf66-9d7142141847}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "32c5baa7-d547-eaab-302d-b873c83bfe2d", + "prefs": [ + "app.update.auto", + "app.update.enabled", + "app.update.interval", + "app.update.url" + ], + "blockID": "i1024", + "last_modified": 1480349195258, + "details": { + "who": "All users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Web Shield", + "why": "This add-on hides itself in the Add-ons Manager, interrupts the Firefox update process, and reportedly causes other problems to users, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1209588", + "created": "2015-09-29T09:25:27Z" + }, + "_status": "synced" + }, + { + "guid": "{f2456568-e603-43db-8838-ffa7c4a685c7}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "93568fa2-0cb7-4e1d-e893-d7261e81547c", + "prefs": [], + "blockID": "i778", + "last_modified": 1480349195215, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Sup-SW", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-11-07T13:53:13Z" + }, + "_status": "synced" + }, + { + "guid": "{77BEC163-D389-42c1-91A4-C758846296A5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "080edbac-25d6-e608-abdd-feb1ce7a9a77", + "prefs": [], + "blockID": "i566", + "last_modified": 1480349195185, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-on Manager.", + "name": "V-Bates", + "why": "This add-on is silently installed into Firefox, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=964594", + "created": "2014-03-05T13:20:54Z" + }, + "_status": "synced" + }, + { + "guid": "helper@vidscrab.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "36b2e1e0-5fda-bde3-db55-dfcbe24dfd04", + "prefs": [], + "blockID": "i1077", + "last_modified": 1480349195157, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using the add-on can enable it in the Add-ons Manager.", + "name": "YouTube Video Downloader (from AddonCrop)", + "why": "This add-on injects remote scripts and injects unwanted content into web pages.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1231010", + "created": "2016-01-14T14:32:53Z" + }, + "_status": "synced" + }, + { + "guid": "/^ext@WebexpEnhancedV1alpha[0-9]+\\.net$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c7d6a30d-f3ee-40fb-5256-138dd4593a61", + "prefs": [], + "blockID": "i535", + "last_modified": 1480349195123, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, it can be enabled in the Add-ons Manager.", + "name": "Webexp Enhanced", + "why": "This add-on is generally unwanted by users and uses multiple random IDs in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=952717", + "created": "2014-01-09T11:22:19Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-XLjasWL55iEE1Q@jetpack", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "1e75b2f0-02fc-77a4-ad2f-52a4caff1a71", + "prefs": [], + "blockID": "i578", + "last_modified": 1480349195058, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This is a malicious add-on that presents itself as \"Flash Player\" but is really injecting unwanted content into Facebook pages.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1002037", + "created": "2014-04-28T16:25:03Z" + }, + "_status": "synced" + }, + { + "guid": "{a3a5c777-f583-4fef-9380-ab4add1bc2a8}", + "versionRange": [ + { + "severity": 3, + "minVersion": "4.2", + "targetApplication": [], + "maxVersion": "4.2" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "91e551b9-7e94-60e2-f1bd-52f25844ab16", + "prefs": [], + "blockID": "i142", + "last_modified": 1480349195007, + "details": { + "who": "Todos los usuarios de Firefox que instalaron la versión 4.2 del complemento Cuevana Stream.\r\n\r\nAll Firefox users who have installed version 4.2 of the Cuevana Stream add-on.", + "name": "Cuevana Stream (malicious version)", + "why": "Español\r\nUna versión maliciosa del complemento Cuevana Stream (4.2) fue colocada en el sitio Cuevana y distribuida a muchos usuarios del sitio. Esta versión recopila información de formularios web y los envía a una dirección remota con fines maliciosos. Se le recomienda a todos los usuarios que instalaron esta versión que cambien sus contraseñas inmediatamente, y que se actualicen a la nueva versión segura, que es la 4.3.\r\n\r\nEnglish\r\nA malicious version of the Cuevana Stream add-on (4.2) was uploaded to the Cuevana website and distributed to many of its users. This version takes form data and sends it to a remote location with malicious intent. It is recommended that all users who installed this version to update their passwords immediately, and update to the new safe version, version 4.3.\r\n\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=792132", + "created": "2012-09-18T13:37:47Z" + }, + "_status": "synced" + }, + { + "guid": "{34712C68-7391-4c47-94F3-8F88D49AD632}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "39.0a1", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "dd350efb-34ac-2bb5-5afd-eed722dbb916", + "prefs": [], + "blockID": "i922", + "last_modified": 1480349194976, + "details": { + "who": "All Firefox users who have this add-on installed in Firefox 39 and above.\r\n", + "name": "RealPlayer Browser Record Plugin", + "why": "Certain versions of this extension are causing startup crashes in Firefox 39 and above.\r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1173154", + "created": "2015-06-09T15:27:31Z" + }, + "_status": "synced" + }, + { + "guid": "PDVDZDW52397720@XDDWJXW57740856.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "c33e950c-c977-ed89-c86a-3be8c4be1967", + "prefs": [ + "browser.startup.homepage", + "browser.search.defaultenginename" + ], + "blockID": "i846", + "last_modified": 1480349194949, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Ge-Force", + "why": "This add-on is silently installed and attempts to change user settings like the home page and default search, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128320", + "created": "2015-02-06T15:03:39Z" + }, + "_status": "synced" + }, + { + "guid": "{977f3b97-5461-4346-92c8-a14c749b77c9}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f105bdc7-7ebd-587c-6344-1533249f50b3", + "prefs": [], + "blockID": "i69", + "last_modified": 1480349194919, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Zuperface+", + "why": "This add-on adds apps to users' accounts, with full access permissions, and sends spam posts using these apps, all without any consent from users.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=729356", + "created": "2012-02-22T16:41:23Z" + }, + "_status": "synced" + }, + { + "guid": "discoverypro@discoverypro.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "34eab242-6fbc-a459-a89e-0dc1a0b8355d", + "prefs": [], + "blockID": "i582", + "last_modified": 1480349194878, + "details": { + "who": "All Firefox users who have this add-on installed. If you wish to continue using this add-on, you can enabled it in the Add-ons Manager.", + "name": "Website Discovery Pro", + "why": "This add-on is silently installed by the CNET installer for MP3 Rocket and probably other software packages. This is in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1004231", + "created": "2014-04-30T16:10:03Z" + }, + "_status": "synced" + }, + { + "guid": "jid1-bKSXgRwy1UQeRA@jetpack", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f701b790-b266-c69d-0fba-f2d189cb0f34", + "prefs": [], + "blockID": "i680", + "last_modified": 1480349194851, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Trusted Shopper", + "why": "This add-on is silently installed into user's systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=979856", + "created": "2014-08-01T16:34:01Z" + }, + "_status": "synced" + }, + { + "guid": "bcVX5@nQm9l.org", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "f8d6d4e1-b9e6-07f5-2b49-192106a45d82", + "prefs": [], + "blockID": "i848", + "last_modified": 1480349194799, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "boomdeal", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128266", + "created": "2015-02-09T15:21:17Z" + }, + "_status": "synced" + }, + { + "guid": "aytac@abc.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "bfaf8298-dd69-165c-e1ed-ad55584abd18", + "prefs": [], + "blockID": "i504", + "last_modified": 1480349194724, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Haber (malware)", + "why": "This is a malicious extension that hijacks users' Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947341", + "created": "2013-12-06T12:07:58Z" + }, + "_status": "synced" + }, + { + "guid": "Adobe@flash.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "47ac744e-3176-5cb6-1d02-b460e0c7ada0", + "prefs": [], + "blockID": "i136", + "last_modified": 1480349194647, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Adobe Flash (malware)", + "why": "This add-on is malware posing as a legitimate Adobe product.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=790100", + "created": "2012-09-10T16:09:06Z" + }, + "_status": "synced" + }, + { + "guid": "{515b2424-5911-40bd-8a2c-bdb20286d8f5}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "6d658443-b34a-67ad-934e-cbf7cd407460", + "prefs": [], + "blockID": "i491", + "last_modified": 1480349194580, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Connect DLC", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=940753", + "created": "2013-11-29T14:52:24Z" + }, + "_status": "synced" + }, + { + "guid": "/^({3f3cddf8-f74d-430c-bd19-d2c9147aed3d}|{515b2424-5911-40bd-8a2c-bdb20286d8f5}|{17464f93-137e-4646-a0c6-0dc13faf0113}|{d1b5aad5-d1ae-4b20-88b1-feeaeb4c1ebc}|{aad50c91-b136-49d9-8b30-0e8d3ead63d0})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "96f8e157-8b8b-8e2e-76cd-6850599b4370", + "prefs": [], + "blockID": "i516", + "last_modified": 1480349194521, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Connect DLC", + "why": "The installer that includes this add-on violates the Add-on Guidelines by making changes that can't be easily reverted and being distributed under multiple add-on IDs.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947478", + "created": "2013-12-20T12:38:20Z" + }, + "_status": "synced" + }, + { + "guid": "wxtui502n2xce9j@no14", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "246798ac-25fa-f4a4-258c-a71f9f6ae091", + "prefs": [], + "blockID": "i1012", + "last_modified": 1480349194463, + "details": { + "who": "All users who have this add-on installed.", + "name": "Video fix (malware)", + "why": "This is a malicious add-on that takes over Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1206157", + "created": "2015-09-21T13:04:09Z" + }, + "_status": "synced" + }, + { + "guid": "flashX@adobe.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "d7c69812-801c-8d8e-12cb-c5171bdc48a1", + "prefs": [], + "blockID": "i168", + "last_modified": 1480349194428, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Zombie Browser Pack", + "why": "This is an exploit proof-of-concept created for a conference presentation, which will probably be copied and modified for malicious purposes. \r\n", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=807052", + "created": "2012-10-30T12:07:41Z" + }, + "_status": "synced" + }, + { + "guid": "/^(ff\\-)?dodate(kKKK|XkKKK|k|kk|kkx|kR)@(firefox|flash(1)?)\\.pl|dode(ee)?k@firefoxnet\\.pl|(addon|1)@upsolutions\\.pl$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "389aec65-a15d-8276-c7a8-691ac283c9f1", + "prefs": [], + "blockID": "i1278", + "last_modified": 1480349194386, + "details": { + "who": "Any user with a version of this add-on installed.", + "name": "Aktualizacja dodatku Flash Add-on", + "why": "This add-on claims to be a flash plugin and it does some work on youtube, but it also steals your facebook and adfly credentials and sends them to a remote server.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1312748", + "created": "2016-10-27T10:52:53Z" + }, + "_status": "synced" + }, + { + "guid": "tmbepff@trendmicro.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "9.2", + "targetApplication": [], + "maxVersion": "9.2.0.1023" + } + ], + "enabled": true, + "schema": 1480349193877, + "id": "46f75b67-2675-bdde-be93-7ea03475d405", + "prefs": [], + "blockID": "i1223", + "last_modified": 1480349194331, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "Trend Micro BEP 9.2 to 9.2.0.1023", + "why": "Add-on is causing a high-frequency crash in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1275245", + "created": "2016-05-30T17:07:04Z" + }, + "_status": "synced" + }, + { + "guid": "{4889ddce-7a83-45e6-afc9-1e4f1149fff4}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "be600f35-0633-29f3-c571-819e19d85db9", + "prefs": [], + "blockID": "i840", + "last_modified": 1480349193867, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Cyti Web (malware)", + "why": "This add-on is silently installed and performs unwanted actions, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128327", + "created": "2015-02-06T14:30:06Z" + }, + "_status": "synced" + }, + { + "guid": "{55dce8ba-9dec-4013-937e-adbf9317d990", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "512b0d40-a10a-5ddc-963b-b9c487eb1422", + "prefs": [], + "blockID": "i690", + "last_modified": 1480349193833, + "details": { + "who": "All Firefox users. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Deal Keeper", + "why": "This add-on is being silently installed in users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1048647", + "created": "2014-08-12T16:23:46Z" + }, + "_status": "synced" + }, + { + "guid": "/^new@kuot\\.pro|{13ec6687-0b15-4f01-a5a0-7a891c18e4ee}|rebeccahoppkins(ty(tr)?)?@gmail\\.com|{501815af-725e-45be-b0f2-8f36f5617afc}|{9bdb5f1f-b1e1-4a75-be31-bdcaace20a99}|{e9d93e1d-792f-4f95-b738-7adb0e853b7b}|dojadewaskurwa@gmail\\.com$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "5cebc983-bc88-d5f8-6807-bd1cbfcd82fd", + "prefs": [], + "blockID": "i1414", + "last_modified": 1480349193798, + "details": { + "who": "All users who have this add-on installed.", + "name": "Aktualizacja dodatku Flash (malware)", + "why": "This add-on claims to be a flash plugin and it does some work on youtube, but it also steals your facebook and adfly credentials and sends them to a remote server.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1312748", + "created": "2016-10-28T18:06:03Z" + }, + "_status": "synced" + }, + { + "guid": "/^pink@.*\\.info$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [ + { + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "minVersion": "18.0", + "maxVersion": "*" + } + ], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "0d964264-8bd6-b78d-3c6c-92046c7dc8d0", + "prefs": [], + "blockID": "i238", + "last_modified": 1480349193764, + "details": { + "who": "All Firefox users (Firefox 19 and above) who have any of these add-ons installed.", + "name": "Pink add-ons (malware)", + "why": "This is a set of malicious add-ons that affect many users and are installed without their consent.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806543", + "created": "2012-12-07T13:46:20Z" + }, + "_status": "synced" + }, + { + "guid": "{58d2a791-6199-482f-a9aa-9b725ec61362}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "8ebbc7d0-635c-b74a-de9f-16eb5837b36a", + "prefs": [], + "blockID": "i746", + "last_modified": 1480349193730, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "Start Page", + "why": "This add-on is silently installed into users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=963787", + "created": "2014-10-17T16:01:53Z" + }, + "_status": "synced" + }, + { + "guid": "{94cd2cc3-083f-49ba-a218-4cda4b4829fd}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "556b8d4d-d6c2-199d-9f33-8eccca07e8e7", + "prefs": [], + "blockID": "i590", + "last_modified": 1480349193649, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "Value Apps", + "why": "This add-on is silently installed into users' profiles, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1013678", + "created": "2014-06-03T16:12:50Z" + }, + "_status": "synced" + }, + { + "guid": "contentarget@maildrop.cc", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "440e9923-027a-6089-e036-2f78937dc193", + "prefs": [], + "blockID": "i818", + "last_modified": 1480349193622, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Astro Play (malware)", + "why": "This is a malicious extension that hijacks Facebook accounts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1119971", + "created": "2015-01-12T09:29:19Z" + }, + "_status": "synced" + }, + { + "guid": "unblocker30__web@unblocker.yt", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "2d83e640-ef9d-f260-f5a3-a1a5c8390bfc", + "prefs": [], + "blockID": "i1228", + "last_modified": 1480349193595, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker 3.0", + "why": "This add-on is a copy of YouTube Unblocker, which was originally blocked due to malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-06-01T15:17:22Z" + }, + "_status": "synced" + }, + { + "guid": "noOpus@outlook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "b64d7cef-8b6c-2575-16bc-732fca7db377", + "prefs": [], + "blockID": "i816", + "last_modified": 1480349193537, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Full Screen (malware)", + "why": "This add-on is silently installed into users' systems without their consent and performs unwanted operations.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1119659", + "created": "2015-01-09T12:52:32Z" + }, + "_status": "synced" + }, + { + "guid": "{c95a4e8e-816d-4655-8c79-d736da1adb6d}", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "b3168278-a8ae-4882-7f26-355bc362bed0", + "prefs": [], + "blockID": "i433", + "last_modified": 1480349193510, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Hotspot Shield", + "why": "This add-on bypasses the external install opt in screen in Firefox, violating the Add-on Guidelines. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=844945", + "created": "2013-08-09T11:25:49Z" + }, + "_status": "synced" + }, + { + "guid": "{9802047e-5a84-4da3-b103-c55995d147d1}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "50097c29-26b1-bf45-ffe1-83da217eb127", + "prefs": [], + "blockID": "i722", + "last_modified": 1480349193482, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Web Finder Pro", + "why": "This add-on is silently installed into users' systems. It uses very unsafe practices to load its code, and leaks information of all web browsing activity. These are all violations of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1073810", + "created": "2014-10-07T12:58:14Z" + }, + "_status": "synced" + }, + { + "guid": "/^({bf9194c2-b86d-4ebc-9b53-1c08b6ff779e}|{61a83e16-7198-49c6-8874-3e4e8faeb4f3}|{f0af464e-5167-45cf-9cf0-66b396d1918c}|{5d9968c3-101c-4944-ba71-72d77393322d}|{01e86e69-a2f8-48a0-b068-83869bdba3d0})$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "029fa6f9-2351-40b7-5443-9a66e057f199", + "prefs": [], + "blockID": "i515", + "last_modified": 1480349193449, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using it can enable it in the Add-ons Manager.", + "name": "VisualBee Toolbar", + "why": "The installer that includes this add-on violates the Add-on Guidelines by using multiple add-on IDs and making unwanted settings changes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=947473", + "created": "2013-12-20T12:26:49Z" + }, + "_status": "synced" + }, + { + "guid": "/^({d50bfa5f-291d-48a8-909c-5f1a77b31948}|{d54bc985-6e7b-46cd-ad72-a4a266ad879e}|{d89e5de3-5543-4363-b320-a98cf150f86a}|{f3465017-6f51-4980-84a5-7bee2f961eba}|{fae25f38-ff55-46ea-888f-03b49aaf8812})$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "252e18d0-85bc-7bb3-6197-5f126424c9b3", + "prefs": [], + "blockID": "i1137", + "last_modified": 1480349193419, + "details": { + "who": "All users who have this add-on installed.", + "name": "Watcher (malware)", + "why": "This is a malicious add-on that hides itself from view and disables various security features in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251940", + "created": "2016-03-04T17:56:42Z" + }, + "_status": "synced" + }, + { + "guid": "ffxtlbr@claro.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "e017a3b2-9b37-b8a0-21b0-bc412ae8a7f4", + "prefs": [], + "blockID": "i218", + "last_modified": 1480349193385, + "details": { + "who": "All Firefox users who have installed this add-on.", + "name": "Claro Toolbar", + "why": "The Claro Toolbar is side-installed with other software, unexpectedly changing users' settings and then making it impossible for these settings to be reverted by users.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=816762", + "created": "2012-11-29T16:07:00Z" + }, + "_status": "synced" + }, + { + "guid": "/^(.*@(unblocker\\.yt|sparpilot\\.com))|(axtara@axtara\\.com)$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "c677cc5d-5b1e-8aa2-5cea-5a8dddce2ecf", + "prefs": [], + "blockID": "i1229", + "last_modified": 1480349193344, + "details": { + "who": "All users who have this add-on installed.", + "name": "YouTube Unblocker (various)", + "why": "These add-ons are copies of YouTube Unblocker, which was originally blocked due to malicious activity.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1251911", + "created": "2016-06-03T15:28:39Z" + }, + "_status": "synced" + }, + { + "guid": "/^(j003-lqgrmgpcekslhg|SupraSavings|j003-dkqonnnthqjnkq|j003-kaggrpmirxjpzh)@jetpack$/", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "b0d30256-4581-1489-c241-d2e85b6c38f4", + "prefs": [], + "blockID": "i692", + "last_modified": 1480349193295, + "details": { + "who": "All Firefox users who have this add-on installed. Users who wish to continue using this add-on can enable it in the Add-ons Manager.", + "name": "SupraSavings", + "why": "This add-on is being silently installed in users' systems, in violation of the Add-on Guidelines.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1048656", + "created": "2014-08-12T16:27:06Z" + }, + "_status": "synced" + }, + { + "guid": "helperbar@helperbar.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "1.0" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "f1ede5b8-7757-5ec5-d8ed-1a01889154aa", + "prefs": [], + "blockID": "i258", + "last_modified": 1480349193254, + "details": { + "who": "All Firefox users who have this add-on installed. This only applies to version 1.0 of Snap.do. Version 1.1 fixed all the issues for which this block was created.", + "name": "Snap.do", + "why": "This extension violates a number of our Add-on Guidelines, particularly on installation and settings handling. It also causes some stability problems in Firefox due to the way the toolbar is handled.\r\n\r\nUsers who wish to keep the add-on enabled can enable it again in the Add-ons Manager.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=817786", + "created": "2013-01-28T13:52:26Z" + }, + "_status": "synced" + }, + { + "guid": "/^((support2_en@adobe14\\.com)|(XN4Xgjw7n4@yUWgc\\.com)|(C7yFVpIP@WeolS3acxgS\\.com)|(Kbeu4h0z@yNb7QAz7jrYKiiTQ3\\.com)|(aWQzX@a6z4gWdPu8FF\\.com)|(CBSoqAJLYpCbjTP90@JoV0VMywCjsm75Y0toAd\\.com)|(zZ2jWZ1H22Jb5NdELHS@o0jQVWZkY1gx1\\.com))$/", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "3142020b-8af9-1bac-60c5-ce5ad0ff3d42", + "prefs": [], + "blockID": "i326", + "last_modified": 1480349193166, + "details": { + "who": "All users who have this add-on installed.", + "name": "Flash Player (malware)", + "why": "This extension is malware, installed pretending to be the Flash Player plugin.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=841791", + "created": "2013-03-22T14:49:08Z" + }, + "_status": "synced" + }, + { + "guid": "newmoz@facebook.com", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "d85798d3-9b87-5dd9-ace2-64914b93df77", + "prefs": [], + "blockID": "i576", + "last_modified": 1480349193114, + "details": { + "who": "All Firefox users who have this add-on installed.", + "name": "Facebook Service Pack (malware)", + "why": "This add-on is malware that hijacks Facebook user accounts and sends spam on the user's behalf.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=997986", + "created": "2014-04-22T14:34:42Z" + }, + "_status": "synced" + }, + { + "guid": "flvto@hotger.com", + "versionRange": [ + { + "severity": 1, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "a14d355f-719f-3b97-506c-083cc97cebaa", + "prefs": [], + "blockID": "i1211", + "last_modified": 1480349193088, + "details": { + "who": "All users of this add-on. If you wish to continue using it, you can enable it in the Add-ons Manager.", + "name": "YouTube to MP3 Button", + "why": "This add-on reports every visited URL to a third party without disclosing it to the user.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1270175", + "created": "2016-05-04T16:26:32Z" + }, + "_status": "synced" + }, + { + "guid": "{0F827075-B026-42F3-885D-98981EE7B1AE}", + "versionRange": [ + { + "severity": 3, + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "enabled": true, + "schema": 1480343836083, + "id": "aad4545f-8f9d-dd53-2aa8-e8945cad6185", + "prefs": [], + "blockID": "i334", + "last_modified": 1480349192987, + "details": { + "who": "All Firefox users who have this extension installed.", + "name": "Browser Protect / bProtector (malware)", + "why": "This extension is malicious and is installed under false pretenses, causing problems for many Firefox users. Note that this is not the same BrowserProtect extension that is listed on our add-ons site. That one is safe to use.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=862272", + "created": "2013-04-16T13:25:01Z" + }, + "_status": "synced" + } + ] +} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-gfx.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-gfx.json new file mode 100644 index 0000000..7c25ea7 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-gfx.json @@ -0,0 +1,940 @@ +{ + "data": [ + { + "id": "ae36a32e-5f4f-2f98-804f-22b0de5e7bfa", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 11", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x10de", + "devices": [], + "blockID": "g200", + "last_modified": 1480349135384, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:35:32Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "a3fe9700-b9e6-1c31-f94b-030f72f4aa07", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1217", + "schema": 1480349134676, + "last_modified": 1480349135360, + "os": "WINNT 6.0", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 6.0", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:43:58Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "851c8fcb-5763-bf89-813d-0f98cdd6f8c1", + "driverVersion": "8.15.10.2086", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480349134676, + "last_modified": 1480349135337, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1124", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Intel Driver 8.15.10.2086", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1170143", + "created": "2016-02-22T23:40:14Z" + }, + "_status": "synced" + }, + { + "id": "a825cb5d-36f6-54b0-31b3-6668aae49cdd", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 12", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x10de", + "devices": [], + "blockID": "g202", + "last_modified": 1480349135314, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:37:07Z" + }, + "_status": "synced" + }, + { + "id": "a8e8aa1a-8e70-af51-065d-81ed31d23221", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 12", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x8086", + "devices": [], + "blockID": "g208", + "last_modified": 1480349135291, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:42:34Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "13f75dff-c65f-eab1-4be5-864a79503ad5", + "driverVersion": "8.15.10.1994", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480349134676, + "last_modified": 1480349135267, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1073", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T16:01:46Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "65ad7851-4af6-2a10-1d47-72943e63dcf0", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1221", + "schema": 1480349134676, + "last_modified": 1480349135245, + "os": "WINNT 10.0", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 10.0", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:47:17Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "18968a19-7317-cc56-f9fc-f568f40abca4", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1216", + "schema": 1480349134676, + "last_modified": 1480349135215, + "os": "WINNT 5.2", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 5.2", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:32:22Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "5c141970-5076-0af4-152f-efb3642a7b14", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1215", + "schema": 1480349134676, + "last_modified": 1480349135171, + "os": "WINNT 5.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 5.1", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:31:32Z" + }, + "_status": "synced" + }, + { + "id": "3310f8b8-1789-1b13-9326-5531943514ae", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 12", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x1002", + "devices": [], + "blockID": "g234", + "last_modified": 1480349135145, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing (AMD)", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=815437", + "created": "2012-11-30T12:50:57Z" + }, + "_status": "synced" + }, + { + "id": "4769433c-51e9-a0f9-eef5-45829ac54243", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 10", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x1002", + "devices": [], + "blockID": "g230", + "last_modified": 1480349135120, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing (AMD)", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=815437", + "created": "2012-11-30T12:48:55Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "7a3ea538-8519-2845-53bf-6a4be0ff9e6b", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1218", + "schema": 1480349134676, + "last_modified": 1480349135096, + "os": "WINNT 6.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 6.1", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:44:43Z" + }, + "_status": "synced" + }, + { + "id": "c9551a39-62fb-f652-8032-cbe9d2ce419c", + "enabled": true, + "schema": 1480349134676, + "feature": "WEBGL_MSAA", + "os": "Darwin 10", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x10de", + "devices": [], + "blockID": "g198", + "last_modified": 1480349135072, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:34:32Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "37ffcc44-0d03-681e-69bf-89c38111fcdd", + "driverVersion": "6.14.10.5218", + "driverVersionComparator": "LESS_THAN", + "enabled": true, + "blockID": "g511", + "schema": 1480349134676, + "last_modified": 1480349135048, + "os": "WINNT 5.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT3D_9_LAYERS", + "devices": [], + "details": { + "who": "All Firefox users.", + "name": "Intel driver < 6.14.10.5216 for DIRECT3D_9_LAYERS on XP", + "why": "Stability.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=951422", + "created": "2013-12-18T14:29:36Z" + }, + "_status": "synced" + }, + { + "vendor": "0x10de", + "id": "6ac4f440-9661-ee18-248f-f3b7b6eb8deb", + "driverVersion": "8.17.12.5896", + "driverVersionComparator": "LESS_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g36", + "schema": 1480343737148, + "last_modified": 1480349134662, + "os": "WINNT 6.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT3D_9_LAYERS", + "devices": [ + "0x0a6c" + ], + "details": { + "who": "", + "name": "", + "why": "", + "bug": "", + "created": "2011-03-01T12:13:42Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "9928c898-4941-555d-e502-54a90e9e5371", + "driverVersion": "8.15.10.1855", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480343737148, + "last_modified": 1480349134638, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1069", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T15:58:51Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1002", + "id": "ec9cf554-49de-e5ea-bbdc-54f84d290605", + "driverVersion": "15.201.1151.0", + "driverVersionComparator": "LESS_THAN", + "enabled": true, + "blockID": "g974", + "schema": 1480343737148, + "last_modified": 1480349134615, + "os": "WINNT 10.0", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [ + "0x6920", + "0x6921", + "0x6928", + "0x6929", + "0x692b", + "0x692f", + "0x6930", + "0x6938", + "0x6939", + "0x6900", + "0x6901", + "0x6902", + "0x6903", + "0x6907", + "0x7300", + "0x9870", + "0x9874", + "0x9875", + "0x9876", + "0x9877" + ], + "details": { + "who": "All users who have these cards on Windows 10.", + "name": "ATI cards on Windows 10", + "why": "Crashes on Windows 10.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1189266", + "created": "2015-08-11T10:30:37Z" + }, + "_status": "synced" + }, + { + "id": "9b7a25d9-075e-e5e9-678e-af1292db7463", + "enabled": true, + "schema": 1480343737148, + "feature": "DIRECT3D_9_LAYERS", + "os": "WINNT 6.1", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x1002", + "devices": [ + "0x9802", + "0x9803", + "0x9803", + "0x9804", + "0x9805", + "0x9806", + "0x9807" + ], + "blockID": "g280", + "last_modified": 1480349134582, + "details": { + "who": "All Firefox user who use this driver.", + "name": "AMD Radeon HD 6290/6300/6310/6320 for Direct3D 9", + "why": "Crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=840161", + "created": "2013-02-13T14:52:05Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "f1830d7b-c807-afda-1b97-f41474157165", + "driverVersion": "8.15.10.2413", + "driverVersionComparator": "LESS_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g984", + "schema": 1480343737148, + "last_modified": 1480349134550, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [], + "details": { + "who": "All users using these driver versions.", + "name": "Intel graphics block", + "why": "Major graphics artifacts.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1193802", + "created": "2015-08-14T16:21:45Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "0f7b2114-976c-db1c-2d9a-02d47d1968e1", + "driverVersion": "8.15.10.1872", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480343737148, + "last_modified": 1480349134528, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1070", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T15:59:29Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1022", + "id": "85925d60-d04e-2cbd-cdee-de70ea6be4f4", + "driverVersion": "8.982.0.0", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g148", + "schema": 1480343737148, + "last_modified": 1480349134505, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT3D_9_LAYERS", + "devices": [], + "details": { + "who": "All Firefox users who have these drivers installed.", + "name": "ATI/AMD driver 8.982.0.0 (Direct3D)", + "why": "Some features in these drivers are causing frequent crashes in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=793869", + "created": "2012-09-25T14:31:35Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1002", + "id": "5e34680b-5279-4ffc-7382-b1bc661b3094", + "driverVersion": "9.10.8.0", + "driverVersionComparator": "LESS_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g192", + "schema": 1480343737148, + "last_modified": 1480349134483, + "os": "WINNT 6.2", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [], + "details": { + "who": "All Firefox users.", + "name": "AMD DIRECT2D on Windows 8, [0x1002]", + "why": "Crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806991", + "created": "2012-11-02T16:33:13Z" + }, + "_status": "synced" + }, + { + "vendor": "0x10de", + "id": "00a6b9d2-285f-83f0-0a1f-ef0205a60067", + "driverVersion": "8.17.12.5896", + "driverVersionComparator": "LESS_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g35", + "schema": 1480343737148, + "last_modified": 1480349134459, + "os": "WINNT 6.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [ + "0x0a6c" + ], + "details": { + "who": "", + "name": "", + "why": "", + "bug": "", + "created": "2011-03-01T12:13:40Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "d4297784-dbac-906c-16b7-1a8792e868de", + "driverVersion": "8.15.10.1883", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480343737148, + "last_modified": 1480349134436, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1071", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T16:00:05Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1002", + "id": "6a3c05bb-f971-d3d4-2a02-184e6970ba87", + "driverVersion": "8.982.0.0", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g150", + "schema": 1480343737148, + "last_modified": 1480349134413, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT3D_9_LAYERS", + "devices": [], + "details": { + "who": "All Firefox users who have these drivers installed.", + "name": "ATI/AMD driver 8.982.0.0 (Direct3D)", + "why": "Some features in these drivers are causing frequent crashes in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=793869", + "created": "2012-09-25T14:33:17Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1002", + "id": "35e25a7c-d77d-6b43-fa5e-39b7e9c8a481", + "driverVersion": "8.982.0.0", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g144", + "schema": 1480343737148, + "last_modified": 1480349134391, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [], + "details": { + "who": "All Firefox users who have these drivers installed.", + "name": "ATI/AMD driver 8.982.0.0", + "why": "Some features in these drivers are causing frequent crashes in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=792480", + "created": "2012-09-24T08:23:25Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "ea27a4d2-ed88-0190-db12-473820b340b2", + "devices": [], + "driverVersion": "6.14.10.5218", + "enabled": true, + "blockID": "g1251", + "versionRange": { + "maxVersion": "49.9" + }, + "schema": 1480343737148, + "driverVersionComparator": "LESS_THAN", + "os": "WINNT 5.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "WEBGL_ANGLE", + "last_modified": 1480349134369, + "details": { + "who": ".", + "name": "Intel driver < 6.14.10.5216 for DIRECT3D_9_LAYERS on XP", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1283601", + "created": "2016-07-22T12:30:30Z" + }, + "_status": "synced" + }, + { + "id": "91cc2cec-11dd-0f77-ffad-f57e69b3f441", + "enabled": true, + "schema": 1480343737148, + "feature": "WEBGL_MSAA", + "os": "Darwin 11", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x8086", + "devices": [], + "blockID": "g206", + "last_modified": 1480349134345, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:39:32Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "b7452893-25cc-497a-626c-aacee78683c6", + "driverVersion": "8.15.10.1851", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480343737148, + "last_modified": 1480349134323, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1068", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T15:58:01Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "73e4e12d-f27a-1113-b0e9-c05cb4dd78d2", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1219", + "schema": 1480343737148, + "last_modified": 1480349134301, + "os": "WINNT 6.2", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 6.2", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:45:21Z" + }, + "_status": "synced" + }, + { + "vendor": "0x10de", + "id": "fb507393-460e-685e-91de-1ce3b18ddbc0", + "driverVersion": "7.0.0.0", + "driverVersionComparator": "GREATER_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g37", + "schema": 1480343737148, + "last_modified": 1480349134278, + "os": "WINNT 5.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT3D_9_LAYERS", + "devices": [], + "details": { + "who": "", + "name": "", + "why": "", + "bug": "", + "created": "2011-03-14T14:11:51Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1022", + "id": "e6984930-7969-3cbc-fbaa-0f350afe6f14", + "driverVersion": "8.982.0.0", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g146", + "schema": 1480343737148, + "last_modified": 1480349134255, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [], + "details": { + "who": "All Firefox users who have these drivers installed.", + "name": "ATI/AMD driver 8.982.0.0", + "why": "Some features in these drivers are causing frequent crashes in Firefox.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=792480", + "created": "2012-09-24T08:23:33Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1002", + "id": "77b27d80-1ebe-04de-2db9-bb197acbac32", + "driverVersion": "15.201.1151.0", + "driverVersionComparator": "LESS_THAN", + "enabled": true, + "blockID": "g992", + "schema": 1480343737148, + "last_modified": 1480349134232, + "os": "WINNT 8.1", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [ + "0x6920", + "0x6921", + "0x6928", + "0x6929", + "0x692b", + "0x692f", + "0x6930", + "0x6938", + "0x6939", + "0x6900", + "0x6901", + "0x6902", + "0x6903", + "0x6907", + "0x7300", + "0x9870", + "0x9874", + "0x9875", + "0x9876", + "0x9877" + ], + "details": { + "who": "Users who have these cards installed.", + "name": "ATI cards on Windows 10", + "why": "Crashing.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1189266", + "created": "2015-08-20T09:56:09Z" + }, + "_status": "synced" + }, + { + "id": "8f8e9025-a9ec-5f1e-ae9f-aee28176bdf7", + "enabled": true, + "schema": 1480343737148, + "feature": "WEBGL_MSAA", + "os": "Darwin 11", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x1002", + "devices": [], + "blockID": "g232", + "last_modified": 1480349134210, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing (AMD)", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-30T12:49:56Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "1f91fdd6-8b89-d948-d05a-86491c705ce2", + "driverVersion": "10.18.10.3947", + "driverVersionComparator": "EQUAL", + "enabled": true, + "blockID": "g1220", + "schema": 1480343737148, + "last_modified": 1480349134187, + "os": "WINNT 6.3", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "HARDWARE_VIDEO_DECODING", + "devices": [], + "details": { + "who": ".", + "name": "10.18.10.3947 winnt 6.3", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1266220", + "created": "2016-05-23T15:46:34Z" + }, + "_status": "synced" + }, + { + "id": "33866148-1d41-2d4c-27b8-5f147467686b", + "enabled": true, + "schema": 1480343737148, + "feature": "WEBGL_MSAA", + "os": "Darwin 10", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x8086", + "devices": [], + "blockID": "g204", + "last_modified": 1480349134160, + "details": { + "who": "All Firefox users.", + "name": "Mac OS X WebGL anti-aliasing", + "why": "Security problems.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=809550", + "created": "2012-11-12T10:38:32Z" + }, + "_status": "synced" + }, + { + "id": "bccdbab1-c335-6f2e-6d0a-d563ccb2f1f4", + "enabled": true, + "schema": 1480343737148, + "feature": "DIRECT2D", + "os": "WINNT 6.1", + "featureStatus": "BLOCKED_DEVICE", + "vendor": "0x1002", + "devices": [ + "0x9802", + "0x9803", + "0x9803", + "0x9804", + "0x9805", + "0x9806", + "0x9807" + ], + "blockID": "g278", + "last_modified": 1480349134138, + "details": { + "who": "All Firefox users using these drivers.", + "name": "AMD Radeon HD 6290/6300/6310/6320 for Direct2D", + "why": "Crashes", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=840161", + "created": "2013-02-13T14:50:33Z" + }, + "_status": "synced" + }, + { + "vendor": "0x8086", + "id": "d780a857-b80d-0049-981e-1a8d3ebe485e", + "driverVersion": "8.15.10.1892", + "driverVersionComparator": "EQUAL", + "enabled": true, + "schema": 1480343737148, + "last_modified": 1480349134115, + "os": "All", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "blockID": "g1072", + "devices": [ + "0x2a42", + "0x2e22", + "0x2e12", + "0x2e32", + "0x0046" + ], + "details": { + "who": ".", + "name": "Crash in igd10umd32.dll@0x18f35", + "why": ".", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1207993", + "created": "2015-12-21T16:00:50Z" + }, + "_status": "synced" + }, + { + "vendor": "0x1022", + "id": "0afc5fe9-1f81-7fde-2424-0cb4d933c173", + "driverVersion": "9.10.8.0", + "driverVersionComparator": "LESS_THAN_OR_EQUAL", + "enabled": true, + "blockID": "g194", + "schema": 1480343737148, + "last_modified": 1480349134090, + "os": "WINNT 6.2", + "featureStatus": "BLOCKED_DRIVER_VERSION", + "feature": "DIRECT2D", + "devices": [], + "details": { + "who": "All Firefox users.", + "name": "AMD DIRECT2D on Windows 8, [0x1022]", + "why": "Crashes.", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=806991", + "created": "2012-11-02T16:35:37Z" + }, + "_status": "synced" + } + ] +} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-plugins.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-plugins.json new file mode 100644 index 0000000..daa0409 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist-plugins.json @@ -0,0 +1,4957 @@ +{ + "data": [ + { + "os": "Linux", + "last_modified": 1491948745529, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.221", + "maxVersion": "25.0.0.127", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1491948640331, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 24.0.0.221 to 25.0.0.127 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1355628", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "id": "c762d84b-9fce-425d-bc60-389a431d4453", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/flashplayer/", + "last_modified": 1491948640324, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.221", + "maxVersion": "25.0.0.127", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1491939698304, + "enabled": true, + "details": { + "name": "Flash Player Plugin 24.0.0.221 to 25.0.0.127 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1355628", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "d20ea67f-d851-4c59-a3aa-f7081248b14e", + "_status": "synced" + }, + { + "id": "97647cd8-03c5-416c-b9d3-cd5ef87ab39f", + "last_modified": 1491558336903, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "12.2.7.197", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1491558238694, + "enabled": true, + "details": { + "name": "Adobe Shockwave for Director, version 12.2.7.197", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1347194", + "why": "Old versions of this plugin have critical security vulnerabilities. You can update your plugin on Adobe's website." + }, + "matchFilename": "np32dsw_1227197\\.dll", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1489510600098, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.194", + "maxVersion": "24.0.0.221", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1489510521970, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 24.0.0.194 to 24.0.0.221 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1347215", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "id": "26c2a4e2-9aff-4ab1-b654-20e478b375f0", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/flashplayer/", + "last_modified": 1489510521962, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.194", + "maxVersion": "24.0.0.221", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1488208836111, + "enabled": true, + "details": { + "name": "Flash Player Plugin 24.0.0.194 to 24.0.0.221 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1347215", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "2b608fae-1750-4a06-a142-0bc9ba17a7d0", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/flashplayer/", + "last_modified": 1487889757992, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.186", + "maxVersion": "24.0.0.194", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487885988025, + "enabled": true, + "details": { + "name": "Flash Player Plugin 24.0.0.186 to 24.0.0.194 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1339975", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "f77960ca-28f3-4664-994d-2b713d2a1434", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/reader/", + "last_modified": 1487276517183, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "15.020", + "maxVersion": "15.020.20042", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487276364384, + "enabled": true, + "details": { + "name": "Adobe Reader 15.020.20042 and lower", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1330483", + "who": "All users who have these versions of the plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Reader page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "43b45ad8-a373-42c1-89c6-64e2746885e5", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/reader/", + "last_modified": 1487276505064, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "15.006", + "maxVersion": "15.006.30244", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487276364384, + "enabled": true, + "details": { + "name": "Adobe Reader 15.006.30244 and lower", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1330483", + "who": "All users who have these versions of the plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Reader page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "3f136e56-4c93-4619-8c0d-d86258c1065d", + "_status": "synced" + }, + { + "infoURL": "https://get.adobe.com/reader/", + "last_modified": 1487276496750, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.0", + "maxVersion": "11.0.18", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487276364384, + "enabled": true, + "details": { + "name": "Adobe Reader XI 11.0.18 and lower", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1330483", + "who": "All users who have these versions of the plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Reader page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "59c31ade-88d6-4b22-8601-5316f82e3977", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1487276462901, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "24.0.0.186", + "maxVersion": "24.0.0.194", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487276364384, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 24.0.0.186 to 24.0.0.194 (click-to-play)", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1339975", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "id": "e939e3f9-cb55-494d-b95a-c5ac82bd8d3d", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1487265492524, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.643", + "maxVersion": "23.0.0.207", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487195495628, + "blockID": "p1421", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.643 to 23.0.0.207 (click-to-play)", + "created": "2016-12-20T17:52:30Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1323300", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "c867bfd8-ec29-0800-8689-4b90b89fa870", + "_status": "synced" + }, + { + "blockID": "p160", + "last_modified": 1487179606877, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "10.2.9999", + "targetApplication": [ + { + "minVersion": "4.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "16.*" + } + ], + "severity": 0 + } + ], + "schema": 1487178296837, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Adobe Flash 10.2.* and lower", + "created": "2012-10-05T12:34:22Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=797378", + "who": "All Firefox users who have this plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "NPSWF32\\.dll", + "id": "a61c906e-fe1f-b569-1807-96ffa59b2b6c", + "_status": "synced" + }, + { + "blockID": "p1494", + "last_modified": 1487179504891, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "23.0.0.207", + "maxVersion": "24.0.0.186", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 23.0.0.207 to 24.0.0.186 (click-to-play)", + "created": "2017-01-17T20:58:38Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1330086", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "9234afc8-8f7f-602a-9c84-7d7f2685802a", + "_status": "synced" + }, + { + "blockID": "p1422", + "last_modified": 1487179448668, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "23.0.0.205", + "maxVersion": "23.0.0.207", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 23.0.0.205 to 23.0.0.207 (click-to-play)", + "created": "2016-12-20T17:54:10Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1323300", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "ee3019e9-2572-ecb2-3de3-abc4842d7e0a", + "_status": "synced" + }, + { + "blockID": "p1420", + "last_modified": 1487179342786, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "23.0.0.185", + "maxVersion": "23.0.0.205", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 23.0.0.185 to 23.0.0.205 (click-to-play)", + "created": "2016-11-16T18:42:06Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1316179", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "24ac1e2b-8e0a-a084-5123-cb87d4ceb898", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1487179268707, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.637", + "maxVersion": "11.2.202.643", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "blockID": "p1419", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.637 to 11.2.202.643 (click-to-play)", + "created": "2016-11-16T18:40:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1316179", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "32d5edbf-0547-fa2d-8cc2-138676a17bc0", + "_status": "synced" + }, + { + "blockID": "p1274", + "last_modified": 1487179201987, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "22.0.0.192", + "maxVersion": "22.0.0.211", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 22.0.0.192 to 22.0.0.211 (click-to-play)", + "created": "2016-09-23T15:32:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286380", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "6ef87143-6593-e234-a77c-6af69ad1567b", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1487178814618, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "23.0.0.207", + "maxVersion": "24.0.0.186", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1487178296837, + "blockID": "p1495", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 23.0.0.207 to 24.0.0.186 (click-to-play)", + "created": "2017-01-17T20:59:52Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1330086", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on Adobe's Flash page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "22b0fa08-8712-69cd-4ba4-9fb5ab9398d1", + "_status": "synced" + }, + { + "blockID": "p152", + "last_modified": 1480349149757, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "4.1.10328.0", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Silverlight 4.1.10328.0 and lower", + "created": "2012-10-05T10:34:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=797378", + "who": "All Firefox users who have this plugin installed.", + "why": "This plugin is outdated and is potentially insecure. Affected users should go to the plugin check page and update to the latest version." + }, + "matchFilename": "npctrl\\.dll", + "id": "abdcbe90-5575-6b4b-12de-bbabd93ecf57", + "_status": "synced" + }, + { + "blockID": "p904", + "last_modified": 1480349149710, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 8", + "maxVersion": "Java 8 Update 44", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 44 and lower (click-to-play), Mac OS X", + "created": "2015-05-19T09:01:42Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "47f6217d-0aa6-1e39-a9c9-cc64d57bb91f", + "_status": "synced" + }, + { + "blockID": "p1061", + "last_modified": 1480349149684, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 7 U(8[1-9]|90)(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 81 to 90 (click-to-play), Windows", + "created": "2015-12-02T12:39:41Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "69196ada-69bd-6454-eea8-6f8b2037368c", + "_status": "synced" + }, + { + "blockID": "p1120", + "last_modified": 1480349149661, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "5.1.20125", + "maxVersion": "5.1.41105.0", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://www.microsoft.com/getsilverlight", + "enabled": true, + "details": { + "name": "Silverlight plugin 5.1.41105.0 and lower (click to play)", + "created": "2016-02-03T09:42:43Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1241237", + "who": "All users who have these versions of the Silverlight plugin installed.", + "why": "Old versions of the Silverlight plugin are known to have critical security vulnerabilities. You can get the latest version of Silverlight here." + }, + "matchFilename": "(Silverlight\\.plugin|npctrl\\.dll)", + "id": "f0bfeb8c-04ee-d5ef-6670-b28c0e0d0f58", + "_status": "synced" + }, + { + "blockID": "p102", + "last_modified": 1480349149636, + "versionRange": [ + { + "minVersion": "0", + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Mozilla ActiveX Plug-in", + "created": "2012-06-07T17:43:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=695927", + "who": "All Firefox users who have this plugin installed.", + "why": "This plugin was discontinued years ago and only worked up to Firefox version 1.5. Because plugins aren't marked as incompatible, there are still many users who have it installed and have recently been experiencing crashes related to it." + }, + "matchFilename": "npmozax\\.dll", + "id": "2e001e2f-483b-7595-8810-3672e0346950", + "_status": "synced" + }, + { + "blockID": "p1020", + "last_modified": 1480349149604, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0", + "maxVersion": "13.*", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.* (click-to-play)", + "created": "2015-09-25T14:51:38Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1193001", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "The 13.* branch of the Flash Player plugin has been discontinued by Adobe and has known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "2c53180f-e759-b36e-0c58-acee77a8087a", + "_status": "synced" + }, + { + "os": "Darwin", + "last_modified": 1480349149567, + "versionRange": [ + { + "minVersion": "11.0.0", + "maxVersion": "11.0.01", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "blockID": "p252", + "enabled": true, + "details": { + "name": "Adobe Reader XI for Mac OS X", + "created": "2013-01-15T10:56:30Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=826002", + "who": "All Firefox users on Mac OS X who have installed the Adobe Reader XI plugin. Users are recommended to update when a new version of Adobe Reader becomes available, or to downgrade to the latest version of Adobe Reader 10.", + "why": "The Adobe Reader XI plugin is causing frequent crashes on Firefox for Mac OS X. The impact and this block are currently limited to versions 11.0.0 and 11.0.01." + }, + "matchFilename": "AdobePDFViewerNPAPI\\.plugin", + "id": "821ddb3d-bba4-6479-28b6-9974383fa8c9", + "_status": "synced" + }, + { + "blockID": "p1122", + "last_modified": 1480349149544, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.268", + "maxVersion": "18.0.0.326", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.268 to 18.0.0.326 (click-to-play)", + "created": "2016-02-17T16:26:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1247032", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "1c48b368-b291-62ef-c4b1-057cb63d54d8", + "_status": "synced" + }, + { + "blockID": "p300", + "last_modified": 1480349149520, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 39 to 41 (click-to-play), Windows", + "created": "2013-02-25T12:36:25Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 6 U(39|40|41)(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "d64e08b6-66b2-f534-53d8-1cbcbb139f2a", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349149496, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.425", + "maxVersion": "11.2.202.439", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p826", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.425 to 11.2.202.439 (click-to-play)", + "created": "2015-01-28T14:36:37Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1124654", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "6738a409-5904-1031-56d4-6ce1b4eaccde", + "_status": "synced" + }, + { + "blockID": "p94", + "last_modified": 1480349149472, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "10.2.159.1", + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.1" + }, + { + "minVersion": "0", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.13.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin", + "created": "2012-05-23T09:15:23Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=754723", + "who": "All Firefox users who have a version of the Flash Player Plugin older than 10.2.159.1.", + "why": "Old versions of the Flash Player plugin are targeted by known security vulnerabilities, and cause frequent Firefox crashes. We strongly recommend all users to visit the Flash Player homepage to download and install the latest available version of this plugin.\r\n\r\nThis is not an ordinary block. It's just an upgrade notification that will be shown to all users who have these old versions installed, asking them to download the latest version. If they choose to ignore the notification, the plugin will continue to work normally." + }, + "matchFilename": "Flash\\ Player\\.plugin", + "id": "2a741cac-32d7-a67e-0bf7-b5b53a0ff22b", + "_status": "synced" + }, + { + "blockID": "p32", + "last_modified": 1480349149141, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "3.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + } + ] + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Viewpoint", + "created": "2011-03-31T16:28:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=539282", + "who": "All users of the Viewpoint plugin for Firefox 3 and later.", + "why": "This plugin causes a high volume of Firefox crashes." + }, + "matchFilename": "npViewpoint.dll", + "id": "1206e79a-4817-16e9-0f5e-7762a8d19216", + "_status": "synced" + }, + { + "blockID": "p1066", + "last_modified": 1480349149112, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.255", + "maxVersion": "18.0.0.261", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.255 to 18.0.0.261 (click-to-play)", + "created": "2015-12-21T13:43:47Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1231191", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "f05bf2c1-7b19-c7bc-5a67-7976f29311d6", + "_status": "synced" + }, + { + "blockID": "p180", + "last_modified": 1480349149087, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 0", + "maxVersion": "Java 7 Update 10", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 10 and lower (click-to-play), Mac OS X", + "created": "2012-10-30T14:29:51Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "12f38c07-c1e1-2464-2eab-d454cf471eab", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349149064, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.439", + "maxVersion": "11.2.202.441", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p830", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.439 to 11.2.202.441 (click-to-play)", + "created": "2015-02-05T15:38:10Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128534", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "17a664fb-d871-84e0-7418-dab7ecbd5f4b", + "_status": "synced" + }, + { + "blockID": "p828", + "last_modified": 1480349149041, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "15.0.0.243", + "maxVersion": "16.0.0.287", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 15.0.0.243 to 16.0.0.287 (click-to-play)", + "created": "2015-01-28T14:39:04Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1124654", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "e84ceee7-9202-1321-eb49-c068806128a3", + "_status": "synced" + }, + { + "blockID": "p1004", + "last_modified": 1480349149017, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "matchDescription": "^($|Unity Web Player version 5.0(\\.([0-2]|3f1))?[^0-9.])", + "enabled": true, + "details": { + "name": "Unity Web Player 5.0 to 5.0.3f1 (click-to-play), Mac OS", + "created": "2015-09-09T14:11:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974012", + "who": "All users who have these versions of the plugin installed", + "why": "These versions of the Unity Web Player plugin have known vulnerabilities that can put users at risk." + }, + "matchFilename": "Unity Web Player\\.plugin", + "id": "5a0b69cb-a516-e7a2-ea3b-b4fafcc13c6b", + "_status": "synced" + }, + { + "blockID": "p1415", + "last_modified": 1480349148994, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.366", + "maxVersion": "18.0.0.382", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.366 to 18.0.0.382 (click-to-play)", + "created": "2016-10-28T21:47:44Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1313435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "36a133ef-3465-d7e4-6394-7b57e5f82dd8", + "_status": "synced" + }, + { + "blockID": "p34", + "last_modified": 1480349148971, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "3.6a1pre", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + } + ] + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin", + "created": "2011-02-17T17:20:54Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=634639", + "who": "Users of Java 2 Plugin versions 1.5_00 to 1.6_99 in Firefox 3.6 and later.", + "why": "These versions of the Java plugin are no longer supported by Oracle and cause a high volume of Firefox crashes." + }, + "matchFilename": "[Nn][Pp][Jj][Pp][Ii]1[56]0_[0-9]+\\.[Dd][Ll][Ll]", + "id": "91618232-c650-5dc6-00fe-293c0baedc34", + "_status": "synced" + }, + { + "blockID": "p248", + "last_modified": 1480349148945, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "6.2.0b88", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Sibelius Scorch plugin", + "created": "2013-01-14T09:26:47Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829054", + "who": "All users who have Firefox 18 or above installed, and the Sibelius Scorch plugin.", + "why": "The Sibelius Scorch plugin is not compatible with Firefox 18 and above, and is crashing whenever loaded on affected versions of Firefox. " + }, + "matchFilename": "Scorch\\.plugin", + "id": "28b5baa1-6490-38e2-395f-53fc84aa12df", + "_status": "synced" + }, + { + "blockID": "p254", + "last_modified": 1480349148920, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "2.4.2", + "targetApplication": [ + { + "minVersion": "18.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "PDF Browser Plugin 2.4.2 and below", + "created": "2013-01-15T11:54:24Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=830410", + "who": "All Firefox users on Mac OS X who are using the affected versions of the PDF Browser Plugin.", + "why": "The PDF Browser Plugin is causing frequent crashes on Firefox 18 and above. All users are recommended to keep the plugin disabled and update it if a new version becomes available." + }, + "matchFilename": "PDF Browser Plugin\\.plugin", + "id": "2dd1b53a-52db-2d0f-392a-410d5aade9d6", + "_status": "synced" + }, + { + "blockID": "p1055", + "last_modified": 1480349148897, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "12.2.0.162", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/shockwave/", + "enabled": true, + "details": { + "name": "Shockwave for Director 12.2.0.162 and earlier, Mac OS X (click-to-play)", + "created": "2015-11-13T14:17:24Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1218880", + "who": "All users who have these versions of this plugin installed.", + "why": "Versions 12.2.0.162 and earlier of this plugin are affected by a critical security vulnerability that puts users at risk." + }, + "matchFilename": "DirectorShockwave\\.plugin", + "id": "da3808c0-b460-e177-1c78-0496b3671480", + "_status": "synced" + }, + { + "blockID": "p928", + "last_modified": 1480349148874, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0.0.269", + "maxVersion": "13.0.0.295", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.0.0.269 to 13.0.0.295 (click-to-play)", + "created": "2015-06-30T14:09:48Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1177214", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "9ea82484-43fe-f039-bc0a-b254ca502357", + "_status": "synced" + }, + { + "blockID": "p1151", + "last_modified": 1480349148852, + "versionRange": [ + { + "vulnerabilityStatus": 2, + "minVersion": "0", + "maxVersion": "*", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://support.apple.com/en-us/HT205771", + "enabled": true, + "details": { + "name": "QuickTime Plugin for Windows", + "created": "2016-04-18T17:41:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1264874", + "who": "All users who have the QuickTime Plugin for Windows installed.", + "why": "The QuickTime Plugin for Windows has been discontinued by Apple and has known critical security vulnerabilities. All users are strongly encouraged to remove it or keep it disabled." + }, + "matchFilename": "npqtplugin\\.dll", + "id": "bb8db302-9579-42d2-ff75-c61500f6a020", + "_status": "synced" + }, + { + "blockID": "p28", + "last_modified": 1480349148829, + "versionRange": [ + { + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Internet Saving Optimizer (plugin)", + "created": "2011-03-31T16:28:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=512406", + "who": "All users of Internet Saving Optimizer for all Mozilla applications.", + "why": "This plugin causes a high volume of Firefox crashes and is considered malware." + }, + "matchFilename": "NPFFAddOn.dll", + "id": "c85a4a9c-d61c-130f-d525-ea36becac235", + "_status": "synced" + }, + { + "blockID": "p1048", + "last_modified": 1480349148806, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "19.0", + "maxVersion": "19.0.0.225", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 19.0 to 19.0.0.225 (click-to-play)", + "created": "2015-10-21T14:13:42Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1214459", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "d57e46e8-2fca-f631-db45-99c5808ed4c0", + "_status": "synced" + }, + { + "blockID": "p832", + "last_modified": 1480349148782, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "16.0.0.295", + "maxVersion": "16.0.0.304", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 16.0.0.295 to 16.0.0.304 (click-to-play)", + "created": "2015-02-05T15:41:17Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128534", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "6105ecd0-5999-3754-8edb-6a00cef9d130", + "_status": "synced" + }, + { + "blockID": "p1046", + "last_modified": 1480349148759, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.233", + "maxVersion": "18.0.0.254", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.233 to 18.0.0.254 (click-to-play)", + "created": "2015-10-21T14:12:49Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1214459", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "e5ec5094-7dfc-4dc8-1e6a-93a3f94b32f8", + "_status": "synced" + }, + { + "blockID": "p420", + "last_modified": 1480349148736, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 16 to 24 (click-to-play), Windows", + "created": "2013-06-28T12:47:32Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U(1[6-9]|2[0-4])(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "5942b7ae-bcdc-e329-9f17-f7a795c9ec83", + "_status": "synced" + }, + { + "blockID": "p458", + "last_modified": 1480349148711, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 25 to 44 (click-to-play), Windows", + "created": "2013-10-16T16:29:18Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=927273", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U(2[5-9]|3\\d|4[0-4])(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "d199d513-3c49-b53c-9447-33c8021c0df2", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349148687, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.621", + "maxVersion": "11.2.202.626", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1252", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.621 to 11.2.202.626 (click-to-play)", + "created": "2016-07-25T13:22:01Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286380", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "7a8fdd50-4059-556f-5c6c-cb486d9239ba", + "_status": "synced" + }, + { + "blockID": "p1054", + "last_modified": 1480349148638, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "12.2.0.162", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/shockwave/", + "enabled": true, + "details": { + "name": "Shockwave for Director 12.2.0.162 and earlier, Windows (click-to-play)", + "created": "2015-11-13T14:15:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1218880", + "who": "All users who have these versions of this plugin installed.", + "why": "Versions 12.2.0.162 and earlier of this plugin are affected by a critical security vulnerability that puts users at risk." + }, + "matchFilename": "np32dsw_[0-9]+\\.dll", + "id": "5cc4739b-ba83-7a19-4d85-c5362f5e0ccd", + "_status": "synced" + }, + { + "blockID": "p298", + "last_modified": 1480349148613, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 6 Update 39", + "maxVersion": "Java 6 Update 41", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 6 updates 39 to 41 (click-to-play), Mac OS X", + "created": "2013-02-25T12:35:34Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page.\r\n" + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "cfd76877-e79d-8e8c-c6a7-6b596fd344e8", + "_status": "synced" + }, + { + "blockID": "p1074", + "last_modified": 1480349148566, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "19.0.0.246", + "maxVersion": "20.0.0.235", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 19.0.0.246 to 20.0.0.235 (click-to-play)", + "created": "2016-01-07T12:52:22Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1235435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "f47e2396-5eac-9458-dad1-2e8e91ccf0b5", + "_status": "synced" + }, + { + "blockID": "p456", + "last_modified": 1480349148527, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "2.0.5", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "VLC Player plugin 2.0.5 and lower (click-to-play)", + "created": "2013-09-30T14:35:07Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=470936", + "who": "All Firefox users who are using old versions of the VLC player plugin.", + "why": "Old versions of the VLC player are known to cause stability problems in Firefox. All users are recommended to update to the latest version of their VLC software." + }, + "matchFilename": "npvlc\\.dll", + "id": "0cfaaefe-88a4-dda4-96bc-110e402ca9d5", + "_status": "synced" + }, + { + "blockID": "p1149", + "last_modified": 1480349148205, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.329", + "maxVersion": "18.0.0.333", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.329 to 18.0.0.333 (click-to-play)", + "created": "2016-04-13T14:26:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1263476", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "7c1cefd7-67ac-9ab5-90e9-1eb8d4b4275a", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349148157, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.577", + "maxVersion": "11.2.202.616", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1224", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.577 to 11.2.202.616 (click-to-play)", + "created": "2016-05-31T15:18:16Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1275307", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "fa1aab48-6b35-8e43-61ff-2902eeff4e86", + "_status": "synced" + }, + { + "blockID": "p1144", + "last_modified": 1480349148133, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 8 U(6[4-9]|7[0-6])(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 64 to 76 (click-to-play), Windows", + "created": "2016-03-31T16:18:15Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "b3c55844-79d2-66dd-0d44-82fb4533307e", + "_status": "synced" + }, + { + "blockID": "p1140", + "last_modified": 1480349148109, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "20.0.0.286", + "maxVersion": "20.0.0.306", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 20.0.0.286 to 20.0.0.306 (click-to-play)", + "created": "2016-03-18T15:35:14Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1255519", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "17697ff4-a8d9-db56-240f-704921c23b4b", + "_status": "synced" + }, + { + "blockID": "p296", + "last_modified": 1480349148080, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 12 to 15 (click-to-play), Linux", + "created": "2013-02-25T12:34:37Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.7\\.0_1[2-5]([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "5b7aaf34-48a3-dfa5-1db8-550faef41501", + "_status": "synced" + }, + { + "blockID": "p178", + "last_modified": 1480349148055, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.0", + "maxVersion": "11.7.700.169", + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin between 11.0 and 11.7.700.169 (click-to-play)", + "created": "2012-10-30T14:24:14Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885517", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "(NPSWF[0-9_]*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "e4c7ad3c-6b35-2eb7-0c19-35be376c71dc", + "_status": "synced" + }, + { + "blockID": "p408", + "last_modified": 1480349148032, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "7.6.5", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "QuickTime Plugin 7.6.5 and lower (click-to-play), Mac OS X", + "created": "2013-06-28T09:52:37Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=837377", + "who": "All Firefox users who have affected versions of the QuickTime plugin installed.", + "why": "Old versions of the QuickTime plugin are known to be insecure and cause stability problems. All users are recommended to update to the latest version available. You can check for updates in the plugin check page." + }, + "matchFilename": "QuickTime Plugin\\.plugin", + "id": "4f39cd0f-976c-1f71-2d9c-2abe1b4706d9", + "_status": "synced" + }, + { + "blockID": "p1059", + "last_modified": 1480349148009, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 81", + "maxVersion": "Java 7 Update 90", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 81 to 90 (click-to-play), Mac OS X", + "created": "2015-12-02T12:37:58Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "799c4f10-d75d-30a0-5570-56df6be628e0", + "_status": "synced" + }, + { + "blockID": "p558", + "last_modified": 1480349147963, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "matchDescription": "^($|Unity Web Player version ([0-3]|(4\\.([0-5]|6(\\.([0-5]|6f1)))?[^0-9.])))", + "enabled": true, + "details": { + "name": "Unity Web Player 4.6.6f1 and lower (click-to-play), Mac OS", + "created": "2014-02-25T08:29:51Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974012", + "who": "All Firefox users who have these versions of the plugin installed.", + "why": "Current versions of the Unity Web Player plugin have known vulnerabilities that can put users at risk." + }, + "matchFilename": "Unity Web Player\\.plugin", + "id": "bbf83e70-65f5-75af-b841-7cebcf3e38c1", + "_status": "synced" + }, + { + "blockID": "p1145", + "last_modified": 1480349147940, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 10\\.(9[1-7])(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 91 to 97 (click-to-play), Linux", + "created": "2016-03-31T16:18:53Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "d4e75c8c-9c32-6093-12cc-1de0fd8f9e87", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349147915, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.616", + "maxVersion": "11.2.202.621", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1234", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.616 to 11.2.202.621 (click-to-play)", + "created": "2016-06-23T12:52:14Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1280125", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "a02005bf-ad55-ba8f-265a-532e874142d0", + "_status": "synced" + }, + { + "blockID": "p33", + "last_modified": 1480349147892, + "versionRange": [ + { + "maxVersion": "", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Deployment Toolkit", + "created": "2010-04-16T17:52:32Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=558584", + "who": "Users of Java Deployment Toolkit versions 6.0.200.0 and older in all versions of Firefox.", + "why": "This plugin has publicly-known security vulnerabilities. For more information, please visit the vendor page." + }, + "enabled": true, + "matchName": "[0-6]\\.0\\.[01]\\d{2}\\.\\d+", + "matchFilename": "npdeploytk.dll", + "id": "b12b4282-d327-06d6-6e62-4788ba2c4b2f", + "_status": "synced" + }, + { + "blockID": "p1060", + "last_modified": 1480349147868, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 8 Update 46", + "maxVersion": "Java 8 Update 64", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 46 to 64 (click-to-play), Mac OS X", + "created": "2015-12-02T12:38:53Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "aee0ad26-018f-392b-91f7-6a8aaf332774", + "_status": "synced" + }, + { + "os": "Darwin", + "last_modified": 1480349147844, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "10.1.3", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "blockID": "p89", + "enabled": true, + "details": { + "name": "Adobe Acrobat NPAPI Plug-in", + "created": "2012-05-04T11:29:46Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=750387", + "who": "Firefox users on Mac OS X who have installed the Adobe Acrobat plugin.", + "why": "The Adobe Acrobat plugin doesn't work on Mac OS X in default (64-bit) mode, showing a blank page when users click on links to PDF files in Firefox. It also causes a significant number of crashes in 32-bit mode.\r\n\r\nThere's more information on this blog post." + }, + "matchFilename": "AdobePDFViewerNPAPI\\.plugin", + "id": "473f4d9c-e38e-a348-26d1-de7b842893d9", + "_status": "synced" + }, + { + "blockID": "p132", + "last_modified": 1480349147820, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin", + "created": "2012-08-31T15:21:34Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=794247", + "who": "All Firefox users who have the Java 7 plugin, updates 6 and below.", + "why": "The Java 7 Runtime Environment, update versions 6 and below, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.7\\.0(_0?([5-6]))?([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "572d0485-3388-7c2a-a062-b062e42c8710", + "_status": "synced" + }, + { + "blockID": "p330", + "last_modified": 1480349147797, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "matchDescription": "^Shockwave Flash (([1-9]\\.[0-9]+)|(10\\.([0-2]|(3 r(([0-9][0-9]?)|1(([0-7][0-9])|8[0-2]))))))( |$)", + "enabled": true, + "details": { + "name": "Adobe Flash for Linux 10.3.182.* and lower (click-to-play)", + "created": "2013-03-26T09:43:25Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=854550", + "who": "All Firefox users who have these versions on the Abode Flash plugin installed.", + "why": "Old versions of the Adobe Flash plugin are potentially insecure and unstable. All users are recommended to visit our plugin check page and check for updates." + }, + "matchFilename": "libflashplayer\\.so", + "id": "abaff0eb-314f-e882-b96c-5c5a4755688f", + "_status": "synced" + }, + { + "blockID": "p302", + "last_modified": 1480349147773, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 39 to 41 (click-to-play), Linux", + "created": "2013-02-25T12:37:17Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page.\r\n" + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.6\\.0_(39|40|41)([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "caec8103-dec9-8018-eb3d-9cf21cbf68a6", + "_status": "synced" + }, + { + "blockID": "p129", + "last_modified": 1480349147746, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "5.0.99999", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Silverlight for Mac OS X", + "created": "2012-08-22T10:37:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=782672", + "who": "All Firefox users on Mac OS X who have old versions of the Silverlight plugin.", + "why": "Old versions of the Silverlight plugin for Mac OS X are causing serious stability problems in Firefox. Affected users can visit the official Silverlight page and get the latest version of the Silverlight plugin to correct this problem." + }, + "matchFilename": "Silverlight\\.plugin", + "id": "ab861311-9c24-5f55-0d3a-f0072868357c", + "_status": "synced" + }, + { + "blockID": "p930", + "last_modified": 1480349147722, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "16.0.0.305", + "maxVersion": "18.0.0.193", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 16.0.0.305 to 18.0.0.193 (click-to-play)", + "created": "2015-06-30T14:10:49Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1177214", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "f461aaf7-128b-ad5a-07a9-aba1ddde8a5c", + "_status": "synced" + }, + { + "blockID": "p1142", + "last_modified": 1480349147694, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 8 Update 64", + "maxVersion": "Java 8 Update 76", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 64 to 76 (click-to-play), Mac OS X", + "created": "2016-03-31T16:16:46Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "646ebafe-dd54-e45f-9569-c245ef72259d", + "_status": "synced" + }, + { + "blockID": "p212", + "last_modified": 1480349147671, + "versionRange": [ + { + "minVersion": "Java 7 Update 07", + "maxVersion": "Java 7 Update 07", + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 1.7u7 (Mac OS X)", + "created": "2012-11-22T09:33:07Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812896", + "who": "All Firefox users who have the Java 7 plugin, updates 7 and below.", + "why": "The Java 7 Runtime Environment, update version 7, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "5ec1cd0f-d478-e6e0-989e-c91694b2a411", + "_status": "synced" + }, + { + "blockID": "p250", + "last_modified": 1480349147648, + "versionRange": [ + { + "vulnerabilityStatus": 2, + "minVersion": "0", + "maxVersion": "2.2.1.530", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Foxit Reader Plugin 2.2.1.530 and below", + "created": "2013-01-14T13:07:03Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=828982", + "who": "All Firefox users on Windows who have installed the Foxit Reader Plugin, versions 2.2.1.530 and below.", + "why": "The Foxit Reader plugin is vulnerable to a critical security bug that can compromise a user's system by visiting a malicious site." + }, + "matchFilename": "npFoxitReaderPlugin\\.dll", + "id": "c6299be0-ab77-8bbd-bcaf-c886cec4e799", + "_status": "synced" + }, + { + "blockID": "p85", + "last_modified": 1480349147625, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "13.6.0", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin", + "created": "2012-04-16T13:58:43Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=741592", + "who": "All Firefox users who have installed the Java plugin, JRE versions below 1.6.0_31 or between 1.7.0 and 1.7.0_2.", + "why": "Outdated versions of the Java plugin are vulnerable to an actively exploited security issue. All Mac OS X users are strongly encouraged to update their Java plugin through Software Update, or disable it if no alternatives are available. For more information, please read our blog post or Oracle's Advisory.\r\n\r\n" + }, + "matchFilename": "JavaPlugin2_NPAPI\\.plugin", + "id": "4df1324d-8236-b7ae-db55-4fb1b7db2754", + "_status": "synced" + }, + { + "blockID": "p1250", + "last_modified": 1480349147602, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "15.016.20045", + "maxVersion": "15.016.20045", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/reader", + "enabled": true, + "details": { + "name": "Adobe Reader (Continuous) 15.016.20045", + "created": "2016-07-21T22:22:11Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286972", + "who": "All users who have this plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "b9f6998a-7a45-7d83-7ee6-897e6b193e42", + "_status": "synced" + }, + { + "blockID": "p1225", + "last_modified": 1480349147283, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.333", + "maxVersion": "18.0.0.343", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.333 to 18.0.0.343 (click-to-play)", + "created": "2016-05-31T15:19:20Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1275307", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "e512821f-6174-f3c0-8369-2f3148cc586c", + "_status": "synced" + }, + { + "blockID": "p1053", + "last_modified": 1480349147260, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "17.0.10.7", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://real.com/", + "enabled": true, + "details": { + "name": "Real Player for Windows, 17.0.10.7 and lower, click-to-play", + "created": "2015-11-12T09:07:04Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1222130", + "who": "All users who have these versions of the Real Player plugin. Affected users can visit our plugin check page and check for updates.", + "why": "Old versions of the Real Player plugin have serious security problems that could lead to system compromise." + }, + "matchFilename": "nprpplugin\\.dll", + "id": "2a6a7300-fac0-6518-c44a-35b3c4c714c3", + "_status": "synced" + }, + { + "blockID": "p1141", + "last_modified": 1480349147237, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 91", + "maxVersion": "Java 7 Update 97", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 91 to 97 (click-to-play), Mac OS X", + "created": "2016-03-31T16:16:02Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "2a432d6e-9545-66be-9f93-aefe9793f450", + "_status": "synced" + }, + { + "blockID": "p422", + "last_modified": 1480349147214, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 16", + "maxVersion": "Java 7 Update 24", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 7 update 16 to 24 (click-to-play), Mac OS X", + "created": "2013-06-28T12:48:54Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "709960a7-d268-0c70-d6ad-17bbed0cd1c4", + "_status": "synced" + }, + { + "blockID": "p182", + "last_modified": 1480349147191, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 11 and lower (click-to-play), Windows", + "created": "2012-10-30T14:33:04Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U([0-9]|(1[0-1]))(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "385d9911-f8bc-83e0-8cd2-94c98087938c", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349147169, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "11.2.202.424", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p796", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.424 and lower (click-to-play)", + "created": "2014-12-11T12:17:01Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1109795", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities (CVE-2014-9163). All users are strongly recommended to update their Flash plugin." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "db6eaad4-d391-8ef3-a5df-e7219a758682", + "_status": "synced" + }, + { + "blockID": "p1075", + "last_modified": 1480349147146, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.262", + "maxVersion": "18.0.0.268", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.262 to 18.0.0.268 (click-to-play)", + "created": "2016-01-07T12:53:43Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1235435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "c420fbcd-1a58-e6ba-5c85-f4a189cf7d90", + "_status": "synced" + }, + { + "blockID": "p418", + "last_modified": 1480349147123, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 16 to 24 (click-to-play), Linux", + "created": "2013-06-28T12:46:18Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.7\\.0_(1[6-9]|2[0-4])([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "ee5c1584-0170-8702-5f99-e0325b4a91a8", + "_status": "synced" + }, + { + "blockID": "p158", + "last_modified": 1480349147100, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "10.0", + "maxVersion": "10.1.5.9999", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Adobe Reader 10.0 to 10.1.5.*", + "created": "2012-10-05T10:40:20Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=850745", + "who": "All Firefox users who have this plugin installed.", + "why": "This plugin is outdated and is potentially insecure. Affected users should go to the plugin check page and update to the latest version." + }, + "matchFilename": "nppdf32\\.dll", + "id": "107c9a8c-2ef8-da26-75c3-bc26f8ae90fa", + "_status": "synced" + }, + { + "blockID": "p1026", + "last_modified": 1480349147077, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.204", + "maxVersion": "18.0.0.232", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.204 to 18.0.0.232 (click-to-play)", + "created": "2015-10-01T09:48:13Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1206889", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "6c349faf-109f-4456-4d45-b793e3b7e20e", + "_status": "synced" + }, + { + "blockID": "p960", + "last_modified": 1480349147055, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 8 U45(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 45 (click-to-play), Windows", + "created": "2015-07-15T10:50:25Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "990fa997-1d4a-98ee-32de-a7471e81db42", + "_status": "synced" + }, + { + "blockID": "p113", + "last_modified": 1480349147031, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "1.0.0.0", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Ubisoft Uplay", + "created": "2012-07-30T12:11:59Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=778686", + "who": "All Firefox users who have this plugin installed.", + "why": "Version 1.0.0.0 of the Ubisoft Uplay plugin has a security vulnerability that can be exploited by malicious websites to gain control of the user's system." + }, + "matchFilename": "npuplaypc\\.dll", + "id": "ea3b767d-933b-3f54-f447-09bd2bfbc6e0", + "_status": "synced" + }, + { + "blockID": "p366", + "last_modified": 1480349147009, + "versionRange": [ + { + "minVersion": "6.2.0", + "maxVersion": "6.2.0", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Sibelius Scorch plugin", + "created": "2013-06-11T13:20:32Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=879128", + "who": "All users who have Firefox 18 or above installed, and the Sibelius Scorch plugin.", + "why": "The Sibelius Scorch plugin is not compatible with Firefox 18 and above, and is crashing whenever loaded on affected versions of Firefox. " + }, + "matchFilename": "Scorch\\.plugin", + "id": "43ec430a-75ec-6853-f62b-1a54489fea5f", + "_status": "synced" + }, + { + "blockID": "p1067", + "last_modified": 1480349146986, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "19.0.0.226", + "maxVersion": "19.0.0.245", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 19.0.0.226 to 19.0.0.245 (click-to-play)", + "created": "2015-12-21T13:44:44Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1231191", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "ae2e1608-eaa4-68de-521e-9ffe22a9e3a4", + "_status": "synced" + }, + { + "blockID": "p190", + "last_modified": 1480349146961, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 31 through 38 (click-to-play), Linux", + "created": "2012-10-30T14:55:37Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.6\\.0_3[1-8]([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "9f9eb0ae-6495-aaa6-041a-d802cdb8e134", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349146938, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.549", + "maxVersion": "11.2.202.554", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1076", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.549 to 11.2.202.554 (click-to-play)", + "created": "2016-01-07T12:54:49Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1235435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "0beab50c-0ded-c200-557a-f759db85d8a1", + "_status": "synced" + }, + { + "blockID": "p1253", + "last_modified": 1480349146913, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.352", + "maxVersion": "18.0.0.360", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.352 to 18.0.0.360 (click-to-play)", + "created": "2016-07-25T13:22:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286380", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "84338b2a-bdee-c124-713e-5b5df3407882", + "_status": "synced" + }, + { + "blockID": "p964", + "last_modified": 1480349146890, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 11\\.45(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 45 (click-to-play), Linux", + "created": "2015-07-15T10:51:57Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "c2431673-3478-f1e1-5555-28e2d5377adc", + "_status": "synced" + }, + { + "blockID": "p1002", + "last_modified": 1480349146867, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "5.0", + "maxVersion": "5.0.3f1", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Unity Web Player 5.0 to 5.0.3f1 (click-to-play), Windows", + "created": "2015-09-09T14:07:27Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974012", + "who": "All users who have these versions of the plugin installed.", + "why": "These versions of the Unity Web Player plugin have known vulnerabilities that can put users at risk." + }, + "matchFilename": "npUnity3D32\\.dll", + "id": "48e45eea-fd32-2304-2776-fe75211a69e5", + "_status": "synced" + }, + { + "blockID": "p123", + "last_modified": 1480349146842, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "14.2.0", + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin", + "created": "2012-08-14T09:29:42Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=780717", + "who": "All Firefox users who have installed the Java plugin, JRE versions below 1.6.0_33 or between 1.7.0 and 1.7.0_4.", + "why": "Outdated versions of the Java plugin are vulnerable to an actively exploited security issue. All users are strongly encouraged to update their Java plugin. For more information, please read our blog post or Oracle's Advisory." + }, + "matchFilename": "JavaPlugin2_NPAPI\\.plugin", + "id": "46bf36a7-1934-38f8-1fcc-c9c4bcc8343e", + "_status": "synced" + }, + { + "blockID": "p1148", + "last_modified": 1480349146818, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "20.0.0.306", + "maxVersion": "21.0.0.197", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 20.0.0.306 to 21.0.0.197 (click-to-play)", + "created": "2016-04-13T14:25:14Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1263476", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "a3470c77-4449-48e3-f234-eeb93f702821", + "_status": "synced" + }, + { + "blockID": "p1235", + "last_modified": 1480349146794, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.343", + "maxVersion": "18.0.0.352", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.343 to 18.0.0.352 (click-to-play)", + "created": "2016-06-23T12:54:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1280125", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "a435cc3b-9363-c7c3-e856-a0128966c809", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349146772, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.569", + "maxVersion": "11.2.202.577", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1150", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.569 to 11.2.202.577 (click-to-play)", + "created": "2016-04-13T14:28:17Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1263476", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "f52d9f17-7676-2aad-48b8-af97f281fcb2", + "_status": "synced" + }, + { + "blockID": "p134", + "last_modified": 1480349146749, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin", + "created": "2012-08-31T15:22:51Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=794247", + "who": "All Firefox users who have the Java 7 plugin, update 6 and below.", + "why": "The Java 7 Runtime Environment, update versions 6 and below, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U[5-6](\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "1f519b98-a4b6-2a98-b1ff-b642f7b4d2bb", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349146726, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.481", + "maxVersion": "11.2.202.481", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p948", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.481 (click-to-play)", + "created": "2015-07-13T16:02:09Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1182751", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "bcfe2592-6154-fcc7-cf0f-574eda317900", + "_status": "synced" + }, + { + "blockID": "p944", + "last_modified": 1480349146378, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0.0.302", + "maxVersion": "13.0.0.302", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.0.0.302 (click-to-play)", + "created": "2015-07-13T16:00:02Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1182751", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "1fc0a5c5-fcfb-dfb4-9950-9e2f0b064010", + "_status": "synced" + }, + { + "blockID": "p125", + "last_modified": 1480349146351, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin", + "created": "2012-08-14T09:31:17Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=780717", + "who": "All Firefox users who have installed the Java plugin, JRE versions below 1.6.0_33 or between 1.7.0 and 1.7.0_4.", + "why": "Outdated versions of the Java plugin are vulnerable to an actively exploited security issue. All users are strongly encouraged to update their Java plugin. For more information, please read our blog post or Oracle's Advisory." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE ((6( U(\\d|([0-2]\\d)|3[0-2]))?)|(7(\\sU[0-4])?))(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "7538347d-ca2e-09b8-c5d8-0a9d140f8c87", + "_status": "synced" + }, + { + "blockID": "p290", + "last_modified": 1480349146327, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "10.3.183.19", + "maxVersion": "10.3.183.66", + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 10.3.183.19 to 10.3.183.66 (click-to-play)", + "created": "2013-02-25T10:15:59Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=807258", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin are potentially insecure and unstable. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32\\.dll)|(Flash\\ Player\\.plugin)", + "id": "b1177bd1-a518-b86a-8825-e4c91d2362de", + "_status": "synced" + }, + { + "blockID": "p292", + "last_modified": 1480349146304, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 12", + "maxVersion": "Java 7 Update 15", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 7 update 12 to 15 (click-to-play), Mac OS X", + "created": "2013-02-25T12:32:41Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "9a09fe22-c3d8-57e6-4e99-ecd06fb03081", + "_status": "synced" + }, + { + "blockID": "p188", + "last_modified": 1480349146280, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 6 Update 0", + "maxVersion": "Java 6 Update 38", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 6 updates 38 and lower (click-to-play), Mac OS X", + "created": "2012-10-30T14:48:54Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "61944828-8178-71ab-e9c6-d846b5f45d96", + "_status": "synced" + }, + { + "blockID": "p459", + "last_modified": 1480349146253, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 25", + "maxVersion": "Java 7 Update 44", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin 7 update 25 to 44 (click-to-play), Mac OS X", + "created": "2013-10-16T16:29:27Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=927273", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "5b0bbf0e-dbae-7896-3c31-c6cb7a74e6fa", + "_status": "synced" + }, + { + "blockID": "p26", + "last_modified": 1480349146230, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "3.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "3.*" + } + ] + } + ], + "schema": 1480349144394, + "details": { + "name": "Yahoo Application State Plugin", + "created": "2011-03-31T16:28:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=421993", + "who": "Users of all versions of Yahoo Application State Plugin for Firefox 3 and later.\r\n\r\nUsers of all versions of Yahoo Application State Plugin for SeaMonkey 1.0.0.5 and later.", + "why": "This plugin causes a high volume of Firefox and SeaMonkey crashes." + }, + "enabled": true, + "matchName": "^Yahoo Application State Plugin$", + "matchDescription": "^Yahoo Application State Plugin$", + "matchFilename": "npYState.dll", + "id": "6a1b6dfe-f463-3061-e8f8-6e896ccf2a8a", + "_status": "synced" + }, + { + "blockID": "p902", + "last_modified": 1480349146207, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 45", + "maxVersion": "Java 7 Update 78", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 45 to 78 (click-to-play), Mac OS X", + "created": "2015-05-19T09:00:27Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "72de1aa2-6afe-2f5b-a93e-baa4c8c4578d", + "_status": "synced" + }, + { + "blockID": "p154", + "last_modified": 1480349146182, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "5.0", + "maxVersion": "5.1.20124.9999", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Silverlight 5.0 to 5.1.20124.*", + "created": "2012-10-05T10:35:55Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=850744", + "who": "All Firefox users who have this plugin installed.", + "why": "This plugin is outdated and is potentially insecure. Affected users should go to the plugin check page and update to the latest version." + }, + "matchFilename": "npctrl\\.dll", + "id": "64b50946-53f8-182d-a239-bd585b0e0b0e", + "_status": "synced" + }, + { + "os": "Darwin", + "last_modified": 1480349146153, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "2.4.3.999", + "targetApplication": [ + { + "minVersion": "18.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "blockID": "p242", + "enabled": true, + "details": { + "name": "Flip4Mac WMV Plugin", + "created": "2012-12-21T13:32:36Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=821422", + "who": "All Firefox (18 and above) users on Mac OS X who have installed a version of Flip4Mac older than 2.4.4.", + "why": "Old versions of the Flip4Mac WMV plugin are causing significant stability problems in Firefox 18 and above. Users are encouraged update to the latest version of the plugin, available at the Flip4Mac site." + }, + "matchDescription": "Flip4Mac", + "id": "cef6f402-bdf8-0ba6-66d8-8ac42c72d4be", + "_status": "synced" + }, + { + "blockID": "p834", + "last_modified": 1480349146129, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0.0.263", + "maxVersion": "13.0.0.268", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.0.0.263 to 13.0.0.268 (click-to-play)", + "created": "2015-02-05T15:42:51Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1128534", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "5e42d3a0-dfc5-4edb-8a30-4d6eed694b01", + "_status": "synced" + }, + { + "blockID": "p186", + "last_modified": 1480349146106, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 31 through 38 (click-to-play), Windows", + "created": "2012-10-30T14:45:39Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 6 U3[1-8](\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "8488cdb0-1f00-1349-abfc-f50e85c9163b", + "_status": "synced" + }, + { + "blockID": "p1247", + "last_modified": 1480349146079, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "15.006.30174", + "maxVersion": "15.006.30174", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/reader", + "enabled": true, + "details": { + "name": "Adobe Reader (Classic) 15.006.30174", + "created": "2016-07-21T16:21:52Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286972", + "who": "All users who have this plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "eba24802-0c93-b8d4-ca2d-c9c194c7462b", + "_status": "synced" + }, + { + "blockID": "p332", + "last_modified": 1480349146047, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "matchDescription": "^Shockwave Flash 11.(0|1) r[0-9]{1,3}$", + "enabled": true, + "details": { + "name": "Adobe Flash for Linux 11.0 to 11.1.* (click-to-play)", + "created": "2013-03-26T09:46:14Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=854550", + "who": "All Firefox users who have these versions of the Adobe Flash Player plugin installed.", + "why": "Old versions of the Adobe Flash Player plugin are potentially insecure and unstable. All users are recommended to visit our plugin check to check for updates." + }, + "matchFilename": "libflashplayer\\.so", + "id": "38797744-cb92-1a49-4c81-2a900691fdba", + "_status": "synced" + }, + { + "blockID": "p294", + "last_modified": 1480349146005, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 12 to 15 (click-to-play), Windows", + "created": "2013-02-25T12:33:48Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=843373", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U1[2-5](\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "ab8aff96-ead4-615d-be44-bcb7c31699f0", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349145967, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.540", + "maxVersion": "11.2.202.548", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1065", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.540 to 11.2.202.548 (click-to-play)", + "created": "2015-12-21T13:42:42Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1231191", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "6bd57804-385b-ec8b-d4ff-3997597c3924", + "_status": "synced" + }, + { + "blockID": "p457", + "last_modified": 1480349145942, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 25 to 44 (click-to-play), Linux", + "created": "2013-10-16T16:28:58Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=927273", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java(\\(TM\\))? Plug-in ((1\\.7\\.0_(2[5-9]|3\\d|4[0-4]))|(10\\.4[0-4](\\.[0-9]+)?))([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "5ca97332-f4b7-81f5-d441-6acb1834f332", + "_status": "synced" + }, + { + "blockID": "p1236", + "last_modified": 1480349145917, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "21.0.0.226", + "maxVersion": "21.0.0.242", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 21.0.0.226 to 21.0.0.242 (click-to-play)", + "created": "2016-06-23T12:55:10Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1280125", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "392c2c9b-f2a7-1bd5-c01c-6035e810cbaf", + "_status": "synced" + }, + { + "blockID": "p138", + "last_modified": 1480349145894, + "versionRange": [ + { + "minVersion": "Java 7 Update 01", + "maxVersion": "Java 7 Update 06", + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Java Plugin", + "created": "2012-09-13T14:49:52Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=794247", + "who": "All Firefox users who have the Java 7 plugin, update 6 and below.", + "why": "The Java 7 Runtime Environment, update versions 6 and below, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "5e898a46-8ea9-2fab-5dfe-a43e51641d81", + "_status": "synced" + }, + { + "blockID": "p31", + "last_modified": 1480349145872, + "versionRange": [ + { + "targetApplication": [], + "maxVersion": "*" + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "MyWebSearch", + "created": "2011-03-31T16:28:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=449062", + "who": "All users of MyWebSearch for all Mozilla applications.", + "why": "This plugin causes a high volume of Firefox crashes." + }, + "matchFilename": "NPMySrch.dll", + "id": "2b2b85e9-4f64-9894-e3fa-3c05ead892b3", + "_status": "synced" + }, + { + "blockID": "p260", + "last_modified": 1480349145849, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "10.2.9999", + "targetApplication": [ + { + "minVersion": "18.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 10.2.* and lower (click-to-play)", + "created": "2013-01-29T11:29:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=832038", + "who": "All users who have these versions of the Flash plugin installed in Firefox 18 and above.", + "why": "Old versions of the Flash Player plugin are potentially insecure and unstable. All users are strongly recommended to check for updates at our plugin check page.\r\n\r\nFor more information and feedback, please visit this post." + }, + "matchFilename": "(NPSWF32\\.dll)|(Flash\\ Player\\.plugin)", + "id": "ce0495ed-72b8-9cb4-7a1b-eaf7f77586f7", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349145825, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.626", + "maxVersion": "11.2.202.632", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1272", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.626 to 11.2.202.632 (click-to-play)", + "created": "2016-09-23T15:27:40Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1302525", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "c6add809-fcd0-c504-c126-077800ebfdae", + "_status": "synced" + }, + { + "blockID": "p1139", + "last_modified": 1480349145802, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.326", + "maxVersion": "18.0.0.329", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.326 to 18.0.0.329 (click-to-play)", + "created": "2016-03-18T15:34:16Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1255519", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "0a890ad6-f9f3-7df4-5154-966368c1789d", + "_status": "synced" + }, + { + "blockID": "p572", + "last_modified": 1480349145775, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "6.1.4.27993", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "DjVu Plugin Viewer 6.1.4.27993 and earlier (Windows)", + "created": "2014-04-08T14:42:05Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=992976", + "who": "All Firefox users who have this plugin installed. Updated versions can be found on this site.", + "why": "Versions 6.1.4.27993 and earlier of this plugin are known to have security vulnerabilities." + }, + "matchFilename": "npdjvu\\.dll", + "id": "8a416fb1-29bf-ace9-02de-605d805b6e79", + "_status": "synced" + }, + { + "blockID": "p1273", + "last_modified": 1480349145748, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.360", + "maxVersion": "18.0.0.366", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.360 to 18.0.0.366 (click-to-play)", + "created": "2016-09-23T15:28:24Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1302525", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "72e5f878-3202-b97a-d419-6e1e86a2fb18", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349145406, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.509", + "maxVersion": "11.2.202.539", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1044", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.509 to 11.2.202.539 (click-to-play)", + "created": "2015-10-21T14:11:52Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1214459", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "10b322e3-61ec-1066-a88b-cd12c1da339b", + "_status": "synced" + }, + { + "blockID": "p592", + "last_modified": 1480349145382, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "3.0.5.99999999999999", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Cisco Web Communicator < 3.0.6 (Mac OS X)", + "created": "2014-06-11T16:48:48Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=980355", + "who": "All Firefox users who have installed a version of the Cisco Web Communicator plugin lower than 3.0.6.", + "why": "Versions lower than 3.0.6 of the Cisco Web Communicator plugin are known to have security issues and should not be used. All users should update to version 3.0.6 or later. Find updates here." + }, + "matchFilename": "CiscoWebCommunicator\\.plugin", + "id": "1f9f9b90-e733-3929-821f-1b78a8698747", + "_status": "synced" + }, + { + "blockID": "p29", + "last_modified": 1480349145359, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "1.0.0.5", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ] + } + ], + "schema": 1480349144394, + "details": { + "name": "Yahoo Application State Plugin (SeaMonkey)", + "created": "2011-03-31T16:28:26Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=421993", + "who": "Users of all versions of Yahoo Application State Plugin for Firefox 3 and later.\r\n\r\nUsers of all versions of Yahoo Application State Plugin for SeaMonkey 1.0.0.5 and later.", + "why": "This plugin causes a high volume of Firefox and SeaMonkey crashes." + }, + "enabled": true, + "matchName": "^Yahoo Application State Plugin$", + "matchDescription": "^Yahoo Application State Plugin$", + "matchFilename": "npYState.dll", + "id": "8f52a562-5438-731b-5c64-7f76009f1489", + "_status": "synced" + }, + { + "blockID": "p412", + "last_modified": 1480349145336, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 42 to 45 (click-to-play), Linux", + "created": "2013-06-28T12:42:20Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.6\\.0_4[2-5]([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "8f652c63-cda4-1640-0b0c-23025e336b20", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349145312, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.632", + "maxVersion": "11.2.202.637", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1412", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.632 to 11.2.202.637 (click-to-play)", + "created": "2016-10-28T17:14:48Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1313435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "c7393e90-d75b-2aac-21de-a0c460387ff5", + "_status": "synced" + }, + { + "blockID": "p176", + "last_modified": 1480349145289, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "10.3", + "maxVersion": "10.3.183.18.999", + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 10.3 to 10.3.183.19 (click-to-play)", + "created": "2012-10-30T14:02:08Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=803152", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "(NPSWF32\\.dll)|(Flash\\ Player\\.plugin)", + "id": "3b6278ac-d613-6769-c299-89385b8075d1", + "_status": "synced" + }, + { + "blockID": "p1413", + "last_modified": 1480349145265, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "22.0.0.211", + "maxVersion": "23.0.0.185", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 22.0.0.211 to 23.0.0.185 (click-to-play)", + "created": "2016-10-28T17:15:49Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1313435", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "4fe73208-9a72-bea4-cd97-c106e6503d2e", + "_status": "synced" + }, + { + "blockID": "p184", + "last_modified": 1480349145223, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 7 update 11 and lower (click-to-play), Linux", + "created": "2012-10-30T14:39:15Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have these versions of the plugin installed in Firefox 17 and above.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.7\\.0(_0?([0-9]|(1[0-1]))?)?([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "06621403-39a8-3867-ba6e-406dc20c88af", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349145175, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.442", + "maxVersion": "11.2.202.467", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p932", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.442 to 11.2.202.467 (click-to-play)", + "created": "2015-06-30T14:12:05Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1177214", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "f136f459-8d42-f2a1-5cd3-e8d24dd8f70d", + "_status": "synced" + }, + { + "blockID": "p1121", + "last_modified": 1480349145144, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "20.0.0.235", + "maxVersion": "20.0.0.286", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 20.0.0.235 to 20.0.0.286 (click-to-play)", + "created": "2016-02-17T16:26:05Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1247032", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "c7d33934-7875-1e9e-ebcc-1a73e359951d", + "_status": "synced" + }, + { + "blockID": "p912", + "last_modified": 1480349145119, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 11\\.(\\d|[1-3]\\d|4[0-4])(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 44 and lower (click-to-play), Linux", + "created": "2015-05-19T09:05:55Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "f0a40537-9a13-1b4b-60e5-b9121835c1ca", + "_status": "synced" + }, + { + "blockID": "p908", + "last_modified": 1480349145082, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 8( U([1-3]?\\d|4[0-4]))?(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 44 and lower (click-to-play), Windows", + "created": "2015-05-19T09:03:44Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "79e165b4-599b-433d-d618-146f0c121ead", + "_status": "synced" + }, + { + "blockID": "p1146", + "last_modified": 1480349145057, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 11\\.(6[4-9]|7[0-6])(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 64 to 76 (click-to-play), Linux", + "created": "2016-03-31T16:19:31Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "bc99ed93-b527-12e2-c6e6-c61668a2e7d0", + "_status": "synced" + }, + { + "blockID": "p1254", + "last_modified": 1480349145005, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "21.0.0.242", + "maxVersion": "22.0.0.192", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 21.0.0.242 to 22.0.0.192 (click-to-play)", + "created": "2016-07-25T13:24:40Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286380", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "d9e50e5f-ffff-35d1-c0d0-66d0f1daef77", + "_status": "synced" + }, + { + "blockID": "p958", + "last_modified": 1480349144983, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 7 U(79|80)(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 79 to 80 (click-to-play), Windows", + "created": "2015-07-15T10:49:33Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "2cfa79ef-a2ab-d868-467d-d182242136a5", + "_status": "synced" + }, + { + "blockID": "p156", + "last_modified": 1480349144959, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "9.5.1", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Adobe Reader 9.5.1 and lower", + "created": "2012-10-05T10:38:46Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=797378", + "who": "All Firefox users who have this plugin installed.", + "why": "This plugin is outdated and is potentially insecure. Affected users should go to the plugin check page and update to the latest version." + }, + "matchFilename": "nppdf32\\.dll", + "id": "0dce3611-19e7-e8e4-5b5c-13593230f83c", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349144934, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.554", + "maxVersion": "11.2.202.559", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "blockID": "p1123", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.554 to 11.2.202.559 (click-to-play)", + "created": "2016-02-17T16:28:21Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1247032", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "dd7b1070-3be3-d859-ac45-691892512e3f", + "_status": "synced" + }, + { + "blockID": "p574", + "last_modified": 1480349144910, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "6.1.1", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "DjVu Plugin Viewer 6.1.1 and earlier (Mac OS)", + "created": "2014-04-08T14:43:54Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=992976", + "who": "All Firefox users who have this plugin installed. Updated versions can be found on this site.", + "why": "Versions 6.1.1 and earlier of this plugin are known to have security vulnerabilities.\r\n" + }, + "matchFilename": "NPDjVu\\.plugin", + "id": "c841472f-f976-c49a-169e-0c751012c3b1", + "_status": "synced" + }, + { + "blockID": "p798", + "last_modified": 1480349144887, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "14.0", + "maxVersion": "15.0.0.242", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 14.0 to 15.0.0.242 (click-to-play)", + "created": "2014-12-12T16:06:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1109795", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities (CVE-2014-9163). All users are strongly recommended to update their Flash plugin." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "975c8d44-21f4-91f3-2e5a-44e0cfd33d06", + "_status": "synced" + }, + { + "blockID": "p556", + "last_modified": 1480349144865, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "4.6.6f1", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "enabled": true, + "details": { + "name": "Unity Web Player 4.6.6f1 and lower (click-to-play), Windows", + "created": "2014-02-25T08:29:41Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=974012", + "who": "All Firefox users who have these versions of the plugin installed.", + "why": "Current versions of the Unity Web Player plugin have known vulnerabilities that can put users at risk." + }, + "matchFilename": "npUnity3D32\\.dll", + "id": "b90eb83c-1314-5b27-687b-98d8115b6106", + "_status": "synced" + }, + { + "blockID": "p414", + "last_modified": 1480349144842, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 6 updates 42 to 45 (click-to-play), Windows", + "created": "2013-06-28T12:43:43Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 6 U4[2-5](\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "e36516a6-8bb3-09cc-02e3-72c67046b42e", + "_status": "synced" + }, + { + "blockID": "p214", + "last_modified": 1480349144817, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin 1.7u7 (Windows)", + "created": "2012-11-22T09:34:13Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812896", + "who": "All Firefox users who have the Java 7 plugin, updates 7 and below.", + "why": "The Java 7 Runtime Environment, update version 7 and below, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Platform SE 7 U7(\\s[^\\d\\._U]|$)", + "matchFilename": "npjp2\\.dll", + "id": "524ff62f-9564-a2b2-2585-88b88ea4c2f9", + "_status": "synced" + }, + { + "blockID": "p956", + "last_modified": 1480349144793, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 8 Update 45", + "maxVersion": "Java 8 Update 45", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 45 (click-to-play), Mac OS X", + "created": "2015-07-15T10:48:44Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "111881f9-a5bd-4919-4bab-9d7581d959d3", + "_status": "synced" + }, + { + "blockID": "p824", + "last_modified": 1480349144769, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0.0.259", + "maxVersion": "13.0.0.263", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480349144394, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.0.0.259 to 13.0.0.263 (click-to-play)", + "created": "2015-01-28T14:35:08Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1124654", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "dc56898f-fb0f-23ce-f507-8b50206c5444", + "_status": "synced" + }, + { + "blockID": "p80", + "last_modified": 1480349144745, + "versionRange": [ + { + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480349144394, + "details": { + "name": "Java Plugin", + "created": "2012-04-02T15:18:50Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=739955", + "who": "All Firefox users who have installed the Java plugin, JRE versions below 1.6.0_31 or between 1.7.0 and 1.7.0_2.", + "why": "Outdated versions of the Java plugin are vulnerable to an actively exploited security issue. All users are strongly encouraged to update their Java plugin. For more information, please read our blog post or Oracle's Advisory." + }, + "enabled": true, + "matchName": "\\(TM\\)", + "matchDescription": "[^\\d\\._]((0(\\.\\d+(\\.\\d+([_\\.]\\d+)?)?)?)|(1\\.(([0-5](\\.\\d+([_\\.]\\d+)?)?)|(6(\\.0([_\\.](0?\\d|1\\d|2\\d|30))?)?)|(7(\\.0([_\\.][0-2])?)?))))([^\\d\\._]|$)", + "matchFilename": "(npjp2\\.dll)|(libnpjp2\\.so)", + "id": "34deed93-d9d9-81b4-7983-0594fb829ae7", + "_status": "synced" + }, + { + "blockID": "p946", + "last_modified": 1480349144384, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.203", + "maxVersion": "18.0.0.203", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.203 (click-to-play)", + "created": "2015-07-13T16:01:04Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1182751", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "503ba184-168d-1fcd-9a4d-62a6f8a79d68", + "_status": "synced" + }, + { + "blockID": "p210", + "last_modified": 1480349144360, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480343754054, + "details": { + "name": "Java Plugin 1.7u7 (Linux)", + "created": "2012-11-22T09:31:33Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=812896", + "who": "All Firefox users who have the Java 7 plugin, updates 7 and below.", + "why": "The Java 7 Runtime Environment, update version 7, has a serious security vulnerability that is fixed in the latest update. All Firefox users are strongly encouraged to update as soon as possible. This can be done on the Plugin Check page." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.7\\.0(_0?7)?([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "8e562dba-7ae7-fa85-2c31-479c4e661056", + "_status": "synced" + }, + { + "blockID": "p794", + "last_modified": 1480349144337, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "10.3.183.66", + "maxVersion": "13.0.0.258", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 10.3.183.66 to 13.0.0.258 (click-to-play)", + "created": "2014-12-11T05:48:53Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1109795", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities (CVE-2014-9163). All users are strongly recommended to update their Flash plugin." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "a2933e35-58b8-6560-ba75-c763481ed59f", + "_status": "synced" + }, + { + "blockID": "p328", + "last_modified": 1480349144312, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "5.1", + "maxVersion": "5.1.20124.9999", + "targetApplication": [ + { + "minVersion": "19.0a1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.16a1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + }, + { + "minVersion": "17.0.4", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.0.*" + } + ], + "severity": 0 + } + ], + "schema": 1480343754054, + "enabled": true, + "details": { + "name": "Silverlight for Mac OS X between 5.1 and 5.1.20124.* (click-to-play)", + "created": "2013-03-26T09:35:05Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=853629", + "who": "All Firefox users who have these versions of the plugin installed.", + "why": "Old versions of this plugin are potentially insecure and unstable. All affected users should visit the plugin check page to look for updates for their Silverlight plugin." + }, + "matchFilename": "Silverlight\\.plugin", + "id": "dd81b232-09cb-e31d-ed8b-c5cc6ea28dd0", + "_status": "synced" + }, + { + "blockID": "p1052", + "last_modified": 1480349144290, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 11", + "maxVersion": "Java 7 Update 11", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 11 (click-to-play), Mac OS X", + "created": "2015-11-06T13:30:02Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=829111", + "who": "All users who have this version of the plugin installed.", + "why": "The Java plugin is causing significant security problems. All users are strongly recommended to keep the plugin disabled unless necessary." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "c62a171f-7564-734f-0310-bae88c3baf85", + "_status": "synced" + }, + { + "blockID": "p119", + "last_modified": 1480349144265, + "versionRange": [ + { + "targetApplication": [ + { + "minVersion": "0.1", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "17.*" + }, + { + "minVersion": "0.1", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "2.14.*" + } + ], + "severity": 1 + } + ], + "schema": 1480343754054, + "details": { + "name": "Java Plugin", + "created": "2012-08-14T09:27:32Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=780717", + "who": "All Firefox users who have installed the Java plugin, JRE versions below 1.6.0_33 or between 1.7.0 and 1.7.0_4.", + "why": "Outdated versions of the Java plugin are vulnerable to an actively exploited security issue. All users are strongly encouraged to update their Java plugin. For more information, please read our blog post or Oracle's Advisory." + }, + "enabled": true, + "matchName": "Java\\(TM\\) Plug-in 1\\.(6\\.0_(\\d|[0-2]\\d?|3[0-2])|7\\.0(_0?([1-4]))?)([^\\d\\._]|$)", + "matchFilename": "libnpjp2\\.so", + "id": "d1aa9366-d40b-a68d-b3ed-4b36e4939442", + "_status": "synced" + }, + { + "blockID": "p910", + "last_modified": 1480349144233, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 10\\.(4[5-9]|(5|6)\\d|7[0-8])(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 45 to 78 (click-to-play), Linux", + "created": "2015-05-19T09:04:46Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "f322be12-1b08-0d57-ed51-f7a6d6ec2c17", + "_status": "synced" + }, + { + "blockID": "p428", + "last_modified": 1480349144210, + "versionRange": [ + { + "vulnerabilityStatus": 2, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "enabled": true, + "details": { + "name": "Java Deployment Toolkit (click-to-play)", + "created": "2013-07-18T15:39:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=636633", + "who": "All Firefox users who have this plugin installed.", + "why": "The Java Deployment Toolkit plugin is known to be insecure and is unnecessary in most cases. Users should keep it disabled unless strictly necessary." + }, + "matchFilename": "np[dD]eployJava1\\.dll", + "id": "d30a5b90-b84a-dfec-6147-fc04700a0d8b", + "_status": "synced" + }, + { + "blockID": "p416", + "last_modified": 1480349144187, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 6 Update 42", + "maxVersion": "Java 6 Update 45", + "targetApplication": [ + { + "minVersion": "17.0", + "guid": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", + "maxVersion": "*" + }, + { + "minVersion": "2.14", + "guid": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}", + "maxVersion": "*" + } + ], + "severity": 0 + } + ], + "schema": 1480343754054, + "enabled": true, + "details": { + "name": "Java Plugin 6 updates 42 to 45 (click-to-play), Mac OS X", + "created": "2013-06-28T12:44:58Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=885362", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "02a5865d-f6ea-a330-674e-7dea7390680f", + "_status": "synced" + }, + { + "blockID": "p594", + "last_modified": 1480349144164, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "0", + "maxVersion": "3.0.5.99999999999999", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "enabled": true, + "details": { + "name": "Cisco Web Communicator < 3.0.6 (Windows)", + "created": "2014-06-11T16:49:00Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=980355", + "who": "All Firefox users who have installed a version of the Cisco Web Communicator plugin lower than 3.0.6.", + "why": "Versions lower than 3.0.6 of the Cisco Web Communicator plugin are known to have security issues and should not be used. All users should update to version 3.0.6 or later. Find updates here." + }, + "matchFilename": "npCiscoWebCommunicator\\.dll", + "id": "f11f91d6-f65e-8a05-310b-ad20494a868a", + "_status": "synced" + }, + { + "blockID": "p938", + "last_modified": 1480349144141, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "18.0.0.194", + "maxVersion": "18.0.0.202", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 18.0.0.194 to 18.0.0.202 (click-to-play)", + "created": "2015-07-10T13:37:02Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1181458", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "1b954bda-3ae4-ce14-29fb-be2c94f1d89a", + "_status": "synced" + }, + { + "blockID": "p1226", + "last_modified": 1480349144119, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "21.0.0.197", + "maxVersion": "21.0.0.226", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 21.0.0.197 to 21.0.0.226 (click-to-play)", + "created": "2016-05-31T15:21:48Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1275307", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "8478742b-e3a9-aa23-c9a6-dc9c3cb90291", + "_status": "synced" + }, + { + "blockID": "p1064", + "last_modified": 1480349144096, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 11\\.(4[6-9]|5\\d|6[0-4])(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 46 to 64 (click-to-play), Linux", + "created": "2015-12-02T12:42:34Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "d5cb1745-d144-5375-f3ff-cd603d4c2cee", + "_status": "synced" + }, + { + "blockID": "p906", + "last_modified": 1480349144073, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 7 U(4[5-9]|(5|6)\\d|7[0-8])(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 45 to 78 (click-to-play), Windows", + "created": "2015-05-19T09:02:45Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1159917", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "f254e5bc-12c7-7954-fe6b-8f1fdab0ae88", + "_status": "synced" + }, + { + "blockID": "p240", + "last_modified": 1480349144049, + "versionRange": [ + { + "minVersion": "0", + "maxVersion": "1.4", + "targetApplication": [], + "severity": 1 + } + ], + "schema": 1480343754054, + "enabled": true, + "details": { + "name": "DivX Web Player 1.4 (DivX 7) and below", + "created": "2012-12-19T13:03:27Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=821972", + "who": "All Firefox users who have versions of the DivX Web Player plugin lower than 1.4.", + "why": "Old versions of the DivX Web Player plugin are causing significant stability problems on Firefox 18 and above, on Mac OS X. All users should update their DivX software to the latest available version, available at divx.com." + }, + "matchFilename": "DivXBrowserPlugin\\.plugin", + "id": "d7f644bb-61aa-4594-f9fc-8dba7d9f3306", + "_status": "synced" + }, + { + "blockID": "p962", + "last_modified": 1480349144026, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 10\\.(79|80)(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 79 to 80 (click-to-play), Linux", + "created": "2015-07-15T10:51:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "7120e3c2-b293-65b5-2498-6451eab1e2c5", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349144002, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.468", + "maxVersion": "11.2.202.480", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "blockID": "p936", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.468 to 11.2.202.480 (click-to-play)", + "created": "2015-07-10T13:35:04Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1181458", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "44b7040d-1567-110d-6ec5-44673c052bd8", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349143976, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.482", + "maxVersion": "11.2.202.508", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "blockID": "p1028", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.482 to 11.2.202.508 (click-to-play)", + "created": "2015-10-01T09:50:47Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1206889", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "0cc10d08-5e0c-47ea-614a-61f0f4a765d0", + "_status": "synced" + }, + { + "blockID": "p940", + "last_modified": 1480349143953, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "13.0.0.296", + "maxVersion": "13.0.0.301", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/flashplayer/", + "enabled": true, + "details": { + "name": "Flash Player Plugin 13.0.0.296 to 13.0.0.301 (click-to-play)", + "created": "2015-07-10T13:38:10Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1181458", + "who": "All users who have these versions of the plugin installed in Firefox.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(NPSWF32.*\\.dll)|(NPSWF64.*\\.dll)|(Flash\\ Player\\.plugin)", + "id": "de82ceab-e70e-06f4-3b83-8c7a4c99c589", + "_status": "synced" + }, + { + "blockID": "p1062", + "last_modified": 1480349143930, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 8 U(4[6-9]|5\\d|6[0-4])(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 8 update 46 to 64 (click-to-play), Windows", + "created": "2015-12-02T12:40:28Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "a20c77af-721b-833b-8fa8-49091d1c69d4", + "_status": "synced" + }, + { + "blockID": "p1143", + "last_modified": 1480349143905, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java\\(TM\\) Platform SE 7 U(9[1-7])(\\s[^\\d\\._U]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 91 to 97 (click-to-play), Windows", + "created": "2016-03-31T16:17:32Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1259458", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "npjp2\\.dll", + "id": "be53f658-e719-fa77-e7fe-6bd6086f888e", + "_status": "synced" + }, + { + "blockID": "p954", + "last_modified": 1480349143879, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "Java 7 Update 79", + "maxVersion": "Java 7 Update 80", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 79 to 80 (click-to-play), Mac OS X", + "created": "2015-07-15T10:47:55Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1183369", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "JavaAppletPlugin\\.plugin", + "id": "9b6830b4-a4b0-ee63-ee21-e0bd6ba0d6fe", + "_status": "synced" + }, + { + "blockID": "p1246", + "last_modified": 1480349143855, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "10.1.6", + "maxVersion": "11.0.16 ", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://get.adobe.com/reader", + "enabled": true, + "details": { + "name": "Adobe Reader 10.1.6 to 11.0.16", + "created": "2016-07-20T19:19:58Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1286972", + "who": "All users who have this plugin installed.", + "why": "Old versions of the Adobe Reader plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "(nppdf32\\.dll)|(AdobePDFViewerNPAPI\\.plugin)", + "id": "4e29bd83-d074-bd40-f238-5ea38ff0d8d0", + "_status": "synced" + }, + { + "blockID": "p1063", + "last_modified": 1480349143832, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "infoURL": "https://java.com/", + "matchName": "Java(\\(TM\\))? Plug-in 10\\.(8[1-9]|90)(\\.[0-9]+)?([^\\d\\._]|$)", + "enabled": true, + "details": { + "name": "Java Plugin 7 update 81 to 90 (click-to-play), Linux", + "created": "2015-12-02T12:41:34Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1217932", + "who": "All users who have these versions of the Java plugin installed.", + "why": "Old versions of the Java plugin are potentially insecure and unstable. All users are strongly recommended to update on our plugin check page." + }, + "matchFilename": "libnpjp2\\.so", + "id": "b6b9c6b9-b8c4-66a9-ed07-125b32e7a5ef", + "_status": "synced" + }, + { + "os": "Linux", + "last_modified": 1480349143807, + "versionRange": [ + { + "vulnerabilityStatus": 1, + "minVersion": "11.2.202.559", + "maxVersion": "11.2.202.569", + "targetApplication": [], + "severity": 0 + } + ], + "schema": 1480343754054, + "blockID": "p1138", + "enabled": true, + "details": { + "name": "Flash Player Plugin on Linux 11.2.202.559 to 11.2.202.569 (click-to-play)", + "created": "2016-03-18T15:33:12Z", + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1255519", + "who": "All users who have these versions of the Flash plugin installed.", + "why": "Old versions of the Flash Player plugin have known vulnerabilities. All users are strongly recommended to check for updates on our plugin check page." + }, + "matchFilename": "libflashplayer\\.so", + "infoURL": "https://get.adobe.com/flashplayer/", + "id": "f7b02575-c0a6-2198-dc9f-5deadbcccbb2", + "_status": "synced" + } + ] +} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist.xml b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist.xml new file mode 100644 index 0000000..c556110 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/blocklist.xml @@ -0,0 +1,4757 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + app.update.auto + app.update.enabled + app.update.interval + app.update.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + browser.startup.homepage + + + + + + security.csp.enable + security.fileuri.strict_origin_policy + security.mixed_content.block_active_content + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.search.defaultenginename + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + browser.startup.homepage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + browser.startup.homepage + browser.search.defaultenginename + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://java.com/ + + + + + + + + + + + + + https://java.com/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://java.com/ + + + + + https://real.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/reader/ + + + + + https://get.adobe.com/reader/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + https://java.com/ + + + + + + + + + + + + + https://get.adobe.com/reader + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/reader/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/shockwave/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + https://java.com/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://java.com/ + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://java.com/ + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + https://java.com/ + + + + + + + + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + https://java.com/ + + + + + + https://java.com/ + + + + + + + + + https://get.adobe.com/reader + + + + + https://support.apple.com/en-us/HT205771 + + + + + + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/shockwave/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + https://get.adobe.com/reader + + + + + https://get.adobe.com/flashplayer/ + + + + + + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + https://www.microsoft.com/getsilverlight + + + + + + + + + https://get.adobe.com/flashplayer/ + + + + + + https://java.com/ + + + + + + https://java.com/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + https://get.adobe.com/flashplayer/ + + + + + + WINNT 6.1 + 0x10de + DIRECT2D + BLOCKED_DRIVER_VERSION + 8.17.12.5896 + LESS_THAN_OR_EQUAL + + 0x0a6c + + + + WINNT 6.2 + 0x1022 + DIRECT2D + BLOCKED_DRIVER_VERSION + 9.10.8.0 + LESS_THAN_OR_EQUAL + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1872 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1994 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + WINNT 5.2 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + WINNT 6.3 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + Darwin 12 + 0x1002 + WEBGL_MSAA + BLOCKED_DEVICE + + + Darwin 10 + 0x8086 + WEBGL_MSAA + BLOCKED_DEVICE + + + All + 0x1002 + DIRECT2D + BLOCKED_DRIVER_VERSION + 8.982.0.0 + EQUAL + + + WINNT 5.1 + 0x8086 + DIRECT3D_9_LAYERS + BLOCKED_DRIVER_VERSION + 6.14.10.5218 + LESS_THAN + + + Darwin 10 + 0x1002 + WEBGL_MSAA + BLOCKED_DEVICE + + + WINNT 5.1 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + WINNT 6.2 + 0x1002 + DIRECT2D + BLOCKED_DRIVER_VERSION + 9.10.8.0 + LESS_THAN_OR_EQUAL + + + WINNT 10.0 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + All + 0x1002 + DIRECT3D_9_LAYERS + BLOCKED_DRIVER_VERSION + 8.982.0.0 + EQUAL + + + WINNT 6.1 + 0x10de + DIRECT3D_9_LAYERS + BLOCKED_DRIVER_VERSION + 8.17.12.5896 + LESS_THAN_OR_EQUAL + + 0x0a6c + + + + WINNT 6.2 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + WINNT 8.1 + 0x1002 + DIRECT2D + BLOCKED_DRIVER_VERSION + 15.201.1151.0 + LESS_THAN + + 0x6920 + 0x6921 + 0x6928 + 0x6929 + 0x692b + 0x692f + 0x6930 + 0x6938 + 0x6939 + 0x6900 + 0x6901 + 0x6902 + 0x6903 + 0x6907 + 0x7300 + 0x9870 + 0x9874 + 0x9875 + 0x9876 + 0x9877 + + + + WINNT 6.1 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.2086 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + All + 0x1022 + DIRECT3D_9_LAYERS + BLOCKED_DRIVER_VERSION + 8.982.0.0 + EQUAL + + + Darwin 11 + 0x1002 + WEBGL_MSAA + BLOCKED_DEVICE + + + Darwin 11 + 0x8086 + WEBGL_MSAA + BLOCKED_DEVICE + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1855 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + WINNT 6.1 + 0x1002 + DIRECT3D_9_LAYERS + BLOCKED_DEVICE + + 0x9802 + 0x9803 + 0x9803 + 0x9804 + 0x9805 + 0x9806 + 0x9807 + + + + WINNT 6.0 + 0x8086 + HARDWARE_VIDEO_DECODING + BLOCKED_DRIVER_VERSION + 10.18.10.3947 + EQUAL + + + Darwin 12 + 0x10de + WEBGL_MSAA + BLOCKED_DEVICE + + + Darwin 12 + 0x8086 + WEBGL_MSAA + BLOCKED_DEVICE + + + Darwin 11 + 0x10de + WEBGL_MSAA + BLOCKED_DEVICE + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1851 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + WINNT 6.1 + 0x1002 + DIRECT2D + BLOCKED_DEVICE + + 0x9802 + 0x9803 + 0x9803 + 0x9804 + 0x9805 + 0x9806 + 0x9807 + + + + Darwin 10 + 0x10de + WEBGL_MSAA + BLOCKED_DEVICE + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1883 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + All + 0x8086 + BLOCKED_DRIVER_VERSION + 8.15.10.1892 + EQUAL + + 0x2a42 + 0x2e22 + 0x2e12 + 0x2e32 + 0x0046 + + + + All + 0x1022 + DIRECT2D + BLOCKED_DRIVER_VERSION + 8.982.0.0 + EQUAL + + + WINNT 5.1 + 0x8086 + WEBGL_ANGLE + BLOCKED_DRIVER_VERSION + 6.14.10.5218 + LESS_THAN + + + + WINNT 10.0 + 0x1002 + DIRECT2D + BLOCKED_DRIVER_VERSION + 15.201.1151.0 + LESS_THAN + + 0x6920 + 0x6921 + 0x6928 + 0x6929 + 0x692b + 0x692f + 0x6930 + 0x6938 + 0x6939 + 0x6900 + 0x6901 + 0x6902 + 0x6903 + 0x6907 + 0x7300 + 0x9870 + 0x9874 + 0x9875 + 0x9876 + 0x9877 + + + + All + 0x8086 + DIRECT2D + BLOCKED_DRIVER_VERSION + 8.15.10.2413 + LESS_THAN_OR_EQUAL + + + WINNT 5.1 + 0x10de + DIRECT3D_9_LAYERS + BLOCKED_DRIVER_VERSION + 7.0.0.0 + GREATER_THAN_OR_EQUAL + + + + + L79XLVO2ZmtAu7FAG8Wmzw== + + + Ermw0Q== + + + fWK0j/Vi8vNWg3VAGjc02w== + + + ESCLRVuhcUZaluIgIVlRJx+O + + + ESDDtMgFFiaUfKo7HD9qImM7 + + + TurPPI6eivtNeGYdM0ZWXQ== + + + Hwexgn/ZCJicZPcsIyI8zxQ= + + + Aw== + + + YNOos6YJoPC77qwSGCpb7w== + + + Bydrxg== + + + DHmmaw== + + + STMAFQ== + + + Nbc68Q8EHza72P/hSWcddw== + + + Bw== + + + a9/VeyVWrzFD7rM2PEHwQA== + + + dItWlz2V62Philqj9m6Pbg== + + + AN9bfYOvlR1t + + + EA== + + + BAAAAAABJ/v3ZwA= + + + STMAjg== + + + frj5jTuqBnQ4fljPvVU3KA== + + + A4g + + + BAAAAAABFqoAZoI= + + + GN2Hrh9LtnM= + + + ByembA== + + + 45KI4WIxyXfNrdtdj7C6 + + + BAAAAAABI54PryQ= + + + CeFU2w== + + + ATFEdg== + + + KjoVfZ3by6+pL8fssyfM6A== + + + RnQ3dg5KdDZs0nyFZk4= + + + BwImeaRkSZQLYwFREwKo3R1Jn+8= + + + ESCis569omrbb20yySF39+aE + + + CLc= + + + eLumDUO40KwnecZLJxFM2A== + + + XhcFm2g619rt8Sro+a4rHA== + + + fbsHfUkagQtznc3rtY1uDg== + + + ESBqoILo90ntDW7OTK43MS2F + + + BYyEX2b5+K+myAIR7eXaRQ== + + + OGPFrg= + + + BAAAAAABLF5/Gog= + + + TA6BjA== + + + CqnbFQ== + + + BAAAAAABMYnGRuw= + + + WD1AyQAAAAAAJQ== + + + AJBQSPqrEvDE2Hz8xH39Low= + + + IyIVazG4RE9AERkb+ekH8w== + + + EM8bDLBnnoYe4LnWpLIhS4esr3I= + + + BydeGg== + + + Bg== + + + Cfk9oA== + + + BAAAAAABHJRKMpA= + + + Sx51x7V8pYe8rp7PMP/3qg== + + + FQ== + + + BAAAAAABAJmPjfQ= + + + Er0moq4zwH8ke2pYafIKdg== + + + BAAAAAABHkSl7L4= + + + BydiAg== + + + QAEy3RIAAAAAAAAMweH5dw= + + + Eg== + + + Cj0= + + + Bydxog== + + + BAAAAAABHkSl5ao= + + + MABJSw== + + + ESCVop+Q4/OBgtf4WJkr01Gh + + + Pgyeh2mqlVzqI9hFntRbUQ== + + + LAVIFm0MWZYH+Sv8Vf+IqkM + + + Gd/pPu+qLnXUdvP9sW73CQ== + + + F5Bg6C237Q== + + + ESByYNtAIfizf2L3NMzCH8zZ + + + Ai7cBJYqBE0I9NdyoZfRrw== + + + AImQERVYPoeb + + + GpO48aJ8GngtwECqZhm/xA== + + + CdYL9vSQCEKzBwjO10ud2w== + + + BYOGvG32ukb1Yxj2oKoFyw== + + + a12RvBNhznU= + + + AKrMYlJmUUin8FOM/0TJrmk= + + + RUT1Gehd1KKYPfqOlgspoQ== + + + KuzHPJLdK5hNgJRo3R47Ag== + + + YUlF+VXF2FWFqCo472HfZlw + + + WJ2qHzWUqTk= + + + AQAAAAQ= + + + OE4/d+p3YRzzcSl+kmZ8Mw== + + + Byc85g== + + + BAAAAAABRE7wRk4= + + + ByeQ9g== + + + OYBKgxEHpW/8XGAGAlvJyMA= + + + bzTw0uq05TUYEGS98bh0Ww== + + + EEpERSryZFMagbsNw/WoWQ== + + + Aw== + + + CSU= + + + BAAAAAABHkSHlSo= + + + QDi5sA== + + + Bydp0g== + + + BAAAAAABM6d3Z0s= + + + CjM= + + + BAAAAAABGMG0Gmw= + + + BAAAAAABHkSl6Co= + + + CWhp + + + cDggUYfwJ3A1YcdoeT6s4A== + + + RVWTeb5EKqE7cy7MUD2oJ3M + + + CrTHPEE6AZSfI3jysin2bA== + + + RdHgEmEIjdyRFWDRRlk + + + ATE3ew== + + + BAAAAAABL07hTcY= + + + E5I2y6sIonl4a+TmlXc7fw== + + + VBSf+IncsTB3RZS4KFCJPQ== + + + DA== + + + YR0zGQAAAAAAAw== + + + UVKsEezpGWOVQ4W9esstng== + + + Ikdj3zYXXGsC/Afm9Tvx+g== + + + BAAAAAABHkSl6mw= + + + QDi5sQ== + + + BAAAAAABCUVQ9No= + + + BydSYg== + + + U4P1tUoxl/XkztlVHdtdgw== + + + ByfHkw== + + + TqfXw+FkhxfVgE9GVMgjWQ== + + + CMNfzETd7XxesS9FOUj9Mg== + + + YRJNfMoc12IpmW+Enpv3Pdo= + + + VfTSum25nb65YPlpuhJAvg== + + + UW3oKZKTDsrPy/rfwmGNaQ== + + + AjpW + + + E77H6yvyFQjO0PcN3x0H+Q== + + + B+U= + + + AZ0 + + + OUvvVscW0/NltofkmV9qmg== + + + EDQMI0tR4kSntv1O37N10g== + + + Cbssdw== + + + WX89jn8yGZVvoKTD9jDfRQ== + + + JV/LVzSKI/wsDgg3UuZHlA== + + + Byemag= + + + U+1Y1QpJc0FOR5JdCJ01gQ== + + + ESISuBo/wdW2tBztKmHdFCFz + + + NMpMcEnex3eXx4ohk9glcQ== + + + F6QlB/yX+A== + + + CgFBQgAAAUFcf/EVAAAAAg== + + + LizeWXFWP5pZPI/dLc+PVQ== + + + TrKEMhb2PKktH8lHg0AV5A== + + + GN2Hrh9LtnA= + + + A4w + + + AuhvPsYZfVP6UDsuyjeZ4Q== + + + BAAAAAABJ/ufRdg= + + + FJl6tXgNpSg= + + + BAAAAAABIBnBjWg= + + + Fw== + + + F5BhE0zbgQ== + + + VLm3Xe60+1YgPpXCGtXLng== + + + e/fIfg2Dj2tkYIWVu2r82Cc= + + + Qh/O5w== + + + UMUwXwT1Z4juyQ/CNTf4mw== + + + QAAnEQ== + + + d8AtKymQwkOPDBj+hjPzFg== + + + BAAAAAABJZbEU4I= + + + IIxFSyNM6mWtCgTG0IL3Og== + + + Ajp/ + + + Ew1ee9Jq7Q/Dig3ACF4V6Q== + + + ORFgmCj072NjcJnrxOMfQA== + + + HxT1XSjIpzjMprp9Qu1gYQ== + + + DL8 + + + BAAAAAABL07hUBg= + + + UoRGnb96CUDTxIqVry6LBg== + + + ESDYXNBhF+dePFjojs7u2vj1 + + + F5Bg+EziQQ== + + + Cfk9qg== + + + ATE0vw== + + + BydInw== + + + ByemaQ= + + + F7PAjw2k0dTX5escPnyVOBo= + + + Aa8e+91erglSMgsk/mtVaA== + + + R/j2qA= + + + TXxtAQ== + + + CskruA== + + + Ig== + + + U3SgRR3J+D6575WuCxuXeQ== + + + Cd/dug== + + + BAAAAAABAPpuVh0= + + + Byc68g== + + + SdegFrLaFTCsoMAW5ED+zA== + + + EAdmaA== + + + RvCM2iRdkCE82ZOO2dU + + + Bydvrw= + + + EQ== + + + BAAAAAABGMGjftY= + + + APdCebq8ZyZr/T0luxlicNw= + + + OfJBIhFwAdQ= + + + BAAAAAABHkSHjz8= + + + BAAAAAABF2Tb8Bc= + + + BUrYjru5px1ym4QUN33TOQ== + + + IA== + + + RurwlgVMxeP6Zepun0LGZA== + + + SurdtfsuPcXXDpY2LkBpYO6BT7o= + + + ALxyZmb/WL/wAuUiPK5oK/g= + + + P6G7IYSL2RZxtzTh8I6qPA== + + + YR3YYQAAAAAABA== + + + BHk= + + + UdNjvA= + + + ByfNeA== + + + EqthLKdUgwI= + + + J8mznxvTvOR5p4Br3a3sm5j5iM0= + + + M64Z5ufZzDRVTHkJR1uXzw== + + + BydKkg== + + + LdbnCbsA9sOgI4mkUpWXPw== + + + e7wSpVxmgAS5/ioLi2iBIA== + + + FNISyWWTGi5Yco6fGh58/A== + + + cXXMzbWDHMIdCotb3h64yw== + + + BAAAAAABA/A35EU= + + + QZCrvA== + + + BAAAAAABEAuMoRs= + + + Bye2Cg== + + + AJiWmg== + + + BQ== + + + BAAAAAABJpQ0AbA= + + + NTgf4iwIfeyJPIomw2dwSXEwtxQ= + + + AjqL + + + acI1CFIgmwSFBoU5+ahDgg== + + + ESDu2nhlLPzfx+LYgjlYFP/k + + + buROL/l2GuXISv+/JVLkdA== + + + CqZgEvHAsnzkT//QV9KjXw== + + + HZyLf+K70FKc+jomm8DiDw== + + + Ew== + + + BAAAAAABKUXDqA8= + + + Qh/SnQ== + + + Xrr31RF0DoIzMKXS6XtD+g== + + + Rea7UUYH3jl33BryPIo + + + QM1zZ4GZ4gfwpQtUYye3Ne0 + + + BAAAAAABCFiEp9s= + + + PAdKZPiaac2CvPxbOrsHOw== + + + IHj3eiEK3K1Xrpu1uvtBuvE + + + a9rf7/BmG9JkKvRuy7J5QA== + + + M0VSOewW3WI= + + + CcHC/g== + + + Xbevr3ut3Z9m1GuXC9SonA== + + + BAAAAAABKUXDqxw= + + + AQAAAAU= + + + Cfk9lw== + + + AIChpbGNqu4XKp9J70syKEs= + + + cJ+vg4742XhNgJW2ot9eIg== + + + QZBvapTZFvmYktEPsBYLQQ== + + + fMTRbGCp280pnyE/u53zbA== + + + ANX8SnNRxCmsE/GCl5hw+8A= + + + RFlmmjulj6Ve7PfBi44nnw== + + + XJ8pGvGNM9RIcLUG9YQjLQ== + + + Cyr1PA== + + + Gg== + + + DYifRdP6aQQ8MLbXZY2f5g== + + + CqL7CA== + + + UKKK5ol/rKBZchAAOnZjaA== + + + BAAAAAABLM/7qjk= + + + H08= + + + BAAAAAABKB/OGqI= + + + HNo1DR4XCe4mS1iUMsY6Wg== + + + Rvm2CEw2IC2Mu/ax0A46QQ== + + + ByfFnw== + + + F5BhENPfVw== + + + GN2Hrh9Ltm4= + + + Os2rnHWYhryvdOXfgan06A== + + + ESJJweWBPhoXAaB9c8SHwI4O + + + OhrtngFwotLcm4i+z00SjA== + + + BGU= + + + CcL+EA== + + + BAAAAAABJQcQRNU= + + + ByfDtA= + + + VOcIuNbTqkpOMUyI108FOg== + + + RnQ3dYovwvB0D5q2YGY= + + + TA5iEg== + + + e0bEFhI16xx9U1yvlI56rA== + + + L1fHogsVxmfMBka5q4uzaQ== + + + ezdAeCxKH7BFs7vn3byYaw== + + + HA== + + + AJiU+bpWh2Uc4xFRf8GM9yA= + + + CcHC1w== + + + UV9aaDeNRNtQuXjRYk4Skhg= + + + AQw= + + + BAAAAAABK84yjs8= + + + FJl6tXgNpSk= + + + DjIvBkX+ECVbB/C3i6w2Gg== + + + BAAAAAAA+X/GIyk= + + + ESCC9oPNcRdPOox+SjWm9dTX + + + UU3AP1SMxmyhBFq7MRFZmf0= + + + ESDItX4ruWiLnrlz0rk4/bmz + + + BAAAAAABHhw1vwc= + + + BAAAAAABIg08D3U= + + + GN2Hrh9LtnI= + + + BAAAAAABJ/ufQg8= + + + QZCrvQ== + + + BAAAAAABMrS7t2g= + + + D9UltDPl4XVfSSqQOvdiwQ== + + + LTRcDHabRHU= + + + AUa47POQ1dN5 + + + JLiDzgpL7oFNgJN+jIjt7w== + + + Mq0P6o03FDk0B2bnJ+mYPGo= + + + APt5i5rs4dIIQPwZdk9/ISc + + + ESAyW/JX3+hZIp44EAMlXU2b + + + Aw== + + + GN2Hrh9Ltms= + + + AMs + + + Qh/QbQ== + + + DA== + + + ZECgRdZEsns= + + + AQAAAAM= + + + UUFV3S2cUidOOv7ESN65Ng== + + + Bydr0Q== + + + GdXz4L1b6FKNCMG9Jz2tjA== + + + BAAAAAABMxvC9bk= + + + TAA2G+UIK6mqznQKBT77NA== + + + ESCyHU+xOECnh9Rf2IvgR8zS + + + ESByNJZ5TPjg9iZyL6a/h5Zx + + + fwAAAQAAAUrz/HmrAAAAAg== + + + BAAAAAABHkSl5AQ= + + + K1ftto7Xcb0YKwQ6uMvOIA== + + + BA== + + + L7tgs/W85vnhV7I7qJ6N/g== + + + Qh/SqA== + + + A9GPKQ8jv9oIxfwiOy7qxQ== + + + GtXUVojhwOTkaQ4bTKblEQ== + + + BAAAAAABIg08FMU= + + + ARQ= + + + AQAAAAA= + + + BA== + + + COwoDFvz7GD8R2K7Lo0rYQ== + + + VN2yeFexyXjPf34fHGmbhg== + + + R4af5A== + + + BAAAAAABLF5/HXY= + + + Hnms0W0OxHSYE2F0XE97sw== + + + BAAAAAABBHYoIFs= + + + D/wZ7+m1Mv8SONSEFcs73w== + + + Byeaqw== + + + Ermwxw== + + + ESBrHE7sFC7CQ8EM681xA3CY + + + eR1nUEz8k+nDSBD+bb5uIQ== + + + Ermwtg== + + + cx0HrIEQg8JHWTP7DzOxSQ= + + + STMAeg== + + + Byd5cg== + + + NvEJoRYL2yvAZrAjbDIipQ== + + + QDi5rw== + + + bAOrKSMsmA0MLJyAJ5BRsUM= + + + MABJTA== + + + Cw== + + + XLhHIg7vP+tWfRqvuKeAxw== + + + BAAAAAABJQdAjik= + + + JpUvYJyWjdGmeoH7YcYunw== + + + TA6EVg== + + + BAAAAAABHJRKNmk= + + + CeagHQ== + + + RH7WhshwXRK6f0VfOfjXgQ== + + + BAAAAAABJQcQQN0= + + + OnvXX72mvUI2Id/NMzegmg== + + + AjqK + + + DAk9hy8DhHSo+aQetvPB/fY= + + + ESD9YhzIEOwiOT7Nwip+E1KI + + + BXA= + + + By7fBTreouRwX/qrpgSUsg== + + + CSY= + + + F5Bg/C8eXg== + + + J2La+q+JOURNWkX60OP2lQ== + + + CdWFNw== + + + BAAAAAABElatX7I= + + + ESC8DawWRiAyEMd38UXbfgPR + + + BAAAAAABK84ykc0= + + + BAAAAAABHkSHki0= + + + e9JTGBe45yw= + + + AQAAAAI= + + + O2S99lVUxErLSk56GvWRv+E= + + + OqQ2rV0ISTc308Z/oQgzFw== + + + Aw1SPC56593ZCZ9vCNHKwQ== + + + UbQGvw= + + + JD1wxDd8IgmiqX7MyPPg1g== + + + U3t2Vk8pfxTcaUPpIq0seQ== + + + bx/XHJqcwxDOptxJ2lh5vw== + + + LU4d0t7PAsZNgJGZcb+o/w== + + + LnfcUaXG/pxV2CpXM5+YSg== + + + sPNcCSE9Nkg3jy5IN1xe2Q== + + + BAAAAAABCfhiO+s= + + + Ajp+ + + + ZgwfEqZnBsUNvNuZ77FbQA== + + + Iqpyf/YoGgvHc8HiDAxAI8o= + + + Jq6jgeApiT9O4W2Tx/NTRQ== + + + Iw== + + + ANygrItIJ2rcKlyS3Lue07U= + + + ATFpsA== + + + cpqpXVWPk5AXzGw+zNIcBw== + + + ESCEUbthDurBjJw0/h/FfuNY + + + VUtahOwvvmJFwlvmGDZP5w== + + + BAAAAAABFUtaxac= + + + AygWP2Fgd2T+iLbmAlKT6g== + + + diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/browser-extension-data/jid1-MnnxcxisBPnSXQ@jetpack/storage.js b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/browser-extension-data/jid1-MnnxcxisBPnSXQ@jetpack/storage.js new file mode 100644 index 0000000..04cf9c4 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/browser-extension-data/jid1-MnnxcxisBPnSXQ@jetpack/storage.js @@ -0,0 +1 @@ +{"snitch_map":{},"action_map":{},"cookieblock_list":{"123greetings.com":true,"122.2o7.net":true,"112.2o7.net":true,"5min.com":true,"accuweather.com":true,"actionnetwork.org":true,"auth.adobe.com":true,"wwwimages.adobe.com":true,"xsdownload.adobe.com":true,"akamai.net":true,"akamaihd.net":true,"al.com":true,"alert60.com":true,"alexa.com":true,"alicdn.com":true,"ally.com":true,"amazon.com":true,"s3.amazonaws.com":true,"amazonaws.com":true,"americanhomecomings.com":true,"ancestry.com":true,"angularjs.org":true,"anonymto.me":true,"tkx2-prod.anvato.net":true,"up.anv.bz":true,"mcp-media5.anvato.net":true,"cdn.anvato.net":true,"aol.com":true,"aolcdn.com":true,"ap.org":true,"apnewsregistry.com":true,"apple.com":true,"hiroservers.appspot.com":true,"snapabug.appspot.com":true,"appspot.com":true,"arcgis.com":true,"archive.org":true,"secure5.arcot.com":true,"cdn.arstechnica.net":true,"aspnetcdn.com":true,"c64.assets-yammer.com":true,"assetfiles.com":true,"authorize.net":true,"autoforums.com":true,"bac-assets.com":true,"bandcamp.com":true,"bankid.no":true,"bankrate.com":true,"bcbits.com":true,"betterttv.net":true,"www.bing.com":true,"bit.ly":true,"bizrate.com":true,"blogblog.com":true,"blogger.com":true,"blogher.org":true,"blogspot.com":true,"bp.blogspot.com":true,"bloxcms.com":true,"boldchat.com":true,"bootstrapcdn.com":true,"braintreegateway.com":true,"brcdn.com":true,"break.com":true,"breakingburner.com":true,"brightcove.com":true,"players.brightcove.net":true,"buzzfed.com":true,"buzzfeed.com":true,"cachefly.net":true,"cardinalcommerce.com":true,"cars.com":true,"cbsi.com":true,"cbsimg.net":true,"cbsistatic.com":true,"cdninstagram.com":true,"cdnpk.com":true,"charter.com":true,"civicscience.com":true,"cleanprint.net":true,"cleveland.com":true,"cloudflare.com":true,"cloudfront.net":true,"bbb.org":true,"bbc.co.uk":true,"bbci.co.uk":true,"grapeshot.co.uk":true,"w.graphiq.com":true,"s.graphiq.com":true,"s2.graphiq.com":true,"s3.graphiq.com":true,"files.graphiq.com":true,"gr-assets.com":true,"guardian.co.uk":true,"media-imdb.com":true,"mediaworks.co.nz":true,"com.com":true,"complex.com":true,"convio.net":true,"copyscape.com":true,"corporate-ir.net":true,"coupons.com":true,"craveonline.com":true,"creativecommons.org":true,"crowdynews.com":true,"cstv.com":true,"cursecdn.com":true,"custhelp.com":true,"d3js.org":true,"dailymotion.com":true,"delicious.com":true,"delvenetworks.com":true,"denverpost.com":true,"deviantart.com":true,"deviantart.net":true,"digg.com":true,"cdn.discourse.org":true,"discovery.com":true,"disqus.com":true,"disquscdn.com":true,"a.disquscdn.com":true,"uploads.disquscdn.com":true,"dmcdn.net":true,"dmcdn.com":true,"screendoor.dobt.co":true,"domainnamesales.com":true,"dl.dropboxusercontent.com":true,"dudamobile.com":true,"dumpert.nl":true,"ebay.com":true,"ebayimg.com":true,"ebayrtm.com":true,"ebaystatic.com":true,"edgecastcdn.net":true,"edgefcs.net":true,"edgekey.net":true,"files.edx.org":true,"elasticbeanstalk.com":true,"eltrafiko.com":true,"api.embed.ly":true,"cdn.embed.ly":true,"cdn.embedly.com":true,"i.embed.ly":true,"i-cdn.embed.ly":true,"epoch.com":true,"estara.com":true,"ethn.io":true,"evcdn.com":true,"ebmedia.eventbrite.com":true,"s-static.ak.facebook.com":true,"www.facebook.com":true,"fansonly.com":true,"travis-ci-org.global.ssl.fastly.net":true,"fastly.net":true,"fbcdn.net":true,"attachment.fbsbx.com":true,"feedburner.com":true,"api.filepicker.io":true,"dialog.filepicker.io":true,"financialcontent.com":true,"findnsave.com":true,"firstlook.org":true,"framasoft.org":true,"frz.io":true,"build.origami.ft.com":true,"fz.io":true,"fzcdn.net":true,"hello.firefox.com":true,"flattr.com":true,"flickr.com":true,"fling.com":true,"flowplayer.org":true,"flyertown.ca":true,"adm.fwmrm.net":true,"fontdeck.com":true,"fonts.com":true,"fonts.net":true,"force.com":true,"fuseservice.com":true,"140cc.v.fwmrm.net":true,"fyre.co":true,"gannett-cdn.com":true,"gannettonline.com":true,"gannett-tv.com":true,"gasbuddy.com":true,"gawkerassets.com":true,"geenstijl.nl":true,"geoplugin.net":true,"geotrust.com":true,"getpocket.com":true,"giant.gfycat.com":true,"ggpht.com":true,"giphy.com":true,"github.com":true,"githubusercontent.com":true,"gmodules.com":true,"go.com":true,"godaddy.com":true,"godatafeed.com":true,"gogousenet.com":true,"accounts.google.com":true,"apis.google.com":true,"calendar.google.com":true,"checkout.google.com":true,"clients1.google.com":true,"consent.google.com":true,"cse.google.com":true,"developers.google.com":true,"docs.google.com":true,"drive.google.com":true,"feedburner.google.com":true,"groups.google.com":true,"kh.google.com":true,"khms0.google.com":true,"khms1.google.com":true,"khms2.google.com":true,"khms3.google.com":true,"khms4.google.com":true,"labs.google.com":true,"maps.google.com":true,"maps-api-ssl.google.com":true,"mapsengine.google.com":true,"mt0.google.com":true,"mt1.google.com":true,"mts0.google.com":true,"mts1.google.com":true,"mw1.google.com":true,"mw2.google.com":true,"picasaweb.google.com":true,"plus.google.com":true,"spreadsheets.google.com":true,"talkgadget.google.com":true,"translate.google.com":true,"www.google.com":true,"ajax.googleapis.com":true,"googleapis.com":true,"googlecode.com":true,"googlecommerce.com":true,"googletagservices.com":true,"cdn.leafletjs.com":true,"lh4.googleusercontent.com":true,"googleusercontent.com":true,"googlevideo.com":true,"governmentjobs.com":true,"gravatar.com":true,"gscdn.nl":true,"gstatic.com":true,"hackerone-user-content.com":true,"helium.com":true,"hellobar.com":true,"herokuapp.com":true,"code.highcharts.com":true,"honcode.ch":true,"hootsuite.com":true,"howaboutwe.com":true,"howstuffworks.com":true,"huffpost.com":true,"humblebundle.com":true,"hwcdn.net":true,"hypothes.is":true,"ibsys.com":true,"ibtimes.com":true,"icbdr.com":true,"imagecorn.com":true,"imageg.net":true,"imagehost123.com":true,"images-amazon.com":true,"imageshack.us":true,"imagetwist.com":true,"imagevenue.com":true,"www.img-bahn.de":true,"imgchili.com":true,"imgfarm.com":true,"imgspice.com":true,"imgur.com":true,"imgix.net":true,"imshopping.com":true,"indeed.com":true,"inergizedigital.com":true,"instagram.com":true,"instantservice.com":true,"instapaper.com":true,"intellicast.com":true,"intensedebate.com":true,"members.internetdefenseleague.org":true,"investingchannel.com":true,"script.ioam.de":true,"issuu.com":true,"janrain.com":true,"jquery.com":true,"jquerytools.org":true,"jsonip.com":true,"jtvnw.net":true,"justin.tv":true,"jwpcdn.com":true,"jwpltx.com":true,"cdnapi.kaltura.com":true,"cdnbakmi.kaltura.com":true,"cfvod.kaltura.com":true,"www.kaltura.com":true,"kampyle.com":true,"kataweb.it":true,"kickapps.com":true,"kickstatic.com":true,"kingfeatures.com":true,"kinja.com":true,"kinja-static.com":true,"klm.com":true,"licdn.com":true,"licensebuttons.net":true,"addon.lidl.de":true,"media.lidl.com":true,"linkwithin.com":true,"i.lithium.com":true,"messenger.live.com":true,"livechatinc.com":true,"livefyre.com":true,"livehelpnow.net":true,"livestream.com":true,"llnwd.net":true,"loggly.com":true,"logos.com":true,"lphbs.com":true,"mail.ru":true,"mapbox.com":true,"mapquestapi.com":true,"masslive.com":true,"mathjax.org":true,"maxmind.com":true,"mcclatchyinteractive.com":true,"meebocdn.net":true,"mfstatic.cz":true,"microsoft.com":true,"microsoftonline.com":true,"microsofttranslator.com":true,"mlive.com":true,"mobify.com":true,"loop.services.mozilla.com":true,"mozilla.net":true,"mozilla.org":true,"mozu.com":true,"mqcdn.com":true,"msecnd.net":true,"msn.com":true,"mtv.com":true,"mtvnservices.com":true,"mycapture.com":true,"mzstatic.com":true,"nationbuilder.com":true,"nationalgeographic.com":true,"nbcuni.com":true,"neighborsink.com":true,"netdna-cdn.com":true,"netdna-ssl.com":true,"netflix.com":true,"networksolutions.com":true,"newsinc.com":true,"newslook.com":true,"newstogram.com":true,"nextopiasoftware.com":true,"nfl.com":true,"nflcdn.com":true,"cdn3.nflxext.com":true,"nflxext.com":true,"ngfiles.com":true,"nj.com":true,"nmcdn.us":true,"nola.com":true,"npmcdn.com":true,"nrcdn.com":true,"nsimg.net":true,"media.nu.nl":true,"nyt.com":true,"nytimes.com":true,"c.o0bg.com":true,"ocsn.com":true,"olark.com":true,"omroep.nl":true,"amazoncustomerservice.d2.sc.omtrdc.net":true,"attservicesinc.tt.omtrdc.net":true,"onswipe.com":true,"api.ooyala.com":true,"c.ooyala.com":true,"l.ooyala.com":true,"opf.ooyala.com":true,"player.ooyala.com":true,"tile.opencyclemap.org":true,"tile2.opencyclemap.org":true,"openlayers.org":true,"openlibrary.org":true,"nominatim.openstreetmap.org":true,"tile.openstreetmap.fr":true,"tile.openstreetmap.org":true,"optimizely.com":true,"oregonlive.com":true,"outlook.com":true,"passwordbox.com":true,"paypal.com":true,"paypalobjects.com":true,"pdf.yt":true,"pennlive.com":true,"performgroup.com":true,"pgcdn.com":true,"phncdn.com":true,"photobucket.com":true,"phplist.com":true,"piclens.com":true,"pinimg.com":true,"piratebay.org":true,"pistachio-cdn.graze.com":true,"pixietrixcomix.com":true,"plex.tv":true,"poll.fm":true,"polldaddy.com":true,"postimg.org":true,"powerreviews.com":true,"pricegrabber.com":true,"printfriendly.com":true,"providesupport.com":true,"psswrdbx.com":true,"publiekeomroep.nl":true,"qualtrics.com":true,"quotemedia.com":true,"api.razorpay.com":true,"checkout.razorpay.com":true,"razorpay.com":true,"rackcdn.com":true,"rackspacecloud.com":true,"rambler.ru":true,"images.rapgenius.com":true,"readability.com":true,"readthedocs.org":true,"recaptcha.net":true,"reddit.com":true,"redditmedia.com":true,"redditstatic.com":true,"resellerratings.com":true,"resultspage.com":true,"rpxnow.com":true,"rssinclude.com":true,"salesforce.com":true,"salsalabs.com":true,"sbnation.com":true,"schd.ws":true,"sched.org":true,"scribd.com":true,"scribdassets.com":true,"securesuite.co.uk":true,"securitymetrics.com":true,"seeclickfix.com":true,"sgizmo.com":true,"shopify.com":true,"shopping.com":true,"shoprunner.com":true,"siteimprove.com":true,"shield.sitelock.com":true,"sketchfab.com":true,"slidedeck.com":true,"public.slidesharecdn.com":true,"s-msft.com":true,"s-msn.com":true,"smugmug.com":true,"snapengage.com":true,"sndcdn.com":true,"auth.api.sonyentertainmentnetwork.com":true,"cdn-a.sonyentertainmentnetwork.com":true,"soundcloud.com":true,"springboardplatform.com":true,"squarespace.com":true,"squirt.io":true,"ssl-images-amazon.com":true,"cdn.sstatic.net":true,"sstatic.net":true,"stackexchange.com":true,"stackoverflow.com":true,"staticamzn.com":true,"cdn.static-economist.com":true,"staticflickr.com":true,"steampowered.com":true,"store.akamai.steamstatic.com":true,"steamusercontent.com":true,"stellaservice.com":true,"stripe.com":true,"stripecdn.com":true,"surveygizmo.com":true,"surveymonkey.com":true,"syracuse.com":true,"public.tableausoftware.com":true,"c.tadst.com":true,"uploads.tapatalk-cdn.com":true,"targetimg1.com":true,"targetimg2.com":true,"technorati.com":true,"tegna-media.com":true,"theplatform.com":true,"tile.thunderforest.com":true,"timeinc.net":true,"tinypic.com":true,"tinyurl.com":true,"tiqcdn.com":true,"tmsbuyatoyota.com":true,"torbit.com":true,"townnews.com":true,"cookieblock.trackersimulate.org":true,"trb.com":true,"trbimg.com":true,"tripadvisor.com":true,"trumba.com":true,"privacy-policy.truste.com":true,"trustkeeper.net":true,"trustwave.com":true,"ttvnw.net":true,"tumblr.com":true,"turner.com":true,"twimg.com":true,"twitch.tv":true,"twitter.com":true,"platform.twitter.com":true,"syndication.twitter.com":true,"typekit.net":true,"typekit.com":true,"typepad.com":true,"typography.com":true,"uicdn.com":true,"ui-portal.de":true,"ultraimg.com":true,"uplynk.com":true,"usa.gov":true,"viafoura.net":true,"viddler.com":true,"videobash.com":true,"viduki.com":true,"vimeo.com":true,"vimeocdn.com":true,"virtualearth.net":true,"vmixcore.com":true,"voxmedia.com":true,"vox-cdn.com":true,"w3.org":true,"wallst.com":true,"weather.com":true,"weather.gov":true,"weatherbug.com":true,"weathernationtv.com":true,"webtype.com":true,"where.com":true,"widgetserver.com":true,"wikidata.org":true,"wikimedia.org":true,"wildapricot.org":true,"windows.net":true,"wishabi.com":true,"wistia.net":true,"wistia.com":true,"wix.com":true,"gatherer.wizards.com":true,"s.w.org":true,"ts.w.org":true,"ps.w.org":true,"wordpress.com":true,"worldnow.com":true,"wp.com":true,"wpengine.com":true,"wufoo.com":true,"wunderground.com":true,"wxc.com":true,"wxug.com":true,"pipes.yahoo.com":true,"search.yahoo.com":true,"yahoo.net":true,"yahooapis.com":true,"yandex.net":true,"yandex.ru":true,"yandex.ua":true,"yardbarker.com":true,"yellowpages.com":true,"yelpcdn.com":true,"yimg.com":true,"youku.com":true,"youtube.com":true,"youtube-nocookie.com":true,"youwatch.org":true,"ytimg.com":true,"zap2it.com":true,"zdassets.com":true,"zencdn.net":true,"zergnet.com":true,"ziplist.com":true,"zlcdn.com":true,"zombaio.com":true,"zope.net":true,"zopim.com":true,"zvents.com":true,"assets.nflxext.com":true,"assets.ubuntu.com":true,"y3.analytics.yahoo.com":true,"seatme.yelp.com":true,"jsdelivr.net":true,"":true},"supercookie_domains":{},"dnt_hashes":{"41ae62ddfee360fe1e0e7dbae0f35b2dc06212eb":"Preliminary DNT Policy","96297930e450cb795004ae5b1fcc88290a2fe982":"Discussion Draft DNT Policy v0.1","76d89351d48f10c633fd1b5273587913f0851367":"Discussion Draft v0.2 in progress feb 2015","a18e8dba6848d3fc241b03b88291cb75a3cfec3b":"DNT Policy v1.0"},"settings_map":{"socialWidgetReplacementEnabled":true,"showCounter":true,"disabledSites":[],"isFirstRun":false,"seenComic":false,"migrationLevel":6}} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cert8.db b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cert8.db new file mode 100644 index 0000000..4adb0f0 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cert8.db differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/compatibility.ini b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/compatibility.ini new file mode 100644 index 0000000..4329b3f --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/compatibility.ini @@ -0,0 +1,7 @@ +[Compatibility] +LastVersion=53.0_20170420084331/20170420084331 +LastOSABI=Linux_x86_64-gcc3 +LastPlatformDir=/usr/lib64/firefox +LastAppDir=/usr/lib64/firefox/browser + +InvalidateCaches=1 diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/containers.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/containers.json new file mode 100644 index 0000000..84e73fb --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/containers.json @@ -0,0 +1 @@ +{"version":2,"lastUserContextId":5,"identities":[{"userContextId":1,"public":true,"icon":"fingerprint","color":"blue","l10nID":"userContextPersonal.label","accessKey":"userContextPersonal.accesskey","telemetryId":1},{"userContextId":2,"public":true,"icon":"briefcase","color":"orange","l10nID":"userContextWork.label","accessKey":"userContextWork.accesskey","telemetryId":2},{"userContextId":3,"public":true,"icon":"dollar","color":"green","l10nID":"userContextBanking.label","accessKey":"userContextBanking.accesskey","telemetryId":3},{"userContextId":4,"public":true,"icon":"cart","color":"pink","l10nID":"userContextShopping.label","accessKey":"userContextShopping.accesskey","telemetryId":4},{"userContextId":5,"public":false,"icon":"","color":"","name":"userContextIdInternal.thumbnail","accessKey":""}]} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/content-prefs.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/content-prefs.sqlite new file mode 100644 index 0000000..512e677 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/content-prefs.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cookies.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cookies.sqlite new file mode 100644 index 0000000..a00ee9e Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/cookies.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/crashes/store.json.mozlz4 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/crashes/store.json.mozlz4 new file mode 100644 index 0000000..5e3546c Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/crashes/store.json.mozlz4 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281536003.d40d22aa-9f34-4e0d-ac76-c4c14762e68c.main.jsonlz4 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281536003.d40d22aa-9f34-4e0d-ac76-c4c14762e68c.main.jsonlz4 new file mode 100644 index 0000000..8c29bea Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281536003.d40d22aa-9f34-4e0d-ac76-c4c14762e68c.main.jsonlz4 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281732650.994830cd-173b-4cbe-9441-e71f2cc7060b.main.jsonlz4 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281732650.994830cd-173b-4cbe-9441-e71f2cc7060b.main.jsonlz4 new file mode 100644 index 0000000..ee224da Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281732650.994830cd-173b-4cbe-9441-e71f2cc7060b.main.jsonlz4 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281894604.dcb6be57-e8a4-4022-bc6f-dbe257091c69.main.jsonlz4 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281894604.dcb6be57-e8a4-4022-bc6f-dbe257091c69.main.jsonlz4 new file mode 100644 index 0000000..bdbb52e Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/archived/2017-05/1494281894604.dcb6be57-e8a4-4022-bc6f-dbe257091c69.main.jsonlz4 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/session-state.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/session-state.json new file mode 100644 index 0000000..c509cf0 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/session-state.json @@ -0,0 +1 @@ +{"sessionId":"d80d499e-aad3-4bf5-bdf6-ea36d0183a37","subsessionId":"1cd618d8-17d4-4a06-88df-e5a4d649c586","profileSubsessionCounter":3} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/state.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/state.json new file mode 100644 index 0000000..7e4273c --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/datareporting/state.json @@ -0,0 +1 @@ +{"clientID":"8e0e1da3-5680-40a9-9b1a-19324ea1b671"} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extension-data/ublock0.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extension-data/ublock0.sqlite new file mode 100644 index 0000000..405d186 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extension-data/ublock0.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.ini b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.ini new file mode 100644 index 0000000..abefe74 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.ini @@ -0,0 +1,7 @@ +[ExtensionDirs] +Extension0=/home/test/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi + +[ThemeDirs] +Extension0=/usr/lib64/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi + +[MultiprocessIncompatibleExtensions] diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.json new file mode 100644 index 0000000..7e49bbc --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions.json @@ -0,0 +1 @@ +{"schemaVersion":19,"addons":[{"id":"e10srollout@mozilla.org","syncGUID":"{168b1aae-c956-42ce-ba67-19c3723085b2}","location":"app-system-defaults","version":"1.15","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/usr/lib64/firefox/browser/features/e10srollout@mozilla.org.xpi","installDate":1492679717000,"updateDate":1492679717000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":9436,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"53.0","maxVersion":"53.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null},{"id":"firefox@getpocket.com","syncGUID":"{04067cd1-f7e0-4e74-802c-3ae7b8342e67}","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/usr/lib64/firefox/browser/features/firefox@getpocket.com.xpi","installDate":1492679717000,"updateDate":1492679717000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":913563,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"53.0","maxVersion":"53.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null},{"id":"webcompat@mozilla.org","syncGUID":"{b081afa2-ca45-4179-bea6-5b232a95c986}","location":"app-system-defaults","version":"1.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/usr/lib64/firefox/browser/features/webcompat@mozilla.org.xpi","installDate":1492679717000,"updateDate":1492679717000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":1454,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"53.0","maxVersion":"53.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null},{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"{59882ce0-3dda-4543-9718-568d3f4ae09b}","location":"app-global","version":"53.0","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"descriptor":"/usr/lib64/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","installDate":1492679717000,"updateDate":1492679717000,"applyBackgroundUpdates":1,"skinnable":true,"size":2912,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"53.0","maxVersion":"53.0"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null},{"id":"https-everywhere@eff.org","syncGUID":"{8b5bc5f0-eaf2-4239-9cca-f12c4200e04e}","location":"app-profile","version":"5.2.15","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":"chrome://https-everywhere/content/observatory-preferences.xul","optionsType":null,"aboutURL":"chrome://https-everywhere/content/about.xul","icons":{},"iconURL":"chrome://https-everywhere/skin/icon-active-48.png","icon64URL":null,"defaultLocale":{"name":"HTTPS Everywhere","description":"Encrypt the Web! Automatically use HTTPS security on many sites.","creator":"EFF Technologists","homepageURL":"https://www.eff.org/https-everywhere"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi","installDate":1494281733000,"updateDate":1494281733000,"applyBackgroundUpdates":1,"bootstrap":false,"skinnable":false,"size":10745014,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/633506/https_everywhere-5.2.15-an+fx+sm+tb.xpi?src=api","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"26.0","maxVersion":"40.0"},{"id":"{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}","minVersion":"2.17","maxVersion":"2.32"},{"id":"{3550f703-e582-4d05-9a08-453d09bdfdc6}","minVersion":"17.*","maxVersion":"35.*"},{"id":"{a79fe89b-6662-4ff4-8e88-09950ad4dfde}","minVersion":"0.1","maxVersion":"40.0"},{"id":"{aa3c5121-dab2-40e2-81ca-7ea25febc110}","minVersion":"26.0","maxVersion":"40.0"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":2,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null},{"id":"uBlock0@raymondhill.net","syncGUID":"{568d7431-5b97-4cc3-98fb-4a49ae1700c7}","location":"app-profile","version":"1.12.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":"2","aboutURL":null,"icons":{"32":"icon.png","48":"icon.png"},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock","developers":["Deathamns","Alex Vallat","Manuel Reimer"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi","installDate":1494281817000,"updateDate":1494281817000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":5557014,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/630662/ublock_origin-1.12.1-an+fx+sm+tb.xpi?src=api","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[{"locales":["ar"],"name":"uBlock Origin","description":"وأخيراً, مانع اعلانات كفوء. خفيف على المعالج و الذاكرة.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["bg"],"name":"uBlock Origin","description":"Най-накрая, ефективен рекламен блокер с малки изисквания за процесор и памет.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["bn"],"name":"uBlock Origin","description":"অবশেষে, একটি কার্যকর বিজ্ঞাপন প্রতিরোধক। সিপিইউ এবং মেমরি সহায়ক।","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ca"],"name":"uBlock Origin","description":"Finalment, un blocador eficient que utilitza pocs recursos de memòria i processador.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["cs"],"name":"uBlock Origin","description":"Konečně efektivní blokovač, který nezatěžuje CPU a paměť.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["cv"],"name":"uBlock Origin","description":"Тинех Интернет тишкерӳҫӗ валли хӑвӑрт та витӗмлӗ чаркӑч пур.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["da"],"name":"uBlock Origin","description":"Endelig en effektiv blocker til Chromium-baserede browsere. Lavt CPU- og hukommelsesbrug.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["de"],"name":"uBlock Origin","description":"Endlich ein effizienter Blocker. Prozessor-freundlich und bescheiden beim Speicherbedarf.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["el"],"name":"uBlock Origin","description":"Επιτέλους, ένας αποτελεσματικός blocker. Ελαφρύς για τον επεξεργαστή και τη μνήμη.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["eo"],"name":"uBlock Origin","description":"Finfine rendimenta reklamoblokilo. Afabla por ĉefprocesoro kaj memoro.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["es"],"name":"uBlock Origin","description":"Por fin, un bloqueador eficiente con uso mínimo de procesador y memoria.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["et"],"name":"uBlock Origin","description":"Lõpuks on valminud tõhus blokeerija. Protsessori- ja mälusõbralik.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["eu"],"name":"uBlock Origin","description":"Behingoz, blokeatzaile eraginkor bat. PUZ eta memorian arina.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["fa"],"name":"uBlock Origin","description":"بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["fi"],"name":"uBlock Origin","description":"Viimeinkin tehokas ja kevyt mainosten estäjä.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["fil"],"name":"uBlock Origin","description":"Sa wakas! Isang magaling na blocker para sa Chromium-based browsers. Magaan sa CPU at memory.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["fr"],"name":"uBlock Origin","description":"Un bloqueur de nuisances efficace, qui ménagera votre processeur et votre mémoire vive.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["fy"],"name":"uBlock Origin","description":"Einlik, in effisjinte adblocker. Brûkt hast gjin prosessorkrêft of ûnthâld.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["gl"],"name":"uBlock Origin","description":"Ó fin, un bloqueador eficiente que non chupa toda a memoria e o procesador.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["he"],"name":"uBlock Origin","description":"סוף סוף, חוסם יעיל. קל על המעבד והזיכרון.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["hi"],"name":"uBlock Origin","description":"आख़िरकार, क्रोमियम-बेस्ड ब्राउज़रों के लिए एक कुशल अवरोधक। CPU और स्मृति पर आसान।","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["hr"],"name":"uBlock Origin","description":"Konačno, efikasan blokator. Lak na CPU i memoriji.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["hu"],"name":"uBlock Origin","description":"Végre egy hatékony reklám- és követésblokkoló böngészőkhöz, amely kíméletes a processzorral és a memóriával.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["id"],"name":"uBlock Origin","description":"Akhirnya, pemblokir iklan yang efisien. Ringan penggunaan CPU dan memori.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["it"],"name":"uBlock Origin","description":"Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ja"],"name":"uBlock Origin","description":"高効率ブロッカーが遂に登場。CPUとメモリーの負担を抑えます。","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["kn"],"name":"uBlock Origin","description":"ಕೊನೆಗೂ, ಒಂದು ದಕ್ಷ ನಿರ್ಬಂಧಕ. ಮಿತವಾದ ಸಿಪಿಯೂ ಹಾಗು ಮೆಮೊರಿ ಬಳಕೆ.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ko"],"name":"uBlock Origin","description":"이 부가 기능은 효율적인 차단기입니다. CPU와 메모리에 주는 부담이 적습니다.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["lt"],"name":"uBlock Origin","description":"Pagaliau, efektyvus blokatorius, neapkraunantis nei procesoriaus, nei darbinės atminties.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["lv"],"name":"uBlock Origin","description":"Beidzot, efektīvs bloķētājs. Nepārslogo procesoru un atmiņu.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ml"],"name":"uBlock Origin","description":"അവസാനം, ഒരു കാര്യക്ഷമമായ ബ്ലോക്കര്‍. ലഘുവായ CPU, memory ഉപയോഗം.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["mr"],"name":"uBlock Origin","description":"शेवटी, एक कार्यक्षम ब्लॉकर क्रोमियम आधारित ब्राउझरांसाठी. सीपीयू आणि मेमरी वर सोपे जातो.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["nb"],"name":"uBlock Origin","description":"Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["nl"],"name":"uBlock Origin","description":"Eindelijk, een efficiënte adblocker. Gebruikt weinig processorkracht en geheugen.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["pl"],"name":"uBlock Origin","description":"Nareszcie skuteczne blokowanie reklam, niskie użycie procesora i pamięci.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["pt-BR"],"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Com baixo uso de memória e CPU.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["pt-PT"],"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Leve na CPU e memória.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ro"],"name":"uBlock Origin","description":"În sfârșit, un blocant eficient. Are un impact mic asupra procesorului și memoriei.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ru"],"name":"uBlock Origin","description":"Наконец-то, быстрый и эффективный блокировщик для браузеров.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["sk"],"name":"uBlock Origin","description":"Konečne efektívny blokovač, ktorý nezaťažuje CPU a pamäť.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["sl"],"name":"uBlock Origin","description":"Končno, učinkovita, procesorju in pomnilniku prijazna razširitev za blokiranje oglasov.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["sq"],"name":"uBlock Origin","description":"Më në fund, një bllokues efikas që nuk e rëndon procesorin dhe memorjen.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["sr"],"name":"uBlock Origin","description":"Коначно, ефикасан блокатор. Ниски процесорски и меморијски захтеви.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["sv"],"name":"uBlock Origin","description":"Äntligen en effektiv blockerare! Snäll mot processor och minne.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["ta"],"name":"uBlock Origin","description":"இறுதியாக, ஒரு திறமையான விளம்பரத் தடுப்பான். கணினியின் மையச் செயற்பகுதியின் மேலும் நினைவகத்தின் மேலும் இலகுவானது.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["te"],"name":"uBlock Origin","description":"మొత్తానికి RAM ఇంకా CPU పై తేలికయిన, ఒక సమర్థవంతమైన నిరోధిని.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["tr"],"name":"uBlock Origin","description":"Sonunda, etkili bir engelleyici. İşlemci ve belleği yormaz.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["uk"],"name":"uBlock Origin","description":"Ефективний блокувальник реклами таки з’явився. Не навантажує процесор та пам'ять.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["vi"],"name":"uBlock Origin","description":"Cuối cùng, đã có một công cụ chặn quảng cáo hiệu quả, tiêu tốn ít CPU và bộ nhớ.","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["zh-CN"],"name":"uBlock Origin","description":"一款高效的网络请求过滤工具,占用极低的内存和 CPU。","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"},{"locales":["zh-TW"],"name":"uBlock Origin","description":"終於出現了,一個高效率的阻擋器,使用不多的 CPU 及記憶體資源。","creator":"All uBlock Origin contributors","homepageURL":"https://github.com/gorhill/uBlock"}],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"24.0","maxVersion":"*"},{"id":"{aa3c5121-dab2-40e2-81ca-7ea25febc110}","minVersion":"27.0","maxVersion":"*"},{"id":"{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}","minVersion":"2.24","maxVersion":"*"},{"id":"{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}","minVersion":"26.0","maxVersion":"27.*"},{"id":"{3550f703-e582-4d05-9a08-453d09bdfdc6}","minVersion":"31.0","maxVersion":"45.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":2,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","syncGUID":"{388afb6e-e4e9-4357-b832-3bf4eba1d3c7}","location":"app-profile","version":"2017.4.19.1","type":"webextension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{"16":"icons/badger-16.png","19":"icons/badger-19.png","24":"icons/badger-24.png","32":"icons/badger-32.png","38":"icons/badger-38.png","48":"icons/badger-48.png","128":"icons/badger-128.png","170":"icons/badger-170.png"},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Privacy Badger","description":"Privacy Badger protects you from trackers as you surf the web!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi","installDate":1494281848000,"updateDate":1494281848000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":2575399,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/633463/privacy_badger-2017.4.19.1-an+fx-linux.xpi?src=api","releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[{"name":"Privacy Badger","description":"Privacy Badger protects you from trackers as you surf the web!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["en-US"]},{"name":"Personvernsgrevlingen","description":"Personvernsgrevlingen beskytter deg fra sporere når du surfer på nettet!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["nb-NO"]},{"name":"Privacy Badger","description":"Privacy Badger vous protège des traqueurs lorsque vous surfez sur le web !","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Privacy Badger","description":"Privacy Badger skyddar dig mot spanare medan du surfar!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"Privacy Badger","description":"Privacy Badger vás chrání před sledováním při brouzdání na webu!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"Privacy Badger","description":"Privacy Badger захищає вас від стеження поки ви переглядаєте сторінки в Інтернеті!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"Privacy Badger","description":"Privacy Badger ti protegge dai tracker mentre navighi in rete!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Privacy Badger","description":"Privacy Badger schützt Sie vor Trackern während Sie im Web surfen!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"隐私獾","description":"你在网上冲浪的时候,隐私獾会保护你免受跟踪器的烦恼!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["zh"]},{"name":"Privacy Badger","description":"Privacy Badger вас штити од праћења док прегледате веб!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"Privacy Badger","description":"Privacy Badger защищает вас от трекеров во время работы в Интернете!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Privacy Badger","description":"¡Privacy Badger te protege de rastreadores mientras surfeas por la web!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"Privacy Badger","description":"您在網上衝浪的時候,Privacy Badger 會保護您免於被追蹤器追蹤的煩惱!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"Privacy Badger","description":"Privacy Badger geeft u meer controle over het gevolgd worden op internet!","creator":"eff.software.projects@gmail.com","developers":null,"translators":null,"contributors":null,"locales":["nl"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":2,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":{"hosts":["http://*/*","https://*/*","",""],"apis":[],"permissions":["tabs","contextMenus","webRequest","webRequestBlocking","webNavigation","storage","cookies","privacy"]}}]} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi new file mode 100644 index 0000000..987155e Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi new file mode 100644 index 0000000..ae407a6 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi new file mode 100644 index 0000000..9d27233 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/key3.db b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/key3.db new file mode 100644 index 0000000..6a06a7e Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/key3.db differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/kinto.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/kinto.sqlite new file mode 100644 index 0000000..dba8ed3 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/kinto.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/mimeTypes.rdf b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/mimeTypes.rdf new file mode 100644 index 0000000..9b7361b --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/mimeTypes.rdf @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/permissions.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/permissions.sqlite new file mode 100644 index 0000000..817360d Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/permissions.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite new file mode 100644 index 0000000..01304e1 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-shm b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-shm new file mode 100644 index 0000000..ec85c3f Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-shm differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-wal b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-wal new file mode 100644 index 0000000..eda09a3 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/places.sqlite-wal differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/pluginreg.dat b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/pluginreg.dat new file mode 100644 index 0000000..f937526 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/pluginreg.dat @@ -0,0 +1,20 @@ +Generated File. Do not edit. + +[HEADER] +Version:0.18t:$ +Arch:x86_64-gcc3:$ + +[PLUGINS] +libflashplayer.so:$ +/usr/lib64/flash-plugin/libflashplayer.so:$ +25.0.0.148:$ +1490381526000:0:0:0:$ +Shockwave Flash 25.0 r0:$ +Shockwave Flash:$ +2 +0:application/x-shockwave-flash:Shockwave Flash:swf:$ +1:application/futuresplash:FutureSplash Player:spl:$ + +[INVALID] +/usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so:$ +1473610242000:$ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/prefs.js b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/prefs.js new file mode 100644 index 0000000..2401421 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/prefs.js @@ -0,0 +1,126 @@ +# Mozilla User Preferences + +/* Do not edit this file. + * + * If you make changes to this file while the application is running, + * the changes will be overwritten when the application exits. + * + * To make a manual change to preferences, you can visit the URL about:config + */ + +user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1494281511); +user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1494281631); +user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1494281151); +user_pref("app.update.lastUpdateTime.experiments-update-timer", 1494281391); +user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1494281271); +user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1494281764); +user_pref("browser.bookmarks.restore_default_bookmarks", false); +user_pref("browser.bookmarks.showRecentlyBookmarked", false); +user_pref("browser.cache.disk.capacity", 358400); +user_pref("browser.cache.disk.filesystem_reported", 1); +user_pref("browser.cache.disk.smart_size.first_run", false); +user_pref("browser.cache.frecency_experiment", 3); +user_pref("browser.customizemode.tip0.shown", true); +user_pref("browser.download.importedFromSqlite", true); +user_pref("browser.laterrun.bookkeeping.profileCreationTime", 1494281120); +user_pref("browser.laterrun.bookkeeping.sessionCount", 2); +user_pref("browser.laterrun.enabled", true); +user_pref("browser.migration.version", 43); +user_pref("browser.newtabpage.enhanced", true); +user_pref("browser.newtabpage.storageVersion", 1); +user_pref("browser.pagethumbnails.storage_version", 3); +user_pref("browser.places.smartBookmarksVersion", 8); +user_pref("browser.safebrowsing.provider.google.lastupdatetime", "1494281168983"); +user_pref("browser.safebrowsing.provider.google.nextupdatetime", "1494283078983"); +user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1494281125204"); +user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1494284725204"); +user_pref("browser.search.countryCode", "US"); +user_pref("browser.search.region", "US"); +user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20170420084331"); +user_pref("browser.slowStartup.averageTime", 2447); +user_pref("browser.slowStartup.samples", 2); +user_pref("browser.startup.homepage", "http://ritlug.com/"); +user_pref("browser.startup.homepage_override.buildID", "20170420084331"); +user_pref("browser.startup.homepage_override.mstone", "53.0"); +user_pref("browser.tabs.remote.autostart.2", true); +user_pref("browser.uiCustomization.state", "{\"placements\":{\"PanelUI-contents\":[\"edit-controls\",\"zoom-controls\",\"new-window-button\",\"privatebrowsing-button\",\"save-page-button\",\"print-button\",\"history-panelmenu\",\"fullscreen-button\",\"find-button\",\"preferences-button\",\"add-ons-button\",\"developer-button\",\"sync-button\"],\"addon-bar\":[\"addonbar-closebutton\",\"status-bar\"],\"PersonalToolbar\":[\"personal-bookmarks\"],\"nav-bar\":[\"urlbar-container\",\"search-container\",\"bookmarks-menu-button\",\"downloads-button\",\"home-button\",\"https-everywhere-button\",\"ublock0-button\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"toolbar-menubar\":[\"menubar-items\"]},\"seen\":[\"pocket-button\",\"developer-button\",\"ublock0-button\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"TabsToolbar\",\"toolbar-menubar\",\"PanelUI-contents\",\"addon-bar\"],\"currentVersion\":6,\"newElementCount\":0}"); +user_pref("browser.urlbar.daysBeforeHidingSuggestionsPrompt", 3); +user_pref("browser.urlbar.lastSuggestionsPromptDate", 20170508); +user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2); +user_pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "1494281182082"); +user_pref("datareporting.sessions.current.activeTicks", 17); +user_pref("datareporting.sessions.current.clean", true); +user_pref("datareporting.sessions.current.firstPaint", 2986); +user_pref("datareporting.sessions.current.main", 27); +user_pref("datareporting.sessions.current.sessionRestored", 2709); +user_pref("datareporting.sessions.current.startTime", "1494281732740"); +user_pref("datareporting.sessions.current.totalTime", 161); +user_pref("datareporting.sessions.currentIndex", 1); +user_pref("datareporting.sessions.previous.0", "{\"s\":1494281119697,\"a\":69,\"t\":612,\"c\":true,\"m\":80,\"fp\":2498,\"sr\":2385}"); +user_pref("devtools.theme", "dark"); +user_pref("distribution.fedora.bookmarksProcessed", true); +user_pref("e10s.rollout.cohort", "addons-set50allmpc-test"); +user_pref("e10s.rollout.cohortSample", "0.695065"); +user_pref("experiments.activeExperiment", false); +user_pref("extensions.blocklist.pingCountTotal", 2); +user_pref("extensions.blocklist.pingCountVersion", 2); +user_pref("extensions.bootstrappedAddons", "{\"e10srollout@mozilla.org\":{\"version\":\"1.15\",\"type\":\"extension\",\"descriptor\":\"/usr/lib64/firefox/browser/features/e10srollout@mozilla.org.xpi\",\"multiprocessCompatible\":true,\"runInSafeMode\":true,\"dependencies\":[],\"hasEmbeddedWebExtension\":false},\"firefox@getpocket.com\":{\"version\":\"1.0.5\",\"type\":\"extension\",\"descriptor\":\"/usr/lib64/firefox/browser/features/firefox@getpocket.com.xpi\",\"multiprocessCompatible\":true,\"runInSafeMode\":true,\"dependencies\":[],\"hasEmbeddedWebExtension\":false},\"webcompat@mozilla.org\":{\"version\":\"1.0\",\"type\":\"extension\",\"descriptor\":\"/usr/lib64/firefox/browser/features/webcompat@mozilla.org.xpi\",\"multiprocessCompatible\":true,\"runInSafeMode\":true,\"dependencies\":[],\"hasEmbeddedWebExtension\":false},\"uBlock0@raymondhill.net\":{\"version\":\"1.12.1\",\"type\":\"extension\",\"descriptor\":\"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi\",\"multiprocessCompatible\":true,\"runInSafeMode\":false,\"dependencies\":[],\"hasEmbeddedWebExtension\":false},\"jid1-MnnxcxisBPnSXQ@jetpack\":{\"version\":\"2017.4.19.1\",\"type\":\"webextension\",\"descriptor\":\"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi\",\"multiprocessCompatible\":true,\"runInSafeMode\":false,\"dependencies\":[],\"hasEmbeddedWebExtension\":false}}"); +user_pref("extensions.databaseSchema", 19); +user_pref("extensions.e10s.rollout.blocklist", "{dc572301-7619-498c-a57d-39143191b318};firefox@mega.co.nz"); +user_pref("extensions.e10s.rollout.hasAddon", true); +user_pref("extensions.e10s.rollout.policy", "50allmpc"); +user_pref("extensions.e10sBlockedByAddons", false); +user_pref("extensions.enabledAddons", "https-everywhere%40eff.org:5.2.15,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:53.0"); +user_pref("extensions.getAddons.cache.lastUpdate", 1494281511); +user_pref("extensions.getAddons.databaseSchema", 5); +user_pref("extensions.https_everywhere.firstrun_context_menu", false); +user_pref("extensions.https_everywhere.prefs_version", 1); +user_pref("extensions.https_everywhere.toolbar_hint_shown", true); +user_pref("extensions.lastAppVersion", "53.0"); +user_pref("extensions.lastPlatformVersion", "53.0"); +user_pref("extensions.pendingOperations", false); +user_pref("extensions.systemAddonSet", "{\"schema\":1,\"addons\":{}}"); +user_pref("extensions.ublock0.cloudStorage.myFiltersPane", ""); +user_pref("extensions.ublock0.cloudStorage.myRulesPane", ""); +user_pref("extensions.ublock0.cloudStorage.tpFiltersPane", ""); +user_pref("extensions.ublock0.cloudStorage.whitelistPane", ""); +user_pref("extensions.ui.dictionary.hidden", true); +user_pref("extensions.ui.experiment.hidden", true); +user_pref("extensions.ui.lastCategory", "addons://discover/"); +user_pref("extensions.ui.locale.hidden", true); +user_pref("extensions.webextensions.uuids", "{\"jid1-MnnxcxisBPnSXQ@jetpack\":\"15aa2728-73d1-447b-aa9d-1ab079b34fc7\"}"); +user_pref("extensions.xpiState", "{\"app-profile\":{\"https-everywhere@eff.org\":{\"d\":\"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/https-everywhere@eff.org.xpi\",\"e\":true,\"v\":\"5.2.15\",\"st\":1494281733000},\"uBlock0@raymondhill.net\":{\"d\":\"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/uBlock0@raymondhill.net.xpi\",\"e\":true,\"v\":\"1.12.1\",\"st\":1494281817000},\"jid1-MnnxcxisBPnSXQ@jetpack\":{\"d\":\"/home/test/.mozilla/firefox/qc0ki88l.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi\",\"e\":true,\"v\":\"2017.4.19.1\",\"st\":1494281848000}},\"app-system-defaults\":{\"e10srollout@mozilla.org\":{\"d\":\"/usr/lib64/firefox/browser/features/e10srollout@mozilla.org.xpi\",\"e\":true,\"v\":\"1.15\",\"st\":1492679717000},\"firefox@getpocket.com\":{\"d\":\"/usr/lib64/firefox/browser/features/firefox@getpocket.com.xpi\",\"e\":true,\"v\":\"1.0.5\",\"st\":1492679717000},\"webcompat@mozilla.org\":{\"d\":\"/usr/lib64/firefox/browser/features/webcompat@mozilla.org.xpi\",\"e\":true,\"v\":\"1.0\",\"st\":1492679717000}},\"app-global\":{\"{972ce4c6-7e08-4474-a285-3208198ce6fd}\":{\"d\":\"/usr/lib64/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi\",\"e\":false,\"v\":\"53.0\",\"st\":1492679717000}}}"); +user_pref("lightweightThemes.persisted.footerURL", false); +user_pref("lightweightThemes.persisted.headerURL", false); +user_pref("lightweightThemes.selectedThemeID", "firefox-compact-dark@mozilla.org"); +user_pref("lightweightThemes.usedThemes", "[]"); +user_pref("media.gmp-manager.buildID", "20170420084331"); +user_pref("media.gmp-manager.lastCheck", 1494281182); +user_pref("media.gmp.storage.version.observed", 1); +user_pref("media.webrtc.debug.log_file", "/tmp/WebRTC.log"); +user_pref("network.cookie.prefsMigrated", true); +user_pref("network.dns.disablePrefetch", true); +user_pref("network.http.speculative-parallel-limit", 0); +user_pref("network.predictor.cleaned-up", true); +user_pref("network.prefetch-next", false); +user_pref("pdfjs.migrationVersion", 2); +user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true); +user_pref("pdfjs.previousHandler.preferredAction", 4); +user_pref("places.history.expiration.transient_current_max_pages", 122334); +user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf"); +user_pref("privacy.donottrackheader.enabled", true); +user_pref("services.blocklist.addons.checked", 1494187369); +user_pref("services.blocklist.clock_skew_seconds", 94262); +user_pref("services.blocklist.gfx.checked", 1494187369); +user_pref("services.blocklist.last_update_seconds", 1494187369); +user_pref("services.blocklist.onecrl.checked", 1494187369); +user_pref("services.blocklist.plugins.checked", 1494187369); +user_pref("services.sync.prefs.sync.extensions.ublock0.cloudStorage.myFiltersPane", true); +user_pref("services.sync.prefs.sync.extensions.ublock0.cloudStorage.myRulesPane", true); +user_pref("services.sync.prefs.sync.extensions.ublock0.cloudStorage.tpFiltersPane", true); +user_pref("services.sync.prefs.sync.extensions.ublock0.cloudStorage.whitelistPane", true); +user_pref("signon.importedFromSqlite", true); +user_pref("toolkit.startup.last_success", 1494281732); +user_pref("toolkit.telemetry.cachedClientID", "8e0e1da3-5680-40a9-9b1a-19324ea1b671"); +user_pref("toolkit.telemetry.previousBuildID", "20170420084331"); +user_pref("toolkit.telemetry.reportingpolicy.firstRun", false); diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/revocations.txt b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/revocations.txt new file mode 100644 index 0000000..bd5f649 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/revocations.txt @@ -0,0 +1,475 @@ +# Auto generated contents. Do not edit. +MIGKMQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEmMCQGA1UECxMdQ29weXJpZ2h0IChjKSAyMDA1IFdJU2VLZXkgU0ExFjAUBgNVBAsTDUludGVybmF0aW9uYWwxKTAnBgNVBAMTIFdJU2VLZXkgQ2VydGlmeUlEIEFkdmFuY2VkIEcxIENB + WD1AyQAAAAAAJQ== +MGoxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xOzA5BgNVBAMMMlN0YWF0IGRlciBOZWRlcmxhbmRlbiBPcmdhbmlzYXRpZSBTZXJ2aWNlcyBDQSAtIEcz + e9JTGBe45yw= +MGExCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlJZGVuVHJ1c3QxIDAeBgNVBAsTF0lkZW5UcnVzdCBQdWJsaWMgU2VjdG9yMRwwGgYDVQQDExNJZGVuVHJ1c3QgQUNFUyBDQSAx + fwAAAQAAAUrz/HmrAAAAAg== +MEMxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHTAbBgNVBAMTFHRoYXd0ZSBTSEEyNTYgU1NMIENB + UKKK5ol/rKBZchAAOnZjaA== +MD8xJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjEXMBUGA1UEAxMORFNUIFJvb3QgQ0EgWDM= + AJiU+bpWh2Uc4xFRf8GM9yA= + CgFBQgAAAUFcf/EVAAAAAg== + AJBQSPqrEvDE2Hz8xH39Low= + APt5i5rs4dIIQPwZdk9/ISc= +MIG8MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTEwMTYwNAYDVQQDEy1WZXJpU2lnbiBDbGFzcyAzIEludGVybmF0aW9uYWwgU2VydmVyIENBIC0gRzM= + bzTw0uq05TUYEGS98bh0Ww== + A9GPKQ8jv9oIxfwiOy7qxQ== + fWK0j/Vi8vNWg3VAGjc02w== + BYyEX2b5+K+myAIR7eXaRQ== + By7fBTreouRwX/qrpgSUsg== + LdbnCbsA9sOgI4mkUpWXPw== + Gd/pPu+qLnXUdvP9sW73CQ== + JV/LVzSKI/wsDgg3UuZHlA== + UUFV3S2cUidOOv7ESN65Ng== + COwoDFvz7GD8R2K7Lo0rYQ== + GtXUVojhwOTkaQ4bTKblEQ== + VN2yeFexyXjPf34fHGmbhg== + NMpMcEnex3eXx4ohk9glcQ== + VOcIuNbTqkpOMUyI108FOg== + J2La+q+JOURNWkX60OP2lQ== + OnvXX72mvUI2Id/NMzegmg== +MF4xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBLSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 + L7tgs/W85vnhV7I7qJ6N/g== +MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFIyMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu + BAAAAAABIg08D3U= + BAAAAAABRE7wRk4= + BAAAAAABIg08FMU= + BAAAAAABEAuMoRs= + BAAAAAABElatX7I= + BAAAAAABJ/v3ZwA= +MHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNlZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBSb290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWU= + M64Z5ufZzDRVTHkJR1uXzw== + JLiDzgpL7oFNgJN+jIjt7w== + KuzHPJLdK5hNgJRo3R47Ag== + cJ+vg4742XhNgJW2ot9eIg== + LU4d0t7PAsZNgJGZcb+o/w== +MIGpMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3RlLCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMTgwNgYDVQQLEy8oYykgMjAwNiB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UEAxMWdGhhd3RlIFByaW1hcnkgUm9vdCBDQQ== + Ikdj3zYXXGsC/Afm9Tvx+g== +MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDEgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAxIENB + BAAAAAABHkSl5ao= +MEgxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlvbjEXMBUGA1UEAxMOU2VjdXJlVHJ1c3QgQ0E= + ANygrItIJ2rcKlyS3Lue07U= + MABJSw== + R4af5A== + MABJTA== +MFoxCzAJBgNVBAYTAkZSMRMwEQYDVQQKEwpDZXJ0aW5vbWlzMRcwFQYDVQQLEw4wMDAyIDQzMzk5ODkwMzEdMBsGA1UEAxMUQ2VydGlub21pcyAtIFJvb3QgQ0E= + J8mznxvTvOR5p4Br3a3sm5j5iM0= +MIG1MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTEwMS8wLQYDVQQDEyZWZXJpU2lnbiBDbGFzcyAzIFNlY3VyZSBTZXJ2ZXIgQ0EgLSBHMw== + QZBvapTZFvmYktEPsBYLQQ== + OqQ2rV0ISTc308Z/oQgzFw== + NvEJoRYL2yvAZrAjbDIipQ== +MFAxCzAJBgNVBAYTAkpQMRgwFgYDVQQKEw9TRUNPTSBUcnVzdC5uZXQxJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmljYXRpb24gUm9vdENBMQ== + Ermw0Q== + Ermwxw== + Ermwtg== +MIGFMQswCQYDVQQGEwJVUzEgMB4GA1UECgwXV2VsbHMgRmFyZ28gV2VsbHNTZWN1cmUxHDAaBgNVBAsME1dlbGxzIEZhcmdvIEJhbmsgTkExNjA0BgNVBAMMLVdlbGxzU2VjdXJlIFB1YmxpYyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eQ== + AMs= + AZ0= + Aw== +MIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWls + D/wZ7+m1Mv8SONSEFcs73w== +MDsxGDAWBgNVBAoTD0N5YmVydHJ1c3QsIEluYzEfMB0GA1UEAxMWQ3liZXJ0cnVzdCBHbG9iYWwgUm9vdA== + BAAAAAABJpQ0AbA= +MFIxCzAJBgNVBAYTAk5MMRkwFwYDVQQKDBBEaWdpZGVudGl0eSBCLlYuMSgwJgYDVQQDDB9EaWdpZGVudGl0eSBPcmdhbmlzYXRpZSBDQSAtIEcy + Cw== + DA== +MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFIzMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu + BAAAAAABJQcQRNU= + BAAAAAABMYnGRuw= + BAAAAAABJQcQQN0= +MFwxCzAJBgNVBAYTAkJFMRUwEwYDVQQLEwxUcnVzdGVkIFJvb3QxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExGzAZBgNVBAMTElRydXN0ZWQgUm9vdCBDQSBHMg== + DAk9hy8DhHSo+aQetvPB/fY= + F7PAjw2k0dTX5escPnyVOBo= + sPNcCSE9Nkg3jy5IN1xe2Q== + Mq0P6o03FDk0B2bnJ+mYPGo= + RVWTeb5EKqE7cy7MUD2oJ3M= + IHj3eiEK3K1Xrpu1uvtBuvE= + bAOrKSMsmA0MLJyAJ5BRsUM= + UV9aaDeNRNtQuXjRYk4Skhg= + Iqpyf/YoGgvHc8HiDAxAI8o= + YUlF+VXF2FWFqCo472HfZlw= + QM1zZ4GZ4gfwpQtUYye3Ne0= + LAVIFm0MWZYH+Sv8Vf+IqkM= + O2S99lVUxErLSk56GvWRv+E= + OYBKgxEHpW/8XGAGAlvJyMA= + UU3AP1SMxmyhBFq7MRFZmf0= + YRJNfMoc12IpmW+Enpv3Pdo= + e/fIfg2Dj2tkYIWVu2r82Cc= +MD4xCzAJBgNVBAYTAlBMMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBDQQ== + ALxyZmb/WL/wAuUiPK5oK/g= + e7wSpVxmgAS5/ioLi2iBIA== +MGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAx + HxT1XSjIpzjMprp9Qu1gYQ== + JD1wxDd8IgmiqX7MyPPg1g== + U+1Y1QpJc0FOR5JdCJ01gQ== +MEoxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlvbjEZMBcGA1UEAxMQU2VjdXJlIEdsb2JhbCBDQQ== + QAAnEQ== + TXxtAQ== +MIGTMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dD + Ew1ee9Jq7Q/Dig3ACF4V6Q== +MHcxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEoMCYGA1UEAxMfU3ltYW50ZWMgQ2xhc3MgMyBFViBTU0wgQ0EgLSBHMw== + acI1CFIgmwSFBoU5+ahDgg== +MIGQMQswCQYDVQQGEwJHUjFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxOzA5BgNVBAMTMkFyaXN0b3RsZSBVbml2ZXJzaXR5IG9mIFRoZXNzYWxvbmlraSBDZW50cmFsIENBIFI0 + EqthLKdUgwI= +MGMxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHTAbBgNVBAsTFERvbWFpbiBWYWxpZGF0ZWQgU1NMMR4wHAYDVQQDExV0aGF3dGUgRFYgU1NMIENBIC0gRzI= + DYifRdP6aQQ8MLbXZY2f5g== + BUrYjru5px1ym4QUN33TOQ== + CqZgEvHAsnzkT//QV9KjXw== + Rvm2CEw2IC2Mu/ax0A46QQ== + IIxFSyNM6mWtCgTG0IL3Og== + E5I2y6sIonl4a+TmlXc7fw== + GdXz4L1b6FKNCMG9Jz2tjA== + TqfXw+FkhxfVgE9GVMgjWQ== +MHMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEkMCIGA1UEAxMbU3ltYW50ZWMgQ2xhc3MgMyBEU0EgU1NMIENB + AuhvPsYZfVP6UDsuyjeZ4Q== +MH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 + Qh/SqA== + Qh/O5w== + Qh/SnQ== + Qh/QbQ== +MIGFMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDErMCkGA1UEAxMiQ09NT0RPIFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ== + AKrMYlJmUUin8FOM/0TJrmk= +MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDIgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAyIENB + BAAAAAABHkSl6Co= +MEExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxUaGF3dGUsIEluYy4xGzAZBgNVBAMTElRoYXd0ZSBTR0MgQ0EgLSBHMg== + cDggUYfwJ3A1YcdoeT6s4A== + e0bEFhI16xx9U1yvlI56rA== +MFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 + IyIVazG4RE9AERkb+ekH8w== +MEQxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQDExRHZW9UcnVzdCBTU0wgQ0EgLSBHMw== + bx/XHJqcwxDOptxJ2lh5vw== + cpqpXVWPk5AXzGw+zNIcBw== + RUT1Gehd1KKYPfqOlgspoQ== +MFoxCzAJBgNVBAYTAklFMRIwEAYDVQQKEwlCYWx0aW1vcmUxEzARBgNVBAsTCkN5YmVyVHJ1c3QxIjAgBgNVBAMTGUJhbHRpbW9yZSBDeWJlclRydXN0IFJvb3Q= + ByfFnw== + Byeaqw== + Bydr0Q== + ByfHkw== + ByeQ9g== + Bye2Cg== + Bydp0g== + BydiAg== + ByembA== + Byc85g== + BydKkg== + BydeGg== + Bydxog== + BydSYg== + Byc68g== + BydInw== + Bydrxg== + ByfNeA== + Byd5cg== +MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzQ= + H08= +MIGVMQswCQYDVQQGEwJHUjFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIwMTE= + GN2Hrh9LtnI= + AQAAAAI= + GN2Hrh9Ltms= + GN2Hrh9LtnM= + GN2Hrh9Ltm4= + FJl6tXgNpSk= + AQAAAAU= + GN2Hrh9LtnA= + FJl6tXgNpSg= + AQAAAAM= + AQAAAAQ= + AQAAAAA= +MEQxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHjAcBgNVBAMTFXRoYXd0ZSBFViBTU0wgQ0EgLSBHMw== + CrTHPEE6AZSfI3jysin2bA== +MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA3IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHNA== + cXXMzbWDHMIdCotb3h64yw== +MGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAy + ANX8SnNRxCmsE/GCl5hw+8A= + GpO48aJ8GngtwECqZhm/xA== + AIChpbGNqu4XKp9J70syKEs= +MEcxCzAJBgNVBAYTAkhLMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25na29uZyBQb3N0IFJvb3QgQ0EgMQ== + BHk= + BGU= +MHExCzAJBgNVBAYTAkRFMRwwGgYDVQQKExNEZXV0c2NoZSBUZWxla29tIEFHMR8wHQYDVQQLExZULVRlbGVTZWMgVHJ1c3QgQ2VudGVyMSMwIQYDVQQDExpEZXV0c2NoZSBUZWxla29tIFJvb3QgQ0EgMg== + ARQ= + AImQERVYPoeb + AQw= +MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw== + TrKEMhb2PKktH8lHg0AV5A== + Pgyeh2mqlVzqI9hFntRbUQ== + TAA2G+UIK6mqznQKBT77NA== + Er0moq4zwH8ke2pYafIKdg== + U4P1tUoxl/XkztlVHdtdgw== +MGExCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xMjAwBgNVBAMMKVN0YWF0IGRlciBOZWRlcmxhbmRlbiBPcmdhbmlzYXRpZSBDQSAtIEcy + ATE0vw== + ZECgRdZEsns= + LTRcDHabRHU= +MGMxCzAJBgNVBAYTAkJFMRUwEwYDVQQLEwxUcnVzdGVkIFJvb3QxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExIjAgBgNVBAMTGVRydXN0ZWQgUm9vdCBDQSBTSEEyNTYgRzI= + RdHgEmEIjdyRFWDRRlk= + RvCM2iRdkCE82ZOO2dU= + Rea7UUYH3jl33BryPIo= +MGExCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEbMBkGA1UEAxMSR2VvVHJ1c3QgRFYgU1NMIENB + CWhp +MGsxCzAJBgNVBAYTAklUMQ4wDAYDVQQHDAVNaWxhbjEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJzAlBgNVBAMMHkFjdGFsaXMgQXV0aGVudGljYXRpb24gUm9vdCBDQQ== + OfJBIhFwAdQ= + WJ2qHzWUqTk= +MIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp + TA5iEg== + TA6EVg== + TA6BjA== +MDsxCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTQ== + BQ== + Eg== + EQ== + EA== + Bg== + BA== +MEQxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQDExRHZW9UcnVzdCBTU0wgQ0EgLSBHMg== + SdegFrLaFTCsoMAW5ED+zA== + VfTSum25nb65YPlpuhJAvg== + WX89jn8yGZVvoKTD9jDfRQ== +MGcxCzAJBgNVBAYTAkRFMRMwEQYDVQQKEwpGcmF1bmhvZmVyMSEwHwYDVQQLExhGcmF1bmhvZmVyIENvcnBvcmF0ZSBQS0kxIDAeBgNVBAMTF0ZyYXVuaG9mZXIgUm9vdCBDQSAyMDA3 + YR3YYQAAAAAABA== + YR0zGQAAAAAAAw== +MDIxCzAJBgNVBAYTAkNOMQ4wDAYDVQQKEwVDTk5JQzETMBEGA1UEAxMKQ05OSUMgUk9PVA== + STMAjg== + STMAeg== + STMAFQ== +MDcxJDAiBgNVBAMTG1JDUyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEPMA0GA1UEChMGSFQgc3Js + AN9bfYOvlR1t +MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA2IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHNQ== + buROL/l2GuXISv+/JVLkdA== +MDwxGzAZBgNVBAMTEkNvbVNpZ24gU2VjdXJlZCBDQTEQMA4GA1UEChMHQ29tU2lnbjELMAkGA1UEBhMCSUw= + XJ8pGvGNM9RIcLUG9YQjLQ== + CdYL9vSQCEKzBwjO10ud2w== + Hnms0W0OxHSYE2F0XE97sw== + fbsHfUkagQtznc3rtY1uDg== +MFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0E= + BAAAAAABFUtaxac= + BAAAAAABIBnBjWg= + BAAAAAABKUXDqA8= + BAAAAAABLF5/Gog= + BAAAAAABHkSl5AQ= +MFExCzAJBgNVBAYTAkpQMRMwEQYDVQQKEwpGdWppIFhlcm94MS0wKwYDVQQDEyRGdWppIFhlcm94IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IDI= + AUa47POQ1dN5 +MH8xCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEwMC4GA1UEAxMnU3ltYW50ZWMgQ2xhc3MgMyBFQ0MgMjU2IGJpdCBFViBDQSAtIEcy + OhrtngFwotLcm4i+z00SjA== +MFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBSb290IENB + AJiWmg== +MHcxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEoMCYGA1UEAxMfU3ltYW50ZWMgQ2xhc3MgMyBFViBTU0wgQ0EgLSBHMg== + UVKsEezpGWOVQ4W9esstng== +ME0xCzAJBgNVBAYTAk5MMRkwFwYDVQQKDBBEaWdpZGVudGl0eSBCLlYuMSMwIQYDVQQDDBpEaWdpZGVudGl0eSBCdXJnZXIgQ0EgLSBHMg== + DA== +MFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RDQTEx + Aw== +MFwxCzAJBgNVBAYTAlVTMRkwFwYDVQQKDBBWZXJpem9uIEJ1c2luZXNzMREwDwYDVQQLDAhPbW5pUm9vdDEfMB0GA1UEAwwWVmVyaXpvbiBHbG9iYWwgUm9vdCBDQQ== + A4g= + A4w= +MG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3Q= + Os2rnHWYhryvdOXfgan06A== + U3t2Vk8pfxTcaUPpIq0seQ== + RurwlgVMxeP6Zepun0LGZA== +MEAxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5UcnVzdCBSb290IENBIEcx + ESDDtMgFFiaUfKo7HD9qImM7 + ESBrHE7sFC7CQ8EM681xA3CY +MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDI= + BXA= + EM8bDLBnnoYe4LnWpLIhS4esr3I= +MIGQMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE2MDQGA1UEAxMtQ09NT0RPIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB + UoRGnb96CUDTxIqVry6LBg== + D9UltDPl4XVfSSqQOvdiwQ== +MIGCMQswCQYDVQQGEwJVUzEeMBwGA1UECxMVd3d3LnhyYW1wc2VjdXJpdHkuY29tMSQwIgYDVQQKExtYUmFtcCBTZWN1cml0eSBTZXJ2aWNlcyBJbmMxLTArBgNVBAMTJFhSYW1wIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ== + QZCrvA== + QZCrvQ== + QDi5sQ== + QDi5rw== + QDi5sA== +MD8xCzAJBgNVBAYTAlRXMTAwLgYDVQQKDCdHb3Zlcm5tZW50IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHk= + K1ftto7Xcb0YKwQ6uMvOIA== + APdCebq8ZyZr/T0luxlicNw= +MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzI= + XhcFm2g619rt8Sro+a4rHA== + EDQMI0tR4kSntv1O37N10g== + P6G7IYSL2RZxtzTh8I6qPA== +MHExKDAmBgNVBAMTH0dsb2JhbFNpZ24gUm9vdFNpZ24gUGFydG5lcnMgQ0ExHTAbBgNVBAsTFFJvb3RTaWduIFBhcnRuZXJzIENBMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMQswCQYDVQQGEwJCRQ== + BAAAAAABJZbEU4I= + BAAAAAABMrS7t2g= + BAAAAAABFqoAZoI= + BAAAAAABKB/OGqI= + BAAAAAABAJmPjfQ= + BAAAAAABMxvC9bk= + BAAAAAAA+X/GIyk= + BAAAAAABJQdAjik= + BAAAAAABHkSHlSo= + BAAAAAABM6d3Z0s= + BAAAAAABBHYoIFs= + BAAAAAABCUVQ9No= + BAAAAAABA/A35EU= + BAAAAAABHJRKNmk= + BAAAAAABLM/7qjk= + BAAAAAABHkSHki0= + BAAAAAABJ/ufQg8= + BAAAAAABKUXDqxw= + BAAAAAABGMGjftY= + BAAAAAABGMG0Gmw= + BAAAAAABHJRKMpA= + BAAAAAABLF5/HXY= + BAAAAAABHkSHjz8= + BAAAAAABAPpuVh0= + BAAAAAABJ/ufRdg= +MIGVMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEdMBsGA1UEAxMUVVROLVVTRVJGaXJzdC1PYmplY3Q= + CMNfzETd7XxesS9FOUj9Mg== + a9rf7/BmG9JkKvRuy7J5QA== + Jq6jgeApiT9O4W2Tx/NTRQ== +MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzM= + KjoVfZ3by6+pL8fssyfM6A== + HNo1DR4XCe4mS1iUMsY6Wg== + UW3oKZKTDsrPy/rfwmGNaQ== + YNOos6YJoPC77qwSGCpb7w== + dItWlz2V62Philqj9m6Pbg== + ORFgmCj072NjcJnrxOMfQA== + XLhHIg7vP+tWfRqvuKeAxw== + L79XLVO2ZmtAu7FAG8Wmzw== +MEYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR8wHQYDVQQDExZHZW9UcnVzdCBTSEEyNTYgU1NMIENB + OUvvVscW0/NltofkmV9qmg== +ME0xCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxJzAlBgNVBAMTHkRpZ2lDZXJ0IFNIQTIgU2VjdXJlIFNlcnZlciBDQQ== + Aa8e+91erglSMgsk/mtVaA== +MF8xCzAJBgNVBAYTAlRXMRIwEAYDVQQKDAlUQUlXQU4tQ0ExEDAOBgNVBAsMB1Jvb3QgQ0ExKjAoBgNVBAMMIVRXQ0EgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ== + DL8= +MIG9MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNhbCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 + BYOGvG32ukb1Yxj2oKoFyw== + Ai7cBJYqBE0I9NdyoZfRrw== + eR1nUEz8k+nDSBD+bb5uIQ== + fMTRbGCp280pnyE/u53zbA== + VLm3Xe60+1YgPpXCGtXLng== + Aw1SPC56593ZCZ9vCNHKwQ== + Xbevr3ut3Z9m1GuXC9SonA== +MFoxCzAJBgNVBAYTAkRFMRMwEQYDVQQKEwpERk4tVmVyZWluMRAwDgYDVQQLEwdERk4tUEtJMSQwIgYDVQQDExtERk4tVmVyZWluIFBDQSBHbG9iYWwgLSBHMDE= + CeFU2w== + Cbssdw== + Cfk9lw== + F5Bg+EziQQ== + DHmmaw== + F5BhE0zbgQ== + CcHC/g== + Cyr1PA== + F6QlB/yX+A== + Cd/dug== + CcL+EA== + CqL7CA== + CdWFNw== + Cfk9qg== + F5Bg/C8eXg== + CqnbFQ== + CcHC1w== + EAdmaA== + CeagHQ== + F5BhENPfVw== + F5Bg6C237Q== + Cfk9oA== + CskruA== +MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDM= + CLc= + BwImeaRkSZQLYwFREwKo3R1Jn+8= + CjM= + CSU= + NTgf4iwIfeyJPIomw2dwSXEwtxQ= + Cj0= + SurdtfsuPcXXDpY2LkBpYO6BT7o= + CSY= + B+U= +MFAxJDAiBgNVBAsTG0dsb2JhbFNpZ24gRUNDIFJvb3QgQ0EgLSBSNDETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbg== + RnQ3dg5KdDZs0nyFZk4= + Hwexgn/ZCJicZPcsIyI8zxQ= + RnQ3dYovwvB0D5q2YGY= +MEIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9iYWwgQ0E= + AjqK + Ajp/ + AjpW + Ajp+ + AjqL +MFkxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKjAoBgNVBAMTIVN0YWF0IGRlciBOZWRlcmxhbmRlbiBPdmVyaGVpZCBDQQ== + ATFEdg== + ATFpsA== +MIGXMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEfMB0GA1UEAxMWVVROLVVTRVJGaXJzdC1IYXJkd2FyZQ== + Xrr31RF0DoIzMKXS6XtD+g== + EEpERSryZFMagbsNw/WoWQ== +MEExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xGzAZBgNVBAMTEnRoYXd0ZSBTU0wgQ0EgLSBHMg== + FNISyWWTGi5Yco6fGh58/A== + JpUvYJyWjdGmeoH7YcYunw== +MDQxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25h + Ig== + FQ== + Iw== + HA== + Gg== + IA== + Ew== + Aw== + Fw== + Bw== + BA== +MD0xCzAJBgNVBAYTAkZSMREwDwYDVQQKEwhDZXJ0cGx1czEbMBkGA1UEAxMSQ2xhc3MgMiBQcmltYXJ5IENB + ESDu2nhlLPzfx+LYgjlYFP/k + ESBqoILo90ntDW7OTK43MS2F + ESAyW/JX3+hZIp44EAMlXU2b + ESCis569omrbb20yySF39+aE + DjIvBkX+ECVbB/C3i6w2Gg== + ESD9YhzIEOwiOT7Nwip+E1KI + ESCC9oPNcRdPOox+SjWm9dTX + ESCEUbthDurBjJw0/h/FfuNY + ESC8DawWRiAyEMd38UXbfgPR + ESDItX4ruWiLnrlz0rk4/bmz + ESISuBo/wdW2tBztKmHdFCFz + ESByYNtAIfizf2L3NMzCH8zZ + ESByNJZ5TPjg9iZyL6a/h5Zx + ESJJweWBPhoXAaB9c8SHwI4O + ESCyHU+xOECnh9Rf2IvgR8zS + ESCVop+Q4/OBgtf4WJkr01Gh + ESDYXNBhF+dePFjojs7u2vj1 + ESCLRVuhcUZaluIgIVlRJx+O +MF8xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRQwEgYDVQQLEwtQYXJ0bmVycyBDQTEfMB0GA1UEAxMWR2xvYmFsU2lnbiBQYXJ0bmVycyBDQQ== + BAAAAAABHhw1vwc= + BAAAAAABCFiEp9s= + BAAAAAABCfhiO+s= + BAAAAAABF2Tb8Bc= +MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDMgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAzIENB + BAAAAAABHkSl6mw= +MH4xCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEvMC0GA1UEAxMmU3ltYW50ZWMgQ2xhc3MgMyBTZWN1cmUgU2VydmVyIENBIC0gRzQ= + AygWP2Fgd2T+iLbmAlKT6g== + LnfcUaXG/pxV2CpXM5+YSg== + TurPPI6eivtNeGYdM0ZWXQ== + d8AtKymQwkOPDBj+hjPzFg== + E77H6yvyFQjO0PcN3x0H+Q== + HZyLf+K70FKc+jomm8DiDw== + UMUwXwT1Z4juyQ/CNTf4mw== + Sx51x7V8pYe8rp7PMP/3qg== + a9/VeyVWrzFD7rM2PEHwQA== + 45KI4WIxyXfNrdtdj7C6 + ezdAeCxKH7BFs7vn3byYaw== + PAdKZPiaac2CvPxbOrsHOw== +MHsxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEsMCoGA1UEAxMjU3ltYW50ZWMgQ2xhc3MgMyBFQ0MgMjU2IGJpdCBTU0wgQ0E= + U3SgRR3J+D6575WuCxuXeQ== +MFwxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xLTArBgNVBAMMJFN0YWF0IGRlciBOZWRlcmxhbmRlbiBCdXJnZXIgQ0EgLSBHMg== + ATE3ew== +MDwxHjAcBgNVBAMMFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMCREU= + a12RvBNhznU= + M0VSOewW3WI= +MIGBMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTElMCMGA1UECxMcUHJpbWFyeSBPYmplY3QgUHVibGlzaGluZyBDQTEwMC4GA1UEAxMnR2xvYmFsU2lnbiBQcmltYXJ5IE9iamVjdCBQdWJsaXNoaW5nIENB + BAAAAAABHkSl7L4= + BAAAAAABI54PryQ= +MGgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEiMCAGA1UEAxMZR2VvVHJ1c3QgRFYgU1NMIFNIQTI1NiBDQQ== + OE4/d+p3YRzzcSl+kmZ8Mw== + ZgwfEqZnBsUNvNuZ77FbQA== +MCgxCzAJBgNVBAYTAkJFMRkwFwYDVQQDExBCZWxnaXVtIFJvb3QgQ0Ey + Nbc68Q8EHza72P/hSWcddw== + LizeWXFWP5pZPI/dLc+PVQ== + VUtahOwvvmJFwlvmGDZP5w== + VBSf+IncsTB3RZS4KFCJPQ== + RFlmmjulj6Ve7PfBi44nnw== + RH7WhshwXRK6f0VfOfjXgQ== + eLumDUO40KwnecZLJxFM2A== + L1fHogsVxmfMBka5q4uzaQ== + frj5jTuqBnQ4fljPvVU3KA== +MFYxCzAJBgNVBAYTAkpQMQ8wDQYDVQQKEwZKSVBERUMxGjAYBgNVBAsTEUpDQU4gU3ViIFJvb3QgQ0EwMRowGAYDVQQDExFKQ0FOIFN1YiBSb290IENBMA== + BAAAAAABL07hUBg= + BAAAAAABK84ykc0= + BAAAAAABL07hTcY= + BAAAAAABK84yjs8= diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/saved-telemetry-pings/dcb6be57-e8a4-4022-bc6f-dbe257091c69 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/saved-telemetry-pings/dcb6be57-e8a4-4022-bc6f-dbe257091c69 new file mode 100644 index 0000000..f887f06 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/saved-telemetry-pings/dcb6be57-e8a4-4022-bc6f-dbe257091c69 @@ -0,0 +1 @@ +{"type":"main","id":"dcb6be57-e8a4-4022-bc6f-dbe257091c69","creationDate":"2017-05-08T22:18:14.604Z","version":4,"application":{"architecture":"x86-64","buildId":"20170420084331","name":"Firefox","version":"53.0","displayVersion":"53.0","vendor":"Mozilla","platformVersion":"53.0","xpcomAbi":"x86_64-gcc3","channel":"default"},"payload":{"ver":4,"simpleMeasurements":{"totalTime":162,"uptime":3,"start":0,"main":27,"selectProfile":51,"startupCrashDetectionBegin":199,"startupCrashDetectionEnd":32413,"firstPaint":2986,"sessionRestoreInit":1282,"sessionRestored":2709,"createTopLevelWindow":1458,"firstLoadURI":2853,"quitApplication":161586,"profileBeforeChange":161832,"AMI_startup_begin":211,"XPI_startup_begin":362,"XPI_bootstrap_addons_begin":728,"XPI_bootstrap_addons_end":744,"XPI_startup_end":744,"AMI_startup_end":754,"XPI_finalUIStartup":1281,"sessionRestoreInitialized":1389,"delayedStartupStarted":2348,"delayedStartupFinished":2551,"sessionRestoreRestoring":2555,"startupInterrupted":0,"js":{"setProto":42,"customIter":5},"maximalNumberOfConcurrentThreads":119,"debuggerAttached":0,"savedPings":0,"activeTicks":17,"pingsOverdue":0},"histograms":{"CONTENT_PROCESS_LAUNCH_TIME_MS":{"range":[1,64000],"bucket_count":100,"histogram_type":0,"values":{"499":0,"551":1,"608":0},"sum":574},"HTTP_SCHEME_UPGRADE":{"range":[1,10],"bucket_count":11,"histogram_type":1,"values":{"0":89,"1":8,"2":0},"sum":8},"SSL_HANDSHAKE_VERSION":{"range":[1,16],"bucket_count":17,"histogram_type":1,"values":{"2":0,"3":32,"4":0},"sum":96},"SSL_HANDSHAKE_RESULT":{"range":[1,672],"bucket_count":673,"histogram_type":1,"values":{"0":18,"1":0},"sum":0},"SSL_TIME_UNTIL_READY":{"range":[1,60000],"bucket_count":200,"histogram_type":0,"values":{"27":0,"28":1,"29":1,"35":2,"37":1,"39":1,"41":5,"49":5,"53":2,"55":1,"132":1,"138":1,"144":1,"151":1,"158":1,"165":1,"173":1,"181":3,"189":1,"248":1,"912":1,"954":0},"sum":3841},"SSL_TIME_UNTIL_HANDSHAKE_FINISHED":{"range":[1,60000],"bucket_count":200,"histogram_type":0,"values":{"39":0,"41":1,"43":1,"47":3,"49":1,"53":2,"58":1,"61":4,"67":2,"70":2,"92":1,"110":1,"132":1,"138":1,"144":1,"151":1,"158":1,"248":1,"259":3,"271":3,"912":1,"954":0},"sum":4721},"SSL_RESUMED_SESSION":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":27,"1":5,"2":0},"sum":5},"SSL_OBSERVED_END_ENTITY_CERTIFICATE_LIFETIME":{"range":[1,125],"bucket_count":126,"histogram_type":1,"values":{"10":0,"11":1,"59":2,"105":24,"106":0},"sum":2649},"HTTP_CHANNEL_DISPOSITION":{"range":[1,16],"bucket_count":17,"histogram_type":1,"values":{"1":0,"2":8,"8":3,"9":38,"10":47,"11":1,"12":0},"sum":863},"FX_TAB_SWITCH_TOTAL_E10S_MS":{"range":[1,1000],"bucket_count":20,"histogram_type":0,"values":{"0":1,"1":2,"2":0},"sum":2},"FIPS_ENABLED":{"range":[1,2],"bucket_count":3,"histogram_type":3,"values":{"0":1,"1":0},"sum":0},"SEARCH_SERVICE_ENGINE_COUNT":{"range":[1,200],"bucket_count":50,"histogram_type":1,"values":{"1":0,"5":1,"9":0},"sum":7},"SEARCH_SERVICE_HAS_UPDATES":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"SEARCH_SERVICE_HAS_ICON_UPDATES":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"VIDEO_CAN_CREATE_AAC_DECODER":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":0,"1":1,"2":0},"sum":1},"VIDEO_CAN_CREATE_H264_DECODER":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":0,"1":1,"2":0},"sum":1},"BROWSER_IS_USER_DEFAULT":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"BROWSER_IS_USER_DEFAULT_ERROR":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"BROWSER_SET_DEFAULT_DIALOG_PROMPT_RAWCOUNT":{"range":[1,250],"bucket_count":15,"histogram_type":0,"values":{"0":1,"1":0},"sum":0},"BROWSER_SET_DEFAULT_ALWAYS_CHECK":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"COOKIE_SCHEME_SECURITY":{"range":[1,10],"bucket_count":11,"histogram_type":1,"values":{"0":0,"1":3,"2":0},"sum":3},"WEAVE_CONFIGURED":{"range":[1,2],"bucket_count":3,"histogram_type":2,"values":{"0":1,"1":0},"sum":0},"E10S_STATUS":{"range":[1,12],"bucket_count":13,"histogram_type":1,"values":{"0":0,"1":1,"2":0},"sum":1},"FXA_CONFIGURED":{"range":[1,2],"bucket_count":3,"histogram_type":3,"values":{"0":1,"1":0},"sum":0}},"keyedHistograms":{},"processes":{"parent":{"scalars":{"browser.engagement.max_concurrent_tab_count":4,"browser.engagement.max_concurrent_window_count":1,"browser.engagement.unfiltered_uri_count":6,"browser.engagement.tab_open_event_count":1},"keyedScalars":{},"events":[]},"content":{"histograms":{"FIPS_ENABLED":{"range":[1,2],"bucket_count":3,"histogram_type":3,"values":{"0":1,"1":0},"sum":0},"FXA_CONFIGURED":{"range":[1,2],"bucket_count":3,"histogram_type":3,"values":{"0":1,"1":0},"sum":0}}}},"info":{"reason":"shutdown","revision":"","asyncPluginInit":false,"timezoneOffset":-240,"previousBuildId":null,"sessionId":"d80d499e-aad3-4bf5-bdf6-ea36d0183a37","subsessionId":"1cd618d8-17d4-4a06-88df-e5a4d649c586","previousSessionId":"f402e561-6888-4db0-922f-c8fd5ba22b22","previousSubsessionId":"3e5d9926-98d0-46e5-b0ad-990f4e197a9b","subsessionCounter":1,"profileSubsessionCounter":3,"sessionStartDate":"2017-05-08T00:00:00.0-04:00","subsessionStartDate":"2017-05-08T00:00:00.0-04:00","sessionLength":161,"subsessionLength":160,"addons":"https-everywhere%40eff.org:5.2.15,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:53.0,e10srollout%40mozilla.org:1.15,firefox%40getpocket.com:1.0.5,webcompat%40mozilla.org:1.0,uBlock0%40raymondhill.net:1.12.1,jid1-MnnxcxisBPnSXQ%40jetpack:2017.4.19.1","flashVersion":"25.0.0.148"},"childPayloads":[{"ver":4,"simpleMeasurements":{"totalTime":1,"uptime":0,"main":0,"startupInterrupted":0,"js":{"setProto":0,"customIter":0},"maximalNumberOfConcurrentThreads":23}}]},"clientId":"8e0e1da3-5680-40a9-9b1a-19324ea1b671","environment":{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20170420084331","version":"53.0","vendor":"Mozilla","platformVersion":"53.0","xpcomAbi":"x86_64-gcc3","hotfixVersion":null},"partner":{"distributionId":"fedora","distributionVersion":"1.0","partnerId":null,"distributor":"fedora","distributorChannel":"fedora","partnerNames":["fedora"]},"system":{"memoryMB":7429,"virtualMaxMB":null,"cpu":{"count":4,"cores":2,"vendor":"GenuineIntel","family":6,"model":58,"stepping":9,"l2cacheKB":256,"l3cacheKB":3072,"speedMHz":2400,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2","hasAVX"]},"os":{"name":"Linux","version":"4.10.13-200.fc25.x86_64","locale":"en-US"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"ContentBackend":"Skia","adapters":[{"description":"Intel Open Source Technology Center -- Mesa DRI Intel(R) Ivybridge Mobile ","vendorID":"Intel Open Source Technology Center","deviceID":"Mesa DRI Intel(R) Ivybridge Mobile ","subsysID":null,"RAM":null,"driver":null,"driverVersion":"3.0 Mesa 17.0.5","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"basic","gpuProcess":{"status":"unused"}}}},"settings":{"blocklistEnabled":true,"e10sEnabled":true,"e10sCohort":"addons-set50allmpc-test","telemetryEnabled":false,"locale":"en-US","update":{"channel":"default","enabled":false,"autoDownload":false},"userPrefs":{"browser.cache.disk.capacity":358400,"browser.newtabpage.enhanced":true,"browser.startup.homepage":"","privacy.donottrackheader.enabled":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false,"defaultSearchEngine":"ddg","defaultSearchEngineData":{"name":"DuckDuckGo","loadPath":"jar:[app]/omni.ja!browser/ddg.xml","origin":"default","submissionURL":"https://duckduckgo.com/?q=&t=ffsb"}},"profile":{"creationDate":17294},"addons":{"activeAddons":{"e10srollout@mozilla.org":{"blocklisted":false,"description":"Staged rollout of Firefox multi-process feature.","name":"Multi-process staged rollout","userDisabled":false,"appDisabled":false,"version":"1.15","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17276,"updateDay":17276,"isSystem":true},"firefox@getpocket.com":{"blocklisted":false,"description":"When you find something you want to view later, put it in Pocket.","name":"Pocket","userDisabled":false,"appDisabled":false,"version":"1.0.5","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17276,"updateDay":17276,"isSystem":true},"webcompat@mozilla.org":{"blocklisted":false,"description":"Urgent post-release fixes for web compatibility.","name":"Web Compat","userDisabled":false,"appDisabled":false,"version":"1.0","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17276,"updateDay":17276,"isSystem":true},"https-everywhere@eff.org":{"blocklisted":false,"description":"Encrypt the Web! Automatically use HTTPS security on many sites.","name":"HTTPS Everywhere","userDisabled":false,"appDisabled":false,"version":"5.2.15","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17294,"updateDay":17294,"signedState":2,"isSystem":false},"uBlock0@raymondhill.net":{"blocklisted":false,"description":"Finally, an efficient blocker. Easy on CPU and memory.","name":"uBlock Origin","userDisabled":false,"appDisabled":false,"version":"1.12.1","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17294,"updateDay":17294,"signedState":2,"isSystem":false},"jid1-MnnxcxisBPnSXQ@jetpack":{"blocklisted":false,"description":"Privacy Badger protects you from trackers as you surf the web!","name":"Privacy Badger","userDisabled":false,"appDisabled":false,"version":"2017.4.19.1","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":17294,"updateDay":17294,"signedState":2,"isSystem":false}},"theme":{"id":"firefox-compact-dark@mozilla.org@personas.mozilla.org","blocklisted":false,"description":"A compact theme with a dark color scheme.","name":"Compact Dark","userDisabled":false,"appDisabled":false,"version":"","scope":1,"foreignInstall":false,"installDay":0,"updateDay":0},"activePlugins":[{"name":"Shockwave Flash","version":"25.0.0.148","description":"Shockwave Flash 25.0 r0","blocklisted":false,"disabled":false,"clicktoplay":false,"mimeTypes":["application/x-shockwave-flash","application/futuresplash"],"updateDay":17249}],"activeGMPlugins":{},"activeExperiment":{},"persona":null}}} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/search.json.mozlz4 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/search.json.mozlz4 new file mode 100644 index 0000000..42947ba Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/search.json.mozlz4 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/secmod.db b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/secmod.db new file mode 100644 index 0000000..61175ab Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/secmod.db differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionCheckpoints.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionCheckpoints.json new file mode 100644 index 0000000..928de6a --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionCheckpoints.json @@ -0,0 +1 @@ +{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/previous.js b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/previous.js new file mode 100644 index 0000000..36cc558 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/previous.js @@ -0,0 +1 @@ +{"version":["sessionrestore",1],"windows":[{"tabs":[{"entries":[{"url":"https://ritlug.com/","charset":"UTF-8","ID":1,"docshellUUID":"{e84552e2-dcf2-4687-81a2-266ad80f4ea9}","originalURI":"https://ritlug.com/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":1,"persist":true}],"lastAccessed":1494281608035,"hidden":false,"attributes":{},"userContextId":0,"index":1,"image":"chrome://global/skin/icons/warning-16.png","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAAAAAAAAAA="},{"entries":[{"url":"about:preferences","title":"Preferences","subframe":true,"charset":"","ID":2,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUARwBlAG4AZQByAGEAbAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":4,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#search","title":"Preferences","subframe":true,"charset":"","ID":5,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#search","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8KAAAABAD//3AAYQBuAGUAUwBlAGEAcgBjAGgAAAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#security","title":"Preferences","subframe":true,"charset":"","ID":6,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#security","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8MAAAABAD//3AAYQBuAGUAUwBlAGMAdQByAGkAdAB5AA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":7,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":8,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281589768,"hidden":false,"attributes":{},"userContextId":0,"index":9,"image":"chrome://browser/skin/preferences/in-content/favicon.ico","iconLoadingPrincipal":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY="},{"entries":[{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":12,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","originalURI":"about:addons","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAASAAAABAD//2EAZABkAG8AbgBzADoALwAvAGQAaQBzAGMAbwB2AGUAcgAvAAAAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAAAAAAAAD//wAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":14,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABIAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AZABpAHMAYwBvAHYAZQByAC8AAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":15,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAATAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwB0AGgAZQBtAGUAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":16,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABMAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHQAaABlAG0AZQAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":17,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAUAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBwAGwAdQBnAGkAbgAMAACABAD//3ByZXZpb3VzVmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":18,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABQAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHAAbAB1AGcAaQBuAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":19,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAACABAD//2FkZG9uczovL3NlYXJjaC9odHRwcwAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABcAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAGUAeAB0AGUAbgBzAGkAbwBuAAAAAAAAABMA//8=","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281732285,"hidden":false,"attributes":{},"userContextId":0,"index":7,"image":"chrome://mozapps/skin/extensions/extensionGeneric-16.png","iconLoadingPrincipal":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY="}],"selected":3,"_closedTabs":[{"state":{"entries":[{"url":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","title":"Mozilla Firefox Web Browser — — Mozilla","charset":"UTF-8","ID":0,"docshellUUID":"{1fbe30e1-b84a-47fb-a9c5-6fb086c2522a}","originalURI":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":0,"children":[{"url":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","title":"Create a Firefox Account to continue to Firefox Sync","charset":"UTF-8","ID":2,"docshellUUID":"{2a8c7695-3042-4eb1-b7d0-3034930fdc09}","referrer":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","referrerPolicy":1,"originalURI":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","triggeringPrincipal_b64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","principalToInherit_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","triggeringPrincipal_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","docIdentifier":3,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wAAAAATAP//","structuredCloneVersion":8}],"persist":true}],"lastAccessed":1494281592568,"hidden":false,"attributes":{},"userContextId":0,"index":1,"storage":{"https://www.mozilla.org":{"statcounter_session":"1494281123","statcounter_bounce":"1","optimizely_data$$first_session":"true"},"https://accounts.firefox.com":{"__fxa_storage.last_page_loaded":"{\"timestamp\":1494281125230,\"view\":\"signup\"}","webChannelEvents":"[\"fxaccounts:loaded\"]","__fxa_storage.canGoBack":"true","_puuid":"45837f8e-5af0-49fe-91b8-bc7ba76e0d22"}},"image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA"},"title":"Mozilla Firefox Web Browser — — Mozilla","image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA","pos":0,"closedAt":1494281592569,"closedId":0}],"busy":false,"width":1362,"height":729,"screenX":0,"screenY":0,"sizemode":"normal"}],"selectedWindow":1,"_closedWindows":[],"session":{"lastUpdate":1494281732409,"startTime":1494281120713,"recentCrashes":0},"global":{}} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/upgrade.js-20170420084331 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/upgrade.js-20170420084331 new file mode 100644 index 0000000..36cc558 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore-backups/upgrade.js-20170420084331 @@ -0,0 +1 @@ +{"version":["sessionrestore",1],"windows":[{"tabs":[{"entries":[{"url":"https://ritlug.com/","charset":"UTF-8","ID":1,"docshellUUID":"{e84552e2-dcf2-4687-81a2-266ad80f4ea9}","originalURI":"https://ritlug.com/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":1,"persist":true}],"lastAccessed":1494281608035,"hidden":false,"attributes":{},"userContextId":0,"index":1,"image":"chrome://global/skin/icons/warning-16.png","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAAAAAAAAAA="},{"entries":[{"url":"about:preferences","title":"Preferences","subframe":true,"charset":"","ID":2,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUARwBlAG4AZQByAGEAbAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":4,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#search","title":"Preferences","subframe":true,"charset":"","ID":5,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#search","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8KAAAABAD//3AAYQBuAGUAUwBlAGEAcgBjAGgAAAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#security","title":"Preferences","subframe":true,"charset":"","ID":6,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#security","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8MAAAABAD//3AAYQBuAGUAUwBlAGMAdQByAGkAdAB5AA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":7,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":8,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":9,"docshellUUID":"{6347a6bf-641d-4a41-b159-2e10d4cd1d2a}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":2,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281589768,"hidden":false,"attributes":{},"userContextId":0,"index":9,"image":"chrome://browser/skin/preferences/in-content/favicon.ico","iconLoadingPrincipal":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY="},{"entries":[{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":12,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","originalURI":"about:addons","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAASAAAABAD//2EAZABkAG8AbgBzADoALwAvAGQAaQBzAGMAbwB2AGUAcgAvAAAAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAAAAAAAAD//wAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":14,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABIAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AZABpAHMAYwBvAHYAZQByAC8AAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":15,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAATAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwB0AGgAZQBtAGUAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":16,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABMAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHQAaABlAG0AZQAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":17,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAUAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBwAGwAdQBnAGkAbgAMAACABAD//3ByZXZpb3VzVmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":18,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABQAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHAAbAB1AGcAaQBuAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":19,"docshellUUID":"{2eb11d09-7b52-4cb1-81fe-f2a3cb98874e}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":12,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAACABAD//2FkZG9uczovL3NlYXJjaC9odHRwcwAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABcAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAGUAeAB0AGUAbgBzAGkAbwBuAAAAAAAAABMA//8=","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281732285,"hidden":false,"attributes":{},"userContextId":0,"index":7,"image":"chrome://mozapps/skin/extensions/extensionGeneric-16.png","iconLoadingPrincipal":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY="}],"selected":3,"_closedTabs":[{"state":{"entries":[{"url":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","title":"Mozilla Firefox Web Browser — — Mozilla","charset":"UTF-8","ID":0,"docshellUUID":"{1fbe30e1-b84a-47fb-a9c5-6fb086c2522a}","originalURI":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":0,"children":[{"url":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","title":"Create a Firefox Account to continue to Firefox Sync","charset":"UTF-8","ID":2,"docshellUUID":"{2a8c7695-3042-4eb1-b7d0-3034930fdc09}","referrer":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","referrerPolicy":1,"originalURI":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","triggeringPrincipal_b64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","principalToInherit_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","triggeringPrincipal_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","docIdentifier":3,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wAAAAATAP//","structuredCloneVersion":8}],"persist":true}],"lastAccessed":1494281592568,"hidden":false,"attributes":{},"userContextId":0,"index":1,"storage":{"https://www.mozilla.org":{"statcounter_session":"1494281123","statcounter_bounce":"1","optimizely_data$$first_session":"true"},"https://accounts.firefox.com":{"__fxa_storage.last_page_loaded":"{\"timestamp\":1494281125230,\"view\":\"signup\"}","webChannelEvents":"[\"fxaccounts:loaded\"]","__fxa_storage.canGoBack":"true","_puuid":"45837f8e-5af0-49fe-91b8-bc7ba76e0d22"}},"image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA"},"title":"Mozilla Firefox Web Browser — — Mozilla","image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA","pos":0,"closedAt":1494281592569,"closedId":0}],"busy":false,"width":1362,"height":729,"screenX":0,"screenY":0,"sizemode":"normal"}],"selectedWindow":1,"_closedWindows":[],"session":{"lastUpdate":1494281732409,"startTime":1494281120713,"recentCrashes":0},"global":{}} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore.js b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore.js new file mode 100644 index 0000000..0515063 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/sessionstore.js @@ -0,0 +1 @@ +{"version":["sessionrestore",1],"windows":[{"tabs":[{"entries":[{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083870,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","originalURI":"about:addons","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAASAAAABAD//2EAZABkAG8AbgBzADoALwAvAGQAaQBzAGMAbwB2AGUAcgAvAAAAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAAAAAAAAD//wAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083871,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABIAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AZABpAHMAYwBvAHYAZQByAC8AAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083872,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAATAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwB0AGgAZQBtAGUAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083873,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABMAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHQAaABlAG0AZQAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083874,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAUAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBwAGwAdQBnAGkAbgAMAACABAD//3ByZXZpb3VzVmlldwAAAAAVAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBzAGUAcgB2AGkAYwBlAAAAAAAAAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083875,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAXAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwBlAHgAdABlAG4AcwBpAG8AbgAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABQAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAHAAbAB1AGcAaQBuAAAAAAATAP//","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":3928083876,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAVAACABAD//2FkZG9uczovL3NlYXJjaC9odHRwcwAAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABcAAAAEAP//YQBkAGQAbwBuAHMAOgAvAC8AbABpAHMAdAAvAGUAeAB0AGUAbgBzAGkAbwBuAAAAAAAAABMA//8=","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":23,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAWAACABAD//2FkZG9uczovL3NlYXJjaC91YmxvY2sAAAwAAIAEAP//cHJldmlvdXNWaWV3AAAAABUAAIAEAP//YWRkb25zOi8vc2VhcmNoL2h0dHBzAAAAAAAAABMA//8=","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":24,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAAgAACABAD//2FkZG9uczovL3NlYXJjaC9wcml2YWN5JTIwYmFkZ2VyDAAAgAQA//9wcmV2aW91c1ZpZXcAAAAAFgAAgAQA//9hZGRvbnM6Ly9zZWFyY2gvdWJsb2NrAAAAAAAAEwD//w==","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":29,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAATAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwB0AGgAZQBtAGUAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAAgAACABAD//2FkZG9uczovL3NlYXJjaC9wcml2YWN5JTIwYmFkZ2VyAAAAABMA//8=","structuredCloneVersion":8,"persist":true},{"url":"about:addons","title":"Add-ons Manager","charset":"","ID":30,"docshellUUID":"{2af74b6e-7a81-47a1-8c73-1b60437130df}","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":13,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wQAAIAEAP//dmlldwAAAAASAAAABAD//2EAZABkAG8AbgBzADoALwAvAGQAaQBzAGMAbwB2AGUAcgAvAAAAAAAMAACABAD//3ByZXZpb3VzVmlldwAAAAATAAAABAD//2EAZABkAG8AbgBzADoALwAvAGwAaQBzAHQALwB0AGgAZQBtAGUAAAAAAAAAEwD//w==","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281894177,"hidden":false,"attributes":{},"userContextId":0,"index":11,"image":"chrome://mozapps/skin/extensions/extensionGeneric-16.png","iconLoadingPrincipal":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","userTypedValue":"p","userTypedClear":0}],"selected":1,"_closedTabs":[{"state":{"entries":[{"url":"about:preferences","title":"Preferences","subframe":true,"charset":"","ID":3928083849,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUARwBlAG4AZQByAGEAbAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":3928083850,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#search","title":"Preferences","subframe":true,"charset":"","ID":3928083851,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#search","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8KAAAABAD//3AAYQBuAGUAUwBlAGEAcgBjAGgAAAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#security","title":"Preferences","subframe":true,"charset":"","ID":3928083852,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#security","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8MAAAABAD//3AAYQBuAGUAUwBlAGMAdQByAGkAdAB5AA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":3928083853,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#content","title":"Preferences","subframe":true,"charset":"","ID":3928083854,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#content","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAQwBvAG4AdABlAG4AdAAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":3928083855,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":3928083855,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true},{"url":"about:preferences#privacy","title":"Preferences","subframe":true,"charset":"","ID":3928083855,"docshellUUID":"{f379cafe-93da-4cdc-a475-10d648a34dda}","originalURI":"about:preferences#privacy","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":4,"structuredCloneState":"AgAAAAAA8f8LAAAABAD//3AAYQBuAGUAUAByAGkAdgBhAGMAeQAAAA==","structuredCloneVersion":8,"persist":true}],"lastAccessed":1494281589768,"hidden":false,"attributes":{},"userContextId":0,"index":9,"userTypedValue":"","userTypedClear":0,"image":"chrome://browser/skin/preferences/in-content/favicon.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAHelHLQgDQR05OZABBLoP1AAAAAAAAAAADAAAAAAAAARgAAAAH//////////wEAAAAkY2hyb21lOi8vYnJvd3Nlci9jb250ZW50L2Jyb3dzZXIueHVsAAAAAAAAAAYAAAAJAAAABwAAAAn/////AAAACf////8AAAAJAAAABwAAABAAAAAUAAAAEAAAABQAAAAQAAAACQAAABkAAAAHAAAAIQAAAAMAAAAA/////wAAABD/////AAAAEP////8BAAAAAAAAAAAAAQAAAAAAAA=="},"title":"Preferences","image":"chrome://browser/skin/preferences/in-content/favicon.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAHelHLQgDQR05OZABBLoP1AAAAAAAAAAADAAAAAAAAARgAAAAH//////////wEAAAAkY2hyb21lOi8vYnJvd3Nlci9jb250ZW50L2Jyb3dzZXIueHVsAAAAAAAAAAYAAAAJAAAABwAAAAn/////AAAACf////8AAAAJAAAABwAAABAAAAAUAAAAEAAAABQAAAAQAAAACQAAABkAAAAHAAAAIQAAAAMAAAAA/////wAAABD/////AAAAEP////8BAAAAAAAAAAAAAQAAAAAAAA==","pos":0,"closedAt":1494281893497,"closedId":2},{"state":{"entries":[{"url":"https://ritlug.com/","charset":"UTF-8","ID":3928083828,"docshellUUID":"{bf1693d7-801b-44d4-8334-18cdc8af931d}","originalURI":"https://ritlug.com/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":3,"persist":true}],"lastAccessed":1494281608035,"hidden":false,"attributes":{},"userContextId":0,"index":1,"userTypedValue":"","userTypedClear":0,"image":"chrome://global/skin/icons/warning-16.png","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAHelHLQgDQR05OZABBLoP1AAAAAAAAAAADAAAAAAAAARgAAAAH//////////wEAAAAkY2hyb21lOi8vYnJvd3Nlci9jb250ZW50L2Jyb3dzZXIueHVsAAAAAAAAAAYAAAAJAAAABwAAAAn/////AAAACf////8AAAAJAAAABwAAABAAAAAUAAAAEAAAABQAAAAQAAAACQAAABkAAAAHAAAAIQAAAAMAAAAA/////wAAABD/////AAAAEP////8BAAAAAAAAAAAAAQAAAAAAAA=="},"title":"https://ritlug.com/","image":"chrome://global/skin/icons/warning-16.png","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYBLyd8AA6vTdu5NkEya6SKrpIHOlRteE8wkTq4cYEyCMYAAAAABWFib3V0AAAABWJsYW5rAADg2h1wL3sR04zQAGCw/BSjkgc6VG14TzCROrhxgTIIxgAAAAAObW96LXNhZmUtYWJvdXQAAAAFYmxhbmsAAAHelHLQgDQR05OZABBLoP1AAAAAAAAAAADAAAAAAAAARgAAAAH//////////wEAAAAkY2hyb21lOi8vYnJvd3Nlci9jb250ZW50L2Jyb3dzZXIueHVsAAAAAAAAAAYAAAAJAAAABwAAAAn/////AAAACf////8AAAAJAAAABwAAABAAAAAUAAAAEAAAABQAAAAQAAAACQAAABkAAAAHAAAAIQAAAAMAAAAA/////wAAABD/////AAAAEP////8BAAAAAAAAAAAAAQAAAAAAAA==","pos":0,"closedAt":1494281892687,"closedId":1},{"state":{"entries":[{"url":"moz-extension://15aa2728-73d1-447b-aa9d-1ab079b34fc7/skin/firstRun.html","title":"Thank you for installing Privacy Badger!","charset":"UTF-8","ID":26,"docshellUUID":"{b6a98541-dcc8-4bfb-a968-b73890e05003}","triggeringPrincipal_b64":"vQZuXxRvRHKDMXv9BbHtkAAAAAAAAAAAwAAAAAAAAEYAAAAA","principalToInherit_base64":"vQZuXxRvRHKDMXv9BbHtkAAAAAAAAAAAwAAAAAAAAEYAAAAA","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":26,"persist":true}],"lastAccessed":1494281855163,"hidden":false,"attributes":{},"userContextId":0,"index":1,"image":null,"iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3qllfBjPSYS96czvXYq0c5IHOlRteE8wkTq4cYEyCMYAAAAB//////////8BAAAAR21vei1leHRlbnNpb246Ly8xNWFhMjcyOC03M2QxLTQ0N2ItYWE5ZC0xYWIwNzliMzRmYzcvc2tpbi9maXJzdFJ1bi5odG1sAAAAAAAAAA0AAAAQAAAAJAAAABD/////AAAAEP////8AAAAQAAAAJAAAADQAAAATAAAANAAAABMAAAA0AAAABgAAADoAAAAIAAAAQwAAAAQAAAAA/////wAAADT/////AAAANP////8BAAAAAAABAAAAAQAAAAAmXmFkZG9uSWQ9amlkMS1Nbm54Y3hpc0JQblNYUSU0MGpldHBhY2sBCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3qllfBjPSYS96czvXYq0c5IHOlRteE8wkTq4cYEyCMYAAAAB//////////8BAAAAR21vei1leHRlbnNpb246Ly8xNWFhMjcyOC03M2QxLTQ0N2ItYWE5ZC0xYWIwNzliMzRmYzcvc2tpbi9maXJzdFJ1bi5odG1sAAAAAAAAAA0AAAAQAAAAJAAAABD/////AAAAEP////8AAAAQAAAAJAAAADQAAAATAAAANAAAABMAAAA0AAAABgAAADoAAAAIAAAAQwAAAAQAAAAA/////wAAADT/////AAAANP////8BAAAAAAABAAAAAQAAAAIAAAD0AHMAYwByAGkAcAB0AC0AcwByAGMAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoALwAvADEANQBhAGEAMgA3ADIAOAAtADcAMwBkADEALQA0ADQANwBiAC0AYQBhADkAZAAtADEAYQBiADAANwA5AGIAMwA0AGYAYwA3ACAAaAB0AHQAcABzADoALwAvACoAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoAIABiAGwAbwBiADoAIABmAGkAbABlAHMAeQBzAHQAZQBtADoAIAAnAHUAbgBzAGEAZgBlAC0AZQB2AGEAbAAnACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAG8AYgBqAGUAYwB0AC0AcwByAGMAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoALwAvADEANQBhAGEAMgA3ADIAOAAtADcAMwBkADEALQA0ADQANwBiAC0AYQBhADkAZAAtADEAYQBiADAANwA5AGIAMwA0AGYAYwA3ACAAaAB0AHQAcABzADoALwAvACoAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoAIABiAGwAbwBiADoAIABmAGkAbABlAHMAeQBzAHQAZQBtADoAAAAAgABzAGMAcgBpAHAAdAAtAHMAcgBjACAAbQBvAHoALQBlAHgAdABlAG4AcwBpAG8AbgA6AC8ALwAxADUAYQBhADIANwAyADgALQA3ADMAZAAxAC0ANAA0ADcAYgAtAGEAYQA5AGQALQAxAGEAYgAwADcAOQBiADMANABmAGMANwA7ACAAbwBiAGoAZQBjAHQALQBzAHIAYwAgAG0AbwB6AC0AZQB4AHQAZQBuAHMAaQBvAG4AOgAvAC8AMQA1AGEAYQAyADcAMgA4AC0ANwAzAGQAMQAtADQANAA3AGIALQBhAGEAOQBkAC0AMQBhAGIAMAA3ADkAYgAzADQAZgBjADcA"},"title":"Thank you for installing Privacy Badger!","image":null,"iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3qllfBjPSYS96czvXYq0c5IHOlRteE8wkTq4cYEyCMYAAAAB//////////8BAAAAR21vei1leHRlbnNpb246Ly8xNWFhMjcyOC03M2QxLTQ0N2ItYWE5ZC0xYWIwNzliMzRmYzcvc2tpbi9maXJzdFJ1bi5odG1sAAAAAAAAAA0AAAAQAAAAJAAAABD/////AAAAEP////8AAAAQAAAAJAAAADQAAAATAAAANAAAABMAAAA0AAAABgAAADoAAAAIAAAAQwAAAAQAAAAA/////wAAADT/////AAAANP////8BAAAAAAABAAAAAQAAAAAmXmFkZG9uSWQ9amlkMS1Nbm54Y3hpc0JQblNYUSU0MGpldHBhY2sBCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3qllfBjPSYS96czvXYq0c5IHOlRteE8wkTq4cYEyCMYAAAAB//////////8BAAAAR21vei1leHRlbnNpb246Ly8xNWFhMjcyOC03M2QxLTQ0N2ItYWE5ZC0xYWIwNzliMzRmYzcvc2tpbi9maXJzdFJ1bi5odG1sAAAAAAAAAA0AAAAQAAAAJAAAABD/////AAAAEP////8AAAAQAAAAJAAAADQAAAATAAAANAAAABMAAAA0AAAABgAAADoAAAAIAAAAQwAAAAQAAAAA/////wAAADT/////AAAANP////8BAAAAAAABAAAAAQAAAAIAAAD0AHMAYwByAGkAcAB0AC0AcwByAGMAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoALwAvADEANQBhAGEAMgA3ADIAOAAtADcAMwBkADEALQA0ADQANwBiAC0AYQBhADkAZAAtADEAYQBiADAANwA5AGIAMwA0AGYAYwA3ACAAaAB0AHQAcABzADoALwAvACoAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoAIABiAGwAbwBiADoAIABmAGkAbABlAHMAeQBzAHQAZQBtADoAIAAnAHUAbgBzAGEAZgBlAC0AZQB2AGEAbAAnACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAG8AYgBqAGUAYwB0AC0AcwByAGMAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoALwAvADEANQBhAGEAMgA3ADIAOAAtADcAMwBkADEALQA0ADQANwBiAC0AYQBhADkAZAAtADEAYQBiADAANwA5AGIAMwA0AGYAYwA3ACAAaAB0AHQAcABzADoALwAvACoAIABtAG8AegAtAGUAeAB0AGUAbgBzAGkAbwBuADoAIABiAGwAbwBiADoAIABmAGkAbABlAHMAeQBzAHQAZQBtADoAAAAAgABzAGMAcgBpAHAAdAAtAHMAcgBjACAAbQBvAHoALQBlAHgAdABlAG4AcwBpAG8AbgA6AC8ALwAxADUAYQBhADIANwAyADgALQA3ADMAZAAxAC0ANAA0ADcAYgAtAGEAYQA5AGQALQAxAGEAYgAwADcAOQBiADMANABmAGMANwA7ACAAbwBiAGoAZQBjAHQALQBzAHIAYwAgAG0AbwB6AC0AZQB4AHQAZQBuAHMAaQBvAG4AOgAvAC8AMQA1AGEAYQAyADcAMgA4AC0ANwAzAGQAMQAtADQANAA3AGIALQBhAGEAOQBkAC0AMQBhAGIAMAA3ADkAYgAzADQAZgBjADcA","pos":3,"closedAt":1494281855165,"closedId":0},{"state":{"entries":[{"url":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","title":"Mozilla Firefox Web Browser — — Mozilla","charset":"UTF-8","ID":0,"docshellUUID":"{1fbe30e1-b84a-47fb-a9c5-6fb086c2522a}","originalURI":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","triggeringPrincipal_base64":"SmIS26zLEdO3ZQBgsLbOywAAAAAAAAAAwAAAAAAAAEY=","docIdentifier":0,"children":[{"url":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","title":"Create a Firefox Account to continue to Firefox Sync","charset":"UTF-8","ID":2,"docshellUUID":"{2a8c7695-3042-4eb1-b7d0-3034930fdc09}","referrer":"https://www.mozilla.org/en-US/firefox/53.0/firstrun/","referrerPolicy":1,"originalURI":"https://accounts.firefox.com/signup?utm_campaign=fxa-embedded-form&utm_medium=referral&utm_source=firstrun&utm_content=fx-53.0&entrypoint=firstrun&service=sync&context=fx_firstrun_v2&style=chromeless&haltAfterSignIn=true&origin=https%3A%2F%2Fwww.mozilla.org","triggeringPrincipal_b64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","principalToInherit_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","triggeringPrincipal_base64":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAABCdntGuXUQAS/4CfOuSPZrLPEwK69Xkyth+CNIQ27P58B3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAQAABsAAcwBjAHIAaQBwAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgACcAdQBuAHMAYQBmAGUALQBpAG4AbABpAG4AZQAnACAAJwB1AG4AcwBhAGYAZQAtAGUAdgBhAGwAJwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBzADMALgBhAG0AYQB6AG8AbgBhAHcAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBnAG8AbwBnAGwAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AeQBvAHUAdAB1AGIAZQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHMALgB5AHQAaQBtAGcALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBzAGUAYwB1AHIAZQAuAHMAdABhAHQAYwBvAHUAbgB0AGUAcgAuAGMAbwBtADsAIABpAG0AZwAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAZABhAHQAYQA6ACAAaAB0AHQAcABzADoALwAvACoALgBvAHAAdABpAG0AaQB6AGUAbAB5AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQB0AGEAZwBtAGEAbgBhAGcAZQByAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBnAG8AbwBnAGwAZQAtAGEAbgBhAGwAeQB0AGkAYwBzAC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AKgAuAHQAaQBsAGUAcwAuAG0AYQBwAGIAbwB4AC4AYwBvAG0AIABoAHQAdABwAHMAOgAvAC8AYQBwAGkALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGMAcgBlAGEAdABpAHYAZQBjAG8AbQBtAG8AbgBzAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AYQBkAC4AZABvAHUAYgBsAGUAYwBsAGkAYwBrAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AcwBwAC4AYQBuAGEAbAB5AHQAaQBjAHMALgB5AGEAaABvAG8ALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AcwB0AGEAdABjAG8AdQBuAHQAZQByAC4AYwBvAG0AOwAgAGQAZQBmAGEAdQBsAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQA7ACAAZgByAGEAbQBlAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0AOwAgAHMAdAB5AGwAZQAtAHMAcgBjACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AbQBvAHoAaQBsAGwAYQAuAG8AcgBnACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbgBlAHQAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAGMAbwBtACAAJwB1AG4AcwBhAGYAZQAtAGkAbgBsAGkAbgBlACcAOwAgAGMAbwBuAG4AZQBjAHQALQBzAHIAYwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAG0AbwB6AGkAbABsAGEALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbQBvAHoAaQBsAGwAYQAuAG4AZQB0ACAAaAB0AHQAcABzADoALwAvACoALgBtAG8AegBpAGwAbABhAC4AbwByAGcAIABoAHQAdABwAHMAOgAvAC8AKgAuAG0AbwB6AGkAbABsAGEALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwAqAC4AbwBwAHQAaQBtAGkAegBlAGwAeQAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUAdABhAGcAbQBhAG4AYQBnAGUAcgAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAHcAdwB3AC4AZwBvAG8AZwBsAGUALQBhAG4AYQBsAHkAdABpAGMAcwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvACoALgB0AGkAbABlAHMALgBtAGEAcABiAG8AeAAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAcABpAC4AbQBhAHAAYgBvAHgALgBjAG8AbQA7ACAAYwBoAGkAbABkAC0AcwByAGMAIABoAHQAdABwAHMAOgAvAC8AKgAuAG8AcAB0AGkAbQBpAHoAZQBsAHkALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAHQAYQBnAG0AYQBuAGEAZwBlAHIALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGcAbwBvAGcAbABlAC0AYQBuAGEAbAB5AHQAaQBjAHMALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHkAbwB1AHQAdQBiAGUALQBuAG8AYwBvAG8AawBpAGUALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwB0AHIAYQBjAGsAZQByAHQAZQBzAHQALgBvAHIAZwAgAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAHMAdQByAHYAZQB5AGcAaQB6AG0AbwAuAGMAbwBtACAAaAB0AHQAcABzADoALwAvAGEAYwBjAG8AdQBuAHQAcwAuAGYAaQByAGUAZgBvAHgALgBjAG8AbQAgAGgAdAB0AHAAcwA6AC8ALwBhAGMAYwBvAHUAbgB0AHMALgBmAGkAcgBlAGYAbwB4AC4AYwBvAG0ALgBjAG4AIABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgB5AG8AdQB0AHUAYgBlAC4AYwBvAG0A","docIdentifier":3,"structuredCloneState":"AgAAAAAA8f8AAAAACAD//wAAAAATAP//","structuredCloneVersion":8}],"persist":true}],"lastAccessed":1494281592568,"hidden":false,"attributes":{},"userContextId":0,"index":1,"storage":{"https://www.mozilla.org":{"statcounter_session":"1494281123","statcounter_bounce":"1","optimizely_data$$first_session":"true"},"https://accounts.firefox.com":{"__fxa_storage.last_page_loaded":"{\"timestamp\":1494281125230,\"view\":\"signup\"}","webChannelEvents":"[\"fxaccounts:loaded\"]","__fxa_storage.canGoBack":"true","_puuid":"45837f8e-5af0-49fe-91b8-bc7ba76e0d22"}},"image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA"},"title":"Mozilla Firefox Web Browser — — Mozilla","image":"https://www.mozilla.org/media/img/firefox/favicon.dc6635050bf5.ico","iconLoadingPrincipal":"ZT4OTT7kRfqycpfCC8AeuAAAAAAAAAAAwAAAAAAAAEYB3pRy0IA0EdOTmQAQS6D9QJIHOlRteE8wkTq4cYEyCMYAAAAC/////wAAAbsBAAAANGh0dHBzOi8vd3d3Lm1vemlsbGEub3JnL2VuLVVTL2ZpcmVmb3gvNTMuMC9maXJzdHJ1bi8AAAAAAAAABQAAAAgAAAAPAAAACP////8AAAAI/////wAAAAgAAAAPAAAAFwAAAB0AAAAXAAAAHQAAABcAAAAdAAAANAAAAAAAAAA0/////wAAAAD/////AAAAF/////8AAAAX/////wEAAAAAAAAAAAABAAAAAAAA","pos":0,"closedAt":1494281592569,"closedId":0}],"width":1362,"height":729,"screenX":0,"screenY":18,"sizemode":"normal","title":"Add-ons Manager","_shouldRestore":true,"closedAt":1494281894180,"closedId":3}],"selectedWindow":0,"_closedWindows":[],"session":{"lastUpdate":1494281894322,"startTime":1494281120713,"recentCrashes":0},"global":{}} \ No newline at end of file diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage.sqlite new file mode 100644 index 0000000..779931f Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata new file mode 100644 index 0000000..d932346 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata-v2 b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata-v2 new file mode 100644 index 0000000..c9a6213 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/.metadata-v2 differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/idb/2918063365piupsah.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/idb/2918063365piupsah.sqlite new file mode 100644 index 0000000..160e233 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/storage/permanent/chrome/idb/2918063365piupsah.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/times.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/times.json new file mode 100755 index 0000000..6e7b26b --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/times.json @@ -0,0 +1,3 @@ +{ +"created": 1494281119791 +} diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/webappsstore.sqlite b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/webappsstore.sqlite new file mode 100644 index 0000000..e41fed5 Binary files /dev/null and b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/webappsstore.sqlite differ diff --git a/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/xulstore.json b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/xulstore.json new file mode 100644 index 0000000..2ba1c87 --- /dev/null +++ b/sources/tigeros-ff-profile/tigeros-ff-profile-1.0/.mozilla/firefox/qc0ki88l.default/xulstore.json @@ -0,0 +1 @@ +{"chrome://browser/content/browser.xul":{"navigator-toolbox":{"iconsize":"small"},"main-window":{"sizemode":"normal","screenX":"0","screenY":"18","width":"1362","height":"729"},"PersonalToolbar":{"collapsed":"false","currentset":"personal-bookmarks"},"toolbar-menubar":{"currentset":"menubar-items"},"TabsToolbar":{"currentset":"tabbrowser-tabs,new-tab-button,alltabs-button"},"nav-bar":{"currentset":"urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,https-everywhere-button"},"addon-bar":{"currentset":"addonbar-closebutton,status-bar"},"sidebar-title":{"value":""}},"chrome://browser/content/places/places.xul":{"placesContentTags":{"ordinal":"3"},"placesContentUrl":{"ordinal":"5"},"placesContentDate":{"ordinal":"7"},"placesContentVisitCount":{"ordinal":"9"},"placesContentDescription":{"ordinal":"11"},"placesContentDateAdded":{"ordinal":"13"},"placesContentLastModified":{"ordinal":"15"},"places":{"screenX":"683","screenY":"18","width":"679","height":"729","sizemode":"normal"},"place:folder=BOOKMARKS_MENU&excludeItems=1&expandQueries=0":{"open":"true"}}} \ No newline at end of file diff --git a/sources/tigeros-logos/fedora-logo-small.png b/sources/tigeros-logos/fedora-logo-small.png deleted file mode 100644 index 2b37206..0000000 Binary files a/sources/tigeros-logos/fedora-logo-small.png and /dev/null differ diff --git a/sources/tigeros-logos/fedora-logo.png b/sources/tigeros-logos/fedora-logo.png deleted file mode 100644 index e1d329f..0000000 Binary files a/sources/tigeros-logos/fedora-logo.png and /dev/null differ diff --git a/sources/tigeros-logos/panguin1.png b/sources/tigeros-logos/panguin1.png deleted file mode 100644 index 4178a59..0000000 Binary files a/sources/tigeros-logos/panguin1.png and /dev/null differ diff --git a/sources/tigeros-logos/panguin2.png b/sources/tigeros-logos/panguin2.png deleted file mode 100644 index fd13839..0000000 Binary files a/sources/tigeros-logos/panguin2.png and /dev/null differ diff --git a/sources/tigeros-logos/system-logo-white.png b/sources/tigeros-logos/system-logo-white.png deleted file mode 100644 index e1d329f..0000000 Binary files a/sources/tigeros-logos/system-logo-white.png and /dev/null differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING b/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING new file mode 100644 index 0000000..f54b2d9 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING @@ -0,0 +1,347 @@ + +Some of the images in generic-logos are built from GNOME icons licensed +under the GNU GPL, version 2. Hence, generic-logos is also licensed on +the GNU GPL, version 2. + +------------------------------------------------------------------------ + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) 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 +this service 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 make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. 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. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE 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. + + 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 +convey 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 2 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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 Library General +Public License instead of this License. diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING-kde-logo b/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING-kde-logo new file mode 100644 index 0000000..3761725 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/COPYING-kde-logo @@ -0,0 +1,10 @@ +From http://www.kde.org/stuff/clipart.php: +Trademark License +Copying of the KDE Logo is subject to the LGPL copyright license. +Trading and branding with the KDE Logo is subject to our trademark licence: +1. The KDE logo can be used freely as long as it is not used to refer to + products other than KDE itself. +2. There is no formal procedure for using the KDE logo as long as you stay + within the above guideline for usage. +3. Whilst not required you should acknowledge the KDE e.V.s rights by mentioning + "KDE, K Desktop Environment and the KDE Logo are trademarks of KDE e.V." diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/Makefile b/sources/tigeros-logos/tigeros-logos-1.0.0/Makefile new file mode 100644 index 0000000..3c862b6 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/Makefile @@ -0,0 +1,26 @@ +NAME = TigerOS +XML = backgrounds/desktop-backgrounds-fedora.xml + +all: bootloader/fedora.icns + +VERSION := $(shell awk '/Version:/ { print $$2 }' $(NAME).spec) +RELEASE := $(shell awk '/Release:/ { print $$2 }' $(NAME).spec | sed 's|%{?dist}||g') +TAG=$(NAME)-$(VERSION)-$(RELEASE) + +bootloader/fedora.icns: pixmaps/fedora-logo-small.png + png2icns bootloader/fedora.icns pixmaps/fedora-logo-small.png + +tag: + @git tag -a -f -m "Tag as $(TAG)" -f $(TAG) + @echo "Tagged as $(TAG)" + +archive: tag + @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION).tar + @bzip2 -f $(NAME)-$(VERSION).tar + @echo "$(NAME)-$(VERSION).tar.bz2 created" + @sha1sum $(NAME)-$(VERSION).tar.bz2 > $(NAME)-$(VERSION).sha1sum + @scp $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).sha1sum fedorahosted.org:$(NAME) || scp $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).sha1sum fedorahosted.org:/srv/web/releases/g/e/generic-logos/ + @echo "Everything done, files uploaded to Fedorahosted.org" + +clean: + rm -f *~ *bz2 bootloader/fedora.icns diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/README b/sources/tigeros-logos/tigeros-logos-1.0.0/README new file mode 100644 index 0000000..dd218e0 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/README @@ -0,0 +1,15 @@ +generic-logos - A replacement for fedora-logos +============================================== + +The generic-logos package contains various image files which can be +used by the bootloader, anaconda, and other related tools. It can +be used as a replacement for the fedora-logos package, if you are +unable for any reason to abide by the trademark restrictions on the +fedora-logos package. + +Homepage: https://fedorahosted.org/generic-logos/ +Source: https://fedorahosted.org/releases/g/e/generic-logos/ +CVS: https://fedorahosted.org/generic-logos/browser + +generic-logos is licensed under GPLv2 and LGPl, for more details check +COPYING and COPYING-kde-logo. diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/Makefile b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/Makefile new file mode 100644 index 0000000..d5ef420 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/Makefile @@ -0,0 +1,32 @@ +ANACONDADATADIR = /usr/share/anaconda +ANACONDABOOTDIR = $(ANACONDADATADIR)/boot + +all: + @echo "Nothing to do." + +splash.lss: syslinux-splash.png + ./splashtolss.sh syslinux-splash.png splash.lss + +install: + @if [ "$(DESTDIR)" = "" ]; then \ + echo " "; \ + echo "ERROR: A destdir is required"; \ + exit 1; \ + fi + + mkdir -p $(DESTDIR)/$(ANACONDADATADIR) + mkdir -p $(DESTDIR)/$(ANACONDABOOTDIR) + mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install -m 644 anaconda_header.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install -m 644 progress_first.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install -m 644 splash.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + + install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/syslinux-splash.png + install -m 644 syslinux-vesa-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/splash.png + + install -m 644 sidebar-logo.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install -m 644 sidebar-bg.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + install -m 644 topbar-bg.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps + +clean: + rm -f splash.lss diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/README b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/README new file mode 100644 index 0000000..7d06024 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/README @@ -0,0 +1,19 @@ +These files are used by anaconda during the installation process. A +basic description/specification for them is as follows: + +* anaconda_header.png: This is strip header at the top of + the screen during the install. 800x58. +* progress_first.png: First graphic displayed during package + installation. If there are no rnotes, this is displayed the entire + time. 500x325 +* progress_first-lowres.png: Lowres version of progress_first.png. 350x225 +* splash.png: Splash screen shown on the "Welcome to ..." screen. + 400x420 +* syslinux-splash.png: Splash screen used at the boot prompt with + syslinux/isolinux. This gets transformed into the syslinux specific + format. 640x300. This uses a 16 color palette (should be an indexed png). + You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000. + Alternately, you can use 12 colors and have them be any that you want. +* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when + using the menu. It should be 640x480 RGB. Can just be a conversion + of the grub splash and work well. diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/anaconda_header.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/anaconda_header.png new file mode 100644 index 0000000..cf92ddb Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/anaconda_header.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/progress_first.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/progress_first.png new file mode 100644 index 0000000..4ae357d Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/progress_first.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/sidebar-bg.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/sidebar-bg.png new file mode 100644 index 0000000..0f31f4a Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/sidebar-bg.png differ diff --git a/sources/tigeros-logos/sidebar-logo.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/sidebar-logo.png similarity index 100% rename from sources/tigeros-logos/sidebar-logo.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/sidebar-logo.png diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/splash.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/splash.png new file mode 100644 index 0000000..4ae357d Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/splash.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-splash.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-splash.png new file mode 100644 index 0000000..69a695c Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-splash.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-vesa-splash.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-vesa-splash.png new file mode 100644 index 0000000..bf37fde Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/syslinux-vesa-splash.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/topbar-bg.png b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/topbar-bg.png new file mode 100644 index 0000000..4f33019 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/anaconda/topbar-bg.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/README b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/README new file mode 100644 index 0000000..22e85f5 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/README @@ -0,0 +1,8 @@ +splash.xpm.gz: the splashscreen used by grub. + +Format requirements: + +640x480, 15 colors, XPM format. Note that the grub text is defined to be +white, highlighted in black, so keep contrast in mind. + +grub does not use descriptive color names; if using ppmtoxpm, pass -hexonly. diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora-media.vol b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora-media.vol new file mode 100644 index 0000000..14de96a Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora-media.vol differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora.vol b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora.vol new file mode 100644 index 0000000..6aa9fc4 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/fedora.vol differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/splash.xpm.gz b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/splash.xpm.gz new file mode 100644 index 0000000..7d52dca Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/bootloader/splash.xpm.gz differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/firstboot-left.png b/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/firstboot-left.png new file mode 100644 index 0000000..d202014 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/firstboot-left.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/workstation.png b/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/workstation.png new file mode 100644 index 0000000..9621802 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/firstboot/workstation.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/gnome-splash/gnome-splash.png b/sources/tigeros-logos/tigeros-logos-1.0.0/gnome-splash/gnome-splash.png new file mode 100644 index 0000000..f28ebde Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/gnome-splash/gnome-splash.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/48x48/apps/anaconda.png b/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/48x48/apps/anaconda.png new file mode 100644 index 0000000..f31a183 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/48x48/apps/anaconda.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/scalable/apps/anaconda.svg b/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/scalable/apps/anaconda.svg new file mode 100644 index 0000000..ce6385f --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/icons/Fedora/scalable/apps/anaconda.svg @@ -0,0 +1,1821 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/ksplash/SolarComet-kde.png b/sources/tigeros-logos/tigeros-logos-1.0.0/ksplash/SolarComet-kde.png new file mode 100644 index 0000000..5c63e65 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/ksplash/SolarComet-kde.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-small.png b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-small.png new file mode 100644 index 0000000..ba092ad Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-small.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-sprite.svg b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-sprite.svg new file mode 100644 index 0000000..d02ec5c --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo-sprite.svg @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo.png b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo.png new file mode 100644 index 0000000..b14afad Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/fedora-logo.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/poweredby.png b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/poweredby.png new file mode 100644 index 0000000..2fa62a0 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/poweredby.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/system-logo-white.png b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/system-logo-white.png new file mode 100644 index 0000000..a15fd98 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/pixmaps/system-logo-white.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-00.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-00.png new file mode 100644 index 0000000..03ca8cf Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-00.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-01.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-01.png new file mode 100644 index 0000000..0b229e7 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-01.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-02.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-02.png new file mode 100644 index 0000000..24f6e56 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-02.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-03.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-03.png new file mode 100644 index 0000000..bede18b Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-03.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-04.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-04.png new file mode 100644 index 0000000..f634792 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-04.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-05.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-05.png new file mode 100644 index 0000000..d647cbc Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-05.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-06.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-06.png new file mode 100644 index 0000000..750c00a Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-06.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-07.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-07.png new file mode 100644 index 0000000..df3d615 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-07.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-08.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-08.png new file mode 100644 index 0000000..da8c9a3 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-08.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-09.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-09.png new file mode 100644 index 0000000..db62ac3 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-09.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-10.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-10.png new file mode 100644 index 0000000..437d8c7 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-10.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-11.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-11.png new file mode 100644 index 0000000..7254689 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-11.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-12.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-12.png new file mode 100644 index 0000000..c0e4332 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-12.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-13.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-13.png new file mode 100644 index 0000000..5135c40 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-13.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-14.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-14.png new file mode 100644 index 0000000..2b9cefc Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-14.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-15.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-15.png new file mode 100644 index 0000000..25f44e4 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-15.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-16.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-16.png new file mode 100644 index 0000000..2185bb4 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-16.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-17.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-17.png new file mode 100644 index 0000000..136ab1c Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-17.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-18.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-18.png new file mode 100644 index 0000000..c279bb4 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-18.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-19.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-19.png new file mode 100644 index 0000000..aba2853 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-19.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-20.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-20.png new file mode 100644 index 0000000..791d1a1 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-20.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-21.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-21.png new file mode 100644 index 0000000..fb221b7 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-21.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-22.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-22.png new file mode 100644 index 0000000..ea32050 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-22.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-23.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-23.png new file mode 100644 index 0000000..edde6c5 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-23.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-24.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-24.png new file mode 100644 index 0000000..95113dd Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-24.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-25.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-25.png new file mode 100644 index 0000000..22f4210 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-25.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-26.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-26.png new file mode 100644 index 0000000..06d6cf3 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-26.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-27.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-27.png new file mode 100644 index 0000000..b043e24 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-27.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-28.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-28.png new file mode 100644 index 0000000..fda13ac Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-28.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-29.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-29.png new file mode 100644 index 0000000..82e2231 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-29.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-30.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-30.png new file mode 100644 index 0000000..f01692b Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-30.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-31.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-31.png new file mode 100644 index 0000000..16d0580 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-31.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-32.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-32.png new file mode 100644 index 0000000..9b75bd9 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/progress-32.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-00.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-00.png new file mode 100644 index 0000000..2e11f9a Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-00.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-01.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-01.png new file mode 100644 index 0000000..778eaf1 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-01.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-02.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-02.png new file mode 100644 index 0000000..9de5c78 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-02.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-03.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-03.png new file mode 100644 index 0000000..8555a02 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-03.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-04.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-04.png new file mode 100644 index 0000000..33de2b3 Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-04.png differ diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-05.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-05.png new file mode 100644 index 0000000..027b44f Binary files /dev/null and b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-05.png differ diff --git a/sources/tigeros-logos/throbber-06.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-06.png similarity index 100% rename from sources/tigeros-logos/throbber-06.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-06.png diff --git a/sources/tigeros-logos/throbber-07.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-07.png similarity index 100% rename from sources/tigeros-logos/throbber-07.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-07.png diff --git a/sources/tigeros-logos/throbber-08.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-08.png similarity index 100% rename from sources/tigeros-logos/throbber-08.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-08.png diff --git a/sources/tigeros-logos/throbber-09.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-09.png similarity index 100% rename from sources/tigeros-logos/throbber-09.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-09.png diff --git a/sources/tigeros-logos/throbber-10.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-10.png similarity index 100% rename from sources/tigeros-logos/throbber-10.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-10.png diff --git a/sources/tigeros-logos/throbber-11.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-11.png similarity index 100% rename from sources/tigeros-logos/throbber-11.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-11.png diff --git a/sources/tigeros-logos/throbber-12.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-12.png similarity index 100% rename from sources/tigeros-logos/throbber-12.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-12.png diff --git a/sources/tigeros-logos/throbber-13.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-13.png similarity index 100% rename from sources/tigeros-logos/throbber-13.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-13.png diff --git a/sources/tigeros-logos/throbber-14.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-14.png similarity index 100% rename from sources/tigeros-logos/throbber-14.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-14.png diff --git a/sources/tigeros-logos/throbber-15.png b/sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-15.png similarity index 100% rename from sources/tigeros-logos/throbber-15.png rename to sources/tigeros-logos/tigeros-logos-1.0.0/plymouth/charge/throbber-15.png diff --git a/sources/tigeros-logos/tigeros-logos-1.0.0/tigeros-logos.spec b/sources/tigeros-logos/tigeros-logos-1.0.0/tigeros-logos.spec new file mode 100644 index 0000000..833cd87 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos-1.0.0/tigeros-logos.spec @@ -0,0 +1,144 @@ +Name: tigeros-logos +Version: 1.0.0 +Release: 3%{?dist} +Summary: Icons and pictures + +Group: System Environment/Base +URL: https://github.com/RITlug/TigerOS +Source0: %{name}.tar.gz +#The KDE Logo is under a LGPL license (no version statement) +License: GPLv2 and LGPLv2+ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +Obsoletes: redhat-logos +Obsoletes: generic-logos < 17.0.0-5 +Provides: redhat-logos = %{version}-%{release} +Provides: system-logos = %{version}-%{release} + +Obsoletes: fedora-logos +Provides: fedora-logos +Conflicts: anaconda-images <= 10 +Conflicts: redhat-artwork <= 5.0.5 +BuildRequires: hardlink +# For _kde4_* macros: +BuildRequires: kde-filesystem +# For generating the EFI icon +BuildRequires: libicns-utils +Requires(post): coreutils + +%description +The TigerOS-logos package contains various image files which can be +used by the bootloader, anaconda, and other related tools. +It replaces generic-logos for the TigerOS Fedora Remix + +%prep +%setup -q +%build +make + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}%{_datadir}/firstboot/themes/generic +for i in firstboot/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/firstboot/themes/generic +done + +mkdir -p %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora.icns %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora.vol %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora-media.vol %{buildroot}%{_datadir}/pixmaps/bootloader + +mkdir -p %{buildroot}%{_datadir}/pixmaps/splash +for i in gnome-splash/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/pixmaps/splash +done + +mkdir -p %{buildroot}%{_datadir}/pixmaps +for i in pixmaps/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/pixmaps +done + +mkdir -p %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/ +install -p -m 644 icons/Fedora/48x48/apps/* %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/ +mkdir -p %{buildroot}%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +install -p -m 644 ksplash/SolarComet-kde.png %{buildroot}%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/ +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/ +done + +# File or directory names do not count as trademark infringement +mkdir -p %{buildroot}%{_datadir}/icons/Fedora/48x48/apps/ +mkdir -p %{buildroot}%{_datadir}/icons/Fedora/scalable/apps/ +install -p -m 644 icons/Fedora/48x48/apps/* %{buildroot}%{_datadir}/icons/Fedora/48x48/apps/ +install -p -m 644 icons/Fedora/scalable/apps/* %{buildroot}%{_datadir}/icons/Fedora/scalable/apps/ + +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/places/ +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ +install -p -m 644 pixmaps/fedora-logo-sprite.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/places/start-here.svg +install -p -m 644 icons/Fedora/scalable/apps/anaconda.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/anaconda.svg + + + +(cd anaconda; make DESTDIR=%{buildroot} install) + +# save some dup'd icons +/usr/sbin/hardlink -v %{buildroot}/ + +%post +touch --no-create %{_datadir}/icons/Fedora || : +touch --no-create %{_kde4_iconsdir}/oxygen ||: + +%postun +if [ $1 -eq 0 ] ; then +touch --no-create %{_datadir}/icons/Fedora || : +touch --no-create %{_kde4_iconsdir}/oxygen ||: +if [ -x /usr/bin/gtk-update-icon-cache ]; then + if [ -f %{_datadir}/icons/Fedora/index.theme ]; then + gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || : + fi + if [ -f %{_kde4_iconsdir}/Fedora-KDE/index.theme ]; then + gtk-update-icon-cache --quiet %{_kde4_iconsdir}/Fedora-KDE/index.theme || : + fi +fi +fi + +%posttrans +if [ -x /usr/bin/gtk-update-icon-cache ]; then + if [ -f %{_datadir}/icons/Fedora/index.theme ]; then + gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || : + fi + if [ -f %{_kde4_iconsdir}/oxygen/index.theme ]; then + gtk-update-icon-cache --quiet %{_kde4_iconsdir}/oxygen/index.theme || : + fi +fi + + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING COPYING-kde-logo README +%{_datadir}/firstboot/themes/* +%{_datadir}/anaconda/boot/* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/icons/Fedora/*/apps/* +%{_datadir}/pixmaps/* +%exclude %{_datadir}/pixmaps/poweredby.png +%{_datadir}/plymouth/themes/charge/* +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +%{_kde4_iconsdir}/oxygen/ +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/icons/hicolor/*/places/* + +%changelog +* Sun May 14 2017 Aidan Kahrs - 1.0.0-3 +- add hicolor icons for anaconda +* Sat May 13 2017 Aidan Kahrs - 1.0.0-2 +- Fix obsoletes and provides +* Fri Apr 21 2017 Aidan Kahrs - 1.0.0-1 +- Initial version diff --git a/sources/tigeros-logos/tigeros-logos.spec b/sources/tigeros-logos/tigeros-logos.spec new file mode 100644 index 0000000..e48da66 --- /dev/null +++ b/sources/tigeros-logos/tigeros-logos.spec @@ -0,0 +1,147 @@ +Name: tigeros-logos +Version: 1.0.0 +Release: 4%{?dist} +Summary: Icons and pictures + +Group: System Environment/Base +URL: https://github.com/RITlug/TigerOS +Source0: %{name}.tar.gz +#The KDE Logo is under a LGPL license (no version statement) +License: GPLv2 and LGPLv2+ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +Obsoletes: redhat-logos +Obsoletes: generic-logos < 17.0.0-5 +Provides: redhat-logos = %{version}-%{release} +Provides: system-logos = %{version}-%{release} + +Obsoletes: fedora-logos +Provides: fedora-logos +Conflicts: anaconda-images <= 10 +Conflicts: redhat-artwork <= 5.0.5 +BuildRequires: hardlink +# For _kde4_* macros: +BuildRequires: kde-filesystem +# For generating the EFI icon +BuildRequires: libicns-utils +Requires(post): coreutils + +%description +The TigerOS-logos package contains various image files which can be +used by the bootloader, anaconda, and other related tools. +It replaces generic-logos for the TigerOS Fedora Remix + +%prep +%setup -q +%build +make + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}%{_datadir}/firstboot/themes/generic +for i in firstboot/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/firstboot/themes/generic +done + +mkdir -p %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora.icns %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora.vol %{buildroot}%{_datadir}/pixmaps/bootloader +install -p -m 644 bootloader/fedora-media.vol %{buildroot}%{_datadir}/pixmaps/bootloader + +mkdir -p %{buildroot}%{_datadir}/pixmaps/splash +for i in gnome-splash/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/pixmaps/splash +done + +mkdir -p %{buildroot}%{_datadir}/pixmaps +for i in pixmaps/* ; do + install -p -m 644 $i %{buildroot}%{_datadir}/pixmaps +done + +mkdir -p %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/ +install -p -m 644 icons/Fedora/48x48/apps/* %{buildroot}%{_kde4_iconsdir}/oxygen/48x48/apps/ +mkdir -p %{buildroot}%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536 +install -p -m 644 ksplash/SolarComet-kde.png %{buildroot}%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/ +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge/ +done + +# File or directory names do not count as trademark infringement +mkdir -p %{buildroot}%{_datadir}/icons/Fedora/48x48/apps/ +mkdir -p %{buildroot}%{_datadir}/icons/Fedora/scalable/apps/ +install -p -m 644 icons/Fedora/48x48/apps/* %{buildroot}%{_datadir}/icons/Fedora/48x48/apps/ +install -p -m 644 icons/Fedora/scalable/apps/* %{buildroot}%{_datadir}/icons/Fedora/scalable/apps/ + +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/places/ +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ +install -p -m 644 pixmaps/fedora-logo-sprite.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/places/start-here.svg +install -p -m 644 icons/Fedora/scalable/apps/anaconda.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/anaconda.svg + + + +(cd anaconda; make DESTDIR=%{buildroot} install) + +# save some dup'd icons +/usr/sbin/hardlink -v %{buildroot}/ + +%post +touch --no-create %{_datadir}/icons/Fedora || : +touch --no-create %{_kde4_iconsdir}/oxygen ||: + +%postun +if [ $1 -eq 0 ] ; then +touch --no-create %{_datadir}/icons/Fedora || : +touch --no-create %{_kde4_iconsdir}/oxygen ||: +if [ -x /usr/bin/gtk-update-icon-cache ]; then + if [ -f %{_datadir}/icons/Fedora/index.theme ]; then + gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || : + fi + if [ -f %{_kde4_iconsdir}/Fedora-KDE/index.theme ]; then + gtk-update-icon-cache --quiet %{_kde4_iconsdir}/Fedora-KDE/index.theme || : + fi +fi +fi + +%posttrans +if [ -x /usr/bin/gtk-update-icon-cache ]; then + if [ -f %{_datadir}/icons/Fedora/index.theme ]; then + gtk-update-icon-cache --quiet %{_datadir}/icons/Fedora || : + fi + if [ -f %{_kde4_iconsdir}/oxygen/index.theme ]; then + gtk-update-icon-cache --quiet %{_kde4_iconsdir}/oxygen/index.theme || : + fi +fi + + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING COPYING-kde-logo README +%{_datadir}/firstboot/themes/* +%{_datadir}/anaconda/boot/* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/icons/Fedora/*/apps/* +%{_datadir}/pixmaps/* +%exclude %{_datadir}/pixmaps/poweredby.png +%{_datadir}/plymouth/themes/charge/* +%{_kde4_appsdir}/ksplash/Themes/Leonidas/2048x1536/logo.png +%{_kde4_iconsdir}/oxygen/ +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/icons/hicolor/*/places/* + +%changelog +* Wed Aug 30 2017 Aidan Kahrs - 1.0.0-4 +- rebuild for Fedora 26 + +* Sun May 14 2017 Aidan Kahrs - 1.0.0-3 +- add hicolor icons for anaconda +* Sat May 13 2017 Aidan Kahrs - 1.0.0-2 +- Fix obsoletes and provides +* Fri Apr 21 2017 Aidan Kahrs - 1.0.0-1 +- Initial version diff --git a/sources/tigeros-release/85-display-manager.preset b/sources/tigeros-release/85-display-manager.preset new file mode 100644 index 0000000..08d5060 --- /dev/null +++ b/sources/tigeros-release/85-display-manager.preset @@ -0,0 +1,11 @@ +# We enable all display managers by default. Since only one can +# actually be enabled at the same time the one which is installed +# first wins + +enable gdm.service +enable lightdm.service +enable slim.service +enable lxdm.service +enable sddm.service +enable kdm.service +enable xdm.service diff --git a/sources/tigeros-release/90-default.preset b/sources/tigeros-release/90-default.preset new file mode 100644 index 0000000..bcf1461 --- /dev/null +++ b/sources/tigeros-release/90-default.preset @@ -0,0 +1,131 @@ +# Also see: +# https://fedoraproject.org/wiki/Starting_services_by_default + +# On Fedora we deviate from some upstream defaults +disable systemd-timesyncd.service +disable systemd-networkd.service +disable systemd-resolved.service + +# System stuff +enable sshd.service +enable atd.* +enable crond.* +enable chronyd.service +enable NetworkManager.service +enable NetworkManager-dispatcher.service +enable ModemManager.service +enable auditd.service +enable restorecond.service +enable bluetooth.* +enable avahi-daemon.* +enable cups.* + +# The various syslog implementations +enable rsyslog.* +enable syslog-ng.* +enable sysklogd.* + +# Network facing +enable firewalld.service +enable libvirtd.service +enable xinetd.service +enable ladvd.service + +# Storage +enable multipathd.service +enable libstoragemgmt.service +enable lvm2-monitor.* +enable lvm2-lvmetad.* +enable dm-event.* +enable dmraid-activation.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=855372 +enable mdmonitor.service +enable mdmonitor-takeover.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=876237 +enable spice-vdagentd.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=885406 +enable qemu-guest-agent.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=928726 +enable dnf-makecache.timer + +# https://bugzilla.redhat.com/show_bug.cgi?id=929403 +enable initial-setup-graphical.service +enable initial-setup-text.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=957135 +enable vmtoolsd.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=976315 +enable dkms.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=961878 +enable ipmi.service +enable ipmievd.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=1039351 +enable x509watch.timer + +# https://bugzilla.redhat.com/show_bug.cgi?id=1060754 +enable dnssec-triggerd.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=1095353 +enable uuidd.socket + +# Hardware +enable gpm.* + +# https://bugzilla.redhat.com/show_bug.cgi?id=1066421 +enable gpsd.socket + +# https://bugzilla.redhat.com/show_bug.cgi?id=1141607 +enable x2gocleansessions.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=1215641 +enable unbound-anchor.timer + +# https://bugzilla.redhat.com/show_bug.cgi?id=1222495 +enable lvm2-lvmpolld.* + +# https://fedoraproject.org/wiki/Changes/UEFISecureBootBlacklistUpdates +enable dbxtool.service + +enable irqbalance.service +enable lm_sensors.service +enable mcelog.* +enable acpid.* +enable smartd.service +enable pcscd.socket +enable rngd.service + +# Other stuff +enable abrtd.service +enable abrt-ccpp.service +enable abrt-oops.service +enable abrt-xorg.service +enable abrt-vmcore.service +enable lttng-sessiond.service +enable ksm.service +enable ksmtuned.service +enable rootfs-resize.service +enable sysstat.service +enable sysstat-collect.timer +enable sysstat-summary.timer +enable uuidd.service +enable xendomains.service +enable xenstored.service +enable xenconsoled.service + +# Desktop stuff +enable accounts-daemon.service +enable rtkit-daemon.service +enable upower.service +enable udisks2.service +enable polkit.service +enable packagekit-offline-update.service + +# https://bugzilla.redhat.com/show_bug.cgi?id=1187072 +enable timedatex.service diff --git a/sources/tigeros-release/99-default-disable.preset b/sources/tigeros-release/99-default-disable.preset new file mode 100644 index 0000000..1f29b50 --- /dev/null +++ b/sources/tigeros-release/99-default-disable.preset @@ -0,0 +1 @@ +disable * diff --git a/sources/tigeros-release/LICENSE b/sources/tigeros-release/LICENSE new file mode 100644 index 0000000..2ef182e --- /dev/null +++ b/sources/tigeros-release/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2014 Red Hat, Inc. + +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. diff --git a/sources/tigeros-release/README.TigerOS-Release-Notes b/sources/tigeros-release/README.TigerOS-Release-Notes new file mode 100644 index 0000000..f4ef086 --- /dev/null +++ b/sources/tigeros-release/README.TigerOS-Release-Notes @@ -0,0 +1,6 @@ +README.Generic-Release-Notes +============================= + +This is a placeholder. There are no useful release notes in here. + +Sorry bout that. diff --git a/sources/tigeros-release/README.developers b/sources/tigeros-release/README.developers new file mode 100644 index 0000000..953a7da --- /dev/null +++ b/sources/tigeros-release/README.developers @@ -0,0 +1,29 @@ +This document provides information about where we are right now and where I'd +like to go. Eventually there will be information about how to make tarball +releases and update the generic-release packages. + +Currently I have just imported the (extracted) tarball from fedora 20. We +currently don't have a build for rawhide with a version of 21. This is +the top priority. + +fedora-release has some features that would be nice to get into +generic-release, in particular the arch mapping that associates the +correct keys for different architecures. + +The package version needs to match the fedora release (unless we switch +over to just relying on the system-release(release) provides, but that +seems to be premature now), but I'd like to allow multiple tarballs +for a single release (to add features or keys) with different versions. +My thought on this was to use a major.minor version, where major is the +fedora release version and would be used for the package version. Minor +would just end up in the package release. + +I don't want to build new tarballs to cover spec file changes that are +just configuration or changelog updates. I prefer to not keep changelog +updates in this repo, as changes to the spec file will be documented +in git. When changes are incorporated into packages, important notes +from the git log, can be added to the changelog. + +While there is currently just a master branch, the plan is to add a new +branch each time Fedora is branched. I don't think we'll go back and +add branches before f21. diff --git a/sources/tigeros-release/README.license b/sources/tigeros-release/README.license new file mode 100644 index 0000000..b619976 --- /dev/null +++ b/sources/tigeros-release/README.license @@ -0,0 +1,16 @@ += License = + +Fedora is a compilation of software packages, each under its own +license. The compilation itself is released under the MIT license +(see the file LICENSE). However, this compilation license does not +supersede the licenses of code and content contained in Fedora, which +conform to the legal guidelines described at +https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing. + +If you're using generic-release, you're probably remixing the packages +from Fedora into a release that is _NOT_ Fedora. The license of the +generic-release package is MIT, as described in LICENSE, or found here: +https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense + +Red Hat does not claim any compilation copyright on any compilations of +software that we do not directly create and distribute. diff --git a/sources/tigeros-release/TigerOS-release.spec b/sources/tigeros-release/TigerOS-release.spec new file mode 100644 index 0000000..861f900 --- /dev/null +++ b/sources/tigeros-release/TigerOS-release.spec @@ -0,0 +1,120 @@ +%global release_name TigerOS +%global dist_version 25 + +Summary: TigerOS release files +Name: tigeros-release +Version: 26 +Release: 1.0 +License: MIT +Group: System Environment/Base +Source0: LICENSE +Source1: README.developers +Source2: README.TigerOS-Release-Notes +Source3: README.license +Source4: 85-display-manager.preset +Source5: 90-default.preset +Source6: 99-default-disable.preset +Obsoletes: redhat-release +Provides: redhat-release +Provides: system-release +Provides: system-release(%{version}) +Requires: fedora-repos(%{version}) +BuildArch: noarch +Conflicts: fedora-release + +%description +TigerOS release files such as yum configs and various /etc/ files that +define the release. This package explicitly is a replacement for the +trademarked release package, if you are unable for any reason to abide by the +trademark restrictions on that release package. + +%package notes +Summary: Release Notes +License: Open Publication +Group: System Environment/Base +Provides: system-release-notes = %{version}-%{release} +Conflicts: fedora-release-notes + +%description notes +TigerOS release notes package. This package explicitly is a replacement +for the trademarked release-notes package, if you are unable for any reason +to abide by the trademark restrictions on that release-notes +package. Please note that there is no actual useful content here. + + +%prep +%setup -c -T +cp -a %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . + +%build + +%install +install -d %{buildroot}/etc +echo "TigerOS release %{version} (%{release_name})" > %{buildroot}/etc/fedora-release +echo "cpe:/o:TigerOS:TigerOS:%{version}" > %{buildroot}/etc/system-release-cpe +cp -p %{buildroot}/etc/fedora-release %{buildroot}/etc/issue +echo "Kernel \r on an \m (\l)" >> %{buildroot}/etc/issue +cp -p %{buildroot}/etc/issue %{buildroot}/etc/issue.net +echo >> %{buildroot}/etc/issue +ln -s fedora-release %{buildroot}/etc/redhat-release +ln -s fedora-release %{buildroot}/etc/system-release + +mkdir -p %{buildroot}/usr/lib/systemd/system-preset/ + +cat << EOF >>%{buildroot}/usr/lib/os-release +NAME=TigerOS +VERSION="%{version} (%{release_name})" +ID=TigerOS +VERSION_ID=%{version} +PRETTY_NAME="TigerOS %{version} (%{release_name})" +ANSI_COLOR="0;34" +CPE_NAME="cpe:/o:TigerOS:TigerOS:%{version}" +EOF +# Create the symlink for /etc/os-release +ln -s ../usr/lib/os-release %{buildroot}/etc/os-release + +# Set up the dist tag macros +install -d -m 755 %{buildroot}%{_rpmconfigdir}/macros.d +cat >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.dist << EOF +# dist macros. + +%%fedora %{dist_version} +%%dist .fc%{dist_version} +%%fc%{dist_version} 1 +EOF + +# Add presets +# Default system wide +install -m 0644 85-display-manager.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/ +install -m 0644 90-default.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/ +install -m 0644 99-default-disable.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/ + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%license LICENSE README.license +%config %attr(0644,root,root) /usr/lib/os-release +/etc/os-release +%config %attr(0644,root,root) /etc/fedora-release +/etc/redhat-release +/etc/system-release +%config %attr(0644,root,root) /etc/system-release-cpe +%config(noreplace) %attr(0644,root,root) /etc/issue +%config(noreplace) %attr(0644,root,root) /etc/issue.net +%attr(0644,root,root) %{_rpmconfigdir}/macros.d/macros.dist +%{_prefix}/lib/systemd/system-preset/85-display-manager.preset +%{_prefix}/lib/systemd/system-preset/90-default.preset +%{_prefix}/lib/systemd/system-preset/99-default-disable.preset + +%files notes +%defattr(-,root,root,-) +%doc README.TigerOS-Release-Notes + +%changelog +* Wed Aug 30 2017 Aidan Kahrs - 26-1.0 +- rebuild for Fedora 26 + +* Sun Apr 23 2017 Aidan Kahrs 1.0 +- initial package for tigeros-release and tigeros-release-notes diff --git a/sources/tigeros-repos/tigeros-repos-26/RPM-GPG-KEY-TigerOS-26-primary b/sources/tigeros-repos/tigeros-repos-26/RPM-GPG-KEY-TigerOS-26-primary new file mode 100644 index 0000000..63fd763 --- /dev/null +++ b/sources/tigeros-repos/tigeros-repos-26/RPM-GPG-KEY-TigerOS-26-primary @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQENBFmoGHkBCACl3+p8nDe+OAK6vTWFr0yfBfEdRFGXwImljIprqT0vS6M7R7Xh +XIhPVrQHKhEXm29wvbCtX7qjor3Id1lV57Z6Y6ynlRI3yDV+Fj+o+XXD/qon/rN7 +l/tP2OpN9tQ09VHFKsGDuD7FJQEL4R6h2B30d2v/9D3ibwGvkPhkwdE+6Mg+Isur +pyrsk7PyN84/xZaApvNw9vjZtJyxGY2/J/8LDamRRMaz4yPxDDPXTLVDSGf5+mu6 +7mbT89t69xlu048kFfHH+dgXZXXjE0tRs4k3kErm0KjMbiDqKcMThf5KZMxxDFk8 +1Ai6JhKyB8AuuQ5PRpDsaU/tdlu5KI1mWW4dABEBAAG0M1RpZ2VyT1MgKFRpZ2Vy +T1MgMjYgc2lnbmluZyBrZXkpIDxyaXRsdWdAZ21haWwuY29tPokBOAQTAQIAIgUC +WagYeQIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQYtoLCJAAxwbdEAf/ +RoxhLD5vTMioM5hHX+Jn2gk4hZHgHxXybTwXwW46+1RpxQl4tXbbqRqSk0M2nS48 +P+wo/gpRZ46Ae81TDT2lVmSvrqbekd++kvWRIm4eRqYDBdPxwP7BagxlTYmABu7F +tXxuxfjkCiILLQFcFPUeFv3da9n4UYmY/MF3ZL0inq0AY8f5UaSjZveThnFqxpAc +y4p/sZWd7L+xGq5PfHoOrgb/rKpETUkMXy0LDaxLo+kxk8lOtpsj/rh6F1jVOEBX +4hAp4Jtd5w/+KAamjiPLCiR0pHgKldMRDuxsCtN0csTSBk37LsfO6vLuIHJiWt53 +9SWk6/5vl3FGpu98S+qbs7kBDQRZqBh5AQgAyvERW2th/kAL66JjFm+WpxVOLRoL +7n46sqNuWsDMAlIIeYscuTHKoZ1LN9lYcWQHRtCxv8Bdnbvmh1IDagQoV7WJhjIT +VFFZkYg8mZttKZShPy2afPuD0Ale/Ez7Tj21FwcG2IZ2Q6PFHdbfIpEyRftBOBlR +UPtLOwNXxZTKzC0U7JKimuPTBp3bmdLMxXa9llsJOuyc2IgnciUXB3nGQZvaYDU/ +UneyCSMx3rTT31WHcXkzjC5e110SY/ykTsrhQ6i+acAKGIN4esmFFtI4DMj5hHWD +EJrXkFo3YG04ibLJUNBxaKzkXiY/4rY/4O6HCMboWvwBIafaPXahzcfYiQARAQAB +iQEfBBgBAgAJBQJZqBh5AhsMAAoJEGLaCwiQAMcGwnQH/jZC2VjIpu5FqV8khR9c +t5mykjZPrTmqqeyZw4dvaUjcd4zDHjNlDvOUXZ3SoLBW21FDq4jP2KzYIvN/sAH6 +SRI4BsHY1zYaLAmW3rJ7QvhiaJNaLNuV/0isL5juc7J4ocv7NeqfWpjcxFIm6xh/ +YpjjoWzztPXUJlj+aBp3o9uHrrR0+ra9l20XBp0rUFYu9ILkMRgX6mOm9KwCCmaN +HLvo6DkJejctEXfnfMgBsiNQNF/yI4CPs11zesgQgmftZFKhHFOoJuEHS+T55RqB +f+QIrzYrFvI8k00ZOVq0EmpyH6IZJ+lMlFMbhKYkpUYQAnAoICLhNZisiRW+4NBW +Kqs= +=+s7D +-----END PGP PUBLIC KEY BLOCK----- diff --git a/sources/tigeros-repos/tigeros-repos-26/tigeros.repo b/sources/tigeros-repos/tigeros-repos-26/tigeros.repo new file mode 100644 index 0000000..3ae9346 --- /dev/null +++ b/sources/tigeros-repos/tigeros-repos-26/tigeros.repo @@ -0,0 +1,20 @@ +[tigeros] +name=TigerOS $releasever - $basearch +failovermethod=priority +baseurl=http://tigeros.ritlug.com/packages/$basearch +enabled=1 +metadata_expire=7d +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-TigerOS-$releasever-primary +skip_if_unavailable=False + +[tigeros-source] +name=TigerOS $releasever - Source +failovermethod=priority +baseurl=http://tigeros.ritlug.com/packages/source/ +enabled=0 +metadata_expire=7d +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-TigerOS-$releasever-primary +skip_if_unavailable=False + diff --git a/sources/tigeros-repos/tigeros-repos.spec b/sources/tigeros-repos/tigeros-repos.spec new file mode 100644 index 0000000..647a290 --- /dev/null +++ b/sources/tigeros-repos/tigeros-repos.spec @@ -0,0 +1,44 @@ +Summary: TigerOS package repositories +Name: tigeros-repos +Version: 26 +Release: 1 +License: MIT +Group: System Environment/Base +URL: https://github.com/RITlug/TigerOS +Source: %{name}-%{version}.tar.gz +Provides: tigeros-repos(%{version}) +Requires: system-release(%{version}) +BuildArch: noarch + +%description +TigerOS package repository files for yum and dnf along with gpg public keys + + +%prep +%setup -q + +%build + +%install +# Install the keys +install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg +install -m 644 RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/ + +# and add symlink for compat generic location +ln -s RPM-GPG-KEY-TigerOS-%{version}-primary RPM-GPG-KEY-%{version}-TigerOS + +install -d -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d +for file in tigeros*repo ; do + install -m 644 $file $RPM_BUILD_ROOT/etc/yum.repos.d +done + + +%files +%defattr(-,root,root,-) +%dir /etc/yum.repos.d +%config(noreplace) /etc/yum.repos.d/tigeros.repo +%dir /etc/pki/rpm-gpg +/etc/pki/rpm-gpg/* + + +%changelog diff --git a/sources/tigeros-scripts/cs/idea.sh b/sources/tigeros-scripts/tigeros-scripts-1.0/cs/idea.sh similarity index 100% rename from sources/tigeros-scripts/cs/idea.sh rename to sources/tigeros-scripts/tigeros-scripts-1.0/cs/idea.sh diff --git a/sources/tigeros-scripts/cs/jflap.sh b/sources/tigeros-scripts/tigeros-scripts-1.0/cs/jflap.sh similarity index 100% rename from sources/tigeros-scripts/cs/jflap.sh rename to sources/tigeros-scripts/tigeros-scripts-1.0/cs/jflap.sh diff --git a/sources/tigeros-scripts/cs/logisim.sh b/sources/tigeros-scripts/tigeros-scripts-1.0/cs/logisim.sh similarity index 100% rename from sources/tigeros-scripts/cs/logisim.sh rename to sources/tigeros-scripts/tigeros-scripts-1.0/cs/logisim.sh diff --git a/sources/tigeros-scripts/enablerpmfusion b/sources/tigeros-scripts/tigeros-scripts-1.0/enablerpmfusion similarity index 100% rename from sources/tigeros-scripts/enablerpmfusion rename to sources/tigeros-scripts/tigeros-scripts-1.0/enablerpmfusion diff --git a/sources/tigeros-scripts/postinstall b/sources/tigeros-scripts/tigeros-scripts-1.0/postinstall similarity index 100% rename from sources/tigeros-scripts/postinstall rename to sources/tigeros-scripts/tigeros-scripts-1.0/postinstall diff --git a/sources/tigeros-scripts/removal b/sources/tigeros-scripts/tigeros-scripts-1.0/removal similarity index 100% rename from sources/tigeros-scripts/removal rename to sources/tigeros-scripts/tigeros-scripts-1.0/removal diff --git a/sources/tigeros-scripts/se/alloy.sh b/sources/tigeros-scripts/tigeros-scripts-1.0/se/alloy.sh similarity index 100% rename from sources/tigeros-scripts/se/alloy.sh rename to sources/tigeros-scripts/tigeros-scripts-1.0/se/alloy.sh diff --git a/sources/tigeros-scripts/se/spin.sh b/sources/tigeros-scripts/tigeros-scripts-1.0/se/spin.sh similarity index 100% rename from sources/tigeros-scripts/se/spin.sh rename to sources/tigeros-scripts/tigeros-scripts-1.0/se/spin.sh diff --git a/sources/tigeros-scripts/tigeros-postinstall.desktop b/sources/tigeros-scripts/tigeros-scripts-1.0/tigeros-postinstall.desktop similarity index 100% rename from sources/tigeros-scripts/tigeros-postinstall.desktop rename to sources/tigeros-scripts/tigeros-scripts-1.0/tigeros-postinstall.desktop diff --git a/sources/tigeros-scripts/tigeros-scripts.spec b/sources/tigeros-scripts/tigeros-scripts.spec new file mode 100644 index 0000000..0329e61 --- /dev/null +++ b/sources/tigeros-scripts/tigeros-scripts.spec @@ -0,0 +1,51 @@ +Name: tigeros-scripts +Version: 1.0 +Release: 4%{?dist} +Summary: TigerOS setup scripts +License: GPLv3 +URL: https://github.com/RITlug/TigerOS +#tarball created with: +# svn export https://github.com/RITlug/TigerOS/trunk/scripts/ tigeros-scripts-%{version} +# tar -cf tigeros-scripts.tar.gz tigeros-scripts-%{version}/ +Source0: %{name}.tar.gz +BuildArch: noarch +BuildRequires: svn +BuildRequires: tar +%description +Custom scripts for the TigerOS Fedora Remix + +%prep +%setup -q + +%build +echo "We don't need to build" + +%install +%{__mkdir_p} %{buildroot}/etc/skel/.config/autostart/ +install -p -m 755 tigeros-postinstall.desktop %{buildroot}/etc/skel/.config/autostart/tigeros-postinstall.desktop +%{__mkdir_p} %{buildroot}%{_prefix}/local/bin +install -p -m 755 enablerpmfusion %{buildroot}%{_prefix}/local/bin/enablerpmfusion +install -p -m 755 removal %{buildroot}%{_prefix}/local/bin/removal +install -p -m 755 postinstall %{buildroot}%{_prefix}/local/bin/postinstall +%{__mkdir_p} %{buildroot}%{_prefix}/local/bin/cs +install -p -m 755 cs/idea.sh %{buildroot}%{_prefix}/local/bin/cs/idea.sh +install -p -m 755 cs/jflap.sh %{buildroot}%{_prefix}/local/bin/cs/jflap.sh +install -p -m 755 cs/logisim.sh %{buildroot}%{_prefix}/local/bin/cs/logisim.sh +%{__mkdir_p} %{buildroot}%{_prefix}/local/bin/se +install -p -m 755 se/alloy.sh %{buildroot}%{_prefix}/local/bin/se/alloy.sh +install -p -m 755 se/spin.sh %{buildroot}%{_prefix}/local/bin/se/spin.sh + +%files +%{_prefix}/local/bin/enablerpmfusion +%{_prefix}/local/bin/removal +%{_prefix}/local/bin/postinstall +%{_prefix}/local/bin/cs/ +%{_prefix}/local/bin/cs/idea.sh +%{_prefix}/local/bin/cs/jflap.sh +%{_prefix}/local/bin/cs/logisim.sh +%{_prefix}/local/bin/se/ +%{_prefix}/local/bin/se/alloy.sh +%{_prefix}/local/bin/se/spin.sh +/etc/skel/.config/autostart/tigeros-postinstall.desktop + +%changelog