Skip to content

Commit

Permalink
Force-enable filterlist for ship review
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Nov 12, 2024
1 parent d59adbe commit f546b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Autoconsent/AutoconsentUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ extension AutoconsentUserScript {
"enableCosmeticRules": true,
"detectRetries": 20,
"isMainWorld": false,
"enableFilterList": enableFilterList
"enableFilterList": true
] as [String: Any?]
] as [String: Any?], nil)
}
Expand Down

0 comments on commit f546b76

Please sign in to comment.