-
Notifications
You must be signed in to change notification settings - Fork 245
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
Add handling for modules that like to access index.php directly #261
Conversation
…ss index.php directly. (#241)
@perusio not sure if you want it to return 404 if there are no arguments to index.php, or have it try via drupal handler. |
Could you please provide a link to the taxonomy autocomplete module project page that you are referencing? And does this patch address Drupal 7 configuration? |
Hi @emjayess this is from Drupal 7 core code: https://www.drupal.org/node/854216 |
OK maybe the title is was wrong. The drupal core code has autocomplete that accesses index.php directly. Also the patch for https://www.drupal.org/SA-CORE-2015-003 affected things too. |
@tdm4 this commit doesn't works at my server. An AJAX HTTP error occurred. |
To prevent allowing direct access to index.php is written a little module Autocomplete Unblock Opened issue on Drupal.org Project applications https://www.drupal.org/node/2821473 To use it just clone to modules directory and enable.
|
Would you please confirm that this issue cannot be fixed by some modification to the Nginx configuration files provided by |
@acrolink this issue can be fixed as described in this comment |
Closing this as an agreement cannot be reached. |
For example, autocomplete taxonomy wants to access index.php and cannot. This rewrites the URL so it can. Also handles Drupal security issue people experienced earlier in the year.
Relates to issue (#241)