dobarkod / cookie-banner

JavaScript based cookie-info banner for complying with EU cookie law
MIT License
425 stars 85 forks source link

Add domain to configurable properties #33

Closed pex closed 7 years ago

pex commented 9 years ago

Now you can add domain to the data properties of script as well:

<script type="text/javascript" id="cookiebanner"
        src="cookiebanner.js"
        data-domain="example.com">
</script>
senko commented 7 years ago

Hey @pex, thanks for the PR and apologies for the very long delay in getting to it. I’d be happy to merge if you’d want to update your branch to not conflict with the latest master.

senko commented 7 years ago

Just merged #37 which implements this.