This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 77efab9c7256dea28feba1cfee0dbc52f4b50f48 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Sep 19 20:21:31 2018 +0200 debian/: add new palemoon.README.Debian file, modified from Debian's Firefox package. --- debian/changelog | 2 ++ debian/palemoon.README.Debian | 60 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7944a14..55cbd6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -120,6 +120,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new palemoon.1 manpage. - Add new palemoon.manpages file, staging the man page into the package. - Add new palemoon.mime file, registering MIME types. + - Add new palemoon.README.Debian file, modified from Debian's Firefox + package. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon.README.Debian b/debian/palemoon.README.Debian new file mode 100644 index 0000000..250518e --- /dev/null +++ b/debian/palemoon.README.Debian @@ -0,0 +1,60 @@ +Palemoon for Debian +==================== + +Please read the file /usr/share/bug/palemoon/presubj for information +you may want to know if you will report a bug. + +Buttons +------- + +Some people have complained that the button order in dialogs is +non-intuitive (ie, they don't like it). To reverse the order, add the +following to your chrome/userChrome.css file, under the +~/.mozilla/firefox directory: + +.dialog-button-box { -moz-box-direction: reverse; -moz-box-pack: right; } +.dialog-button-box spacer { display: none ! important; } + +Emacs keybindings +----------------- + +Versions of Firefox before 1.0 supported Emacs style keybindings in +text entry boxes. Version 1.0 now merely follows the GTK keybindings +settings. To enable Emacs keybindings in GTK, follow the instructions +at http://kb.mozillazine.org/Emacs_Keybindings_(Firefox). + +Well Known Ports +---------------- + +To prevent Palemoon from being used to launch attacks against other +protocols, certain ports cannot be connected to by default. See +http://www.mozilla.org/projects/netlib/PortBanning.html for further +information. To allow the port numbers being used, enter +"about:config" in the URL bar and edit the +"network.security.ports.banned.override" entry to list the ports you +wish to allow (eg "2049,4045,6000"). + +Safe Browsing +------------- + +Phishing and malware protection, also known as Safe Browsing, makes use +of a third party web service and regularly downloads updates. More +information on how this works and what is being sent and downloaded are +available on the following page: +http://www.mozilla.com/en-US/firefox/phishing-protection/ + +NTLM +---- + +Since version 26.0, NTLMv1 authentication has been disabled because +it's known as insecure. Companies and organizations still deploying +the older protocol should upgrade to NTLMv2. +It is however still possible to toggle the preference to continue using +NTLMv1, though the NTLM auth support is considered deprecated, by +switching the network.negotiate-auth.allow-insecure-ntlm-v1 preference +in about:config. + +See https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#S... +for more details. + + -- Mike Hommey <glandium@debian.org>, Mon, 7 Mar 2016 07:42:57 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git