Implementing this feature would also take care of the open requests #8 and #14.
Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”
Example:
The tag could be {regex=”expression”} with “expression” being the RegEx to apply.
Tab title format: {title} - {protocol}://{hostnameascii} - {regex=([a-zA-Z0-9._-]+%40([a-zA-Z0-9_-]+.)+[a-zA-Z0-9_-]+)}
Result: Sign In - https://example.com/ - test%40example.com
Implementing this feature would also take care of the open requests #8 and #14.
Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”
Example:
The tag could be {regex=”expression”} with “expression” being the RegEx to apply.
Tab title format: {title} - {protocol}://{hostnameascii} - {regex=([a-zA-Z0-9._-]+%40([a-zA-Z0-9_-]+.)+[a-zA-Z0-9_-]+)}
Result: Sign In - https://example.com/ - test%40example.com