Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/report-a-false-positive.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
name: Report a false-positive
about: Request a removal of website from being flagged.
title: Remove <replace with url>
title: Remove <replace with url> from block list
labels: website remove
assignees: ''

---

**Why the website should be unflagged?**
<replace with reason>
**Why should the website be unflagged?**
<explain why it should be unflagged>

**What's the domain name?**
<replace with domain name>

**Anything else?**
<add other notes if needed>
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/report-a-threat.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Report a threat
about: Report a new harmful web resource my submitting issue.
title: Add <replace with url>
title: Add <replace with url> to the blocklist
labels: website add
assignees: ''

Expand All @@ -17,4 +17,4 @@ I'm reporting a [Harmful/Potentionally Unwanted/Illegally redistributing] websit

**Anything more?**

<replace this with anything more>
<add extra notes if needed>
4 changes: 2 additions & 2 deletions .github/ranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ labels:
duplicate:
action: close
delay: 0s
comment: "⚠️ Your request has been removed for being duplicate, next time please check if domain that you want to report was not already reported before creating new one."
comment: "⚠️ Your request has been removed for being duplicate, next time please check if the domain that you want to report was not already reported before creating a new one."
rejected:
action: close
delay: 0s
comment: "🚫 Your request was denied, please don't open issue with same domain again! If you think there was an error, comment below and issue will be reviewed again."
comment: "🚫 Your request was denied, please don't open an issue with the same domain again! If you think there was an error, comment below and the issue will be reviewed again."
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Restricts access to harmful or unwanted web resources.

### Why do we need StopMalwareContent if we have the StopModReposts extension?

The main reason is that StopModReposts is **not being actively mantained**, but this extension is and is recieving constant updates. It also uses the StopModReposts' ``Illegal-Mod-Sites`` list.
The main reason is that StopModReposts is **not being actively mantained**, but this extension is receiving constant updates. It also uses the StopModReposts' ``Illegal-Mod-Sites`` list.

### Can I report a new website?

Expand All @@ -25,21 +25,25 @@ If StopMalwareContent is flagging something that it shouldn't, just [Click here]

## Contributors

- Thanks [@blryface](https://github.com/blryface), for _active beta-testing, Brazilian Portuguese translation, tweaks to the description_ & _being helpful_.
- Thanks [@blryface](https://github.com/blryface), for _active beta-testing, Brazilian/Portuguese translation, tweaks to the description_ & _being helpful_.
- Thanks [@KTrain](https://github.com/KTrain5169), for _contributing_ & _Vietnamese translation_.

## Development

Before starting adding new features to our extension, make sure to learn [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/).

We highly reccomend using [Conventional Commits](https://conventionalcommits.org/en/v1.0.0/#summary) for commit messages!
We highly recommend using [Conventional Commits](https://conventionalcommits.org/en/v1.0.0/#summary) for commit messages!

## Credits

Thanks to the [StopModReposts](https://stopmodreposts.org/) team for inspiring me to make this extension!

Harmful website list based on [StopModReposts/Illegal-Mod-Sites](https://github.com/StopModReposts/Illegal-Mod-Sites).

## Block list

You may view the sites blocked by the extension [on our website's Sites section](https://stopmalwarecontent.pages.dev/sites).

## License

[![Attribution-ShareAlike 4.0 International](https://licensebuttons.net/l/by-sa/3.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/)