Updated on 2026-08-14
This commit is contained in:
parent
48180a9b38
commit
76164ac486
12 changed files with 249 additions and 50 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package com.tangem.utils.extensions
|
||||
|
||||
private const val DEEPLINK_VALIDATION_REGEX = "['\";<>()+\\\\]"
|
||||
private const val DEEPLINK_VALIDATION_REGEX = "[\";<>()+\\\\]"
|
||||
|
||||
/**
|
||||
* Check for malicious symbol in uri part
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue