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

Allow more relative links in safe mode (issue #517) #520

Merged
merged 5 commits into from
Jul 20, 2023

Commits on Jul 2, 2023

  1. Allow relative links in safe mode.

    Also added back `_safe_protocols` attr and expanded allowed protocols to include mailto and tel
    Crozzers committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7d852be View commit details
    Browse the repository at this point in the history
  2. Update changes.md

    Crozzers committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b8151a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65cfe0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Move relative link handling out of _safe_protocols regex.

    See: trentm#517 (comment)
    
    Moved the realtive link handling into `_safe_href`
    Crozzers committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9c6017f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    6c8b1e7 View commit details
    Browse the repository at this point in the history