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

Fixed konqueror browser support #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed konqueror browser support #30

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 12, 2013

OpenDDR does not identify Konqueror browser if its name starts with small letter. The following user agent string is processed incorrect:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) konqueror/4.7.2 Safari/534.34

A cause of that behavior is OpenDDR tries to find "Konqueror" string in user agent string. If it's not found user agent string browser is not considered as Konqueror. The issue has been fixed and a small test has been added.

@ghost
Copy link
Author

ghost commented Aug 12, 2013

There is a ticket about this issue:
OpenDDRdotORG/OpenDDR-Resources#14

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

Successfully merging this pull request may close these issues.

0 participants