mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-08 01:43:51 +02:00
Fix comment typos
This commit is contained in:
parent
08a5410b88
commit
689fce5a9a
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -500,7 +500,7 @@ user_pref("browser.urlbar.suggest.bookmark", false);
|
||||||
user_pref("browser.urlbar.suggest.openpage", false);
|
user_pref("browser.urlbar.suggest.openpage", false);
|
||||||
/* 0850c: disable location bar dropdown
|
/* 0850c: disable location bar dropdown
|
||||||
* This value controls the total number of entries to appear in the location bar dropdown
|
* This value controls the total number of entries to appear in the location bar dropdown
|
||||||
* [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always
|
* [NOTE] Items (bookmarks/history/openpages) with a high "frequency"/"bonus" will always
|
||||||
* be displayed (no we do not know how these are calculated or what the threshold is),
|
* be displayed (no we do not know how these are calculated or what the threshold is),
|
||||||
* and this does not affect the search by search engine suggestion (see 0808)
|
* and this does not affect the search by search engine suggestion (see 0808)
|
||||||
* [USAGE] This setting is only useful if you want to enable search engine keywords
|
* [USAGE] This setting is only useful if you want to enable search engine keywords
|
||||||
|
@ -1821,7 +1821,7 @@ user_pref("network.websocket.enabled", false);
|
||||||
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1042135#c101
|
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1042135#c101
|
||||||
// user_pref("privacy.donottrackheader.value", 1);
|
// user_pref("privacy.donottrackheader.value", 1);
|
||||||
// 2023: (37+) disable camera autofocus callback
|
// 2023: (37+) disable camera autofocus callback
|
||||||
// The API will be superceded by the WebRTC Capture and Stream API
|
// The API will be superseded by the WebRTC Capture and Stream API
|
||||||
// [1] https://developer.mozilla.org/docs/Archive/B2G_OS/API/CameraControl
|
// [1] https://developer.mozilla.org/docs/Archive/B2G_OS/API/CameraControl
|
||||||
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1107683
|
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1107683
|
||||||
user_pref("camera.control.autofocus_moving_callback.enabled", false);
|
user_pref("camera.control.autofocus_moving_callback.enabled", false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue