Post Reply 
Something like “decentraleyes” for Privoxy…
Apr. 06, 2019, 03:54 AM (This post was last modified: Apr. 06, 2019 03:55 AM by JJoe.)
Post: #29
RE: Something like “decentraleyes” for Privoxy…
(Apr. 05, 2019 07:23 PM)vlad_s Wrote:  Is it possible to somehow weaken the site policy by removing some of the headers?

I don't think that will work. We can remove the request headers but the browser still knows that it sent them.

However, redirect works after I change Yandex.ru html from

Code:
<link rel="preload" href="//yastatic.net/jquery/2.1.4/jquery.min.js" as="script" crossorigin="anonymous">
...
<script src="//yastatic.net/jquery/2.1.4/jquery.min.js" crossorigin="anonymous">

to

Code:
<link rel="preload" href="//yastatic.net/jquery/2.1.4/jquery.min.js" as="script">
...
<script src="//yastatic.net/jquery/2.1.4/jquery.min.js">
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
vlad_s
Post Reply 


Messages In This Thread
RE: Something like “decentraleyes” for Privoxy… - JJoe - Apr. 06, 2019 03:54 AM

Forum Jump: