Skip to content

Commit

Permalink
remove access-control-allow-credentials header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Sep 29, 2024
1 parent e1a1512 commit d9b2320
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plane/src/proxy/proxy_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,5 @@ fn apply_general_headers(response: &mut Response<SimpleBody>) {
header::ACCESS_CONTROL_ALLOW_HEADERS,
HeaderValue::from_static("*"),
);
headers.insert(
header::ACCESS_CONTROL_ALLOW_CREDENTIALS,
HeaderValue::from_static("true"),
);
headers.insert(header::SERVER, HeaderValue::from_static(SERVER_NAME));
}

0 comments on commit d9b2320

Please sign in to comment.