mirror of
https://github.com/minio/minio.git
synced 2024-12-29 00:23:21 -05:00
e39de65367
Some HTTP security headers in Minio. To avoid problems with XSS and Clickjacking attacks. X-Frame-Options X-Frame-Options response header improve the protection of web applications against Clickjacking. It declares a policy communicated from a host to the client browser on whether the browser must not display the transmitted content in frames of other web pages. X-XSS-Protection This header enables the Cross-site scripting (XSS) filter in your browser. |
||
---|---|---|
.. | ||
json2 | ||
compression_selector.go | ||
doc.go | ||
encoder_selector.go | ||
LICENSE | ||
map.go | ||
README.md | ||
server.go |
rpc
gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
Read the full documentation here: http://www.gorillatoolkit.org/pkg/rpc