You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/exegol-image/my-resources.rst
+44-2Lines changed: 44 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,51 @@ To automatically:
94
94
To be considered for replacing or merging, the customqueries files must be **valid** and bear the ``.json`` extension. The file names do not matter.
95
95
The output will be saved into the single file ``~/.config/bloodhound/customqueries.json``.
96
96
97
-
98
-
:code:`firefox` (addons, CA)
97
+
:code:`firefox` (policy)
99
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
+
.. seealso::
100
+
Available from version ``3.1.6`` of any exegol image.
101
+
102
+
A system exists to easily personalise firefox in any new exegol container.
103
+
104
+
The file ``/opt/my-resources/setup/firefox/policy.json.template`` can be modified to apply a Firefox policy (https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson), all available directives can be found here: https://mozilla.github.io/policy-templates/.
105
+
106
+
Once the modifications are done, the template file can be renamed to ``/opt/my-resources/setup/firefox/policy.json`` and the policy will be applied.
107
+
108
+
In order to install a specific addon, you can go to the Firefox addon webpage, and search for the addon GUID in the page HTML source code by searching for the JSON field ``"guid":``, for example for the Dark Reader addon, the GUID is ``addon@darkreader.org``, you can then add the extension in the JSON file:
0 commit comments