Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmeling committed Dec 11, 2024
1 parent 132fae8 commit a850b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/php-cors-proxy/cors-proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
$curlHeaders = kv_headers_to_curl_format(
filter_headers_strings(
getallheaders(),
$default_allowed_headers,
$headers_requiring_opt_in,
$strictly_disallowed_headers
)
);
Expand Down

0 comments on commit a850b36

Please sign in to comment.