You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobile applications have adopted a convention from facebook to register a mobile redirect url that is registered to the phone. this typically takes the format:
fb00000000://........
How do I enable these custom RedirectURIs to pass the URIValidation?
For example in addition to ["http", "https], I want to match against the regular expression regex = r"\b[a-zA-Z]{2}[0-0]{8}\b"
Is there a configuration for achieving something like this?
Mobile applications have adopted a convention from facebook to register a mobile redirect url that is registered to the phone. this typically takes the format:
fb00000000://........
How do I enable these custom RedirectURIs to pass the URIValidation?
For example in addition to
["http", "https]
, I want to match against the regular expressionregex = r"\b[a-zA-Z]{2}[0-0]{8}\b"
Is there a configuration for achieving something like this?
/cc @aviars
The text was updated successfully, but these errors were encountered: