Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@matrix_SecurityPolicy.hrl
Raw

include/lightspeed@transport@matrix_SecurityPolicy.hrl

-record(security_policy, {
require_https_origin :: boolean(),
require_csrf :: boolean(),
max_payload_bytes :: integer()
}).