| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…tizerMixin for usage in subclass.
|
Well, Travis CI shows you having made all the sanitizer tests fail. That ought to be fixed. Otherwise, you should use the standard English "disallow" and not "unallow". That said, in principle looks good. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For my application I need to clean all unallowed tokens.
At the moment the only way is to copy the whole sanitize_token method, remove a few lines and add one.
Splitting up the sanitize_token method would simplify this a lot and reduces code duplication (in my code).
Example usage: