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.

Portforward.com ruleset is wrong #15291

Description

@scubanarc

Type: ruleset issue
Domain: portforward.com

This rule is wrong:

from="^http://(?:www.)?portforward.com/build/"
to="https://secure.portforward.com/build/"/>

It incorrectly redirects site resources to come from a different server. It should not mention the "secure" server. The rule should be:

from="^http://(?:www.)?portforward.com/build/"
to="https://portforward.com/build/"/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions