Skip to content

Commit

Permalink
Update options.ts (#1513)
Browse files Browse the repository at this point in the history
do not enable `disableThirdPartyRequests` until the Brave Browser for iOS is updated for a later SDK
  • Loading branch information
mrose17 authored Oct 4, 2024
1 parent 538b22f commit c7f829c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jitsi/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export const jitsiOptions = (
disableBeforeUnloadHandlers: true,
disableInviteFunctions: false,
// turn off all third-party requests, e.g., for avatars
disableThirdPartyRequests: true,
// not yet (waiting on iOS update)
// disableThirdPartyRequests: true,
disableTileEnlargement: true,
doNotStoreRoom: true,
dropbox: {
Expand Down

0 comments on commit c7f829c

Please sign in to comment.