Documentation

Privacy

Privacy is important to all of us, so we aim to be fully open in what we send and store on our servers.

From Lilina

Each request Lilina sends includes your site URL in the user agent that is sent, to aid remote sites in establishing the number of visitors. It also includes Lilina's version. An example of this user agent could be Lilina/1.0-bleeding; (http://example.com/; http://getlilina.org; Allow Like Gecko)

To override this user agent, you can define LILINA_USERAGENT yourself. For example, you can put the following line in your content/system/config/settings.php:

define('LILINA_USERAGENT', 'Lilina/1.0; (Allow Like Gecko)');

Update Checking

Every 12 hours, Lilina sends a request to the update checking service at api.getlilina.org, including the user agent as above, along with the current version of Lilina, the version of PHP you're using, the current language you're using and an anonymous site identifier. These are included to facilitate checking your version of Lilina to make sure it's up-to-date. This data is also used to collect anonymous statistics about how Lilina is being used.

If you'd prefer to avoid this statistic gathering completely, you can create a simple plugin with the following:

function remove_stat_header() { return array(); }
add_filter('update_http_headers', 'remove_stat_header');

This Website

Statistics are gathered on this site for anonymous statistics purposes. No personally identifiable information is collected.

Unfortunately, there's currently no way to disable this. Stay tuned though!