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

Commit d12e70a1 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Add VISIT_RISKY_URIS flag.

Bug: 301242692
Test: builds
Change-Id: Ic594190735e7de932dbfc3987f366da519ad2d5e
parent 71a57780
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. == ////