We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We define a charset in the default Nginx configuration (https://github.com/Scalingo/php-buildpack/blob/master/conf/nginx/base.conf.erb#L83).
But then, If a user adds that kind of call in its code:
header("content-type:text/html; charset=iso-8859-1" );
The HTTP response will contain the header:
Content-Type: text/html; charset=UTF-8
Is it possible to remove this line?
https://app.intercom.io/a/apps/w4oogu7s/inbox/inbox/all/conversations/24705196813
The text was updated successfully, but these errors were encountered:
Soulou
No branches or pull requests
We define a charset in the default Nginx configuration (https://github.com/Scalingo/php-buildpack/blob/master/conf/nginx/base.conf.erb#L83).
But then, If a user adds that kind of call in its code:
The HTTP response will contain the header:
Is it possible to remove this line?
https://app.intercom.io/a/apps/w4oogu7s/inbox/inbox/all/conversations/24705196813
The text was updated successfully, but these errors were encountered: