mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix identity pinning link. (#3395)
This commit is contained in:
parent
2c1ae9a93d
commit
71d6fcda26
@ -126,7 +126,7 @@ final class AppSettings {
|
|||||||
/// A URL where users can go read more about the chat backup.
|
/// A URL where users can go read more about the chat backup.
|
||||||
let chatBackupDetailsURL: URL = "https://element.io/help#encryption5"
|
let chatBackupDetailsURL: URL = "https://element.io/help#encryption5"
|
||||||
/// A URL where users can go read more about identity pinning violations
|
/// A URL where users can go read more about identity pinning violations
|
||||||
let identityPinningViolationDetailsURL: URL = "https://element.io/help#18"
|
let identityPinningViolationDetailsURL: URL = "https://element.io/help#encryption18"
|
||||||
/// Any domains that Element web may be hosted on - used for handling links.
|
/// Any domains that Element web may be hosted on - used for handling links.
|
||||||
let elementWebHosts = ["app.element.io", "staging.element.io", "develop.element.io"]
|
let elementWebHosts = ["app.element.io", "staging.element.io", "develop.element.io"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user