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 safesearch support for search.brave.com #751

Open
3 tasks done
omarmohamedkh opened this issue Mar 27, 2024 · 2 comments
Open
3 tasks done

Add safesearch support for search.brave.com #751

omarmohamedkh opened this issue Mar 27, 2024 · 2 comments

Comments

@omarmohamedkh
Copy link

Prerequisites

  • I have checked the Wiki and Discussions and found no answer

  • I have searched other issues and found no duplicates

  • I want to request a feature or enhancement and not ask a question

The problem

Enforce safesearch for the brave search engine.

Proposed solution

Add CNAME record for search.brave.com to safe.search.brave.com.

Alternatives considered and additional information

No response

@Chinaski1 Chinaski1 transferred this issue from AdguardTeam/AdGuardHome Mar 27, 2024
@Chinaski1
Copy link
Member

Hello there!

I tried enabling safesearch in the brave browser by applying a rule:|search.brave.com^$dnsrewrite=NOERROR;CNAME;safe.search.brave.com

Perhaps this feature is not supported by the browser itself. Could you please specify if it works for you?

@omarmohamedkh
Copy link
Author

I added the rule ||search.brave.com^$dnsrewrite=NOERROR;CNAME;safe.search.brave.com and indeed it works.
Before:

;; ANSWER SECTION:
search.brave.com.       360     IN      A       65.9.112.23
search.brave.com.       360     IN      A       65.9.112.112
search.brave.com.       360     IN      A       65.9.112.14
search.brave.com.       360     IN      A       65.9.112.117

After:

;; ANSWER SECTION:
search.brave.com.       10      IN      CNAME   safe.search.brave.com.
safe.search.brave.com.  160     IN      A       65.9.112.82
safe.search.brave.com.  160     IN      A       65.9.112.110
safe.search.brave.com.  160     IN      A       65.9.112.7
safe.search.brave.com.  160     IN      A       65.9.112.38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants