- client: fix wrong statuses for Safebrowsing, Parental control, Safe search

This commit is contained in:
Ildar Kamalov
2020-02-13 11:57:49 +03:00
parent c5ca2a779c
commit 61d8ec8dae
4 changed files with 62 additions and 26 deletions

View File

@@ -241,6 +241,9 @@ export const FILTERED_STATUS = {
NOT_FILTERED_NOT_FOUND: 'NotFilteredNotFound',
FILTERED_BLOCKED_SERVICE: 'FilteredBlockedService',
REWRITE: 'Rewrite',
FILTERED_SAFE_SEARCH: 'FilteredSafeSearch',
FILTERED_SAFE_BROWSING: 'FilteredSafeBrowsing',
FILTERED_PARENTAL: 'FilteredParental',
};
export const FILTERED = 'Filtered';