Add X-XSS-Protection and X-Content-Type-Options
This commit is contained in:
		| @@ -106,6 +106,9 @@ spawn do | |||||||
| end | end | ||||||
|  |  | ||||||
| before_all do |env| | before_all do |env| | ||||||
|  |   env.response.headers["X-XSS-Protection"] = "1; mode=block;" | ||||||
|  |   env.response.headers["X-Content-Type-Options"] = "nosniff" | ||||||
|  |  | ||||||
|   if env.request.cookies.has_key? "SID" |   if env.request.cookies.has_key? "SID" | ||||||
|     headers = HTTP::Headers.new |     headers = HTTP::Headers.new | ||||||
|     headers["Cookie"] = env.request.headers["Cookie"] |     headers["Cookie"] = env.request.headers["Cookie"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth