From 12f0838699ba5f33067191d4b6b255cb6ae40a45 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 7 Oct 2021 14:12:36 +0200 Subject: [PATCH 1/3] Instances rules modifications --- Invidious-Instances.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Invidious-Instances.md b/Invidious-Instances.md index 5f192540..42048c33 100644 --- a/Invidious-Instances.md +++ b/Invidious-Instances.md @@ -69,22 +69,12 @@ dateCreated: 2021-05-23T16:58:48.431Z 6. Instances MUST be served via HTTPS (or/and onion). 7. Instances using any DDoS Protection / MITM MUST be marked as such (eg: Cloudflare, DDoS-Guard...). 8. Instances using any type of anti-bot protection MUST be marked as such. -9. Instances using any type of analytics: - - MUST be marked as such - - MUST be GDPR compliant - - MUST be CCPA compliant - - Are, by essence, running a modified source code, so the next points applies too -10. Any system whose goal is to modify the content served to the user (HTTP server rewrite, scripts, etc...) is considered the same as modifying the source code. +9. Instances MUST NOT use any type of analytics. +9. Instances MUST NOT serve ads (sponsorship links in banner are considered ads) NOR promote products. +10. Any system whose goal is to modify the content served to the user (i.e web server HTML rewrite) is considered the same as modifying the source code. 11. Instances running a modified source code: - MUST respect the AGPL by publishing their source code and stating their changes **before** they are be added to the list - MUST publish any later modification in a timely manner - MUST contain a link to both the modified and original source code of Invidious in the footer. -12. Instances are free to serve ads or promote sponsors but they: - - MUST be marked as such - - MUST NOT be served from a third party (eg: Google Ads isn't allowed) - - MUST NOT be scam - - MUST be for 100% legal services/goods - - MUST be explicitly marked as "not endorsed in any way by the Invidious project" -13. Instances MUSTN'T promote anything illegal (even if it's not advertisement). **NOTE:** We reserve the right to decline any instance from being added to the list, and to remove or ban any instance that repeatedly breaks the aforementioned rules. From c3f7204c0d27d61cf768ae648d36f10d19a4e042 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sat, 9 Oct 2021 17:55:57 +0200 Subject: [PATCH 2/3] Move ads/sponsors rule to the end --- Invidious-Instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invidious-Instances.md b/Invidious-Instances.md index 42048c33..130efb47 100644 --- a/Invidious-Instances.md +++ b/Invidious-Instances.md @@ -70,11 +70,11 @@ dateCreated: 2021-05-23T16:58:48.431Z 7. Instances using any DDoS Protection / MITM MUST be marked as such (eg: Cloudflare, DDoS-Guard...). 8. Instances using any type of anti-bot protection MUST be marked as such. 9. Instances MUST NOT use any type of analytics. -9. Instances MUST NOT serve ads (sponsorship links in banner are considered ads) NOR promote products. 10. Any system whose goal is to modify the content served to the user (i.e web server HTML rewrite) is considered the same as modifying the source code. 11. Instances running a modified source code: - MUST respect the AGPL by publishing their source code and stating their changes **before** they are be added to the list - MUST publish any later modification in a timely manner - MUST contain a link to both the modified and original source code of Invidious in the footer. +12. Instances MUST NOT serve ads (sponsorship links in banner are considered ads) NOR promote products. **NOTE:** We reserve the right to decline any instance from being added to the list, and to remove or ban any instance that repeatedly breaks the aforementioned rules. From b75b6faa26654425de24f1c9970b2f228897a369 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sun, 10 Oct 2021 20:29:04 +0200 Subject: [PATCH 3/3] fix typo Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- Invidious-Instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invidious-Instances.md b/Invidious-Instances.md index 130efb47..7f9409bc 100644 --- a/Invidious-Instances.md +++ b/Invidious-Instances.md @@ -75,6 +75,6 @@ dateCreated: 2021-05-23T16:58:48.431Z - MUST respect the AGPL by publishing their source code and stating their changes **before** they are be added to the list - MUST publish any later modification in a timely manner - MUST contain a link to both the modified and original source code of Invidious in the footer. -12. Instances MUST NOT serve ads (sponsorship links in banner are considered ads) NOR promote products. +12. Instances MUST NOT serve ads (sponsorship links in the banner are considered ads) NOR promote products. **NOTE:** We reserve the right to decline any instance from being added to the list, and to remove or ban any instance that repeatedly breaks the aforementioned rules.