-
Notifications
You must be signed in to change notification settings - Fork 350
Remove Expires & Pragma HTTP headers of Media Format response #7716
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
Remove Expires & Pragma HTTP headers of Media Format response #7716
Conversation
@draconivis can you target the # replace "origin" with the remote name targeting "sulu/sulu": `git remote -v`
# if remote does not exist add it via: `git remote add sulu git@github.com:sulu/sulu.git`
git fetch origin
git rebase -i origin/3.0
# force push required after rebase a branch:
git push <your_remote> improvement/remove-http-headers --force Also add a line to the |
1755b19
to
0b427ed
Compare
@draconivis can we add a check for the sulu/src/Sulu/Bundle/MediaBundle/Tests/Functional/Controller/MediaStreamControllerTest.php Line 136 in e5cfa4d
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjust one functional test to check for the response headers
3daba68
to
4001ccf
Compare
@draconivis Thank you! |
What's in this PR?
Removes the HTTP 1.0 Headers Expires & Pragma
Why?
As suggested in #3118