Skip to content

Commit bc4ccdb

Browse files
Add clarification about tracker-free data collection to privacy policy
1 parent cf5b48f commit bc4ccdb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

PHPIZZA_PRIVACY_POLICY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ For users under 13, parental consent is required. Parental information is collec
88

99
PHPizza uses only this one cookie:
1010
* PHPSESSID - to keep track of data that only makes sense in the context of a single session. It is not used for tracking or profiling.
11+
PHPizza does not include any trackers; the only data collected is what is listed above, and any additional tracking must be explicitly added by the site owner.
1112

1213
None of this data is ever shared with third parties. PHPizza is committed to protecting the privacy of its users and will not share any of their data with any third parties. If you have any questions about PHPizza's privacy policy, please contact me at [woods.johnny.charles@gmail.com](mailto:woods.johnny.charles@gmail.com).
1314

assets/phpizza-ui-framework

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'johnnycharlesw-github/phpizza',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '2e378999c8d312c4603be672adc8b1faee3dded8',
6+
'reference' => 'cf5b48f3339f8b5577f4252b910d5d66ded865f1',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -67,7 +67,7 @@
6767
'johnnycharlesw-github/phpizza' => array(
6868
'pretty_version' => 'dev-main',
6969
'version' => 'dev-main',
70-
'reference' => '2e378999c8d312c4603be672adc8b1faee3dded8',
70+
'reference' => 'cf5b48f3339f8b5577f4252b910d5d66ded865f1',
7171
'type' => 'project',
7272
'install_path' => __DIR__ . '/../../',
7373
'aliases' => array(),

0 commit comments

Comments
 (0)