Post Reply 
Something like “decentraleyes” for Privoxy…
Apr. 03, 2019, 05:10 PM
Post: #24
RE: Something like “decentraleyes” for Privoxy…
You are right, I am not well versed in this. But I did as you indicated. The script "https://yastatic.net/jquery/2.1.4/jquery.min.js" does not load due to the absence of another header, "Access-Control-Allow-Origin: *". I added it:
Code:
#filter
SERVER-HEADER-FILTER: Add-Access-Control-Allow-Origin Add Access-Control-Allow-Origin header
s@^(Content-Length:\s+.*)$@$1\r\nAccess-Control-Allow-Origin: *@i

#action
{-filter{banners-by-size} \
+server-header-filter{Add-Content-Security-Policy} \
}
.yandex.*/
{+server-header-filter{Add-Access-Control-Allow-Origin} \
}
yastatic.net/jquery/
But the error did not change. Maybe I'm doing something wrong again?
[Image: 2019-04-03-195510.png]
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Something like “decentraleyes” for Privoxy… - vlad_s - Apr. 03, 2019 05:10 PM

Forum Jump: