Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression] {url} replacement doesn't work anymore #10

Open
bllngr opened this issue May 2, 2023 · 1 comment
Open

[Regression] {url} replacement doesn't work anymore #10

bllngr opened this issue May 2, 2023 · 1 comment

Comments

@bllngr
Copy link

bllngr commented May 2, 2023

In 0.4.0, I used the {url} replacement feature to pass the URL via a specific parameter:

[browsers]
my_firefox_container = "C:\Program Files\Mozilla Firefox\firefox.exe" ext+container:name=my-container&url={url}

[urls]
forms.gle = my_firefox_container 

This doesn't work anymore in 0.6.0. Instead, the string {url} is passed verbatim, and the real URL is passed as additional parameter.

Log:

2 May 2023 14:28:39 BrowseRouter: Attempting to launch "https://forms.gle/<forms-id>" for "Misc - MySlackGroup - Slack"
2 May 2023 14:28:39 BrowseRouter: Found URL preference "forms.gle" => "my_firefox_container" (""C:\Program Files\Mozilla Firefox\firefox.exe" ext+container:name=my-container&url={url}")
2 May 2023 14:28:39 BrowseRouter: Launching C:\Program Files\Mozilla Firefox\firefox.exe with args "ext+container:name=my-container&url={url} https://forms.gle/<forms-id>"
@nref
Copy link
Owner

nref commented May 2, 2023

Hey @bllngr and thanks for the report of this. I'll fix it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants