Skip to content

Commit

Permalink
Whitelist logs URL developer option
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Sep 18, 2024
1 parent a2be44b commit c1a49e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/org/commcare/preferences/DeveloperPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public class DeveloperPreferences extends CommCarePreferenceFragment {
WHITELISTED_DEVELOPER_PREF_KEYS.add(AUTO_PURGE_ENABLED);
WHITELISTED_DEVELOPER_PREF_KEYS.add(ALTERNATE_QUESTION_LAYOUT_ENABLED);
WHITELISTED_DEVELOPER_PREF_KEYS.add(ENABLE_CERTIFICATE_TRANSPARENCY);
WHITELISTED_DEVELOPER_PREF_KEYS.add(PREFS_LOG_POST_URL_KEY);
}

/**
Expand Down

0 comments on commit c1a49e8

Please sign in to comment.