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

Replace legacy Allowed-Origins with Origins-Pattern on all distros #204

Merged
merged 5 commits into from
Nov 3, 2021

Commits on Nov 3, 2021

  1. Validate origins and remove legacy origins

    To ensure people don't trip over old configs, let's validate that the
    given origins comply with the current format.
    
    Straight-up removed legacy origins as, after checking, none of the
    Debian-based distributions (and thus their derivates) we support still
    require legacy-style origin definition.
    
    This is a breaking change.
    towo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2d03650 View commit details
    Browse the repository at this point in the history
  2. Fix issues with tests

    * Leftover legacy formats in tests removed.
    * A typo in the ESM repositories fixed.
    * Use correct test specs.
    towo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    aea305f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4459683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947c19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c582cb View commit details
    Browse the repository at this point in the history