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
../helpers.php ../jewish-calendar.php
$_SERVER variable alone is never safe or secure and HTTP_X_REQUESTED_WITH are not reliable.
$_SERVER
HTTP_X_REQUESTED_WITH
This issue will give you more details how to make them more secure.
The text was updated successfully, but these errors were encountered:
Could you recommend am alternative to HTTP_X_REQUESTED_WITH? I tried Googling, but couldn't find a good solution.
Sorry, something went wrong.
The main issue with HTTP_X_REQUESTED_WITH is server support, if your theme is used on one site and it works you're good to go.
No branches or pull requests
../helpers.php
../jewish-calendar.php
$_SERVER
variable alone is never safe or secure andHTTP_X_REQUESTED_WITH
are not reliable.This issue will give you more details how to make them more secure.
The text was updated successfully, but these errors were encountered: