librewolf/settings
10
29
Fork
You've already forked settings
31

Handle google safebrowsing stuff, ticket #1879 #76

Merged
threadpanic merged 4 commits from safebrowsing into master 2024年09月28日 20:12:11 +02:00
No description provided.
threadpanic changed title from (削除) Removed google safebrowsing stuff, ticket #1879 (削除ここまで) to Handle google safebrowsing stuff, ticket #1879 2024年09月23日 19:15:21 +02:00
First-time contributor
Copy link

I don't understand what is the add, the lines 314 to 320, are the same that 307 to 313 which are already written ?!

I don't understand what is the add, the lines 314 to 320, are the same that 307 to 313 which are already written ?!
librewolf.cfg Outdated
@ -314,1 +318,4 @@
defaultPref("browser.safebrowsing.provider.google4.updateURL", "");
defaultPref("browser.safebrowsing.provider.google.gethashURL", "");
defaultPref("browser.safebrowsing.provider.google.updateURL", "");
/**
First-time contributor
Copy link

You forgot just that line
defaultPref("browser.safebrowsing.allowOverride", false);

And so add this line and maybe others in "about:preferences#librewolf"
Section "Security" and "Enable Google Safe Browsing" and change line 304 of 7 to 8,9.... :

reverting the 7 prefs below

You forgot just that line `defaultPref("browser.safebrowsing.allowOverride", false);` And so add this line and maybe others in "about:preferences#librewolf" Section "Security" and "Enable Google Safe Browsing" and change line 304 of 7 to 8,9.... : > reverting the 7 prefs below
Author
Owner
Copy link

Okay, fixed the duplicate block and added the allowOverride variable.

Okay, fixed the duplicate block and added the allowOverride variable.
maltejur deleted branch safebrowsing 2025年03月21日 17:24:34 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
librewolf/settings!76
Reference in a new issue
librewolf/settings
No description provided.
Delete branch "safebrowsing"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?