mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
testing blockquote
This commit is contained in:
parent
0b16fc50d8
commit
8d718ef1aa
1 changed files with 7 additions and 7 deletions
14
README.md
14
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue