life359's forum posts

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1 life359
Member since 2013 • 36 Posts

Or, in general. Autoplaying videos is poor practice and frowned upon by just about every good web designer. You startle your users and remind them that they had their speakers turned up way too loud. Let your end users click play. They're quite capable of doing that on their own.

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By life359
Member since 2013 • 36 Posts

there is a significant difference in serving costs via CDN for https vs http. We have been working on re-negotiating our contract, and do hope to go to https in the future, but currently it's cost-prohibitive.

If CDNs are charging more to serve content over https that's just ridiculous. That's gouging, plain and simple. Take your business elsewhere. I'm saddened to hear that slimy companies are doing this in an age where https is negligible overhead and SSL certs are free (Amazon ACM, Let's Encrypt for example).

@Macutchi

I originally wrote out a big long winded post but I've since edited it to delete.

Since you've started to be sarcastic (with your ending comment), I'm not going to continue a discourse with you.

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By life359
Member since 2013 • 36 Posts

@Macutchi said:
@life359 said:

Seriously, this is not 1995. Why are we forced to http? Relative to bandwidth, https is practically no performance overhead now. Why are you not only not defaulting to https but actually forcing https back to http? You must be the only site left on the Internet that I know of that does this. I can think of no other site I visit that actually forces back to http.

they have it enabled on their auth.gamespot sub domain for registering and logging in. it's just not been implemented across the gamespot domain, it's not an explicit redirect back to http. if you open up your dev console you can see a ton of hard coded http resources which shows this to be the case.

i don't know why exactly they haven't enabled it site wide but two questions / observations -

1. why is it so important to you? i.e. what sensitive data are you worried about submitting that needs encrypting?

2. you may not realise the difficulty in implementing it across a site as large as gamespot, which requires every single link to external files, either their own files or from third party sites they use (and that will be a ton), updated to be protocol agnostic i.e. remove the protocol. if there's a single third party site that doesn't support https or one rogue link that's hardcoded with http their certificate is invalidated. there's other complications beyond that too

It is an explicit redirect back to http. I try to force https on any link and their site forces me back to https. So they're intentionally capturing https and redirecting back to http. Take this forum post. Try to go here:

https://www.gamespot.com/forums/bug-reporting-feedback-1000006/site-doesnt-allow-https-on-all-pages-33341345/

It's a 301 (redirect permanent) back to http. WHO DOES THAT? So they have https and disable it in purpose? What?

It doesn't matter why it's important to me. Your argument is analogous to "if you have nothing to hide then why do you care about privacy?"

Fixing hard coded http links is a search in replace in your code. http:// -> // (protocol relative links). If you're using a CMS where the links are in your database, well then s**t. I highly doubt GameSpot was written in Drupal.

If you are including content from a CDN that doesn't support https you don't use that CDN. Period.

What other complications are there? Serious question. Please enlighten me. I do this for a living. I've never come across any other issues enabling https other than bad developers including from CDNs using hard coded http:// links.

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4 life359
Member since 2013 • 36 Posts

Seriously, this is not 1995. Why are we forced to http? Relative to bandwidth, https is practically no performance overhead now. Why are you not only not defaulting to https but actually forcing https back to http? You must be the only site left on the Internet that I know of that does this. I can think of no other site I visit that actually forces back to http.

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#5 life359
Member since 2013 • 36 Posts

Autoplay of videos and they use flash. Not to mention they force http even when you try to navigate to https. Pathetic Gamespot. This isn't 1995. Https isn't a performance hit. Why are you still using http?

Avatar image for life359
life359

36

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6 life359
Member since 2013 • 36 Posts
Tried repeatedly to signup with a password of length 16 characters as told by the error message when I originally tried to create one of length 20. I had to reduce the size to 15 characters in order to register. The error message should be updated.