Only store remote values for flags in a whitelist.

This commit is contained in:
Greyson Parrelli
2020-02-05 21:53:04 -05:00
parent d9c5907ea9
commit c041614d1f
2 changed files with 4 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ public final class FeatureFlags {
* We will only store remote values for flags in this set. If you want a flag to be controllable
* remotely, place it in here.
*/
private static final Set<String> REMOTE_CAPABLE = Sets.newHashSet(
PINS_FOR_ALL,
PINS_MEGAPHONE_KILL_SWITCH