Closed FallingSnow closed 1 year ago
Not a big deal but in my opinion a security focused application should not be making requests to uncontrolled 3rd parties. This images sources should be served from the dashboard's included assets.
https://github.com/gravitl/netmaker-ui-2/blob/5765dc8b2368b9ec616d2428ad474e2528a2bd38/src/layouts/MainLayout.tsx#L229-L234
By leaking I mean it sends the referrer.
fixed with https://github.com/gravitl/netmaker-ui-2/pull/53
Thanks again @FallingSnow
Not a big deal but in my opinion a security focused application should not be making requests to uncontrolled 3rd parties. This images sources should be served from the dashboard's included assets.
https://github.com/gravitl/netmaker-ui-2/blob/5765dc8b2368b9ec616d2428ad474e2528a2bd38/src/layouts/MainLayout.tsx#L229-L234
By leaking I mean it sends the referrer.