From dc0c1391b48df3ea808dcf01aca8f6b863784d62 Mon Sep 17 00:00:00 2001 From: Isaaker <77550577+Isaaker@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:46:45 +0200 Subject: [PATCH] Updating BLACKLIST Adding new domains to BLACKLIST and deleting cast.scdn.co (Related to: #26 ) Also, update some CONTRIBUTING info and BUG issue type file. Co-Authored-By: pannal <1359593+pannal@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug-report.yaml | 84 +++++++++----------------- CONTRIBUTING.md | 8 ++- Lists/BLACKLIST.txt | 9 ++- docs/contributing.md | 43 +++++++++++++ 4 files changed, 87 insertions(+), 57 deletions(-) create mode 100644 docs/contributing.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 0c7c1ec..26d3c7d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -25,68 +25,44 @@ body: validations: required: true - type: dropdown - id: version + id: platform attributes: - label: Browser - description: What browser did you use when you had the bug? + label: Platform + description: "Please, select your platform." options: - - Firefox - - Firefox Developer Edition - - Safari - - Chrome - - Chromium - - Opera - - Opera GX - - Microsoft Edge - - Internet Explorer - - QQ Browser - - elinks - - Samsung Internet - - Vivaldi - - Brave - - Other (Tell us the name the name in the box below) - validations: - required: true - - type: textarea - id: browser-version - attributes: - label: Tell us the name the name of your browser if you select Other - description: Also tell us, what did you expect to happen? - placeholder: Tell us the name - validations: - required: false - - type: textarea - id: other-browser - attributes: - label: Browser Version - description: Tell us the name the version of your browser - placeholder: Example -> Version 16.0 - validations: - required: true - - type: dropdown - id: operative_system - attributes: - label: Operative System (OS) - multiple: true - options: - - MacOS (Apple) - - iOS (Apple) - - Android (Google) - - WatchOS (Apple) - - ChromeOS (Google) - - Windows (Microsoft) - - Linux (Linux Foundation) + - Web App + - App + - API + - TV + - Carplay & Android auto + - Smart Home Devices (such as speakers) - Other validations: required: true - - type: textarea - id: other-os + - type: input + id: device attributes: - label: OS Version - description: Tell us the Version of OS, if you select other also tell us your operative system name - placeholder: Example -> Monterey 12.6 + label: Device + description: "Please, enter your device name." + placeholder: Example -> iPhone validations: required: true + - type: input + id: os_version + attributes: + label: OS & Version + description: "Please, enter your device OS & Version." + placeholder: Example -> MacOS (14.2.1) + validations: + required: true + - type: input + id: browser_version + attributes: + label: Browser & Version (If applicable) + description: "Please, enter your Browser & Version (If applicable)." + placeholder: Example -> Safari (17.2.1) + validations: + required: false - type: textarea id: logs attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e26498e..7727f77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,4 +34,10 @@ You can colaborate in this ways: - [Opening a Issue](https://github.com/Isaaker/Spotify-AdsList/issues/new/choose) - [Making a Fork](https://github.com/Isaaker/Spotify-AdsList/fork) and later opening a Pull Request to the Developer branch of the origin repository -**⚠️Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.** \ No newline at end of file +**⚠️Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.** + +## Appear as a contributor + +Only users who contribute through PR or provide possible solutions to their problems can appear in this repository as contributors. In addition, users whose contributions are deemed noteworthy or whose problem is followed for a long time may be considered eligible to appear as contributors. + +This is subject to change, and the repository administrator can always add or not add contributors at their discretion. \ No newline at end of file diff --git a/Lists/BLACKLIST.txt b/Lists/BLACKLIST.txt index a452ee5..6a4f7a5 100644 --- a/Lists/BLACKLIST.txt +++ b/Lists/BLACKLIST.txt @@ -719,7 +719,6 @@ cal.spotify.com car-dev.scdn.co car-prod.scdn.co car-staging.scdn.co -cast.scdn.co charts-images.scdn.co clemmie.ash1.spotify.com clemmie.ash.spotify.com @@ -1554,4 +1553,10 @@ a1556.dsct.akamai.net a1051.dscw154.akamai.net video-akpcw-cdn-spotify-com.akamaized.net 2qbjhhcl4u87btjbo7dh8vi2n.litix.io -litix.io \ No newline at end of file +litix.io +a1949.dscb.akamai.net +a1887.dscq.akamai.net +e11408.d.akamaiedge.net +e14768.dscb.akamaiedge.net +e17437.dsct.akamaiedge.net +e7366.dscb.akamaiedge.net \ No newline at end of file diff --git a/docs/contributing.md b/docs/contributing.md new file mode 100644 index 0000000..7727f77 --- /dev/null +++ b/docs/contributing.md @@ -0,0 +1,43 @@ +# Contributing + +**Always read the license and code of conduct before contributing, once the changes you have made are added to the source repository they will be licensed under the source repository license** + +## Content to collaborate with + +This repository is a blocklist for Spotify Ads, therefore, the following contents are acceptable as a contribution: + +Accepted contents: + +- Spelling corrections +- Corrections of images or videos that are not displayed correctly +- Invalid domain correction +- New list format +- Add new domains to the blocklist +- Add new domains to the whitelist + +Not accepted contents: + +- Comments (for SPAM prevention) +- Ads of any kind +- Self-Promoting +- Posts or articles of your own creation +- Any kind of sensitive content +- Any type of content containing personal information of any person +- Any kind of software (as this repository is oriented to a website and not to software distribution) + +**If you are in doubt as to whether a piece of content is suitable to be added to this repository, please contact us through the contact section of the website** + +## How to colaborate + +You can colaborate in this ways: + +- [Opening a Issue](https://github.com/Isaaker/Spotify-AdsList/issues/new/choose) +- [Making a Fork](https://github.com/Isaaker/Spotify-AdsList/fork) and later opening a Pull Request to the Developer branch of the origin repository + +**⚠️Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.** + +## Appear as a contributor + +Only users who contribute through PR or provide possible solutions to their problems can appear in this repository as contributors. In addition, users whose contributions are deemed noteworthy or whose problem is followed for a long time may be considered eligible to appear as contributors. + +This is subject to change, and the repository administrator can always add or not add contributors at their discretion. \ No newline at end of file