-
Notifications
You must be signed in to change notification settings - Fork 13
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
Passing a password variable #11
Comments
Filtering is performed by using 3 options:
Also the library has another helper options like Hope this helps you. |
Let's say I would want content-filter to filter all content using it's default values but exclude a password variable where there might be a dollar sign passed. How is that possible? |
This case makes sense. I guess you prefer This module has not a And an important note, when However, I don't have enough time to update and test it these days. If you don't want to wait, I say that solely And then a lot of tests have to be done. Also PR's are welcomed :) Reminders for me: |
I think this issue is stale and likely it lost its importance. |
If you pass a variable that might have a dollar sign then content-filter will throw 403.
Any way to override this? Maybe there should be a possibility of excluding certain variables.
The text was updated successfully, but these errors were encountered: