From b044585b88c492b5e14d1d3f0699fe9c322ac5f5 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Fri, 10 Apr 2020 18:22:10 +0000 Subject: Remove mozilla plugin certificates, fixes #112 Via `sed` instead of a patch, in the hope that it might be less of a maintenance burden compared to patch witch changes in the file to patch with subsequent upstream releases. Should only be merged once it's ensured there are no unforseen side effects when built with the Plugin Certificates removed. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee1f9f..4a3873f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project follows the official Firefox releases, but also uses [Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions. +## [75.0-2] - Unreleased + +### Added + +- DoH disabled by default +- Remove Internal Plugin Certificates from Mozilla + +### Fixed + +- Some default addons from Mozilla are now removed (#59) + ## [75.0-1] - 2020-04-08 ### Added -- cgit