This can be done via "RequestHeader unset Authorization"
<Location "/some_path">
Require all granted
ProxyPass https://target-host
RequestHeader unset Authorization
</Location>
This can be done via "RequestHeader unset Authorization"
<Location "/some_path">
Require all granted
ProxyPass https://target-host
RequestHeader unset Authorization
</Location>
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...