关于5/24的所有......

sidki config set的配置、使用,新手入门首选

Moderator: phoenix

ddbb
Moderator
Posts: 425
Joined: Jan 07 2008, 13:30

关于5/24的所有......

Post by ddbb »

以后有关这个版本的都加在这了........

先放上LOG.....

然后有一个BUG.......用了524之后 sina新闻下面的投票不正常了.......比如
http://news.sina.com.cn/s/2009-06-02/054217931265.shtml
因为同时换了1535 本来还以为是1535的问题......可是今天用了一下2/13 发现是没问题的......换回来立刻就不行......应该还是524的问题........

查了一下是 是http://news.sina.com.cn/moodcounter/socialMoodTemplate.js这个JS对应的 Top All Mark 的问题 准确的说是 Top All Mark: Start 04.07.11 (multi) [sd] (d.r)
把这个关掉就没问题了..........

但是看了一下 这个里面好像什么都没写.......可能还是和这个相关联的规则有关.........这我就查不到了......
Attachments
Log-Rare.zip
(3.28 KiB) Downloaded 446 times
skywolf
Posts: 4
Joined: Jan 23 2009, 10:05

Re: 关于5/24的所有......

Post by skywolf »

这个5-24是不是内测的?没找到
ddbb
Moderator
Posts: 425
Joined: Jan 07 2008, 13:30

Re: 关于5/24的所有......

Post by ddbb »

http://sidki.proxfilter.net/prox-archive/

下面

是alpha版..........
User avatar
phoenix
Site Admin
Posts: 529
Joined: Dec 29 2007, 16:27

Re: 关于5/24的所有......

Post by phoenix »

ddbb wrote: 查了一下是 是http://news.sina.com.cn/moodcounter/socialMoodTemplate.js这个JS对应的 Top All Mark 的问题 准确的说是 Top All Mark: Start 04.07.11 (multi) [sd] (d.r)
把这个关掉就没问题了..........

但是看了一下 这个里面好像什么都没写.......可能还是和这个相关联的规则有关.........这我就查不到了......
心情投票的时候会发起一个 request,如下这种形式:

Code: Select all

http://counter.sina.com.cn/querylist?format=js&entry=moodarray&callback=moodCallback&id=8&key=8%25231-1-17908784%2523http%253A%252F%252Fnews.sina.com.cn%252Fs%252Fp%252F2009-05-29%252F022117908784.shtml%2523NULL
这个 request 在 0524 中会被 Top Sniff: JS & VBS Content 09.05.24 [sd] (d.2 l.3) 匹配,在 0213 中则不会,不知道是不是因为 Top JS Mark: Start 更新了的缘故。

在 0524 中禁止 Top Sniff: JS & VBS Content 09.05.24 [sd] (d.2 l.3) 会使心情投票正常,但在 Exceptions-U.ptxt 中添加排除项却不起作用:

Code: Select all

counter.sina.com.cn/				$SET(0=a_jssigns.)
我已向 sidki 报告此问题,看他怎么说了。
User avatar
phoenix
Site Admin
Posts: 529
Joined: Dec 29 2007, 16:27

Re: 关于5/24的所有......

Post by phoenix »

sidki 的回复:
Thanks. Although a false positive, it's not caused by a regression in the config, but actually by an improvement in the JS detection. Scripts from "counter" subdomains, especially if coming as text/html, should get blocked by default.

However, i see that "count" blocking is restricted to off-domain hosts. Maybe "counter" should be handled similarly. I don't know yet, but i'll look into it.
随后:
Yes, it appears safe. I have replaced the respective entry in AdHosts with:

Code: Select all

count((ing|us|ers|s)[0-9]+|(er)+([#0:*]|$TST(\9=[/.])))
btw,我原来提到的排除项不起作用是因为我在 Exceptions-U.ptxt 中有其他关于 sina 的排除项被先匹配了。应用 sidki 的修改后,就不需要那个排除项了。
ddbb
Moderator
Posts: 425
Joined: Jan 07 2008, 13:30

Re: 关于5/24的所有......

Post by ddbb »

辛苦PH了.......
User avatar
phoenix
Site Admin
Posts: 529
Joined: Dec 29 2007, 16:27

Re: 关于5/24的所有......

Post by phoenix »

Here is the first alpha update, Sidki 2009-05-24 Alpha 2.
  • Add one more notation for concatenated scripts. This is fixing digg.com, which is the only example right now.
  • Character encoding: Also look for charset meta tag outside the the first head block. Don't add ISO charset meta tag if UTF-8 BOM () is present. Only relevant for pages in non-Latin languages.
  • Various bugfixes (also due to the posted/submitted log-rare entries, thanks :) ).
  • Exceptions list fixes for the world's top 10K pages.
  • Byte limit in "<script> Remove: Ad Scripts - Noscript" reduced from 32K to 20K. For now. Can be further reduced to 13K in case of problems (due to below mentioned filter).
  • New filter, "<script> Block: Ad Scripts - Initial Code", which just looks at the first few chars of an inline script, hence can block scripts of unlimited size. It's an early version, without assigned specific keyword, etc.
  • "block popups silently even on link click" keyword. I will go into detail about that in another post.
  • "Remove: Specific Functions on sel. Sites" update (as posted earlier). Required for theonion.com "premercial" fix.
  • Additional scripted webbug blocking. However, also blocks image prefetching. So in case of display problems, watch out for "new Image().src" in the red "hits" bottom link flyover.
http://sidki.proxfilter.net/prox-archiv ... -alpha.zip
User avatar
phoenix
Site Admin
Posts: 529
Joined: Dec 29 2007, 16:27

Re: 关于5/24的所有......

Post by phoenix »

Sidki 2009-05-24 Alpha 3:
  • Fix several regressions (things that used to work before).
  • Adjust several filters for pages written on a Mac (lacking the line-break "\n").
  • Changes in Prox menu and header filters to also display styles/scripts with non-printable chars in IE (by bypassing IE's built-in content sniffer).
  • Limit popup blocked notification to 10 popups.
  • Handle scripts with false content-type *and* missing content-length more restrictive (just for testing, all logged to Log-Rare).
  • Add a few entries to "Exploits" section in JSProperties (just for testing, all logged to Log-Rare).
  • Exceptions list updated for new "Remove: Specific Comment-Blocks on sel. Sites" filter.
  • Scattered code corrections, list entry removals/additions.
http://sidki.proxfilter.net/prox-archiv ... -alpha.zip
ddbb
Moderator
Posts: 425
Joined: Jan 07 2008, 13:30

Re: 关于5/24的所有......

Post by ddbb »

:?

一直用的都是最新的.....

不过我的体验下来........好像没什么感觉.......体验不出哪里有什么不一样......

P.S:啊.........才发现.......最新的这个 右下那个小圆点没了.......
User avatar
phoenix
Site Admin
Posts: 529
Joined: Dec 29 2007, 16:27

Re: 关于5/24的所有......

Post by phoenix »

功能框架早就定型了,现在主要是修修补补或改进,如果你不访问那些以前版本有问题的网站,是很难体会到差别。

这次新增的功能是 Remove: Specific Comment-Blocks on sel. Sites ,Exceptions-U 中有用法介绍。

Prox Menu不出现的问题,是所有网站还是部分网站?你先 reload config 试试。
Post Reply