I
Ismael

  • Jun 2, 2022
  • Joined May 26, 2022
  • 1 discussion
  • 1 post
  • 0 best answers
  • 35 points
  • Steps to reproduce:
    Open https://github.com/iamadamdev/bypass-paywalls-chrome/releases/latest/download/bypass-paywalls-firefox.xpi
    On Orion on iOS installed via TestFlight. Browse ft.com for instance.

    Not possible to install the chrome version as extensions > install from file doesn’t work

    Expected behavior
    Ft.com paywall ineffective (same version works on different device)

    Orion, OS version; hardware type:
    Kagi 1.0.3
    Ios 15.4.1
    Iphone13

    Image/Video:
    <Copy/paste or drag and drop to upload images or videos (up to 20MB)>

    • fredsmith999 I did some more digging in Orion iOS with Bypass Paywalls extension running, and @fredsmith999 is spot on. In addition to attempting to set the referer to google, there are other HTTP headers it tries to rewrite for some sites (e.g. removing all cookies from ft.com requests). The WebKit framework provided by Apple offers no way to rewrite these before it fetches the pages/data from the site you're visiting, so the site returns the paywalled version.

      If Apple changes their stance on this and provides a way to provide header rewriting to browser apps, we'll be able to take another try at this.