-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 direct $_SERVER variable use #20968
Remove direct $_SERVER variable use #20968
Conversation
Hi @dominicfernando. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @dominicfernando, |
@larsroettig I have updated the issue. |
Hi @orlangur, thank you for the review. |
✔️ QA passed |
Hi @dominicfernando, thank you for your contribution! |
Remove direct $_SERVER variable use in Magento\Store\Model\Store
Manual testing scenarios (*)
Disable the Search Engine Optimization = No then code will fall back to this section.
Issue
There is no issue. In other places, server variables call via $this->_request->getServer function.