Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DuckDuckGo safety search rule #603

Closed
furunos opened this issue Feb 27, 2019 · 3 comments
Closed

Add DuckDuckGo safety search rule #603

furunos opened this issue Feb 27, 2019 · 3 comments
Labels
duplicate Duplicate or merged issues.

Comments

@furunos
Copy link

furunos commented Feb 27, 2019

I'm glad that the safety search has worked again at v0.93.
I hope to add a safe search for DuckDuckGo.

--- AdGuardHome/dnsfilter/safesearch_orig.go
+++ AdGuardHome/dnsfilter/safesearch.go
@@ -14,6 +14,9 @@
 
 	"www.bing.com": "strict.bing.com",
 
+	"duckduckgo.com":     "safe.duckduckgo.com",
+	"www.duckduckgo.com": "safe.duckduckgo.com",
+
 	"www.google.com":    "forcesafesearch.google.com",
 	"www.google.ad":     "forcesafesearch.google.com",
 	"www.google.ae":     "forcesafesearch.google.com",
@ameshkov
Copy link
Member

Hm, have they finally added this option on a DNS level?

It's unclear from this thread if it was implemented or not:
https://www.reddit.com/r/duckduckgo/comments/8qwzyl/feature_request_allow_network_operators_for_force/

@ameshkov ameshkov added the duplicate Duplicate or merged issues. label Feb 27, 2019
@ameshkov
Copy link
Member

Marking as duplicate of #268

@furunos
Copy link
Author

furunos commented Feb 27, 2019

Thanks. I understood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate or merged issues.
Projects
None yet
Development

No branches or pull requests

2 participants