Skip to content

Commit

Permalink
fix(configWhitelist): Remove hiddenDomain and restrict dropbox option…
Browse files Browse the repository at this point in the history
…s to key only. (#15381)
  • Loading branch information
hristoterezov authored Dec 11, 2024
1 parent 5c65446 commit 45f6550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions react/features/base/config/configType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ export interface IConfig {
guestDialOutStatusUrl?: string;
guestDialOutUrl?: string;
helpCentreURL?: string;
hiddenDomain?: string;
hiddenPremeetingButtons?: Array<'microphone' | 'camera' | 'select-background' | 'invite' | 'settings'>;
hideAddRoomButton?: boolean;
hideConferenceSubject?: boolean;
Expand Down
3 changes: 1 addition & 2 deletions react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default [
'displayJids',
'doNotStoreRoom',
'doNotFlipLocalVideo',
'dropbox',
'dropbox.appKey',
'e2eeLabels',
'e2ee',
'e2eping',
Expand Down Expand Up @@ -169,7 +169,6 @@ export default [
'hideRecordingLabel',
'hideParticipantsStats',
'hideConferenceTimer',
'hiddenDomain',
'hideAddRoomButton',
'hideEmailInSettings',
'hideLobbyButton',
Expand Down

0 comments on commit 45f6550

Please sign in to comment.