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
our front-end code is served as a static file server on the /assets endpoint. though our none of our JS files are sensitive, there is no functional reason why we have directory support.
we should disable directory support to reduce security findings.
The text was updated successfully, but these errors were encountered:
our front-end code is served as a static file server on the
/assets
endpoint. though our none of our JS files are sensitive, there is no functional reason why we have directory support.we should disable directory support to reduce security findings.
The text was updated successfully, but these errors were encountered: