-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
27 lines (27 loc) · 1.31 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<link href='css/styles.css' rel='stylesheet' type="text/css" />
<title>Cookie Notice Accepted</title>
</head>
<body>
<h1>Cookie Notice Accepted</h1>
<h2>What is Cookie Notice Accepted?</h2>
<p>Cookie Notice Accepted is a minimalistic extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again.</p>
<h2>Supported "cookie notice accepted" cookies:</h2>
<ul>
<li>cookie_notice_accepted = true (<a href="https://wordpress.org/plugins/cookie-notice/">https://wordpress.org/plugins/cookie-notice/</a>)</li>
<li>cookieconsent_status = dismiss (<a href="https://cookieconsent.insites.com/">https://cookieconsent.insites.com/</a>)</li>
<li>cookielaw = 1 (<a href="https://github.com/valdecode/magento-cookielaw">https://github.com/valdecode/magento-cookielaw</a>)</li>
</ul>
<p>For more cookies please see:
<a href="https://raw.githubusercontent.com/kreutix/cookie-notice-accepted/master/cookies.json">
https://raw.githubusercontent.com/kreutix/cookie-notice-accepted/master/cookies.json
</a>
</p>
<h2>Website</h2>
<a href="https://github.com/kreutix/cookie-notice-accepted">https://github.com/kreutix/cookie-notice-accepted</a>
</body>
</html>