Skip to content

Commit

Permalink
Autoconsent: Update iOS browser to Autoconsent 6.0.0 (duckduckgo#1983)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414709148257752/1205435539607486/f

Description:
Update Autoconsent script to 6.0.0
  • Loading branch information
miasma13 authored Sep 7, 2023
1 parent f2962f8 commit 2a4d82b
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 152 deletions.
3 changes: 2 additions & 1 deletion DuckDuckGo/Autoconsent/AutoconsentUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ extension AutoconsentUserScript {
// the very first time (autoconsentEnabled = nil), make sure the popup is visible
"enablePrehide": preferences.autoconsentPromptSeen,
"enableCosmeticRules": true,
"detectRetries": 20
"detectRetries": 20,
"isMainWorld": false
] as [String: Any?]
] as [String: Any?], nil)
}
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Autoconsent/autoconsent-bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2a4d82b

Please sign in to comment.