We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6070ce3 commit 6de0050Copy full SHA for 6de0050
src/main.rs
@@ -621,11 +621,6 @@ impl ProxyService {
621
cachable = false;
622
}
623
624
- if part.headers.contains_key(hyper::header::AUTHORIZATION) {
625
- tracing::debug!("Not caching request with authorization header");
626
- cachable = false;
627
- }
628
-
629
let cache_path_on_disk = self.settings.cache_dir.join(&cache_key);
630
631
if cachable {
0 commit comments