-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue With Website Security Checks #7
Comments
Mabe better use:
than
The getGlobal('curl_useragent') function is likely to return a generic user agent that may be out of date or not contain all the required information. |
curl_useragent is set earlier via a command line switch so it can be whatever it needs to be. (I'm actually changing it to http_usergent internally since I'm having the non-curl route be able to change the string as well.) It defaults to Anyway you can have it use the one you specified with: |
Hmm this seems to be an issue with exif_imagetype as well, fortunately the user agent can be set. Example: |
I guess the big question is, should we set the user agent to something like " |
In my branch, the default user agent is now defined near the beginning so someone could change it there. Soon it will be able to be set in an ini file.
|
There is a problem if one of the "need to review the security of your connection" checks comes up when get-fav is attempting to find icons.
Unfortunately, I don't think this is fixable (other than trying again or hoping the API catches things) using cURL.
Some of this may be user agent related, will try to see if some sites are happy enough with the default cURL user agent.
Will look into some possible solutions.
The text was updated successfully, but these errors were encountered: