-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Firefox customization issue and added support for addons in my-resources #120
Conversation
Added "firefox --version" test command
Added steps to create the firefox/addons directories if missing
test failure is unrelated to the PR and is due to runner's network instability |
@ShutdownRepo good for merge ? |
@Skileau can you confirm custom cert trusting will be handled in another PR? |
Yes, you can merge, I will create a new PR with cert trusting support in the future. |
Firefox customization now works as announced in PR #107. 🦊
Also, the user is now able to add his favourites addons to each new container with my-resources by two ways.
With a list
It is possible to create a list in ~/.exegol/my-resources/setup/firefox/addons.txt with the links in Mozilla's addon shop :
With xpi files
It is also possible to directly add .xpi files in the folder ~/.exegol/my-resources/setup/firefox/addons :
Note : both way can be used simultaneously by just creating the addons.txt and the addons folder.