website: remove basic auth

This commit is contained in:
Mitchell Hashimoto
2015-04-28 09:53:14 -07:00
parent d131120fbe
commit 0374ee95b5

View File

@@ -4,11 +4,6 @@ require "rack/contrib/response_headers"
require "rack/contrib/static_cache"
require "rack/contrib/try_static"
# TODO: Remove for launch
use Rack::Auth::Basic, "Restricted Area" do |username, password|
[username, password] == ["vault", "urUdt7U2aiepNKeTbCzJCd"]
end
# Properly compress the output if the client can handle it.
use Rack::Deflater