Skip to content

Commit

Permalink
Added Energized Spark. Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed May 25, 2022
1 parent d8d4589 commit 4b35ee6
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
20 changes: 20 additions & 0 deletions filters/general/filter_28_Energized_Spark/configuration.json
@@ -0,0 +1,20 @@
{
"name": "Energized Spark",
"description": "A list of domains that serve ads, tracking scripts and malware from multiple reputable sources.",
"homepage": "https://energized.pro/",
"sources": [
{
"name": "Energized Spark",
"source": "https://block.energized.pro/spark/formats/filter",
"type": "adblock",
"transformations": [
"RemoveModifiers",
"Validate"
]
}
],
"transformations": [
"Deduplicate",
"Compress"
]
}
3 changes: 3 additions & 0 deletions filters/general/filter_28_Energized_Spark/filter.txt
@@ -0,0 +1,3 @@
!
! Title: Energized Spark
!
13 changes: 13 additions & 0 deletions filters/general/filter_28_Energized_Spark/metadata.json
@@ -0,0 +1,13 @@
{
"filterId": "energized_spark",
"id": 28,
"name": "Energized Spark",
"description": "A list of domains that serve ads, tracking scripts and malware from multiple reputable sources.",
"timeAdded": 1640082678993,
"homepage": "https://energized.pro/",
"expires": "4 days",
"displayNumber": 4,
"tags": [
"purpose:general"
]
}
4 changes: 4 additions & 0 deletions filters/general/filter_28_Energized_Spark/revision.json
@@ -0,0 +1,4 @@
{
"timeUpdated": 1653473148328,
"hash": "wostw4AYw6oxw5w6wo0ABcOPwp7DjsKoew=="
}
4 changes: 4 additions & 0 deletions locales/en/filters.json
Expand Up @@ -106,5 +106,9 @@
{
"hostlist.27.name": "OISD Blocklist Full",
"hostlist.27.description": "Blocks ads/trackers and prioritizes functionality over blocking. Compared to the basic version, the chances of a false-positive are higher."
},
{
"hostlist.28.name": "Energized Spark",
"hostlist.28.description": "A list of domains that serve ads, tracking scripts and malware from multiple reputable sources."
}
]

1 comment on commit 4b35ee6

@DandelionSprout
Copy link
Member

@DandelionSprout DandelionSprout commented on 4b35ee6 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(To @ameshkov in particular) I very strongly propose reverting this commit due to https://github.com/EnergizedProtection/block/issues/916, which I wholeheartedly agree with.

Please sign in to comment.