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…
Reference in New Issue