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 support for html logo and favicon as url #9381

Merged
merged 4 commits into from Jun 30, 2021

Commits on Jun 25, 2021

  1. Fix support for html logo and favicon as url

    Stripping the url in the context setup means that any later isurl()
    calls will fail and logo_url will always be a local relative path.
    tronical committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c3ad66b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    6cb649f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f04ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a4c215 View commit details
    Browse the repository at this point in the history