Project

General

Profile

Actions

Feature #11248

closed

SafeSearch update

Added by Viktor Gurov over 3 years ago. Updated 7 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
squidguard
Target version:
-
Start date:
01/15/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:

Description

Add Ecosia and Onesearch safesearch support

see also https://github.com/serv-inc/safe-search

Actions #2

Updated by Renato Botelho about 3 years ago

  • Status changed from New to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #3

Updated by Azamat Khakimyanov 7 months ago

  • Status changed from Feedback to Resolved

Tested on 23.05_1

Ecosia and Onesearch safesearch are available for SquidGuard 1.16_19

rew safesearch {
    s@(google\..*/search?.*q=.*)@\1\&safe=active@i
    s@(google\..*/images.*q=.*)@\1\&safe=active@i
    s@(google\..*/groups.*q=.*)@\1\&safe=active@i
    s@(google\..*/news.*q=.*)@\1\&safe=active@i
    s@(yandex\..*/yandsearch?.*text=.*)@\1\&fyandex=1@i
    s@(search\.yahoo\..*/search.*p=.*)@\1\&vm=r&v=1@i
    s@(search\.live\..*/.*q=.*)@\1\&adlt=strict@i
    s@(search\.msn\..*/.*q=.*)@\1\&adlt=strict@i
    s@(\.bing\..*/.*q=.*)@\1\&adlt=strict@i
    s@(duckduckgo\..*/?.*q=.*)@\1\&kp=1@i
    s@(rambler\..*/?.*query=.*)@\1\&adult=family@i
    s@(qwant\..*/?.*q=.*)@\1\&s=2@i
    s@(ecosia\..*/search.*q=.*)@\1\&safesearch=2@i
    s@(onesearch\..*/yhs/search.*)@\1\&vm=r@i
}

I marked this Feature Request as resolved

Actions

Also available in: Atom PDF