Skip to content

Commit

Permalink
Brad/fingerprinting (#663)
Browse files Browse the repository at this point in the history
* Update BSK branch

* Update embedded config

* Update embedded config

* Fix config hash

* Pin BSK version

* Update embedded privacy config

* Fix config URL

* Fix URL again
  • Loading branch information
SlayterDev authored and tomasstrba committed Aug 1, 2022
1 parent 1e96bc0 commit dbb9db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Configuration/ConfigurationDownloading.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum ConfigurationLocation: String, CaseIterable {
case bloomFilterExcludedDomains = "https://staticcdn.duckduckgo.com/https/https-mobile-v2-false-positives.json"
case surrogates = "https://duckduckgo.com/contentblocking.js?l=surrogates"
case trackerRadar = "https://staticcdn.duckduckgo.com/trackerblocking/v2.1/apple-tds.json"
case privacyConfiguration = "http://127.0.0.1:8080/generated/v2/macos-config.json"
case privacyConfiguration = "https://staticcdn.duckduckgo.com/trackerblocking/config/v2/macos-config.json"
// In archived repo, to be refactored shortly (https://staticcdn.duckduckgo.com/useragents/social_ctp_configuration.json)
case FBConfig = "https://staticcdn.duckduckgo.com/useragents/"

Expand Down

0 comments on commit dbb9db2

Please sign in to comment.