chefcookie 2.8.2 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
#### [2.8.
|
|
7
|
+
#### [2.8.2](https://github.com/vielhuber/chefcookie/compare/2.8.2...2.8.2)
|
|
8
|
+
|
|
9
|
+
#### [2.8.2](https://github.com/vielhuber/chefcookie/compare/2.8.1...2.8.2)
|
|
10
|
+
|
|
11
|
+
> 24 July 2023
|
|
12
|
+
|
|
13
|
+
- Improve exclusion rules. [`2b063b7`](https://github.com/vielhuber/chefcookie/commit/2b063b78890a3adcc415dce45d9a71ade7361946)
|
|
14
|
+
- Update changelog. [`08d1dbd`](https://github.com/vielhuber/chefcookie/commit/08d1dbd252669535338e4756d5788c9470aba197)
|
|
8
15
|
|
|
9
16
|
#### [2.8.1](https://github.com/vielhuber/chefcookie/compare/2.8.0...2.8.1)
|
|
10
17
|
|
package/README.md
CHANGED
|
@@ -354,7 +354,8 @@ cc.isAccepted('analytics'); // true|false
|
|
|
354
354
|
|
|
355
355
|
#### backdoor
|
|
356
356
|
|
|
357
|
-
|
|
357
|
+
add `?accept=1` to your urls to completely bypass chefcookie and\
|
|
358
|
+
ignore user consent which means all scripts are in fact accepted.
|
|
358
359
|
|
|
359
360
|
#### custom scripts
|
|
360
361
|
|