chromium / hstspreload

🔒🔍 A Go package to scan sites against requirements for Chromium-maintained HSTS preload list.
https://hstspreload.org
BSD 3-Clause "New" or "Revised" License
115 stars 37 forks source link

favicon missing #44

Closed cem- closed 8 years ago

cem- commented 8 years ago

per lgarron a favicon was requested. Double turnstiles are used to denote tautologies (something which is true), HSTS is used to denote that https must always be used. I combined the turnstile and a padlock for this logo.

(zip has svg source and converted ico) hstsPreloadIcon.zip

lgarron commented 8 years ago

Double turnstiles are used to denote tautologies (something which is true), HSTS is used to denote that https must always be used.

Hmm, that's kind of witty, but I don't think that will be clear to everyone viewing this icon. Are there other analogies for "mandatory" or "always" that are more directly evident?

cem- commented 8 years ago

true, though i don't think the meaning necessarily needs to be directly evident. It kinda forms an H like the H in https, that may be good enough...

nonetheless, i made a material design version using circles, a notable 'always' symbol. (I didn't want to use the infinity sign since hsts expires.) the arrow is a reference to the 'pre' part of preload.

hstspreload

lgarron commented 8 years ago

nonetheless, i made a material design version using circles, a notable 'always' symbol. (I didn't want to use the infinity sign since hsts expires.) the arrow is a reference to the 'pre' part of preload.

I like the idea of using material design. However, if we go with Material, we should probably use an existing Material design lock icons. In addition, the circle and the the arrow are a little too small for for a tab favicon.

screen shot 2016-04-19 at 14 03 56
lgarron commented 8 years ago

I introduced a tentative favicon at https://github.com/chromium/hstspreload.appspot.com/commit/a55d322d2570da7fd5059eaee4f87a9227cc9c87 based on unifying common symbols for "lock" and list".

Thanks for offering a design, though – I appreciate it. :-)