From 8d718ef1aa1b558cf052768b0ced13cf102d0639 Mon Sep 17 00:00:00 2001 From: Kashyap Date: Wed, 9 Jan 2013 21:42:17 +0530 Subject: [PATCH] testing blockquote --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 99355041..311d12b1 100644 --- a/README.md +++ b/README.md @@ -1346,14 +1346,14 @@ You can also hand in an array in order to disable a list of protections: __**absolute_redirects**__ -If disabled, Sinatra will allow relative redirects, -however, Sinatra will no longer conform with RFC 2616 -(HTTP 1.1), which only allows absolute redirects. +>If disabled, Sinatra will allow relative redirects, +>however, Sinatra will no longer conform with RFC 2616 +>(HTTP 1.1), which only allows absolute redirects. -Enable if your app is running behind a reverse proxy that -has not been set up properly. Note that the `url` helper -will still produce absolute URLs, unless you pass in -`false` as the second parameter. +>Enable if your app is running behind a reverse proxy that +>has not been set up properly. Note that the `url` helper +>will still produce absolute URLs, unless you pass in +>`false` as the second parameter. Disabled per default.