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

"Getting started" page unreachable #317

Open
ljubitje opened this issue Nov 3, 2021 · 3 comments
Open

"Getting started" page unreachable #317

ljubitje opened this issue Nov 3, 2021 · 3 comments

Comments

@ljubitje
Copy link

ljubitje commented Nov 3, 2021

Clicking on "Getting started" menu item in extension's settings opens an unreachable page.
Setting page with the problematic link for Chromium (and Chrome): chrome-extension://fngmhnnpilhplaeedifhccceomclgfbg/options_pages/user_preferences.html

Extension opens a new tab with the following url: https://www.editthiscookie.comstart/
After changing the url to https://www.editthiscookie.com/start/, the page is presented correctly.

Same problem is present in the "Help" link located at the bottom of the page when editing a cookie.

I've inspected the HTML and it has the correct link, but in practice it opens the wrong one.

Environment:
EditThisCookie 1.6.3
Chromium 95.0.4638.69 and Chrome 95.0.4638.69
Windows 10 20H2 19042.1320

@DaleJag
Copy link

DaleJag commented Feb 2, 2022

When will this be fixed??? It's been 3 months and it probably is simply adding a / to the link.

@andreiShevelevDC
Copy link

andreiShevelevDC commented Aug 3, 2022

I've also met this problem just today.
With Chrome 103 on macOS 12.5

When will this be fixed??? It's been 3 months and it probably is simply adding a / to the link.

Probably, it is not so easy. I've looked for a string "comstart" and there is non in the code. Looked just for "start" hoping that the URL was created by adding page name to the website URL and didn't find any such place too.

@cmbuckley
Copy link

cmbuckley commented Dec 19, 2022

The problem is that the extension is littered with links to the insecure version of the page, and the redirect from http://www.editthiscookie.com/start/ to the https page is broken:

curl -is http://www.editthiscookie.com/start/ | grep Location
Location: https://www.editthiscookie.comstart/

The workaround in the extension would be to update all http links to https.

Edit: see #337

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

4 participants