Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.74 KB

File metadata and controls

21 lines (14 loc) · 1.74 KB

Firefox Desktop Hardening

Routing xdg-open to specified Firefox Containers and/or Firefox Profiles to enforce PERSEC/OPSEC. Works with any Firefox based browser - I'm using Zen-Twilight.

Requirements:

Setup

  1. Install the Desktop file zen-dispatcher.desktop
  2. Install zen-dispatcher.sh executable and update the path in zen-dispatcher.desktop
  3. Make sure zen-dispatcher.desktop is your default with mimeapps.list

Configuration

Configure the URLs of the switch-case statement in zen-dispatcher.sh to route into a specific container by setting CONTAINER="Gaming" for example. You can also specify any non-default profile by appending additional ARGS such as ARGS+=("-P" "Media" "--name" "zen-twilight-media" "--no-remote").