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
I have a huge text around 2.9 MB, I am passing this data to purify() FUNCTION, which is present in the HTMLPurifier CLASS.
I am getting this error -> Request exceeds maximum allowed text size of 50 KB.
Is it possible to purify this large data around 2.9 MB using this library ?
Please let me know if there is another way to do this.
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
That's not a limit imposed by this library.
Sorry, something went wrong.
please check this screenshot. I am also getting the same issue on my production server.
@ezyang - Could you please look into it
No branches or pull requests
I have a huge text around 2.9 MB, I am passing this data to purify() FUNCTION, which is present in the HTMLPurifier CLASS.
I am getting this error -> Request exceeds maximum allowed text size of 50 KB.
Is it possible to purify this large data around 2.9 MB using this library ?
Please let me know if there is another way to do this.
Thanks in advance :)
The text was updated successfully, but these errors were encountered: