Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ignore emoji shorthand codes in URIs #1847

Merged
merged 4 commits into from
Aug 3, 2022
Merged

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    21aec01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feca1cd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    9753530 View commit details
    Browse the repository at this point in the history
  2. fix: Handle support for URIs used in additional contexts

    Examples:
    
    - Without explicit scheme (i.e. starting with `//`)
    - In single and double quote strings
    - Within unquoted HTML tag attributes
    - In css `url()` values
    socsieng committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    62069de View commit details
    Browse the repository at this point in the history