Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EFForg/https-everywhere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fork-graveyard/https-everywhere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 11, 2018

  1. fix teletext.orf.at (was broken due to CORS)

    the rules already contain a redirect for appfeeds.orf.at, which is
    requested from teletext.orf.at. If one naviates to
    http://teletext.orf.at, HTTPS-Everywhere upgrades the API request from
    http://appfeeds.orf.at to https://appfeeds.orf.at, which results in the
    following CORS-error:
    
        Cross-Origin Request Blocked: The Same Origin Policy disallows
        reading the remote resource at
        http://appfeeds.orf.at/teletext/api/v2/mobile/channels/orf1/pages/100.
        (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
    
    redirecting teletext.orf.at as well fixes that.
    girst committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    f2b122e View commit details
    Browse the repository at this point in the history
  2. remove old rules for orf.at subdomains to fix tests

    http://bernard.orf.at/          https-to-http   404
    http://bianca.orf.at/           https-to-http   404
    http://brain.orf.at/            https-to-http   404
    http://clyde.orf.at/            https-to-http   404
    http://content.orf.at/          already redirects
    http://dancingstars.orf.at/     https-to-http   ->orf.at
    http://drei.orf.at/             https-to-http   ->tv.orf.at/orfdrei
    http://echtjetzt.orf.at/        https-to-http   404 due to ORF-Gesetz
    http://gutenmorgen.orf.at/      https-to-http   ->tv.orf.at/gutenmorgen
    http://help.orf.at/             https-to-http   OK
    http://pinky.orf.at/            https-to-http   404
    http://tube.orf.at/             https-to-http   404
    http://tv.orf.at/               https-to-http   OK
    http://unterwegs.orf.at/        https-to-http   ->tv.orf.at/unterwegs
    girst committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    7d9b334 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. add comment as requested by @J0WI

    girst committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    6c01b71 View commit details
    Browse the repository at this point in the history
Loading