From 7ce216b8471fafae50070b7ce4391a978b47bf5a Mon Sep 17 00:00:00 2001 From: Tom Strba <57389842+tomasstrba@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:29:02 +0200 Subject: [PATCH] Origin added to internal links (#3310) Task/Issue URL: https://app.asana.com/0/1148564399326804/1208314251851763/f **Description**: Adding [origin attribution](https://app.asana.com/0/1206716555947156/1206716715679835) to all the links to the landing pages in our apps. --- DuckDuckGo/Preferences/Model/PreferencesSection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/Preferences/Model/PreferencesSection.swift b/DuckDuckGo/Preferences/Model/PreferencesSection.swift index ec6d550f5f..5a770ad7db 100644 --- a/DuckDuckGo/Preferences/Model/PreferencesSection.swift +++ b/DuckDuckGo/Preferences/Model/PreferencesSection.swift @@ -119,7 +119,7 @@ enum PreferencePaneIdentifier: String, Equatable, Hashable, Identifiable, CaseIt case autofill case accessibility case duckPlayer = "duckplayer" - case otherPlatforms = "https://duckduckgo.com/app" + case otherPlatforms = "https://duckduckgo.com/app?origin=funnel_app_macos" case about var id: Self {