Tails' browser bookmarks not present after TBB migration
After the TBB migration (feature/tor-browser-bundle
) it seems we
cannot rely on having out bookmarks.html
in the profile skeleton in
order to get the browser to import them. TBB packs its own
bookmarks.html
in the (zip archive) feature/tor-browser-bundle
, at
defaults/profile/bookmarks.html
, which will override this file.
To fix this we could (at build time) put our bookmarks.html
in there,
replacing TBB’s. Alternatively we could try to just remove it from the
archive.
Feature Branch: feature/tor-browser-bundle
Parent Task: #7953 (closed)
Original created by @anonym on 7944 (Redmine)