Target Platform : iOS & Android
Dev Platform : Unity3D
Base URL Prefix is : https://mani.games/view/
My intention is to create a Dynamic Link with path length Unguessable.
Every time I create, I get a warning
There is no configuration to prevent phishing on this domain https://mani.games/view. Setup URL patterns to whitelist in the Firebase Dynamic Links console. [https://support.google.com/firebase/answer/9021429]
When I create, I get a dynamic link like https://mani.games/view/kHKjJgduPdgViW9G9
My fallback URL will be added when the app is published.
What should the
regex be? My experience with regex & whitelisting is quite minimal.
Could someone guide/help me?
Thank you.
^https://mani\.games/view/.*$