diff options
-rwxr-xr-x | .osx | 3 | ||||
-rwxr-xr-x | bin/httpcompression | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -54,9 +54,6 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always" # (Uncomment if you’re on an older Mac that messes up the animation) #defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false -# Increase window resize speed for Cocoa applications -defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 - # Expand save panel by default defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true diff --git a/bin/httpcompression b/bin/httpcompression index 9f5163c..592f80b 100755 --- a/bin/httpcompression +++ b/bin/httpcompression @@ -5,7 +5,7 @@ # Useful Links: # # - HTTP/1.1 (RFC 2616) - Content Codings: -# http://tools.ietf.org/html/rfc2616#section-3.5 +# https://tools.ietf.org/html/rfc2616#section-3.5 # # - SDCH Specification: # http://www.blogs.zeenor.com/wp-content/uploads/2011/01/Shared_Dictionary_Compression_over_HTTP.pdf |