Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppVersion revel app version (ldflags) AppVersion string // BuildTime revel app build-time (ldflags) BuildTime string )
View Source
var HeaderFilter = func(c *revel.Controller, fc []revel.Filter) {
c.Response.Out.Header().Add("X-Frame-Options", "SAMEORIGIN")
c.Response.Out.Header().Add("X-XSS-Protection", "1; mode=block")
c.Response.Out.Header().Add("X-Content-Type-Options", "nosniff")
c.Response.Out.Header().Add("Referrer-Policy", "strict-origin-when-cross-origin")
fc[0](c, fc[1:])
}
HeaderFilter adds common security headers There is a full implementation of a CSRF filter in https://github.com/revel/modules/tree/master/csrf
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
GENERATED CODE - DO NOT EDIT This file provides a way of creating URL's based on all the actions found in all the controllers.
|
GENERATED CODE - DO NOT EDIT This file provides a way of creating URL's based on all the actions found in all the controllers. |
GENERATED CODE - DO NOT EDIT This file is the main file for Revel.
|
GENERATED CODE - DO NOT EDIT This file is the main file for Revel. |
run
GENERATED CODE - DO NOT EDIT This file is the run file for Revel.
|
GENERATED CODE - DO NOT EDIT This file is the run file for Revel. |
Click to show internal directories.
Click to hide internal directories.