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

Display a banner in the JI regarding the noble migration #7348

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Nov 22, 2024

  1. Disable "protocol" check from html_lint.py

    This actively dissuades from using HTTPS URLs, favoring
    protocol-relative ones. Even ignoring HTTPS-only URLs as a best
    practice, given most onion services are hosted as HTTP sites,
    they'd become HTTP links instead of HTTPS.
    
    So let's just suppress this rule and link to the correct protocol.
    legoktm committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    037055d View commit details
    Browse the repository at this point in the history
  2. WIP: Display a banner in the JI regarding the noble migration

    This is largely copied from the same functionality that was implemented
    during the focal migration (ecfecea).
    
    Co-authored-by: soleilera <[email protected]>
    legoktm and soleilera committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0b287e7 View commit details
    Browse the repository at this point in the history