Has Gradle download and install the browser rather than bundle it.

This is more flexible, and I couldn't exactly upload the Firefox installation to Git before.
This commit is contained in:
Markil3
2021-08-30 17:15:36 -06:00
parent b35e2eefd8
commit 5e4ae23978
13 changed files with 536 additions and 226 deletions

View File

@@ -0,0 +1,37 @@
{
"policies": {
"DisableAppUpdate": true,
"DisableFeedbackCommands": true,
"DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableTelemetry": true,
"OverrideFirstRunPage": "about:home",
"OverridePostUpdatePage": "about:home",
"EnableTrackingProtection": {
"Value": true,
"Locked": false,
"Cryptomining": true,
"Fingerprinting": true
},
"DontCheckDefaultBrowser": true,
"Permissions": {
"Camera": {
"BlockNewRequests": true
},
"Microphone": {
"BlockNewRequests": true
},
"Location": {
"BlockNewRequests": true
},
"Notifications": {
"BlockNewRequests": true
},
"Autoplay": {
"Default": "allow-audio-video",
"Locked": true
}
}
}
}

View File

@@ -0,0 +1 @@
user_pref("xpinstall.signatures.required", false);