Exclude news from deep link association
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
025e739a59
commit
a0411bf49a
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
"*"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue