Skip to content

Commit 00f7fb3

Browse files
committed
Formatting update after the recent spotless change
1 parent b8a5c16 commit 00f7fb3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/importing/takeout/webflow/ImportGoogleBookmarksWebFlowFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class ImportGoogleBookmarksWebFlowFragment :
302302
}
303303
}
304304

305-
@SuppressLint("RequiresFeature")
305+
@SuppressLint("RequiresFeature", "AddDocumentStartJavaScriptUsage")
306306
private suspend fun configureBookmarkImportJavascript(webView: WebView) {
307307
if (importBookmarkConfig.getConfig().canInjectJavascript) {
308308
val script = googleImporterScriptLoader.getScriptForBookmarkImport()

node_modules/@duckduckgo/content-scope-scripts/build/android/adsjsContentScope.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

privacy-config/privacy-config-api/src/main/java/com/duckduckgo/privacy/config/api/PrivacyFeatureName.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ enum class PrivacyFeatureName(
2929
TrackingParametersFeatureName("trackingParameters"),
3030
}
3131

32-
// const val PRIVACY_REMOTE_CONFIG_URL = "https://staticcdn.duckduckgo.com/trackerblocking/config/v4/android-config.json"
33-
const val PRIVACY_REMOTE_CONFIG_URL = "https://duckduckgo.github.io/privacy-configuration/pr-3757/v4/android-config.json"
32+
const val PRIVACY_REMOTE_CONFIG_URL = "https://staticcdn.duckduckgo.com/trackerblocking/config/v4/android-config.json"

0 commit comments

Comments
 (0)