mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #15693
[Bug 1258130] Re: Directive on Privacy and Electronic Communications
Here is an example of how to test by setting the additionalhtmlhead to
add code that sets cookies:
$cfg->additionalhtmlhead = '<script type="text/plain" class="cc-onconsent-social">
$j(function() {
document.cookie = "cookiesocial=testing; path=/";
});
</script>
<script type="text/plain" class="cc-onconsent-analytics">
$j(function() {
document.cookie = "cookieanalytics=testing; path=/";
});
</script>
<script type="text/plain" class="cc-onconsent-advertising">
$j(function() {
document.cookie = "cookieadvertising=testing; path=/";
});
</script>';
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1258130
Title:
Directive on Privacy and Electronic Communications
Status in Mahara ePortfolio:
Confirmed
Bug description:
European Mahara sites must comply with EU "Directive on Privacy and
Electronic Communications" a.k.a. The EU Cookie Law.
We should implement this for Mahara by using/integrating open source
solution Cookie Consent (http://sitebeam.net/cookieconsent/)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1258130/+subscriptions
References