aboutsummaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)Author
2013-07-23Redirect to brew.sh.gh-pagesMike McQuaid
2013-02-05Fix insecure 'curl' command in install instructionsKeegan McAllister
Fixes two issues: - curl was given -k aka --insecure, which causes it to ignore SSL certificate errors. This makes SSL nearly useless against active tampering. - curl was given a URL with no protocol, causing it to default to unencrypted HTTP. An active attacker can filter out GitHub's HTTPS redirect or modify the response in arbitrary other ways. Either of these issues makes it quite easy for an active attacker, anywhere on the network between GitHub and the person installing Homebrew, to insert malicious code. Since this code goes straight into the ruby interpreter, this is a one-step compromise of the user's machine. Since the command got longer, shrink the font so that it still fits in the page column (at maximum width) without scrolling. On 10.5 the curl command can fail due to missing SSL certs. Add a note to look at the alternate install instructions on the wiki, which now mention curl --insecure . Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14Bigger install line; Moved wiki linkMax Howell
Shorter install line, but this redirect works 100% now. So cool.
2012-08-02Add installation instructions to index.htmlMax Howell
We will remove them from the installation wiki because it is a security risk. This is somewhat inconvenient, but should be okay, and much safer.
2011-11-02Add credits rowRémi Prévost
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02Replace all tabs with spacesRémi Prévost
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2010-03-13Make wget formula smaller (via the medium of cheating)Max Howell
So now no scrollbars and everything can be read at a glance.
2010-03-13Fabulous new design by Rémi PrévostMax Howell
2010-03-13initial commitRémi Prévost