#!/usr/bin/env sh

HOME=$HOME/.local/share/mozilla
mkdir -p "$HOME"

exec firefox -P hardened "$@"