Post Reply 
Allow third-party scripts for 1 site
Oct. 21, 2010, 08:15 PM
Post: #3
RE: Allow third-party scripts for 1 site
Hi, Sidki. Thanks for your answer.

About Third-Party Scripts, is that right:

Value for i_scrit: :
0= Allow ALL scripts, from the visited site & from any other site
1= Block ALL scripts, wherever they come from
11= Block all 3d-party
12= Block specific Third Party Scripts

Quote:"i_script:0" overrides any of the - mutually exclusive - 7.1, 7.2, 7.3 header switches

... so what is the difference between "i_script:0" and "a_js" ? Which is the most restrictive ?

*****************

Concerning Megaupload captcha Gif, on my machine, ticking "Content-Type: 5c Filter GIFs" is blocking the gif, it doesn't appear, unless I untick this filter.
The host is something like "wwwq32.megaupload.com" where the number (here "32") is different for each file to download.
I append a copy of the LOGwindow if you want to control it.
It might be blocked here:
Code:
BlockList 2843: in Mem-SpoofVars, line 1

Sorry, I was inattentive and didn't notice I'd omitted the "+". But yet, this doesn't work, either:
Code:
[^.]+.megaupload.com/gencap.php        $SET(0=a_gifs:0.)

I found this one to work well and the gif of the captcha shows up:
Code:
[^.]+.megaupload.com/gencap.php        $SET(0=a_gifs.)


Attached File(s)
.txt  MU_log.txt (Size: 28.86 KB / Downloads: 812)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Allow third-party scripts for 1 site - fpout - Oct. 19, 2010, 09:39 AM
RE: Allow third-party scripts for 1 site - fpout - Oct. 21, 2010 08:15 PM

Forum Jump: