Conversation

Notices

  1. #: !gnusocial uses external reference to # ! Please stop this. https://social.mxchange.org/attachment/53277

    Sunday, 24-Jan-16 14:34:11 UTC from social.mxchange.org
    1. @roland No, !GNUsocial doesn't use an external reference to # You do. Don't enable plugins if you don't want to use them.

      Monday, 25-Jan-16 13:34:58 UTC from social.umeahackerspace.se
      1. @roland Aah, no sorry. My bad, the geometa.js does hold references to google.com - I thought you were referring to the Google Analytics stuff since you linked that commit.

        Anyway, the google.com stuff only seems to fire if there is a "google loader"? Which requires Google Gears stuff and a window.google variable, which I highly doubt is something a person who avoids Google will have.

        But I agree, nothing in core should reference an advertisement spy company.

        Monday, 25-Jan-16 13:39:59 UTC from social.umeahackerspace.se
        1. The Google Gears API seems to be gone anyway, so I wonder why you have something in your browser that causes the Gears stuff to run, because:
          navigator.geolocation = (window.google && google.gears) ? GearsGeoLocation() : AjaxGeoLocation();

          Monday, 25-Jan-16 13:42:09 UTC from social.umeahackerspace.se