Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Faxable CCPA-only letter
Letter plus Makefile changes to support it. To use: * Set the CCPA environment variables * `make ccpa-fax.pdf` and print it * Fax it. Note: if the company does not have their fax number on their "contact us" page, check Investor Relations, the annual report, or documents they're required to file with regulators. Don't forget to plug the regular phone back in after using the fax machine. (Or leave the fax machine plugged in at peak telemarketing hours to see if they put it down as a fax line and stop calling.)
- Loading branch information
Showing
4 changed files
with
80 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
*.txt | ||
tmp/ | ||
oos/ | ||
ccpa-fax-complete.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: "California Consumer Privacy Act fax" | ||
permalink: ccpa-fax | ||
date: 2021-01-16 | ||
layout: document.html | ||
--- | ||
<div id="heading"> | ||
VIA FAX | ||
|
||
<br> | ||
|
||
{{ CCPA_NAME }} | ||
|
||
{{ CCPA_ADDRESSBLOCK }} | ||
|
||
|
||
<br> | ||
|
||
Attention: Chief Privacy Officer | ||
|
||
Attention: Office of the Corporate Counsel | ||
</div> | ||
|
||
<main> | ||
To whom it may concern: | ||
|
||
Any information I provide to you may be used solely | ||
for the limited purpose of complying with the request | ||
stated in this letter. My email address is {{ CCPA_EMAIL }}. | ||
|
||
This letter is in regard to your obligations under | ||
the California Consumer Privacy Act (CCPA). | ||
|
||
According to the California Consumer Privacy Act | ||
Regulations, "If a consumer submits a request | ||
in a manner that is not one of the designated | ||
methods of submission, or is deficient in some | ||
manner unrelated to the verification process, | ||
the business shall either: (1) Treat the request | ||
as if it had been submitted in accordance with the | ||
business’s designated manner, or (2) Provide the | ||
consumer with specific directions on how to submit the | ||
request or remedy any deficiencies with the request, | ||
if applicable." If you choose the second option, | ||
please provide the required directions. | ||
|
||
I am exercising my right to opt out of the sale of | ||
my personal information. | ||
|
||
I request that you disclose to me the categories | ||
and specific pieces of personal information that your | ||
company has collected about me. | ||
|
||
I request that you delete any personal information | ||
about me from your records, and that you require all | ||
service providers who may have my personal information | ||
to delete any personal information about me from their | ||
records. | ||
|
||
The CCPA regulations require your action within 15 business | ||
days. I await your prompt response. | ||
</main> | ||
|
||
<div id="closing"> | ||
Sincerely, | ||
</div> | ||
|
||
<div id="signature-name"> | ||
{{ CCPA_NAME }} | ||
</div> |