Add the ability to extract a specific argument from the URL into the title.
Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”
Example:
The tag could be {argvalue=”key”} with “key” being the argument key to search for to return the value. Need to consider arguements prefaced by both “?” and “&”.
Tab title format: {title} - {protocol}://{hostnameascii} - {argvalue=email}
Result: Sign In - https://example.com/ - test%40example.com
Add the ability to extract a specific argument from the URL into the title.
Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”
Example:
The tag could be {argvalue=”key”} with “key” being the argument key to search for to return the value. Need to consider arguements prefaced by both “?” and “&”.
Tab title format: {title} - {protocol}://{hostnameascii} - {argvalue=email}
Result: Sign In - https://example.com/ - test%40example.com