├── .babelrc
├── .github
└── workflows
│ └── publish.yml
├── .gitignore
├── CNAME
├── CODE_OF_CONDUCT.md
├── LICENSE
├── README.md
├── content
├── downloads.md
├── faq.md
├── implementation.md
├── orgs.md
├── press.md
└── testimonials.md
├── next-sitemap.js
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── public
├── .well-known
│ └── gpc.json
├── CNAME
├── GPC_for_Users.pdf
├── Implementing GPC for Publishers.pdf
├── favicon.ico
├── fonts
│ ├── roboto-v20-latin-700.woff
│ ├── roboto-v20-latin-700.woff2
│ ├── roboto-v20-latin-700italic.woff
│ ├── roboto-v20-latin-700italic.woff2
│ ├── roboto-v20-latin-900.woff
│ ├── roboto-v20-latin-900.woff2
│ ├── roboto-v20-latin-900italic.woff
│ ├── roboto-v20-latin-900italic.woff2
│ ├── roboto-v20-latin-italic.woff
│ ├── roboto-v20-latin-italic.woff2
│ ├── roboto-v20-latin-regular.woff
│ └── roboto-v20-latin-regular.woff2
├── img
│ ├── arrow-icons
│ │ ├── caret-down-fill.svg
│ │ └── caret-right-fill.svg
│ ├── author_aram@3x.jpg
│ ├── author_seb@3x.jpg
│ ├── avatar.png
│ ├── bonta@3x.jpg
│ ├── browser-fights-for-you.svg
│ ├── browser-logos
│ │ ├── DDG.svg
│ │ ├── abine.svg
│ │ ├── brave.svg
│ │ ├── disconnect.svg
│ │ ├── firefox.svg
│ │ ├── optmeowt.svg
│ │ └── privacybadger.svg
│ ├── contact-bg.svg
│ ├── divider-lines.svg
│ ├── download-logos
│ │ ├── abine.png
│ │ ├── badger.png
│ │ ├── brave.png
│ │ ├── disconnect.png
│ │ ├── duckduckgo.png
│ │ ├── firefox.png
│ │ ├── lockr.png
│ │ ├── mee.svg
│ │ └── optmeowt.png
│ ├── favicon
│ │ ├── android-chrome-192x192.png
│ │ ├── android-chrome-512x512.png
│ │ ├── apple-touch-icon.png
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── favicon-48x48.png
│ │ └── favicon.ico
│ ├── gpc-logo-mobile.svg
│ ├── gpc-logo-small.svg
│ ├── gpc-logo.svg
│ ├── gpc-social-avatar.jpg
│ ├── gpc-social-big.jpg
│ ├── hero-bg.svg
│ ├── live-more-privately.svg
│ ├── participating-logos-gray
│ │ ├── .complianz~imageoptim.svg
│ │ ├── .onetrust~imageoptim.svg
│ │ ├── abine.svg
│ │ ├── automattic.svg
│ │ ├── brave.svg
│ │ ├── cafemedia.svg
│ │ ├── complianz.svg
│ │ ├── cr.svg
│ │ ├── dcn.svg
│ │ ├── disconnect.svg
│ │ ├── duckduckgo-horizontal.svg
│ │ ├── duckduckgo-vertical.svg
│ │ ├── eff.svg
│ │ ├── ft.svg
│ │ ├── glitch.svg
│ │ ├── meredith.svg
│ │ ├── microsoft.svg
│ │ ├── mozilla.svg
│ │ ├── nsf.svg
│ │ ├── nyt.svg
│ │ ├── onetrust.svg
│ │ ├── optmeowt.svg
│ │ ├── privacybadger.svg
│ │ ├── samsung.svg
│ │ ├── sourcepoint.svg
│ │ ├── twitter.svg
│ │ ├── washington-post.svg
│ │ ├── wesleyan.svg
│ │ └── wirewheel.svg
│ ├── participating-logos
│ │ ├── .complianz~imageoptim.svg
│ │ ├── .onetrust~imageoptim.svg
│ │ ├── abine.svg
│ │ ├── automattic.svg
│ │ ├── brave.svg
│ │ ├── cafemedia.svg
│ │ ├── checkmyads.svg
│ │ ├── complianz.svg
│ │ ├── cr.svg
│ │ ├── dcn.svg
│ │ ├── didomi.png
│ │ ├── disconnect.svg
│ │ ├── duckduckgo-horizontal.svg
│ │ ├── duckduckgo-vertical.svg
│ │ ├── eff.svg
│ │ ├── firefox.svg
│ │ ├── ft.svg
│ │ ├── glitch.svg
│ │ ├── ketch.svg
│ │ ├── meredith.svg
│ │ ├── microsoft.svg
│ │ ├── mozilla.svg
│ │ ├── nsf.svg
│ │ ├── nyt.svg
│ │ ├── onetrust.svg
│ │ ├── optery.svg
│ │ ├── optmeowt.svg
│ │ ├── privacybadger.svg
│ │ ├── raptive.svg
│ │ ├── samsung.svg
│ │ ├── sourcepoint.svg
│ │ ├── trustarc.svg
│ │ ├── twitter.svg
│ │ ├── washington-post.svg
│ │ ├── wesleyan.svg
│ │ └── wirewheel.svg
│ ├── person-with-computer.svg
│ ├── press-logos
│ │ ├── Chicago_Trib.png
│ │ ├── LA_Times.png
│ │ ├── Mashable-1.png
│ │ ├── Mashable.png
│ │ ├── TechCrunch.png
│ │ ├── The_Verge.png
│ │ ├── Vox.png
│ │ ├── cnet-white.svg
│ │ ├── gpc-white.svg
│ │ ├── techcrunch-white.svg
│ │ ├── washpo-white.svg
│ │ └── wired-white.svg
│ ├── press-release-logos
│ │ ├── brave.svg
│ │ ├── cafemedia.svg
│ │ ├── complianz.svg
│ │ ├── duckduckgo.svg
│ │ ├── meredith.svg
│ │ ├── nyt.svg
│ │ ├── onetrust.svg
│ │ ├── sourcepoint.svg
│ │ ├── washington-post.svg
│ │ └── wirewheel.svg
│ ├── state-of-california@3x.png
│ ├── testimonial-imgs
│ │ ├── becerra.jpg
│ │ ├── warner.jpg
│ │ ├── white.jpg
│ │ └── wyden.png
│ ├── turn-on-gpc.svg
│ └── wifi.svg
├── site.webmanifest
├── sitemap.xml
├── vercel.svg
└── washingtonpost.svg
└── src
├── components
├── article.js
├── article.module.css
├── browsers-plugins.js
├── browsers-plugins.module.css
├── button.js
├── button.module.css
├── carousel.js
├── carousel.module.css
├── collapse.js
├── collapse.module.css
├── faq-list.js
├── faq-list.module.css
├── featured-articles.js
├── featured-articles.module.css
├── featured-organizations.js
├── featured-organizations.module.css
├── home.js
├── home.module.css
├── implementation.module.css
├── layout.js
├── layout.module.css
├── navbar.js
├── navbar.module.css
├── org-list.js
├── org-list.module.css
├── orgs-header.js
├── orgs-header.module.css
├── press-list.js
├── press-list.module.css
├── press-release.js
├── press-release.module.css
├── slider.js
├── slider.module.css
├── status-bar.js
├── status-bar.module.css
├── visually-hidden.js
└── visually-hidden.module.css
├── pages
├── _app.js
├── _document.js
├── faq.js
├── implementation.js
├── index.js
├── orgs.js
├── orgs.module.css
├── press-release
│ ├── 20201007.js
│ └── 20210128.js
├── press.js
└── press.module.css
├── styles
├── fonts.css
├── globals.css
└── variables.css
└── utils
└── markdown.js
/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["next/babel"],
3 | "plugins": []
4 | }
5 |
--------------------------------------------------------------------------------
/.github/workflows/publish.yml:
--------------------------------------------------------------------------------
1 | name: Publish
2 | on:
3 | push:
4 | branches:
5 | - main
6 | jobs:
7 | build-and-deploy:
8 | runs-on: ubuntu-latest
9 | steps:
10 | - name: Checkout 🛎️
11 | uses: actions/checkout@v2
12 |
13 | - uses: actions/setup-node@v2.1.2
14 | with:
15 | node-version: '18.17.0'
16 |
17 | - name: Cache node modules
18 | uses: actions/cache@v4.2.0
19 | with:
20 | path: ~/.npm
21 | key: v1-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
22 | restore-keys: |
23 | ${{ runner.os }}-node-
24 |
25 | - name: Install dependencies
26 | run: npm ci
27 |
28 | - name: Build 🔧
29 | run: |
30 | npm run build
31 | touch out/.nojekyll
32 |
33 | - name: Deploy 🚀
34 | uses: JamesIves/github-pages-deploy-action@3.7.1
35 | with:
36 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37 | BRANCH: gh-pages
38 | FOLDER: out
39 | CLEAN: true
40 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Compiled source
2 | *.com
3 | *.class
4 | *.dll
5 | *.exe
6 | *.o
7 | *.so
8 |
9 | # Packages
10 | # it's better to unpack these files and commit the raw source
11 | # git has its own built in compression methods
12 | *.7z
13 | *.dmg
14 | *.gz
15 | *.iso
16 | *.jar
17 | *.rar
18 | *.tar
19 | *.zip
20 |
21 | # Logs and databases
22 | *.log
23 | *.sql
24 | *.sqlite
25 |
26 | # OS generated files
27 | .DS_Store
28 | .DS_Store?
29 | ._*
30 | .Spotlight-V100
31 | .Trashes
32 | ehthumbs.db
33 | Thumbs.db
34 |
35 | # Byte-compiled / optimized / DLL files
36 | __pycache__/
37 | *.py[cod]
38 | *$py.class
39 |
40 | # C extensions
41 | *.so
42 |
43 | # Distribution / packaging
44 | .Python
45 | build/
46 | develop-eggs/
47 | downloads/
48 | eggs/
49 | .eggs/
50 | lib/
51 | lib64/
52 | parts/
53 | sdist/
54 | var/
55 | wheels/
56 | pip-wheel-metadata/
57 | share/python-wheels/
58 | *.egg-info/
59 | .installed.cfg
60 | *.egg
61 | MANIFEST
62 |
63 | # PyInstaller
64 | # Usually these files are written by a python script from a template
65 | # before PyInstaller builds the exe, so as to inject date/other infos into it.
66 | *.manifest
67 | *.spec
68 |
69 | # Installer logs
70 | pip-log.txt
71 | pip-delete-this-directory.txt
72 |
73 | # Unit test / coverage reports
74 | htmlcov/
75 | .tox/
76 | .nox/
77 | .coverage
78 | .coverage.*
79 | .cache
80 | nosetests.xml
81 | coverage.xml
82 | *.cover
83 | *.py,cover
84 | .hypothesis/
85 | .pytest_cache/
86 |
87 | # Translations
88 | *.mo
89 | *.pot
90 |
91 | # Django stuff:
92 | *.log
93 | local_settings.py
94 | db.sqlite3
95 | db.sqlite3-journal
96 |
97 | # Flask stuff:
98 | instance/
99 | .webassets-cache
100 |
101 | # Scrapy stuff:
102 | .scrapy
103 |
104 | # Sphinx documentation
105 | docs/_build/
106 |
107 | # PyBuilder
108 | target/
109 |
110 | # Jupyter Notebook
111 | .ipynb_checkpoints
112 |
113 | # IPython
114 | profile_default/
115 | ipython_config.py
116 |
117 | # pyenv
118 | .python-version
119 |
120 | # pipenv
121 | # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
122 | # However, in case of collaboration, if having platform-specific dependencies or dependencies
123 | # having no cross-platform support, pipenv may install dependencies that don't work, or not
124 | # install all needed dependencies.
125 | #Pipfile.lock
126 |
127 | # celery beat schedule file
128 | celerybeat-schedule
129 |
130 | # SageMath parsed files
131 | *.sage.py
132 |
133 | # Environments
134 | .env
135 | .venv
136 | env/
137 | venv/
138 | ENV/
139 | env.bak/
140 | venv.bak/
141 |
142 | # Spyder project settings
143 | .spyderproject
144 | .spyproject
145 |
146 | # Rope project settings
147 | .ropeproject
148 |
149 | # mkdocs documentation
150 | /site
151 |
152 | # mypy
153 | .mypy_cache/
154 | .dmypy.json
155 | dmypy.json
156 |
157 | # Pyre type checker
158 | .pyre/
159 |
160 | /dist
161 |
162 | # dependencies
163 | /node_modules
164 | /.pnp
165 | .pnp.js
166 |
167 | # testing
168 | /coverage
169 |
170 | # next.js
171 | /.next/
172 | /out/
173 |
174 | # production
175 | /build
176 |
177 | # misc
178 | .DS_Store
179 | *.pem
180 |
181 | # debug
182 | npm-debug.log*
183 | yarn-debug.log*
184 | yarn-error.log*
185 |
186 | # local env files
187 | .env.local
188 | .env.development.local
189 | .env.test.local
190 | .env.production.local
191 |
192 | # vercel
193 | .vercel
194 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | globalprivacycontrol.org
2 | www.globalprivacycontrol.org
3 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 |
2 | # Contributor Covenant Code of Conduct
3 |
4 | ## Our Pledge
5 |
6 | We as members, contributors, and leaders pledge to make participation in our
7 | community a harassment-free experience for everyone, regardless of age, body
8 | size, visible or invisible disability, ethnicity, sex characteristics, gender
9 | identity and expression, level of experience, education, socio-economic status,
10 | nationality, personal appearance, race, religion, or sexual identity
11 | and orientation.
12 |
13 | We pledge to act and interact in ways that contribute to an open, welcoming,
14 | diverse, inclusive, and healthy community.
15 |
16 | ## Our Standards
17 |
18 | Examples of behavior that contributes to a positive environment for our
19 | community include:
20 |
21 | * Demonstrating empathy and kindness toward other people
22 | * Being respectful of differing opinions, viewpoints, and experiences
23 | * Giving and gracefully accepting constructive feedback
24 | * Accepting responsibility and apologizing to those affected by our mistakes,
25 | and learning from the experience
26 | * Focusing on what is best not just for us as individuals, but for the
27 | overall community
28 |
29 | Examples of unacceptable behavior include:
30 |
31 | * The use of sexualized language or imagery, and sexual attention or
32 | advances of any kind
33 | * Trolling, insulting or derogatory comments, and personal or political attacks
34 | * Public or private harassment
35 | * Publishing others' private information, such as a physical or email
36 | address, without their explicit permission
37 | * Other conduct which could reasonably be considered inappropriate in a
38 | professional setting
39 |
40 | ## Enforcement Responsibilities
41 |
42 | Community leaders are responsible for clarifying and enforcing our standards of
43 | acceptable behavior and will take appropriate and fair corrective action in
44 | response to any behavior that they deem inappropriate, threatening, offensive,
45 | or harmful.
46 |
47 | Community leaders have the right and responsibility to remove, edit, or reject
48 | comments, commits, code, wiki edits, issues, and other contributions that are
49 | not aligned to this Code of Conduct, and will communicate reasons for moderation
50 | decisions when appropriate.
51 |
52 | ## Scope
53 |
54 | This Code of Conduct applies within all community spaces, and also applies when
55 | an individual is officially representing the community in public spaces.
56 | Examples of representing our community include using an official e-mail address,
57 | posting via an official social media account, or acting as an appointed
58 | representative at an online or offline event.
59 |
60 | ## Enforcement
61 |
62 | Instances of abusive, harassing, or otherwise unacceptable behavior may be
63 | reported to the community leaders responsible for enforcement at
64 | info[at]globalprivacycontrol.org.
65 | All complaints will be reviewed and investigated promptly and fairly.
66 |
67 | All community leaders are obligated to respect the privacy and security of the
68 | reporter of any incident.
69 |
70 | ## Enforcement Guidelines
71 |
72 | Community leaders will follow these Community Impact Guidelines in determining
73 | the consequences for any action they deem in violation of this Code of Conduct:
74 |
75 | ### 1. Correction
76 |
77 | **Community Impact**: Use of inappropriate language or other behavior deemed
78 | unprofessional or unwelcome in the community.
79 |
80 | **Consequence**: A private, written warning from community leaders, providing
81 | clarity around the nature of the violation and an explanation of why the
82 | behavior was inappropriate. A public apology may be requested.
83 |
84 | ### 2. Warning
85 |
86 | **Community Impact**: A violation through a single incident or series
87 | of actions.
88 |
89 | **Consequence**: A warning with consequences for continued behavior. No
90 | interaction with the people involved, including unsolicited interaction with
91 | those enforcing the Code of Conduct, for a specified period of time. This
92 | includes avoiding interactions in community spaces as well as external channels
93 | like social media. Violating these terms may lead to a temporary or
94 | permanent ban.
95 |
96 | ### 3. Temporary Ban
97 |
98 | **Community Impact**: A serious violation of community standards, including
99 | sustained inappropriate behavior.
100 |
101 | **Consequence**: A temporary ban from any sort of interaction or public
102 | communication with the community for a specified period of time. No public or
103 | private interaction with the people involved, including unsolicited interaction
104 | with those enforcing the Code of Conduct, is allowed during this period.
105 | Violating these terms may lead to a permanent ban.
106 |
107 | ### 4. Permanent Ban
108 |
109 | **Community Impact**: Demonstrating a pattern of violation of community
110 | standards, including sustained inappropriate behavior, harassment of an
111 | individual, or aggression toward or disparagement of classes of individuals.
112 |
113 | **Consequence**: A permanent ban from any sort of public interaction within
114 | the community.
115 |
116 | ## Attribution
117 |
118 | This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119 | version 2.0, available at
120 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
121 |
122 | Community Impact Guidelines were inspired by [Mozilla's code of conduct
123 | enforcement ladder](https://github.com/mozilla/diversity).
124 |
125 | [homepage]: https://www.contributor-covenant.org
126 |
127 | For answers to common questions about this code of conduct, see the FAQ at
128 | https://www.contributor-covenant.org/faq. Translations are available at
129 | https://www.contributor-covenant.org/translations.
130 |
131 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [![][gpc-logo]][gpc-url]
2 | [](https://github.com/globalprivacycontrol/landing-page/blob/master/LICENSE)
3 | [](CODE_OF_CONDUCT.md)
4 | [](https://twitter.com/intent/follow?screen_name=globalprivctrl)
5 |
6 | # Global Privacy Control Landing Page
7 |
8 | Landing page for Global Privacy Control at https://globalprivacycontrol.org/
9 |
10 | This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).
11 | By participating, you are expected to uphold this code. Please report unacceptable behavior via our Github repository.
12 |
13 | ## Run Landing Page on Local Server
14 |
15 | To run the landing page on a local server, clone this repo and run
16 |
17 | ```terminal
18 | npm install
19 | ```
20 |
21 | to install required packages. Then, to build and preview the site, run
22 |
23 | ```terminal
24 | npm run build
25 | npm run dev
26 | ```
27 |
28 | ## Getting Involved
29 |
30 | We appreciate offers to help but are not currently accepting pull requests for non-essential or design-related updates.
31 |
32 | ## License
33 |
34 | Apart from any logos or marks that may be contained in this repo, this work is licensed under a
35 | [Creative Commons Attribution 4.0 International License](https://github.com/globalprivacycontrol/landing-page/blob/master/LICENSE).
36 |
37 | [![CC BY 4.0][cc-by-image]][cc-by]
38 |
39 | ## Resources
40 |
41 | - Read [proposed specification](https://privacycg.github.io/gpc-spec/) for technical details
42 | - Visit [test site](https://global-privacy-control.glitch.me) to learn how to interact with the GPC signal
43 |
44 | [cc-by]: http://creativecommons.org/licenses/by/4.0/
45 | [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
46 | [gpc-url]: https://globalprivacycontrol.org/
47 | [gpc-logo]: https://pbs.twimg.com/profile_banners/1311398695162703872/1601662219/1500x500
48 |
--------------------------------------------------------------------------------
/content/downloads.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Join over 50 million users.
3 | entries:
4 | - name: Abine DeleteMe
5 | url: https://joindeleteme.com/blog/how-to-enable-global-privacy-control/
6 | img: /img/download-logos/abine.png
7 | - name: Brave Browser
8 | url: https://brave.com/web-standards-at-brave/4-global-privacy-control/
9 | img: /img/download-logos/brave.png
10 | - name: Disconnect
11 | url: https://disconnect.me/
12 | img: /img/download-logos/disconnect.png
13 | - name: DuckDuckGo Privacy Browser
14 | url: https://spreadprivacy.com/global-privacy-control-enabled-by-default/
15 | img: /img/download-logos/duckduckgo.png
16 | - name: Firefox
17 | url: https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/
18 | img: /img/download-logos/firefox.png
19 | - name: OptMeowt by privacy-tech-lab
20 | url: https://github.com/privacy-tech-lab/gpc-optmeowt
21 | img: /img/download-logos/optmeowt.png
22 | - name: Privacy Badger by EFF
23 | url: https://privacybadger.org
24 | img: /img/download-logos/badger.png
25 | - name: lockrMail by lockr
26 | url: https://lockrMail.com
27 | img: /img/download-logos/lockr.png
28 | ---
29 |
30 | Download a supported browser or extension and start exercising your privacy rights with GPC.
31 |
--------------------------------------------------------------------------------
/content/orgs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Founding Organizations
3 | headerText: Global Privacy Control has broad industry support. Below, you’ll find browsers and extensions which send the GPC signal, businesses that honor GPC and other supporting partners involved in creating the specification.
4 | entries:
5 | - name: Abine DeleteMe
6 | url: https://joindeleteme.com/blog/how-to-enable-global-privacy-control/
7 | img: /img/participating-logos/abine.svg
8 | browser_img: /img/browser-logos/abine.svg
9 | type: Downloadable
10 | isFeaturedIndex: 1
11 | inOrganizations: true
12 | - name: Automattic
13 | url: https://automattic.com/
14 | img: /img/participating-logos/automattic.svg
15 | type: Business
16 | isFeaturedIndex: 1
17 | - name: Brave Software
18 | url: https://brave.com/global-privacy-content/
19 | img: /img/participating-logos/brave.svg
20 | browser_img: /img/browser-logos/brave.svg
21 | type: Downloadable
22 | isFeaturedIndex: 1
23 | inOrganizations: true
24 | - name: Check My Ads
25 | url: https://checkmyads.org/
26 | img: /img/participating-logos/checkmyads.svg
27 | type: Business
28 | - name: Complianz
29 | url: https://complianz.io/
30 | img: /img/participating-logos/complianz.svg
31 | type: Business
32 | - name: Consumer Reports
33 | url: https://advocacy.consumerreports.org/issue/tech-privacy/
34 | img: /img/participating-logos/cr.svg
35 | type: Business
36 | isFeaturedIndex: 1
37 | - name: Didomi
38 | url: https://www.didomi.io/
39 | img: /img/participating-logos/didomi.png
40 | type: Business
41 | - name: Disconnect
42 | url: https://disconnect.me/
43 | img: /img/participating-logos/disconnect.svg
44 | browser_img: /img/browser-logos/disconnect.svg
45 | type: Downloadable
46 | isFeaturedIndex: 1
47 | inOrganizations: true
48 | - name: Digital Content Next
49 | url: https://digitalcontentnext.org/
50 | img: /img/participating-logos/dcn.svg
51 | type: Business
52 | - name: DuckDuckGo
53 | url: https://spreadprivacy.com/global-privacy-control-enabled-by-default/
54 | img: /img/participating-logos/duckduckgo-vertical.svg
55 | browser_img: /img/browser-logos/DDG.svg
56 | type: Downloadable
57 | isFeaturedIndex: 1
58 | inOrganizations: true
59 | - name: EFF
60 | url: https://www.eff.org/
61 | img: /img/participating-logos/eff.svg
62 | type: Business
63 | isFeaturedIndex: 1
64 | - name: Financial Times
65 | url: https://www.ft.com/
66 | img: /img/participating-logos/ft.svg
67 | type: Business
68 | - name: Glitch
69 | url: https://glitch.com/
70 | img: /img/participating-logos/glitch.svg
71 | type: Business
72 | - name: Firefox
73 | url: https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/
74 | img: /img/participating-logos/firefox.svg
75 | browser_img: /img/browser-logos/firefox.svg
76 | type: Downloadable
77 | - name: Ketch
78 | url: https://www.ketch.com/platform/consent-management
79 | img: /img/participating-logos/ketch.svg
80 | type: Business
81 | - name: lockr
82 | url: https://lockrmail.com/
83 | img: /img/download-logos/lockr.png
84 | type: Business
85 | - name: Mee Foundation
86 | url: https://mee.foundation/
87 | img: /img/download-logos/mee.svg
88 | type: Business
89 | - name: Meredith Digital
90 | url: https://www.meredith.com/
91 | img: /img/participating-logos/meredith.svg
92 | type: Business
93 | isFeaturedIndex: 11
94 | - name: Mozilla
95 | url: https://mozilla.org/
96 | img: /img/participating-logos/mozilla.svg
97 | type: Business
98 | isFeaturedIndex: 1
99 | - name: National Science Foundation
100 | url: https://www.nsf.gov/
101 | img: /img/participating-logos/nsf.svg
102 | type: Business
103 | - name: New York Times
104 | url: https://www.nytimes.com/
105 | img: /img/participating-logos/nyt.svg
106 | type: Business
107 | isFeaturedIndex: 9
108 | - name: OneTrust
109 | url: https://www.onetrust.com/solutions/consent-management-platform/
110 | img: /img/participating-logos/onetrust.svg
111 | type: Business
112 | - name: Optery
113 | url: https://www.optery.com/the-optery-global-privacy-control-gpc-extension/
114 | img: /img/participating-logos/optery.svg
115 | type: Business
116 | - name: OptMeowt by privacy-tech-lab
117 | url: https://github.com/privacy-tech-lab/gpc-optmeowt
118 | img: /img/participating-logos/optmeowt.svg
119 | browser_img: /img/browser-logos/optmeowt.svg
120 | type: Downloadable
121 | - name: Privacy Badger by EFF
122 | url: https://privacybadger.org/
123 | img: /img/participating-logos/privacybadger.svg
124 | browser_img: /img/browser-logos/privacybadger.svg
125 | type: Downloadable
126 | - name: privacy-tech-lab
127 | img: /img/participating-logos/optmeowt.svg
128 | url: https://privacytechlab.org/
129 | type: Business
130 | - name: Raptive
131 | url: https://raptive.com/
132 | img: /img/participating-logos/raptive.svg
133 | type: Business
134 | isFeaturedIndex: 12
135 | - name: SourcePoint
136 | url: https://www.sourcepoint.com/
137 | img: /img/participating-logos/sourcepoint.svg
138 | type: Business
139 | - name: TrustArc
140 | url: https://trustarc.com/resource/global-privacy-control/
141 | img: /img/participating-logos/trustarc.svg
142 | type: Business
143 | - name: Wesleyan University
144 | url: https://wesleyan.edu/
145 | img: /img/participating-logos/wesleyan.svg
146 | type: Business
147 | - name: Washington Post
148 | url: https://www.washingtonpost.com/
149 | img: /img/participating-logos/washington-post.svg
150 | type: Business
151 | isFeaturedIndex: 10
152 | - name: WireWheel
153 | url: https://www.wirewheel.io
154 | img: /img/participating-logos/wirewheel.svg
155 | type: Business
156 | ---
157 |
158 | The following organizations, representing 50 million users and hundreds of thousands of websites, are in support of GPC.
159 |
160 | ---Browsers
161 | green: Browsers + Extensions
162 | gray: / (Collectively Over ~50million Users)
163 |
164 | ---
165 |
166 | ---Business
167 | green: Organizations
168 | gray: / (Browser and extension vendors, publishers, consent management platforms, ...)
169 |
170 | ---
171 |
172 | ---Partners
173 | green: Supporting Partners
174 |
175 | ---
176 |
--------------------------------------------------------------------------------
/content/press.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Press & Announcements
3 | entries:
4 | - datePublished: Jan. 27, 2025
5 | contentUrl: https://www.adexchanger.com/data-privacy-roundup/if-youre-a-publisher-and-you-dont-know-what-a-uoom-is-then-read-this/
6 | title: "If You’re A Publisher And You Don’t Know What A UOOM Is, Then Read This"
7 | source: AdExchanger
8 | - datePublished: Mar 23, 2023
9 | contentUrl: https://www.badcredit.org/news/global-privacy-control-stops-companies-from-selling-online-information/
10 | title: "Global Privacy Control Boosts Online Privacy by Empowering Consumers with Proactive Protection"
11 | source: badcredit.org
12 | - datePublished: Oct. 26, 2021
13 | contentUrl: https://www.washingtonpost.com/technology/2021/10/26/global-privacy-control-firefox/
14 | title: "Your browser can tell websites how to treat your data. But companies didn’t have to listen — until now"
15 | source: The Washington Post
16 | isFeaturedIndex: 2
17 | img: "/img/press-logos/washpo-white.svg"
18 | - datePublished: Jan. 28, 2021
19 | contentUrl: https://globalprivacycontrol.org/press-release/20210128
20 | title: "GPC Privacy Browser Signal Now Used by Millions and Honored By Major Publishers"
21 | source: Global Privacy Control
22 | isFeaturedIndex: 1
23 | img: "/img/press-logos/gpc-white.svg"
24 | - datePublished: Oct 8th, 2020
25 | contentUrl: https://www.theregister.com/2020/10/10/global_privacy_control/
26 | title: Global Privacy Control emerges as latest attempt to let netizens choose whether they want to be tracked online
27 | source: The Register
28 | - datePublished: Oct 8th, 2020
29 | contentUrl: https://www.fastcompany.com/90561555/global-privacy-control-duckduckgo-eff-mozilla
30 | title: DuckDuckGo, EFF, and others just launched privacy settings for the whole internet
31 | source: Fast Company
32 | - datePublished: Oct 7th, 2020
33 | contentUrl: https://iapp.org/news/a/global-privacy-control-initiative-hopes-to-help-consumers-exercise-ccpa-rights/
34 | title: Global Privacy Control initiative aims to help consumers exercise privacy rights
35 | source: IAPP
36 | - datePublished: Oct 7th, 2020
37 | contentUrl: https://arstechnica.com/tech-policy/2020/10/coming-to-a-browser-near-you-a-new-way-to-keep-sites-from-selling-your-data/
38 | title: Now you can enforce your privacy rights with a single browser tick
39 | source: Ars Technica
40 | - datePublished: Oct 7th, 2020
41 | contentUrl: https://www.cnet.com/news/privacy-effort-could-stop-some-annoying-website-popups-and-online-tracking/
42 | title: Privacy push could stop some annoying website pop-ups and online tracking
43 | source: CNET
44 | - datePublished: Oct 7th, 2020
45 | contentUrl: https://duo.com/decipher/global-privacy-control-protocol-aims-to-pick-up-where-do-not-track-left-off
46 | title: Global Privacy Control Protocol Aims to Pick Up Where Do Not Track Left Off
47 | source: Decipher
48 | - datePublished: Oct 7th, 2020
49 | contentUrl: https://techcrunch.com/2020/10/07/tech-publisher-coalition-backs-new-push-for-browser-level-privacy-controls/
50 | title: Tech-publisher coalition backs new push for browser-level privacy controls
51 | source: TechCrunch
52 | isFeaturedIndex: 4
53 | img: "/img/press-logos/techcrunch-white.svg"
54 | - datePublished: Oct 7th, 2020
55 | contentUrl: https://www.wired.com/story/global-privacy-control-launches-do-not-track-is-back/
56 | title: ‘Do Not Track’ Is Back, and This Time It Might Work
57 | source: Wired
58 | isFeaturedIndex: 3
59 | img: "/img/press-logos/wired-white.svg"
60 | - datePublished: Oct 7th, 2020
61 | contentUrl: https://globalprivacycontrol.org/press-release/20201007
62 | title: "Announcing Global Privacy Control: Making it Easy for Consumers to Exercise Their Privacy Rights"
63 | source: Global Privacy Control
64 | img: "/img/press-logos/gpc-white.svg"
65 | ---
66 |
--------------------------------------------------------------------------------
/content/testimonials.md:
--------------------------------------------------------------------------------
1 | ---
2 | entries:
3 | - name: Xavier Becerra
4 | position: CA Attorney General
5 | quote: CA DOJ is encouraged to see the technology community developing a global privacy control in furtherance of the CCPA and consumer privacy rights.
6 | img: /img/testimonial-imgs/becerra.jpg
7 | imgAlt: Picture of Xavier Becerra
8 | url: https://twitter.com/AGBecerra/status/1313884873413726208
9 | - name: Ron Wyden
10 | position: Senate Finance Chairman
11 | quote: 40 million consumers are now using web browsers and other privacy tools that support this global opt out. Major publishers, the New York Times, Washington Post, have already pledged to respect it. California's Attorney General has already said that companies must respect GPC. This is a big step in Americans privacy, a big, big step forward.
12 | img: /img/testimonial-imgs/wyden.png
13 | imgAlt: Picture of Ron Wyden
14 | url: https://twitter.com/jason_kint/status/1369313187317878788?s=21
15 | - name: Mark R. Warner
16 | position: VA Senator
17 | quote: My hope is that Governor Northam and the legislature will improve [the newly passed Virginia Consumer Data Protection Act] in the near future in important ways... making it easier for Virginia citizens to invoke their privacy rights, such as through a global privacy control.
18 | img: /img/testimonial-imgs/warner.jpg
19 | imgAlt: Picture of Mark R. Warner
20 | url: https://www.warner.senate.gov/public/index.cfm/pressreleases?id=69CDF4A0-C7E6-4357-A0F1-E9F107FCEF8C
21 | - name: Alexander McD White
22 | position: Bermuda Privacy Commissioner
23 | quote: GPC provides a clear and binary indication of an individual's choice... Based on a review of several of the web browsers' intentions regarding GPC, it appears likely to be a prominent, easily understandable, and accessible mechanism in the browser settings.
24 | img: /img/testimonial-imgs/white.jpg
25 | imgAlt: Picture of Alexander McD White
26 | url: https://www.privacy.bm/post/global-privacy-control-interoperability-in-action
27 | - name: Ron Wyden
28 | position: Senate Finance Chairman
29 | quote: It's past time to give consumers a real and enforceable way to stop companies from tracking and selling their data. My Mind Your Own Business Act would do just that, and this project [Global Privacy Control] shows it’s possible.
30 | img: /img/testimonial-imgs/wyden.png
31 | imgAlt: Picture of Ron Wyden
32 | url: https://twitter.com/RonWyden/status/1314234870747422720
33 | - name: Xavier Becerra
34 | position: CA Attorney General
35 | quote: CCPA requires businesses to treat a user-enabled global privacy control as a legally valid consumer request to opt out of the sale of their data. CCPA opened the door to developing a technical standard, like the GPC, which satisfies this legal requirement & protects privacy.
36 | img: /img/testimonial-imgs/becerra.jpg
37 | imgAlt: Picture of Xavier Becerra
38 | url: https://twitter.com/AGBecerra/status/1354850758236102656
39 | ---
40 |
41 | This is HTML
42 |
--------------------------------------------------------------------------------
/next-sitemap.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | siteUrl: 'https://globalprivacycontrol.org',
3 | generateRobotsTxt: false
4 | };
5 |
--------------------------------------------------------------------------------
/next.config.js:
--------------------------------------------------------------------------------
1 | const isProd = process.env.NODE_ENV === 'production';
2 |
3 | const GH_PAGES_PREFIX = ''; // '/gpc-next' without CNAME
4 |
5 | module.exports = {
6 | env: {
7 | publicPrefix: isProd ? GH_PAGES_PREFIX : '',
8 | siteUrl: 'https://globalprivacycontrol.org'
9 | },
10 | crossOrigin: 'anonymous',
11 | basePath: isProd ? GH_PAGES_PREFIX : '',
12 | assetPrefix: isProd ? GH_PAGES_PREFIX : '',
13 | output: 'export'
14 | };
15 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "landing-page",
3 | "version": "1.0.0",
4 | "private": true,
5 | "repository": "git@github.com:globalprivacycontrol/landing-page.git",
6 | "license": "CC BY 4.0",
7 | "scripts": {
8 | "dev": "next dev",
9 | "build": "next build",
10 | "postbuild": "next-sitemap",
11 | "start": "next start",
12 | "lint": "next lint",
13 | "prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json)\"",
14 | "format": "npm run prettier -- --write",
15 | "check-format": "npm run prettier -- --list-different"
16 | },
17 | "prettier": {
18 | "singleQuote": true,
19 | "trailingComma": "none"
20 | },
21 | "eslintConfig": {
22 | "env": {
23 | "browser": true,
24 | "es6": true,
25 | "node": true
26 | },
27 | "extends": [
28 | "eslint:recommended",
29 | "next",
30 | "prettier"
31 | ],
32 | "rules": {
33 | "@next/next/no-img-element": "off",
34 | "no-console": [
35 | "warn",
36 | {
37 | "allow": [
38 | "error",
39 | "warn",
40 | "trace"
41 | ]
42 | }
43 | ],
44 | "no-unused-vars": [
45 | "error",
46 | {
47 | "args": "none",
48 | "ignoreRestSiblings": true
49 | }
50 | ]
51 | }
52 | },
53 | "dependencies": {
54 | "bootstrap": "^4.5.3",
55 | "classnames": "^2.3.1",
56 | "gray-matter": "^4.0.3",
57 | "highlight.js": "^11.6.0",
58 | "js-yaml": "^4.0.0",
59 | "next": "^14.2.21",
60 | "next-sitemap": "^2.5.28",
61 | "postcss": "^8.4.31",
62 | "postcss-flexbugs-fixes": "^5.0.2",
63 | "postcss-preset-env": "^7.4.1",
64 | "postcss-url": "^10.1.3",
65 | "react": "^18.2.0",
66 | "react-dom": "^18.2.0",
67 | "remark": "^14.0.2",
68 | "remark-html": "^15.0.1",
69 | "sass": "^1.49.9"
70 | },
71 | "devDependencies": {
72 | "@babel/eslint-parser": "^7.17.0",
73 | "babel-eslint": "^10.1.0",
74 | "eslint": "^8.10.0",
75 | "eslint-config-next": "^12.1.0",
76 | "eslint-config-prettier": "^8.4.0",
77 | "prettier": "^2.5.1",
78 | "prop-types": "^15.8.1"
79 | }
80 | }
81 |
--------------------------------------------------------------------------------
/postcss.config.js:
--------------------------------------------------------------------------------
1 | const isProd = process.env.NODE_ENV === 'production';
2 |
3 | const GH_PAGES_PREFIX = ''; // '/gpc-next' without CNAME
4 |
5 | module.exports = {
6 | plugins: [
7 | 'postcss-flexbugs-fixes',
8 | [
9 | 'postcss-preset-env',
10 | {
11 | autoprefixer: {
12 | flexbox: 'no-2009'
13 | },
14 | stage: 3,
15 | importFrom: ['./src/styles/variables.css'],
16 | features: {
17 | 'custom-properties': true,
18 | 'custom-media-queries': true,
19 | 'nesting-rules': true
20 | }
21 | }
22 | ],
23 | [
24 | 'postcss-url',
25 | {
26 | // note `rebase` option doesn't work so we use `url`
27 | url: function ({ url }) {
28 | return isProd ? `${GH_PAGES_PREFIX}${url}` : url;
29 | }
30 | }
31 | ]
32 | ]
33 | };
34 |
--------------------------------------------------------------------------------
/public/.well-known/gpc.json:
--------------------------------------------------------------------------------
1 | {
2 | "gpc": true,
3 | "lastUpdate": "2021-05-13"
4 | }
5 |
--------------------------------------------------------------------------------
/public/CNAME:
--------------------------------------------------------------------------------
1 | globalprivacycontrol.org
2 | www.globalprivacycontrol.org
3 |
--------------------------------------------------------------------------------
/public/GPC_for_Users.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/GPC_for_Users.pdf
--------------------------------------------------------------------------------
/public/Implementing GPC for Publishers.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/Implementing GPC for Publishers.pdf
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/favicon.ico
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-700.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-700.woff2
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-700italic.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-700italic.woff2
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-900.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-900.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-900.woff2
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-900italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-900italic.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-900italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-900italic.woff2
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-italic.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-italic.woff2
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-regular.woff
--------------------------------------------------------------------------------
/public/fonts/roboto-v20-latin-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/fonts/roboto-v20-latin-regular.woff2
--------------------------------------------------------------------------------
/public/img/arrow-icons/caret-down-fill.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/arrow-icons/caret-right-fill.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/author_aram@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/author_aram@3x.jpg
--------------------------------------------------------------------------------
/public/img/author_seb@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/author_seb@3x.jpg
--------------------------------------------------------------------------------
/public/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/avatar.png
--------------------------------------------------------------------------------
/public/img/bonta@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/bonta@3x.jpg
--------------------------------------------------------------------------------
/public/img/browser-fights-for-you.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/browser-logos/disconnect.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/browser-logos/optmeowt.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/contact-bg.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/divider-lines.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/download-logos/abine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/abine.png
--------------------------------------------------------------------------------
/public/img/download-logos/badger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/badger.png
--------------------------------------------------------------------------------
/public/img/download-logos/brave.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/brave.png
--------------------------------------------------------------------------------
/public/img/download-logos/disconnect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/disconnect.png
--------------------------------------------------------------------------------
/public/img/download-logos/duckduckgo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/duckduckgo.png
--------------------------------------------------------------------------------
/public/img/download-logos/firefox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/firefox.png
--------------------------------------------------------------------------------
/public/img/download-logos/lockr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/lockr.png
--------------------------------------------------------------------------------
/public/img/download-logos/mee.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/public/img/download-logos/optmeowt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/download-logos/optmeowt.png
--------------------------------------------------------------------------------
/public/img/favicon/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/android-chrome-192x192.png
--------------------------------------------------------------------------------
/public/img/favicon/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/android-chrome-512x512.png
--------------------------------------------------------------------------------
/public/img/favicon/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/apple-touch-icon.png
--------------------------------------------------------------------------------
/public/img/favicon/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/favicon-16x16.png
--------------------------------------------------------------------------------
/public/img/favicon/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/favicon-32x32.png
--------------------------------------------------------------------------------
/public/img/favicon/favicon-48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/favicon-48x48.png
--------------------------------------------------------------------------------
/public/img/favicon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/favicon/favicon.ico
--------------------------------------------------------------------------------
/public/img/gpc-logo-mobile.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/gpc-social-avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/gpc-social-avatar.jpg
--------------------------------------------------------------------------------
/public/img/gpc-social-big.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/gpc-social-big.jpg
--------------------------------------------------------------------------------
/public/img/hero-bg.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/disconnect.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/eff.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/ft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/microsoft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/mozilla.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/optmeowt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/samsung.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos-gray/twitter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos/checkmyads.svg:
--------------------------------------------------------------------------------
1 |
2 |
6 |
--------------------------------------------------------------------------------
/public/img/participating-logos/didomi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/participating-logos/didomi.png
--------------------------------------------------------------------------------
/public/img/participating-logos/disconnect.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos/eff.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos/ft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos/ketch.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/public/img/participating-logos/microsoft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos/mozilla.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos/optery.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/public/img/participating-logos/optmeowt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos/raptive.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/public/img/participating-logos/samsung.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/participating-logos/trustarc.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/participating-logos/trustarc.svg
--------------------------------------------------------------------------------
/public/img/participating-logos/twitter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/img/press-logos/Chicago_Trib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/Chicago_Trib.png
--------------------------------------------------------------------------------
/public/img/press-logos/LA_Times.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/LA_Times.png
--------------------------------------------------------------------------------
/public/img/press-logos/Mashable-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/Mashable-1.png
--------------------------------------------------------------------------------
/public/img/press-logos/Mashable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/Mashable.png
--------------------------------------------------------------------------------
/public/img/press-logos/TechCrunch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/TechCrunch.png
--------------------------------------------------------------------------------
/public/img/press-logos/The_Verge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/The_Verge.png
--------------------------------------------------------------------------------
/public/img/press-logos/Vox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/press-logos/Vox.png
--------------------------------------------------------------------------------
/public/img/press-logos/cnet-white.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/public/img/press-logos/wired-white.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/public/img/state-of-california@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/state-of-california@3x.png
--------------------------------------------------------------------------------
/public/img/testimonial-imgs/becerra.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/testimonial-imgs/becerra.jpg
--------------------------------------------------------------------------------
/public/img/testimonial-imgs/warner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/testimonial-imgs/warner.jpg
--------------------------------------------------------------------------------
/public/img/testimonial-imgs/white.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/testimonial-imgs/white.jpg
--------------------------------------------------------------------------------
/public/img/testimonial-imgs/wyden.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/globalprivacycontrol/landing-page/32550d8afe64baabd9da8dc1d55f4aa3c0697c4a/public/img/testimonial-imgs/wyden.png
--------------------------------------------------------------------------------
/public/img/turn-on-gpc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/site.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Global Privacy Control",
3 | "icons": [
4 | {
5 | "src": "/static/img/favicon/android-chrome-192x192.png",
6 | "sizes": "192x192",
7 | "type": "image/png"
8 | },
9 | {
10 | "src": "/static/img/favicon/android-chrome-512x512.png",
11 | "sizes": "512x512",
12 | "type": "image/png"
13 | }
14 | ],
15 | "theme_color": "#ffffff",
16 | "background_color": "#ffffff",
17 | "display": "standalone"
18 | }
19 |
--------------------------------------------------------------------------------
/public/sitemap.xml:
--------------------------------------------------------------------------------
1 |
2 | {title}
13 |
17 |19 | 20 |“{item.quote}”
18 |
28 | {item.name} 29 |
30 |31 | {item.position} 32 |
33 | 34 |87 | Contact us to learn more about supporting{' '} 88 | GPC in your browser, 89 | app, or website. 90 |
91 |92 | 97 | @globalprivctrl 98 | 99 |
100 |{headerText}
23 |