Skip to main content

MAX_FRONT_MATTER_SIZE

Constant MAX_FRONT_MATTER_SIZE 

Source
const MAX_FRONT_MATTER_SIZE: usize = _; // 65_536usize
Expand description

Maximum allowed size for YAML front matter (64KB). Prevents memory exhaustion from maliciously large front matter.