mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-22 16:05:56 +02:00
Merge pull request #21046 from timvandermeij/integration-test-ai-killswitch
Replace individual AI/ML disabling preferences with the single killswitch preference in the tests
This commit is contained in:
commit
853d5436c1
@ -928,11 +928,7 @@ async function startBrowser({
|
|||||||
// Disable logging for remote settings.
|
// Disable logging for remote settings.
|
||||||
"services.settings.loglevel": "off",
|
"services.settings.loglevel": "off",
|
||||||
// Disable AI/ML functionality.
|
// Disable AI/ML functionality.
|
||||||
"browser.ml.enable": false,
|
"browser.ai.control.default": "blocked",
|
||||||
"browser.ml.chat.enabled": false,
|
|
||||||
"browser.ml.linkPreview.enabled": false,
|
|
||||||
"browser.tabs.groups.smart.enabled": false,
|
|
||||||
"browser.tabs.groups.smart.userEnabled": false,
|
|
||||||
"privacy.baselineFingerprintingProtection": false,
|
"privacy.baselineFingerprintingProtection": false,
|
||||||
...extraPrefsFirefox,
|
...extraPrefsFirefox,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user