iridium-browser / tracker

Iridium Browser tracker and wiki.
https://iridiumbrowser.de
158 stars 8 forks source link

Spell check dictionaries are downloaded from Google #2

Open longsleep opened 9 years ago

longsleep commented 9 years ago

Try adding a new language (Settings -> Languages) and add a language other than English (eg. German - Deutsch). Then on the right, it offers a button to download spell dictionaries.

Spell check dictionary download failed. Please check with your network administrator to make sure that the firewall is not blocking downloads from Google servers.

This probably goes to some trk URL. @theurere can you please debug and add the details here.

theurere commented 9 years ago

It attempts to fetch: https://trk-173.iridiumbrowser.de/cache.pack.google.com/edgedl/chrome/dict/de-de-3-0.bdic https://trk-173.iridiumbrowser.de/cache.pack.google.com/edgedl/chrome/dict/en-us-3-0.bdic

fancycode commented 9 years ago

With 43.1 it tries to fetch this:

Attempt at loading traced URL: trk:173:http://cache.pack.google.com/edgedl/chrome/dict/en-us-6-1.bdic
jengelh commented 9 years ago

The button is just called "Use this language for spell checking". Apart from our trk:173 warning bubble, nothing would otherwise inform the user that a background download takes place, nor that it is Google which is being contacted. Guess I should change the button label.

longsleep commented 9 years ago

Good idea. I like it pretty much if we change labels when stuff is loaded from Google on user interaction. Eg. "Load this language from Google".

jengelh commented 9 years ago

Makes me wonder if we should just cache it like the safebrowsing list.

longsleep commented 9 years ago

+1 sounds good to me.

fancycode commented 9 years ago

What is the status of this?

fancycode commented 8 years ago

Ping?