Exclude news from deep link association

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-04-01 10:51:57 +02:00
parent 025e739a59
commit a0411bf49a

View file

@ -26,7 +26,7 @@
"NOT /iphone",
"NOT /ipad",
"NOT /ipod",
"NOT /news",
"NOT */news/*",
"NOT /matrix",
"*"
]
@ -55,7 +55,7 @@
"NOT /iphone",
"NOT /ipad",
"NOT /ipod",
"NOT /news",
"NOT */news/*",
"NOT /matrix",
"*"
]
@ -84,7 +84,7 @@
"NOT /iphone",
"NOT /ipad",
"NOT /ipod",
"NOT /news",
"NOT */news/*",
"NOT /matrix",
"*"
]