From 52a86beed563f65c3d5881e2b3d56e85bb8dd9ea Mon Sep 17 00:00:00 2001 From: Juan Manuel Pereira Date: Tue, 17 Dec 2024 11:14:14 -0300 Subject: [PATCH] Remove URL extension --- DuckDuckGo/Common/Extensions/URLExtension.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DuckDuckGo/Common/Extensions/URLExtension.swift b/DuckDuckGo/Common/Extensions/URLExtension.swift index 0b8662a95b..f1c403f08a 100644 --- a/DuckDuckGo/Common/Extensions/URLExtension.swift +++ b/DuckDuckGo/Common/Extensions/URLExtension.swift @@ -371,10 +371,6 @@ extension URL { return URL(string: "https://duckduckgo.com/updates")! } - static var survey: URL { - return URL(string: "https://selfserve.decipherinc.com/survey/selfserve/32ab/241004?list=2")! - } - static var webTrackingProtection: URL { return URL(string: "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/")! }