mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 10:32:01 +08:00
Privacy Statement (#106)
Signed-off-by: Mika Ipstenu Epstein <ipstenu@ipstenu.org> Signed-off-by: Ipstenu (Mika Epstein) <Ipstenu@users.noreply.github.com> Co-authored-by: Joost de Valk <joost@altha.nl>
This commit is contained in:
parent
cc0368ecb9
commit
709c30d9ba
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -44,6 +44,22 @@ In addition to the key FAIR implementations, a few other features in WordPress a
|
|||
* Media features provided by OpenVerse are disabled, pending discussion and work by the FAIR working group
|
||||
* Ping services are configured to use IndexNow in place of Pingomatic
|
||||
|
||||
### Data Privacy
|
||||
|
||||
* See Also: [Linux Foundation Projects Privacy Policy](https://lfprojects.org/policies/privacy-policy/)
|
||||
|
||||
FAIR is built to reduce external dependencies and keep your site as self-contained as possible. However, some essential features require connecting to remote services in order to function correctly. This section details which features involve remote requests, what data may be transmitted, and the specific third-party providers involved. Review the list below to understand exactly where and why your site may communicate with external endpoints.
|
||||
|
||||
* Search engine pings when a post is published are handled by [IndexNow](https://www.indexnow.org).
|
||||
* Installation and updates of all WordPress Packages (core, plugins, themes) are via [AspireCloud from AspirePress](https://aspirepress.org/) (or other mirror as configured).
|
||||
* PHP versions are provided by [php.net](https://php.net)
|
||||
* Twemoji (emoji assets) are retrieved by [jsDeliver](https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/)
|
||||
|
||||
In addition we self-host certain features that could not be properly protected on our API servers as an intermediary. All data collected from FAIR servers fall under the [Linux Foundation Policies and Terms of Use for Hosted Projects](https://lfprojects.org/policies/hosted-project-tools-terms-of-use/); additionally, [the server itself is open source](https://github.com/fairpm/server). These services include:
|
||||
|
||||
* WordPress Events (`https://api.fair.pm/fair/v1/events`) - Retrieved from [The WP World](https://thewp.world) hourly and then cached on our servers. No user data is sent to The WP World.
|
||||
* WordPress Planet/News (`https://planet.fair.pm/atom.xml`)
|
||||
|
||||
## Contributing
|
||||
|
||||
See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on contributing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue