Skip to content
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

Possible to blacklist all, whitelist some query parameters? #2

Open
lkraav opened this issue Sep 12, 2016 · 1 comment
Open

Possible to blacklist all, whitelist some query parameters? #2

lkraav opened this issue Sep 12, 2016 · 1 comment

Comments

@lkraav
Copy link

lkraav commented Sep 12, 2016

Hey. If query parameters are able to cause some heavy work on the server, and we'd only like to allow a certain set of parameters through for caching, is this module able to perform full blacklisting?

It feels like I'd want

sorted_querystring_filter_parameter *;

with

sorted_querystring_filter_allow_parameter utm_*;

Your thoughts?

cc @pawelkmpt

@lkraav
Copy link
Author

lkraav commented Sep 12, 2016

Or perhaps this module can do the sorting, and the rest can be achieved by http://stackoverflow.com/questions/26613147/remove-specific-query-parameters-from-url-in-nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant