To have my blog GDPR compatible I have to host CDN resources on my own in my Theme, this has the BAD side that I have to upgrade my Theme each time I upgrade ghost ![]()
I would love to implement a proxy for these resources:
{
"sodoSearch": {
"url": "/assets/jsdelivr/sodo-search/umd/sodo-search.min.js",
"styles": "/assets/jsdelivr/sodo-search/umd/main.css"
},
"portal": {
"url": "/assets/jsdelivr/portal/umd/portal.min.js"
},
"comments": {
"url": "/assets/jsdelivr/comments-ui/umd/comments-ui.min.js",
"styles": false
}