Open guakamole opened 6 years ago
Have you tried other rules, or just this one?
Hello,
Thank you for your answer.
Here is another rule (that doesn't work either):
Note: this redirection is just for the sake of the example, nothing political underneath
{
"createdBy": "Redirector v3.1.1",
"createdAt": "2018-03-20T14:10:47.000Z",
"redirects": [
{
"description": "Test",
"exampleUrl": "https://edition.cnn.com",
"exampleResult": "http://www.foxnews.com/",
"error": null,
"includePattern": "https://edition.cnn.com",
"excludePattern": "",
"redirectUrl": "http://www.foxnews.com/",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Force Facebook newsfeed in chronological order",
"exampleUrl": "https://www.facebook.com",
"exampleResult": "https://www.facebook.com/?sk=h_chr",
"error": null,
"includePattern": "https://www.facebook.com",
"excludePattern": "",
"redirectUrl": "https://www.facebook.com/?sk=h_chr",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"appliesTo": [
"main_frame"
]
}
]
}
Ok, will try to look at this. Probably won't get to it until it reaches actual release though.
Not sure about the rules you pasted. I tried in Firefox quantum desktop and also firefox android - redirector works fine in both. @guakamole
This persists in 66. I turned on logging and the rule is sucessfully triggered. E.i. it says foo is redirected to bar. Nonetheless, the original page is loaded.
I was just experiencing the same, turns out I forgot to add the URI scheme, e.g., https://
to the URL in the Redirect to:
field. It was a bit confusing because the logs say "Redirecting", but nothing actually happens.
Hello,
On nightly (61.0a1 at the time of this writing), everything works (menus, edit redirections,...) except the redirection themselves. I suspect that it might be related to the multi-account containers feature.
Here is the rule that I tried to enforce: