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

Complex rewrites do not work in httpNowhere mode on Firefox #16358

Description

@cschanaj

Type: code issue

Platform

Firefox 61.0.2 (64-bit) on debian 9; technically should affect tor browser if they supported upgradeToSecure

Step to reproduce

  1. Visit http://marketwatch.com/ with "Block all unencrypted requests" checked

  2. Expect URL rewritten to https://www.marketwatch.com/ because of an existing rule

<rule from="^http://marketwatch\.com/"
to="https://www.marketwatch.com/" />

  1. Got expired certificate errors

Apparently. this does not affect chromium browsers, nor Firefox with HTTPSE with default settings, likely a regression from #15157. Will submit a fix soon #16122 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions