Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 is an invalid value for the Content-Encoding header #35

Open
DinoChiesa opened this issue Jun 27, 2023 · 0 comments
Open

UTF-8 is an invalid value for the Content-Encoding header #35

DinoChiesa opened this issue Jun 27, 2023 · 0 comments

Comments

@DinoChiesa
Copy link

https://github.com/arshidkv12/contact-form-cfdb7/blob/7bb39c3903bbbe2548f8a664fc3b2318ce4ec1af/inc/export-csv.php#L24C37-L24C37

UTF-8 is never a valid value for Content-Encoding. So this line surely is in error.

The nearby lines that repeatedly set Content-Type to three distinct values... are also wrong. There should be one Content-Type. But that is a separate bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant