support brave version 1.65.133
This commit is contained in:
@@ -77,6 +77,8 @@ const BRAVE_SKIP_PRIVACY_PAGE = "Partagez des informations"
|
||||
const BRAVE_SKIP_PRIVACY_PAGE_3 = "Partagez de informations"
|
||||
const BRAVE_SKIP_PRIVACY_PAGE_2 = "Partagez des renseignements"
|
||||
|
||||
const PUSH_NOTIFICATION_1 = "Brave à vous envoyer des notifications "
|
||||
|
||||
class OCRChecker {
|
||||
|
||||
constructor(device, contact) {
|
||||
@@ -101,6 +103,9 @@ class OCRChecker {
|
||||
} else if (result.includes(BRAVE_NOTIFICATION)) {
|
||||
await this.deleteFile(fileName)
|
||||
return OCRResult.BRAVE_NOTIFICATION
|
||||
} else if (result.includes(PUSH_NOTIFICATION_1)) {
|
||||
await this.deleteFile(fileName)
|
||||
return OCRResult.BRAVE_PUSH_NOTIFICATION
|
||||
} else if (result.includes(CHOOSE_POSITION_GOOGLE_FR)) {
|
||||
await this.deleteFile(fileName)
|
||||
return OCRResult.CHOOSE_POSITION
|
||||
|
||||
Reference in New Issue
Block a user