mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
Only interpret extension universal links if flag is enabled
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
1b2eb5826a
commit
792c70813f
@ -78,7 +78,7 @@
|
||||
(match-url url browse-regex)
|
||||
(handle-browse url cofx)
|
||||
|
||||
(match-url url extension-regex)
|
||||
(and config/extensions-enabled? (match-url url extension-regex))
|
||||
(handle-extension url cofx)
|
||||
|
||||
:else (handle-not-found url)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user