summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-11-21Update tortm-browser-button extension.Mark H Weaver
* data/extensions/tortm-browser-button@jeremybenthum/data/icons/ON/128.png, data/extensions/tortm-browser-button@jeremybenthum/data/icons/ON/16.png, data/extensions/tortm-browser-button@jeremybenthum/data/icons/ON/32.png, data/extensions/tortm-browser-button@jeremybenthum/data/icons/ON/48.png, data/extensions/tortm-browser-button@jeremybenthum/data/icons/ON/64.png, data/extensions/tortm-browser-button@jeremybenthum/data/popup/popup.html, data/extensions/tortm-browser-button@jeremybenthum/lib/common.js, data/extensions/tortm-browser-button@jeremybenthum/lib/proxy.js: Update.
2019-11-21Update viewtube extension.Mark H Weaver
* data/extensions/viewtube@extension/META-INF/manifest.mf, data/extensions/viewtube@extension/META-INF/mozilla.rsa, data/extensions/viewtube@extension/META-INF/mozilla.sf, data/extensions/viewtube@extension/manifest.json, data/extensions/viewtube@extension/viewtube.user.js: Update.
2019-11-20Add librify-libgen-me extension.Mark H Weaver
* data/update-extensions.sh: Add librify-libgen-me. * data/extensions/libgen.me@librifyjs/COPYING, data/extensions/libgen.me@librifyjs/META-INF/manifest.mf, data/extensions/libgen.me@librifyjs/META-INF/mozilla.rsa, data/extensions/libgen.me@librifyjs/META-INF/mozilla.sf, data/extensions/libgen.me@librifyjs/common.js, data/extensions/libgen.me@librifyjs/home.js, data/extensions/libgen.me@librifyjs/item.js, data/extensions/libgen.me@librifyjs/links.js, data/extensions/libgen.me@librifyjs/manifest.json, data/extensions/libgen.me@librifyjs/search.js: New files.
2019-11-20Add missing IDs for some bundled extensions.Mark H Weaver
* data/update-extensions.sh: Add code to add IDs to viewtube, disable-polymer-youtube, and tortm-browser-button.
2019-11-20Require extensions in the user and system scopes to be signed by Mozilla.Mark H Weaver
* data/settings.js: Remove the IceCat-specific default setting of xpinstall.signatures.required, thus reverting to the upstream default value of 'true'. * data/buildscripts/mozconfig-common: Add build option "--with-unsigned-addon-scopes=app".
2019-11-20Remove "Privacy Policy" link from about dialog.Mark H Weaver
* data/patches/icecat-about-dialog.patch: New file.
2019-11-20Remove some obsolete or redundant entries from settings.js.Mark H Weaver
* data/settings.js: Remove obsolete entries for making DuckDuckGo the default search engine, which is now handled elsewhere. Remove the redundant entries for "browser.search.suggest.enabled" and "network.http.speculative-parallel-limit" and "media.gmp-manager.url".
2019-11-20Fix misleading comment in data/settings-android.js.Mark H Weaver
* data/settings-android.js: Fix the comment.
2019-11-20Fix about:rights page.Mark H Weaver
* data/aboutRights.xhtml: Update for version 68. * makeicecat: Remove code to modify aboutRights.dtd files, which no longer exist in version 68. Apply terminology changes to *.ftl files.
2019-11-20Fix icecat-wordmark.svg.Mark H Weaver
* data/branding/icecat-wordmark.svg: New file. * makeicecat: Install it.
2019-11-20Revert "Fix is_manifest predicate to exclude cose.manifest files."Mark H Weaver
This reverts commit 46d3e865b94ac18be85957b5ea2fa3ef373882de.
2019-11-17Fix is_manifest predicate to exclude cose.manifest files.Mark H Weaver
* data/patches/fix-is_manifest.patch: New file.
2019-11-17Don't pin search engines to top sites.Mark H Weaver
* data/patches/dont-pin-search-engines-to-top-sites.patch: New file.
2019-11-17Add first batch of IceCat-specific preferences.Mark H Weaver
* makeicecat: Add code to add IceCat-specific messages to l10n directory. * data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-AR/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-CL/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-ES/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-MX/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/fr/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/it/browser/browser/preferences/preferences.ftl, data/patches/icecat-preferences.patch: New files.
2019-10-30Improve branding for version 68 ESR.Mark H Weaver
* data/branding/icecat/locales/en-US/brand.dtd: Add brandProductName. * data/branding/icecat/locales/en-US/brand.ftl: Add brand-shorter-name, brand-full-name, brand-product-name, vendor-short-name, and trademarkInfo. * data/branding/icecat/locales/en-US/brand.properties: Add brandProductName. * makeicecat: Limit replacement of trademarkInfo.part1 of brand.dtd files to only be done within l10n directory. Replace trademarkInfo of brand.ftl files within l10n directory.
2019-10-30Disable MOZ_BLOCK_PROFILE_DOWNGRADE.Mark H Weaver
It would be desirable to prevent downgrades from one major version of IceCat to another. However, as MOZ_BLOCK_PROFILE_DOWNGRADE is currently implemented, it prevents downgrades from one build of IceCat-68.2 to an earlier build of IceCat-68.2. Until we can find a satisfactory solution, we disable this functionality entirely. * data/patches/moz-configure-changes.patch: Set MOZ_BLOCK_PROFILE_DOWNGRADE to 'False'.
2019-10-30Disable MOZ_SERVICES_HEALTHREPORT and MOZ_DATA_REPORTING.Mark H Weaver
* data/patches/fix-data-reporting-check.patch: New file. * data/patches/legacy-profiles.patch: Rename to ... * data/patches/moz-configure-changes.patch: ... this, and set MOZ_SERVICES_HEALTHREPORT to False.
2019-10-28Use legacy profilesMark H Weaver
Mark found that IceCat will otherwise prompt the user to create an account. * data/patches/legacy-profiles.pach: New file. * data/settings.js (identity.fxaccounts.enabled): Set to false. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28Make duckduckgo default search engineMark H Weaver
* data/patches/default-search-duckduckgo.patch: New file. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28makeicecat: Apply data/patches/*.patchMike Gerwitz
* data/patches/.gitkeep: New file. * makeicecat: Apply patches from data/patches. Take care not to fail when no patches exist.
2019-10-20Port changes from Abrowser's updates from 60 through 68Amin Bandali
2019-05-29Version bumped to 60.7.0esrRuben Rodriguez
2019-05-29Reverted inadverted changes to readme fileRuben Rodriguez
2019-05-10Updated Changelog and READMERuben Rodriguez
2019-05-10settings.js: enabled privacy.firstparty.isolate, ↵Ruben Rodriguez
network.http.referer.spoofSource, disabled network.http.originextension
2019-05-10Corrected description for tracking protection on onboarding pageRuben Rodriguez
2019-05-10Updated extensions bundleRuben Rodriguez
2018-11-09Version bumped to v60.3.0ESRRuben Rodriguez
2018-11-09Disable first-run tab opening on tortm-browser-button extensionRuben Rodriguez
2018-11-07Small correction to build scriptsRuben Rodriguez
2018-11-07Disabled push notificationsRuben Rodriguez
2018-11-07Updated extensions through running updated data/update-extensions.shRuben Rodriguez
2018-09-13Buildscripts updated for v60Ruben Rodriguez
2018-09-13Changes to settings.js for v60Ruben Rodriguez
2018-09-13DDG search plugin now uses POST instead of GETRuben Rodriguez
2018-09-13Empty bookmarks to prevent unwanted self-connectionsRuben Rodriguez
2018-09-13New about:home by customizing onboarding featureRuben Rodriguez
2018-09-13Updated branding files for v60Ruben Rodriguez
2018-09-13Updated extensions list for v60Ruben Rodriguez
2018-02-25Version bumped to v52.3.0ESR, plus tuned up the buildscriptsRuben Rodriguez
2018-02-25Changes to settings.js:Ruben Rodriguez
- Disable downloading the safebrowsing blacklist - Always ask before restoring the browsing session - Disable shield/heartbeat - Enable WebRTC but don't reveal your internal IP when WebRTC is enabled
2018-02-25Updated extensionsRuben Rodriguez
- HTTPS Everywhere updated to 2018.1.11 - "goteo.org payments with free JS" updated to 1.1 - "LibreJS compatible Pay.gov" updated to 1.3 - "Reveal hidden HTML" updated to 1.6 - Enabled WebRTC, but prevent leaking the LAN ip.
2017-09-01Version bumped to v52.3.0ESRRuben Rodriguez
2017-09-01Revert "Fixed build error from upstream regression", patched upstreamRuben Rodriguez
This reverts commit f137dd0571291255b0d9f76be36fb10dcc41a790.
2017-09-01Added extension collection ↵Ruben Rodriguez
https://addons.mozilla.org/en-US/firefox/collections/NateN1222/librejs-compatibility-add-ons/
2017-09-01Added new config entries to the about:home pageRuben Rodriguez
2017-09-01Mark librejs as not compatible with multiprocessRuben Rodriguez
2017-09-01Fixed OCSP check settings that were impeding captive portal usageRuben Rodriguez
2017-09-01Removed Youtube player extension, as Youtube is no longer browsable without ↵Ruben Rodriguez
javascript
2017-09-01HTTPS Everywhere updated to 5.2.21Ruben Rodriguez