Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
a7c4d9f7
Commit
a7c4d9f7
authored
2 years ago
by
Luis Guzmán
Committed by
Luis Guzmán
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
firefox: remove mailto handler list
parent
08fabfe1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-firefox
+5
-3
5 additions, 3 deletions
helpers/make-firefox
with
5 additions
and
3 deletions
helpers/make-firefox
+
5
−
3
View file @
a7c4d9f7
...
...
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
9
5
VERSION
=
9
6
.
./config
...
...
@@ -64,6 +64,8 @@ sed -i '/browser.uitour.enabled/s|true|false|' browser/app/profile/firefox.js
sed
-i
'/browser.theme.colorway-closet/s|true|false|'
browser/app/profile/firefox.js
##disable newtab intro - check adjustment for versions greater than 106
grep
-rl
browser.newtabpage.introShown |xargs
sed
-i
'/browser.newtabpage.introShown/s|true|false|'
||
true
##Remove mailto handlers. 110
sed
-i
'/kHandlerList = {/,/^ };/{/^ /d}'
uriloader/exthandler/HandlerList.sys.mjs
# Replace ubufox recommendation
sed
's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/'
-i
debian/control.in
...
...
@@ -364,7 +366,7 @@ sed '/Provides/s/abrowser-locale/firefox-locale/' -i debian/control.langpacks
cat
$DATA
/settings.js
>>
debian/vendor-firefox.js
# set contentblocking to strict by default
patch
-p1
<
$DATA
/default-strict.patch
patch
--no-backup-if-mismatch
-p1
<
$DATA
/default-strict.patch
#sed '/this._trackSlowStartup/s/$/\n\n if (! Services.prefs.prefHasUserValue("browser.contentblocking.category")) { Services.prefs.setStringPref("browser.contentblocking.category", "strict"); this._updateCBCategory; }/' -i ./browser/components/BrowserGlue.jsm
#################
...
...
@@ -399,7 +401,7 @@ cp -a $DATA/android/res/main/* mobile/android/geckoview/src/main/res
#Fixes by patch on source.
##Firefox v100, based on parabola 9004-FSDG-misc.patch
patch
-p1
<
$DATA
/patch_changes/Remove_moreFromMozilla_Focus_and_Klar.patch
patch
--no-backup-if-mismatch
-p1
<
$DATA
/patch_changes/Remove_moreFromMozilla_Focus_and_Klar.patch
# Postinst script to manage profile migration and system links
echo
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment