Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2017-09-28 17:26:44

John
Member
Joined: 2019-01-11
Posts: 2,025

Request avatar images securely to try to prevent mixed content warning


Miss Everybody Edits and your old friends? Check out PixelWalker.net and reconnect with the community!
9b5xehU.png
[imghttps://mm.sirjosh3917.com/PW?scale=1img]

Offline

Wooted by:

#2 2017-09-28 17:34:44

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,854

Re: Request avatar images securely to try to prevent mixed content warning

will you settle for writing the link like this?

img src="//forums.everybodyedits.com/potato" ?

Offline

#3 2017-09-29 04:15:14

John
Member
Joined: 2019-01-11
Posts: 2,025

Re: Request avatar images securely to try to prevent mixed content warning

hummerz5 wrote:

^

is this for me or diff?


Miss Everybody Edits and your old friends? Check out PixelWalker.net and reconnect with the community!
9b5xehU.png
[imghttps://mm.sirjosh3917.com/PW?scale=1img]

Offline

#4 2017-09-29 05:04:26

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Request avatar images securely to try to prevent mixed content warning

I believe it's also the signature images, which would be silly to force over HTTPs, as embedding cross-site images poses no significant threat.


signature.png
*u stinky*

Offline

#5 2017-09-29 06:20:46

BuzzerBee
Forum Admin
Joined: 2015-02-15
Posts: 4,575

Re: Request avatar images securely to try to prevent mixed content warning

Would there be any drawback of requesting the images securely? Idk much about web development but would it increase page load time or bandwidth usage? Bc if not I don’t see a reason not to secure them but also as atilla said it’s not really necessary so no bother in having diff work on it


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

#6 2017-09-29 07:57:10

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: Request avatar images securely to try to prevent mixed content warning

I think it would increase load time for non-profile-pic images, because for each connection there needs to be a key negotiation thingy, as it needs to connect to another site, plus some websites don't support https, so some images might not work

Offline

#7 2017-09-29 13:20:46

John
Member
Joined: 2019-01-11
Posts: 2,025

Re: Request avatar images securely to try to prevent mixed content warning

XxAtillaxX wrote:

I believe it's also the signature images, which would be silly to force over HTTPs

yeah the signatures are like that too. the weird thing is the avatars are hosted on the forums, but still use http instead of https? id think that would be easy to change

XxAtillaxX wrote:

embedding cross-site images poses no significant threat.

true but i mean like why not

BuzzerBee wrote:

Would there be any drawback of requesting the images securely?

im not aware of any. i looked on stackoverflow and they said there isnt a significant difference of loading times.

destroyer123 wrote:

I think it would increase load time for non-profile-pic images, because for each connection there needs to be a key negotiation thingy, as it needs to connect to another site, plus some websites don't support https, so some images might not work

the avatars are hosted on the forums itself so i think itd be easy as changing http to https.


Miss Everybody Edits and your old friends? Check out PixelWalker.net and reconnect with the community!
9b5xehU.png
[imghttps://mm.sirjosh3917.com/PW?scale=1img]

Offline

#8 2017-09-29 17:06:25, last edited by LukeM (2017-09-29 17:10:49)

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: Request avatar images securely to try to prevent mixed content warning

Emalton wrote:
BuzzerBee wrote:

Would there be any drawback of requesting the images securely?

im not aware of any. i looked on stackoverflow and they said there isnt a significant difference of loading times.

destroyer123 wrote:

I think it would increase load time for non-profile-pic images, because for each connection there needs to be a key negotiation thingy, as it needs to connect to another site, plus some websites don't support https, so some images might not work

the avatars are hosted on the forums itself so i think itd be easy as changing http to https.

Yes it would be easy to use HTTPS for the avatar images, but theres no point making them secure if there are still insecure images in signatures or posts, and as I said, it would probably add a lot of time if you are loading them from other websites, as it needs to negotiate a new HTTPS connection for every site (which takes a significant amount of time)

Offline

#9 2017-09-29 17:09:01

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Request avatar images securely to try to prevent mixed content warning

BuzzerBee wrote:

Would there be any drawback of requesting the images securely? Idk much about web development but would it increase page load time or bandwidth usage? Bc if not I don’t see a reason not to secure them but also as atilla said it’s not really necessary so no bother in having diff work on it

It's a warning, it's not a big deal. I don't see the necessity in breaking sites that only work over plain HTTP just to get rid of a insignificant visual indicator.


signature.png
*u stinky*

Offline

Wooted by:

#10 2017-09-30 21:53:55

John
Member
Joined: 2019-01-11
Posts: 2,025

Re: Request avatar images securely to try to prevent mixed content warning

destroyer123 wrote:

it would probably add a lot of time if you are loading them from other websites

Emalton wrote:

the avatars are hosted on the forums itself

XxAtillaxX wrote:

I don't see the necessity in breaking sites that only work over plain HTTP

Emalton wrote:

the avatars are hosted on the forums itself

--

To reiterate, I'm only talking about avatars.


Miss Everybody Edits and your old friends? Check out PixelWalker.net and reconnect with the community!
9b5xehU.png
[imghttps://mm.sirjosh3917.com/PW?scale=1img]

Offline

#11 2017-09-30 23:05:58

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: Request avatar images securely to try to prevent mixed content warning

We (well at least I) know, it's just that it would be pointless just doing avatars, as the warning would still be there for sig images etc, so if you were going to do it, you'd have to do it for all images to see any of the benefits

Offline

#12 2017-10-01 16:59:35

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: Request avatar images securely to try to prevent mixed content warning

Maybe fixed it? Not that it matters unless you browse with sig images (or sigs entirely) turned off.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by: (2)

#13 2017-10-08 17:18:14

John
Member
Joined: 2019-01-11
Posts: 2,025

Re: Request avatar images securely to try to prevent mixed content warning

Works great!


Miss Everybody Edits and your old friends? Check out PixelWalker.net and reconnect with the community!
9b5xehU.png
[imghttps://mm.sirjosh3917.com/PW?scale=1img]

Offline

John1507479494679769

Board footer

Powered by FluxBB

[ Started around 1738361406.9947 - Generated in 0.077 seconds, 13 queries executed - Memory usage: 1.56 MiB (Peak: 1.73 MiB) ]