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
With the current integration branch, if you set 'max_age' => 259200 in the config file, you will have the following response header:
'max_age' => 259200
Access-Control-Max-Age: 3000
3000???
The text was updated successfully, but these errors were encountered:
Ah, I see, Access-Control-Max-Age has nothing to do with the max-age of the file, right?
Access-Control-Max-Age
Still, 3000 is a strange value...
Sorry, something went wrong.
No branches or pull requests
With the current integration branch, if you set
'max_age' => 259200
in the config file, you will have the following response header:3000???
The text was updated successfully, but these errors were encountered: