firefox: fix path to mailto handler list
This commit is contained in:
parent
11bfc3d693
commit
cc940623a0
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ sed -i '/browser.theme.colorway-closet/s|true|false|' browser/app/profile/firefo
|
|||
##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
|
||||
sed -i '/kHandlerList = {/,/^ };/{/^ /d}' uriloader/exthandler/HandlerList.sys.mjs
|
||||
|
||||
# Remove .gitignore call as those files get cleaned out on dpkg tarball by default.
|
||||
remove_gitignore_from_json(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue