secure

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: LGPL-2.1 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CORS

func CORS(cfg CORSConfig) echo.MiddlewareFunc

CORS adds Cross-Origin Resource Sharing support

func DisableCache

func DisableCache() echo.MiddlewareFunc

DisableCache sets the Cache-Control directive to no-store.

func Headers

func Headers(securityPolicy string) echo.MiddlewareFunc

Headers adds general security headers for basic security measures

func SimpleCORS

func SimpleCORS(allowOrigins []string) echo.MiddlewareFunc

SimpleCORS returns a CORS middleware with minimum configurations. Preflighted request is not allowed though.

Types

type CORSConfig

type CORSConfig struct {
	AllowOrigins []string
	AllowMethods []string
}

CORSConfig represents secure specific CORS config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL