Skip to content

Commit

Permalink
update config clickToPlay -> clickToLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamski committed Apr 11, 2024
1 parent f0a4378 commit de24639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extension FBProtectionTabExtension {
// Enable/disable FBProtection only after UserScripts are installed (awaitContentBlockingAssetsInstalled)
let privacyConfiguration = privacyConfigurationManager.privacyConfig

let featureEnabled = privacyConfiguration.isFeature(.clickToPlay, enabledForDomain: url.host)
let featureEnabled = privacyConfiguration.isFeature(.clickToLoad, enabledForDomain: url.host)

Check failure on line 61 in DuckDuckGo/Tab/TabExtensions/FBProtectionTabExtension.swift

View workflow job for this annotation

GitHub Actions / Test (Non-Sandbox)

type 'PrivacyFeature' has no member 'clickToLoad'

Check failure on line 61 in DuckDuckGo/Tab/TabExtensions/FBProtectionTabExtension.swift

View workflow job for this annotation

GitHub Actions / Make Release Build (DuckDuckGo Privacy Pro)

type 'PrivacyFeature' has no member 'clickToLoad'

Check failure on line 61 in DuckDuckGo/Tab/TabExtensions/FBProtectionTabExtension.swift

View workflow job for this annotation

GitHub Actions / Make Release Build (DuckDuckGo Privacy Browser)

type 'PrivacyFeature' has no member 'clickToLoad'
setFBProtection(enable: featureEnabled)
}

Expand Down

0 comments on commit de24639

Please sign in to comment.