Skip to content

Commit

Permalink
feat: enable password protected guest links WPB-9529 (#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Jul 16, 2024
1 parent a61bb5a commit 7988fb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"default_backend_url_blacklist": "https://clientblacklist.wire.com/staging",
"default_backend_url_website": "https://wire.com",
"default_backend_title": "wire-staging",
"is_password_protected_guest_link_enabled": true,
"encrypt_proteus_storage": true,
"analytics_enabled": true,
"analytics_app_key": "8ffae535f1836ed5f58fd5c8a11c00eca07c5438",
Expand Down Expand Up @@ -134,7 +133,7 @@
"clientblacklist.wire.com"
]
},
"is_password_protected_guest_link_enabled": false,
"is_password_protected_guest_link_enabled": true,
"team_app_lock": false,
"team_app_lock_timeout": 60,
"max_remote_search_result_count": 30,
Expand Down

0 comments on commit 7988fb8

Please sign in to comment.