leomoty / SGPP

41 stars 14 forks source link

Switch to https #114

Closed silentguy256 closed 8 years ago

silentguy256 commented 8 years ago

Steamgifts is now forcing https:// so all references should be updated in the header and all the appropriate places.

nikop commented 8 years ago

Fixed

Blackbird88 commented 8 years ago

What'd you test it on? The SG++ settings is still borked here :( Chrome v50+TamperMonkey 4.0.2.5 with 0.4.5 version

nikop commented 8 years ago

Settings need to be redone or manually imported. Due to security reasons, localStorage can't be shared between http & https pages, so automatic import is not possible.

See this: https://www.steamgifts.com/go/comment/7QI3G6Q

Blackbird88 commented 8 years ago

Ouch. Well thanks.

silentguy256 commented 8 years ago

Small problem: It seems you are loading the font needed to display the checkboxes over http? At least firefox by default blocks them as unsecure items in on the settings page

Blackbird88 commented 8 years ago

Aha so that's the problem. I had trouble clicking into those tiny squares.

nikop commented 8 years ago

Fonts should be working now or soon (after cache is refreshed).

Blackbird88 commented 8 years ago

Oh I had to "Allow loading script from unsecured location" on the page. It was grey shield icon. Now it looks fine.