-
Notifications
You must be signed in to change notification settings - Fork 33
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
keepValidPages incorrectly filters out pages with mime-type text/html followed by charset #199
Comments
fix:
|
@dportabella if you have a fix, feel free to put in a PR. |
dportabella
added a commit
to dportabella/aut
that referenced
this issue
Apr 23, 2018
…ent-type when charset param exists
It was better to fix the function |
dportabella
added a commit
to dportabella/aut
that referenced
this issue
Apr 23, 2018
…ent-type when charset param exists
ruebot
pushed a commit
that referenced
this issue
Apr 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes, the Content-Type header contains the charset, such as
text/html;charset=ISO-8859-1
for page http://www.patentbuddy.com/,so the
keepValidPages
function does not work properly in those cases: it incorrectly filters out such pages.More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
The text was updated successfully, but these errors were encountered: