
內容簡介
歐洲聯盟(EUROPA)的網站必須遵循委員會有關隱私和數據保護的指引,並通知使用者不必要地收集資訊時並未使用 cookie
電子隱私指令,更具體地說明了第5(3)條規定,要求先徵得事先知情同意,才能將資訊存儲或獲取用戶端設備上的資訊。
換言之,在網站開始使用大多數 cookie 和相似的技術(例如網頁信標、Flash cookie 等)之前,必須向使用者詢問他們是否同意。
為了使同意有效,它必須是知情的、具體的、自由的,并且必須構成個人意願的真實指示。
在此背景下,這個外掛應運而生。
它只是簡單地更改了默認的document.cookie行為,禁止在客戶端寫入 cookie,直到使用者接受協議。它在伺服器端做同樣的事情,因為由於使用者未接受協議,所以不會儲存任何 cookie。
請注意,此外掛會阻止任何生成第三方 cookie 的URL。
要獲取有關此外掛的詳細信息,請前往https://github.com/diegolamonica/EUCookieLaw
常見問題解答 (FAQ)
我如何定制橫幅樣式?
請訪問GitHub上官方文件頁面
為什麼輸出的內容看起來怪異?
嘗試從 DOMDocument 切換到正則表達式引擎或反之亦然。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
EUROPA websites must follow the Commission’s guidelines on privacy and data protection and inform
users that cookies are not being used to gather information unnecessarily.
The ePrivacy directive – more specifically Article 5(3) – requires prior informed consent for storage for access to information stored on a user’s terminal equipment.
In other words, you must ask users if they agree to most cookies and similar technologies (e.g. web beacons, Flash cookies, etc.) before the site starts to use them.
For consent to be valid, it must be informed, specific, freely given and must constitute a real indication of the individual’s wishes.
In this context this plugin lives.
It simply alters the default document.cookie behavior to disallow cookies to be written on the client side,
until the user accept the agreement. The same does for the server side where since the user does not have accepted the agreement,
then it would not store any cookie.
Note that this plugin blocks any URL you define which generates third-party cookies.
To get detailed informations about the plugin go to https://github.com/diegolamonica/EUCookieLaw
FAQ
How can I customize the banner style?
Please visit the official documentation page on GitHub
Why the output is weird?
Try to switch from DOMDocument to Regular Expression Engine or vice versa.
