Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a79bd02a authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Add VISIT_RISKY_URIS flag." into main

parents 576099b9 d12e70a1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -80,6 +80,10 @@ public class SystemUiSystemPropertiesFlags {

        public static final Flag PROPAGATE_CHANNEL_UPDATES_TO_CONVERSATIONS = releasedFlag(
                "persist.sysui.notification.propagate_channel_updates_to_conversations");

        /** b/301242692: Visit extra URIs used in notifications to prevent security issues. */
        public static final Flag VISIT_RISKY_URIS = devFlag(
                "persist.sysui.notification.visit_risky_uris");
    }

    //// == End of flags.  Everything below this line is the implementation. == ////