Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable phishing protection for internal users #2483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alessandroboron
Copy link

Asana Task/Github Issue:

Description

Enable Phishing Detection feature flag for internal users [iOS]

Reference

Copy link

Generated file outputs:

Time updated: Fri, 15 Nov 2024 14:41:50 GMT

legacy
trackers-unprotected-temporary.txt (13 more)
  • trackers-unprotected-temporary.txt
  • v3/android-config.json
  • v3/extension-brave-config.json
  • v3/extension-bravemv3-config.json
  • v3/extension-chrome-config.json
  • v3/extension-chromemv3-config.json
  • v3/extension-config.json
  • v3/extension-edg-config.json
  • v3/extension-edge-config.json
  • v3/extension-edgmv3-config.json
  • v3/extension-firefox-config.json
  • v3/extension-safarimv3-config.json
  • v3/macos-config.json
  • v3/windows-config.json

⚠️ File is identical

v3/ios-config.json
--- v3/ios-config.json
+++ v3/ios-config.json
@@ -6208,9 +6208,9 @@
                 }
             ]
         },
         "phishingDetection": {
-            "state": "disabled",
+            "state": "internal",
             "exceptions": [
                 {
                     "domain": "marvel.com",
                     "reason": "https://github.com/duckduckgo/privacy-configuration/issues/1194"
@@ -6230,9 +6230,17 @@
                 {
                     "domain": "instructure.com",
                     "reason": "https://github.com/duckduckgo/privacy-configuration/issues/2212"
                 }
-            ]
+            ],
+            "features": {
+                "allowErrorPage": {
+                    "state": "internal"
+                },
+                "allowPreferencesToggle": {
+                    "state": "internal"
+                }
+            }
         },
         "pluginPointFocusedViewPlugin": {
             "state": "disabled",
             "exceptions": []
latest
v4/android-config.json (12 more)
  • v4/android-config.json
  • v4/extension-brave-config.json
  • v4/extension-bravemv3-config.json
  • v4/extension-chrome-config.json
  • v4/extension-chromemv3-config.json
  • v4/extension-config.json
  • v4/extension-edg-config.json
  • v4/extension-edge-config.json
  • v4/extension-edgmv3-config.json
  • v4/extension-firefox-config.json
  • v4/extension-safarimv3-config.json
  • v4/macos-config.json
  • v4/windows-config.json

⚠️ File is identical

v4/ios-config.json
--- v4/ios-config.json
+++ v4/ios-config.json
@@ -5705,9 +5705,9 @@
                 }
             ]
         },
         "phishingDetection": {
-            "state": "disabled",
+            "state": "internal",
             "exceptions": [
                 {
                     "domain": "marvel.com"
                 },
@@ -5722,9 +5722,17 @@
                 },
                 {
                     "domain": "instructure.com"
                 }
-            ]
+            ],
+            "features": {
+                "allowErrorPage": {
+                    "state": "internal"
+                },
+                "allowPreferencesToggle": {
+                    "state": "internal"
+                }
+            }
         },
         "pluginPointFocusedViewPlugin": {
             "state": "disabled",
             "exceptions": []

Copy link
Member

@quanganhdo quanganhdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM

@alessandroboron
Copy link
Author

Changes LGTM

Thanks for the speedy review @quanganhdo !

@alessandroboron alessandroboron added this pull request to the merge queue Nov 15, 2024
@jonathanKingston jonathanKingston removed this pull request from the merge queue due to a manual request Nov 15, 2024
@jonathanKingston
Copy link
Collaborator

This should have a features/ file describing the feature. (I'll add linting to prevent this happening in future)

Copy link
Collaborator

@jonathanKingston jonathanKingston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you create a features/ file for this change please

@jonathanKingston
Copy link
Collaborator

I created: #2484 to ensure this doesn't happen in future :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants