mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-29 15:41:05 -05:00
* New extension event + Tumblr GDPR https://github.com/FreshRSS/FreshRSS/issues/1894 simplepie_before_init event * Refactor extension enabling + Tumblr GDPR enabled by default Add possibility for extensions to be enabled by default, and disabled back by users. * Minor whitespace
9 lines
203 B
JSON
9 lines
203 B
JSON
{
|
||
"name": "Tumblr-GDPR",
|
||
"author": "Alkarex",
|
||
"description": "Bypass Tumblr’ GPDR check (implying consent) for the European Union",
|
||
"version": 1.0,
|
||
"entrypoint": "TumblrGdpr",
|
||
"type": "system"
|
||
}
|