refactor: firefox: move security.ssl.require_safe_negotiation docs to user.js
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# common settings to toggle (at runtime, in about:config):
|
|
||||||
# > security.ssl.require_safe_negotiation
|
|
||||||
|
|
||||||
{ config, lib, pkgs, ...}:
|
{ config, lib, pkgs, ...}:
|
||||||
let
|
let
|
||||||
cfg = config.sane.programs.firefox.config;
|
cfg = config.sane.programs.firefox.config;
|
||||||
|
@@ -15,6 +15,9 @@
|
|||||||
// - number
|
// - number
|
||||||
// anything else (e.g. arrays, objects) MUST be represented as strings (use backticks for multiline/raw strings)
|
// anything else (e.g. arrays, objects) MUST be represented as strings (use backticks for multiline/raw strings)
|
||||||
|
|
||||||
|
// COMMON SETTINGS TO TOGGLE (at runtime, in about:config)
|
||||||
|
// defaultPref("security.ssl.require_safe_negotiation", false);
|
||||||
|
|
||||||
///// RESET UNWANTED ARKENFOX CHANGES
|
///// RESET UNWANTED ARKENFOX CHANGES
|
||||||
// browser.sessionstore.privacy_level: 0, 1, 2
|
// browser.sessionstore.privacy_level: 0, 1, 2
|
||||||
// 0: persist partially-filled forms to disk, across browser restarts
|
// 0: persist partially-filled forms to disk, across browser restarts
|
||||||
|
Reference in New Issue
Block a user