2017 © Pedro PelĂĄez
 

craft-plugin craft3-donottrack

Craft 3 plugin for respecting Do Not Track headers sent by browsers.

image

wildbit/craft3-donottrack

Craft 3 plugin for respecting Do Not Track headers sent by browsers.

  • Tuesday, May 29, 2018
  • by matt-west
  • Repository
  • 7 Watchers
  • 12 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 167 % Grown

The README.md

Do Not Track plugin for Craft CMS 3.x

Helpers for respecting Do Not Track headers sent by browsers., (*1)

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later., (*2)

Get the Craft 2 version., (*3)

Installation

To install the plugin, follow these instructions., (*4)

  1. Open your terminal and go to your Craft project:, (*5)

    cd /path/to/project
  2. Then tell Composer to load the plugin:, (*6)

    composer require wildbit/craft3-donottrack
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Do Not Track., (*7)

Using Do Not Track

You can use the doNotTrack.isEnabled variable to check whether DNT is enabled in the user’s browser from your twig templates., (*8)

{% if craft.doNotTrack.isEnabled %}
  Do Not Track is enabled.
{% endif %}

Brought to you by Wildbit, (*9)

The Versions

29/05 2018

dev-master

9999999-dev

Craft 3 plugin for respecting Do Not Track headers sent by browsers.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft do not track

29/05 2018

1.0.0

1.0.0.0

Craft 3 plugin for respecting Do Not Track headers sent by browsers.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft do not track