このページで行うこと
Osano の Cookie Consent (Open Source 版) を使ってみる。
Compliance type
Just tell users that we use cookies(クッキーの使用を知らせるだけ)
コード
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#f1d600"
}
}
});