Bug : Connection to ReadyGraph when no API provided (after sub / unsubscription)
-
Dear developers, does it make sense to connect to Readygraph if no API key is provided after subscription or unsubscription ?
To me, it would be better not to connect to readygraph as long as no API is available.
Plus for privacy purposes, I would say it’s better not to:
* expose blog IP address to Readygraph unless explicitly configured by blog webmaster
* communicate subscribers e-mail to Readygraph without explicit and prior consent of subscribersSuggestion for fix:
In class-s2-frontend.php replace
if ($app_key <> "" || $app_key <> "include your api_key") {
with
if ($app_key <> "" && $app_key <> "include your api_key") {
What do you think ?
Best regards,
Alexandre 8)
- The topic ‘Bug : Connection to ReadyGraph when no API provided (after sub / unsubscription)’ is closed to new replies.