phoenix-conn: formatting
This commit is contained in:
parent
b9e9a33111
commit
382f085c93
|
@ -98,6 +98,9 @@ conn
|
|||
|> put_layout(:foo)
|
||||
|> put_layout(false)
|
||||
|> put_view(ErrorView)
|
||||
```
|
||||
|
||||
```elixir
|
||||
|> put_secure_browser_headers()
|
||||
# prevent clickjacking, nosniff, and xss protection
|
||||
# x-frame-options, x-content-type-options, x-xss-protection
|
||||
|
|
Loading…
Reference in New Issue