Osano の Cookie Consent Test(知らせるだけ)

このページで行うこと

Osano の Cookie Consent (Open Source 版) を使ってみる。

Compliance type

Just tell users that we use cookies(クッキーの使用を知らせるだけ)

コード

JavaScript

window.cookieconsent.initialise({
  "palette": {
    "popup": {
      "background": "#000"
    },
    "button": {
      "background": "#f1d600"
    }
  }
});