allowAbsolutePath property
final
Whether to allow absolute-path relativization (starting with '/').
When true, allows RFC 3986 absolute-path references like "/path/file.txt" when they would be shorter than relative paths with "../" navigation. When false, only relative paths with explicit navigation are used.
Per RFC 3986, absolute-path references are valid relative references that begin with a single slash character.
Implementation
final bool allowAbsolutePath;