
{"id":32794,"date":"2020-10-01T15:11:30","date_gmt":"2020-10-01T15:11:30","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=32794"},"modified":"2020-10-01T15:11:30","modified_gmt":"2020-10-01T15:11:30","slug":"pale-moon-web-browser-28-14-released-ubuntu-ppa","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2020\/10\/pale-moon-web-browser-28-14-released-ubuntu-ppa\/","title":{"rendered":"Pale Moon Web Browser 28.14 Released [Ubuntu PPA]"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10508\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-icon.png\" alt=\"\" width=\"245\" height=\"250\" \/><\/p>\n<p>Pale Moon, an open-source Goanna-based web browser, released version 28.14.0 (and 28.14.1 with quick fix) with stability and security improvements.<\/p>\n<p><a href=\"https:\/\/www.palemoon.org\/releasenotes.shtml\" target=\"_blank\">Pale Moon 28.14.0<\/a> release highlights:<\/p>\n<ul>\n<li>Updated the browser identity code for website security to more clearly indicate website status.<\/li>\n<li>Updated unofficial branding to be more generic and more clearly separate unofficial builds from Pale Moon as a product.<\/li>\n<li>Added a preference (<code>signon.startup.prompt<\/code>) to give users the option to ask for the Master Password the moment the application starts.<\/li>\n<li>Changed the way download sources are displayed to always use the actual domain downloads are from.<\/li>\n<li>Implemented the CSS\u00a0<code>flow-root<\/code>\u00a0keyword.<\/li>\n<li>(Re-)implemented percentage-based CSS\u00a0<code>opacity<\/code>\u00a0values according to the updated spec.<\/li>\n<li>Implemented the last few missing bits for a standards-compliant implementation of JavaScript modules.(preloading, resource: scheme, etc.)<\/li>\n<li>Implemented the\u00a0<code>ResizeObserver<\/code>\u00a0DOM API.<\/li>\n<li>Updated script handling inside SVGs to only run scripts if they are enabled and permitted, avoiding a potential XSS pitfall.<\/li>\n<li>Updated the\u00a0<code>MediaQueryList<\/code>\u00a0interface to the updated spec.<\/li>\n<li>Removed support for the archaic and non-standard\u00a0<code>&lt;marquee&gt;<\/code>\u00a0element.<\/li>\n<li>Removed some leftovers and cleaned up the Windows widget code.<\/li>\n<li>Security issues fixed: CVE-2020-15676 and CVE-2020-15677<\/li>\n<li>Unified XUL Platform Mozilla Security Patch Summary: 2 fixed, 1 defense-in-depth, 7 not applicable.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/07\/PaleMoonBrowser.jpg\" alt=\"Pale Moon Browser in Ubuntu\" width=\"580\" height=\"368\" class=\"aligncenter size-full wp-image-3620\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/07\/PaleMoonBrowser.jpg 580w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/07\/PaleMoonBrowser-300x190.jpg 300w\" sizes=\"auto, (max-width: 580px) 100vw, 580px\" \/><\/p>\n<h4>How to Install Pale Moon via apt repository:<\/h4>\n<p>The <a href=\"https:\/\/software.opensuse.org\/download.html?project=home:stevenpusser&#038;package=palemoon\" rel=\"noopener\" target=\"_blank\"> opensuse repository<\/a> offers the new release packages for Debian, Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 16.04.<\/p>\n<p><b>1.)<\/b> Open <u>terminal<\/u> from your system application launcher. When it opens, run command to add the repository for <b>Ubuntu 20.04<\/b>:<\/p>\n<pre style=\"border:none;\">echo 'deb http:\/\/download.opensuse.org\/repositories\/home:\/stevenpusser\/xUbuntu_20.04\/ \/' | sudo tee \/etc\/apt\/sources.list.d\/home:stevenpusser.list<\/pre>\n<p>Depends on your Ubuntu edition, replace <code>xUbuntu_20.04<\/code> to <code>xUbuntu_18.04<\/code> or <code>xUbuntu_16.04<\/code>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-repo.png\" alt=\"\" width=\"520\" height=\"84\" class=\"aligncenter size-full wp-image-10504\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-repo.png 520w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-repo-450x73.png 450w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<p><b>2.)<\/b> Download and install the repository key by running command:<\/p>\n<pre style=\"border:none;\">wget -O - https:\/\/download.opensuse.org\/repositories\/home:stevenpusser\/xUbuntu_20.04\/Release.key | sudo apt-key add -<\/pre>\n<p>Also replace <code>xUbuntu_20.04<\/code> in the commands depends on your Ubuntu edition.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-key.png\" alt=\"\" width=\"520\" height=\"99\" class=\"aligncenter size-full wp-image-10505\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-key.png 520w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/palemoon-key-450x86.png 450w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<p><b>3.)<\/b> Finally refresh system package cache and install the web browser by running 2 commands:<\/p>\n<pre style=\"border:none;\">sudo apt update\r\n\r\nsudo apt install palemoon<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-palemoon.png\" alt=\"\" width=\"520\" height=\"156\" class=\"aligncenter size-full wp-image-10506\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-palemoon.png 520w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/apt-palemoon-450x135.png 450w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<h4>Uninstall:<\/h4>\n<p>To remove the apt repository, launch <b>Software &#038; Updates<\/b> and navigate to <b>Other Software<\/b> tab:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/remove-palemoon-repo.png\" alt=\"\" width=\"500\" height=\"233\" class=\"aligncenter size-full wp-image-10507\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/remove-palemoon-repo.png 500w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/07\/remove-palemoon-repo-450x210.png 450w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/p>\n<p>To remove the web browser, open terminal and run command:<\/p>\n<pre style=\"border:none;\">sudo apt remove palemoon<\/pre>","protected":false},"excerpt":{"rendered":"<p>Pale Moon, an open-source Goanna-based web browser, released version 28.14.0 (and 28.14.1 with quick fix) with stability and security improvements. Pale Moon 28.14.0 release highlights: Updated the browser identity code for website security to more clearly indicate website status. Updated unofficial branding to be more generic and more clearly separate unofficial builds from Pale Moon [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1117],"class_list":["post-32794","post","type-post","status-publish","format-standard","hentry","category-news","tag-pale-moon-web-browser"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/32794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=32794"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/32794\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=32794"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=32794"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=32794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}