+| "Please use a valid URL that's 2,000 characters or less with permitted special characters." | When the admin tries to add a privacy link, but the link has invalid characters. | The user should try again, and follow these guidelines:<ul><li>Check that the URL starts with `http://` or `https://`, and contains a valid domain name with at least one dot (.) (such as `tinyurl.com`) and doesn't contain any illegal characters.</li><li>The permitted special characters in a URL are: a-z, A-Z, 0-9, hyphen (-), underscore (_), period (.), tilde (~), exclamation mark (!), asterisk (*), single quote ('), left parenthesis ((), right parenthesis ()), and forward slash (/).</li><li>The privacy policy should be under 2,000 characters to ensure compatibility with most web browsers.</li></ul>|
0 commit comments