-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I am trying to redirect from 127.0.0.1:8888 to another ip:port
and I added the rule as
[ { "uuid": "", "pattern": { "scheme": "*", "host": [ "127.0.0.1:8888" ], "path": [ "*" ] }, "action": "redirect", "active": true, "redirectUrl": "[hostname=192.168.1.2]", "types": [ "main_frame" ] } ]
but it doesn't redirect.
it work with no port but not with added port.
also test part of addon shows the correct redirect but it doesn't redirect in browser.
Crul
Metadata
Metadata
Assignees
Labels
No labels