You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
We currently do not perform any checks on what type of query string parameters are being proxied to siad.
We should have an allowlist of keys we decide are ok to get proxied to siad.
Everything else should get stripped.
Allowed keys:
"defaultpath"
"disabledefaultpath"
"dryrun"
"filename"
"mode"
"monetization"
"skykeyid"
"skykeyname"
"attachment"
"format"
"no-response-metadata"
"include-layout"
"timeout"
"siapath"
"root"
"force" (this should be controlled using the header `Skynet-Disable-Force`)
"convertpath"
The text was updated successfully, but these errors were encountered:
We currently do not perform any checks on what type of query string parameters are being proxied to
siad
.We should have an allowlist of keys we decide are ok to get proxied to siad.
Everything else should get stripped.
Allowed keys:
The text was updated successfully, but these errors were encountered: