pinchflat/.sobelow-conf
Kieran 566941228c
Add media streaming (#108)
* [WIP] set up streaming route

* Added UUID to sources and media items

* Added media preview to MI show page
2024-03-23 12:38:06 -07:00

23 lines
528 B
Text

[
verbose: false,
private: false,
skip: false,
router: nil,
exit: :medium,
format: "txt",
out: nil,
threshold: :low,
# All of these are ignorable because this app is intended to be single-user and self-hosted.
# There is an expectation that the user won't intentionally run a FS Traversal on themselves
ignore:
[
"CI.System",
"Traversal.FileModule",
"Config.HTTPS",
"Config.CSP",
"XSS.ContentType",
"Traversal.SendFile"
],
ignore_files: [],
version: false
]