> Hi, > > thank you. > > I downloaded this file with wget. > > But how can I now use it? What do I have to do? > > Is it only for icecat? or can I use it also for chromium? > > Kind regards > > Gottfried It seems the file Arne showed you is a shell script (well, bash script). This script can be used to configure a Firefox-based browser to access a peer-to-peer filesharing network called "Freenet". I believe Arne didn't want you to run this script as-it-is (it's not a Freenet-related thread, after all). He probably wanted you to take inspiration from a part of it that creates and configures an actual Firefox profile and starts the browser with it. Here's the relevant part #+BEGIN_SRC shell-script # if the profile does not exist yet, create it if ! test -d ${PROFILE_DIR}; then mkdir -p ${PROFILE_DIR} # setup freenet as proxy and optimize settings cat > ${PROFILE_DIR}/prefs.js < wrote: > Hi, > > thank you. > > I downloaded this file with wget. > > But how can I now use it? What do I have to do? > > Is it only for icecat? or can I use it also for chromium? > > Kind regards > > Gottfried > > > Am 01.03.23 um 18:04 schrieb Dr. Arne Babenhauserheide: > > > > Gottfried writes: > >> would it be a significant improvement for security if I used > >> Icecat and ungoogled chromium always in a container? > >> (I am using Icecat with the Tor browser) > > > > I’m not sure about security of a container there — it could help if > > there’s an unpatched vulnerability in icecat, but not so much otherwise. > > > > But what can already help a lot is having a separate profile. Here’s an > > example script that creates a locked-down profile on the fly: > > > > https://github.com/hyphanet/browser/blob/main/freenetbrowser.in#L177 > > > > Best wishes, > > Arne >