Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #868: Remove Alexa search suggestions for url autofill.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Sep 24, 2019
1 parent 3960a25 commit b2b3c07
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 475 deletions.
4 changes: 0 additions & 4 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@
D34DC8531A16C40C00D49B7B /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34DC84D1A16C40C00D49B7B /* Profile.swift */; };
D34E33031BA793C2006135F0 /* loginForm.html in Resources */ = {isa = PBXBuildFile; fileRef = D34E33021BA793C2006135F0 /* loginForm.html */; };
D36998891AD70A0A00650C6C /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36998881AD70A0A00650C6C /* IOKit.framework */; };
D37524871C6E8B5A00A5F6C2 /* topdomains.txt in Resources */ = {isa = PBXBuildFile; fileRef = D37524861C6E8B5A00A5F6C2 /* topdomains.txt */; };
D375A9201AE71675001B30D5 /* ViewMemoryLeakTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D375A91F1AE71675001B30D5 /* ViewMemoryLeakTests.swift */; };
D37DE2831CA2047500A5EC69 /* CertStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D37DE2821CA2047500A5EC69 /* CertStore.swift */; };
D37DE2C71CA356D800A5EC69 /* CertTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D37DE2C61CA356D800A5EC69 /* CertTests.swift */; };
Expand Down Expand Up @@ -2025,7 +2024,6 @@
D34E33021BA793C2006135F0 /* loginForm.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = loginForm.html; sourceTree = "<group>"; };
D35210E01CB2F16600FC5DCB /* Strings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Strings.swift; path = ../Client/Frontend/Strings.swift; sourceTree = "<group>"; };
D36998881AD70A0A00650C6C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IOKit.framework; sourceTree = DEVELOPER_DIR; };
D37524861C6E8B5A00A5F6C2 /* topdomains.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = topdomains.txt; sourceTree = "<group>"; };
D375A91F1AE71675001B30D5 /* ViewMemoryLeakTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewMemoryLeakTests.swift; sourceTree = "<group>"; };
D37DE2821CA2047500A5EC69 /* CertStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CertStore.swift; sourceTree = "<group>"; };
D37DE2C61CA356D800A5EC69 /* CertTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CertTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4260,7 +4258,6 @@
D38A1EDF1CB458EC0080C842 /* CertError.html */,
0BA1E00D1B03FB0B007675AF /* NetError.html */,
39A35AEC1C0662A3006B9E87 /* SpotlightHelper.js */,
D37524861C6E8B5A00A5F6C2 /* topdomains.txt */,
F84B21EF1A0910F600AAB793 /* Images.xcassets */,
E699220D1B94E3EF007C480D /* About */,
F84B22391A0914A300AAB793 /* Fonts */,
Expand Down Expand Up @@ -5153,7 +5150,6 @@
D0FCF8061FE4772D004A7995 /* AllFramesAtDocumentEnd.js in Resources */,
27658273217130D900754B2F /* DigiCertHighAssurance.cer in Resources */,
E4B7B7611A793CF20022C5E0 /* CharisSILB.ttf in Resources */,
D37524871C6E8B5A00A5F6C2 /* topdomains.txt in Resources */,
4422D56E21BFFB7F00BF1855 /* make_perl_groups.pl in Resources */,
E4B7B7621A793CF20022C5E0 /* CharisSILBI.ttf in Resources */,
27658271217130D900754B2F /* GlobalSign_r1.cer in Resources */,
Expand Down
Loading

0 comments on commit b2b3c07

Please # to comment.