-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Isaaker/Developer
Updated blocklist, new workflows, update LICENSE, update CONTRIBUTIONS and new minor changes
- Loading branch information
Showing
14 changed files
with
3,459 additions
and
1,953 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: SAST GitLeaks | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
sast_semgrep: | ||
permissions: | ||
contents: read | ||
uses: ramshackle-code/sast_gitleaks/.github/workflows/sast_gitleaks.yml@922631f04aeeee05b0d16295608f13a7616a5844 #v1.3.0 | ||
with: | ||
fetch-depth: 0 | ||
gitleaks-config: 'cfg/gitleaks.toml' | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
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,10 @@ | ||
name: SAST Semgrep | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
sast_semgrep: | ||
permissions: | ||
contents: read | ||
uses: ramshackle-code/sast_semgrep/.github/workflows/sast_semgrep.yml@17a2b599ce6930240aa6c2797eb121c8fe5badf4 #v1.0.2 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file was deleted.
Oops, something went wrong.
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,37 @@ | ||
# 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.** |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.