Page 2 of 2

Re: A bug of flashblock function

Posted: Tue Jul 24, 2012 2:41 am
by royallin
GµårÐïåñ wrote:
royallin wrote:Re GµårÐïåñ:
Thanks for the translation,it's pretty good. :D
Because of the video by therube,so i think he or she is a chinese,so i want to share the forum with. :D
HE is not Chinese and as the handle suggests "therube" he is full blooded American from somewhere in the good old east of the midwest in Maryland somewhere. Posting in Chinese doesn't help him and I understand it because I've been a Marine for 15+ years. @therube, correct me if I am wrong.
I see .Thanks ! :D

Re: A bug of flashblock function

Posted: Fri Oct 19, 2012 7:45 am
by royallin
application/x-iframe@https?://www\.example\.com
or
application/x-<iframe>@https?://www\.example\.com
or
application/iframe@https?://www\.example\.com
or
application/<iframe>@https?://www\.example\.com
or
application/IFRAME@https?://www\.example\.com
or
application/<IFRAME>@https?://www\.example\.com
or
application/x-IFRAME@https?://www\.example\.com
or
application/x-<IFRAME>@https?://www\.example\.com

The rules don't work,why?

Re: A bug of flashblock function

Posted: Fri Oct 19, 2012 7:57 am
by Giorgio Maone
royallin wrote: The rules don't work,why?
Because IFRAME is a HTML tag, not a MIME content type identifier.

Supposing the frame is loading an html document, you need something like

Code: Select all

text/html@https?://www\.example\.com

Re: A bug of flashblock function

Posted: Fri Oct 19, 2012 2:09 pm
by royallin
Giorgio Maone wrote:
royallin wrote: The rules don't work,why?
Because IFRAME is a HTML tag, not a MIME content type identifier.

Supposing the frame is loading an html document, you need something like

Code: Select all

text/html@https?://www\.example\.com
The website:
http://pan.baidu.com/share/link?shareid ... 2684733227

GIF record
http://imgur.com/K0uZl



application/x-rar-compressed@https?://pan\.baidu\.com
or
application/x-rar-compressed@https?://www\.baidupcs\.com
or
text/html@https?://www\.baidupcs\.com
even
*@https?://www\.baidupcs\.com
don't work.

:roll:

Re: A bug of flashblock function

Posted: Fri Oct 19, 2012 3:22 pm
by Giorgio Maone
My bad, allowedMimeRegexp works only for plugin content, not for frames.
I'll see if I can make it work in next release.

Re: A bug of flashblock function

Posted: Sat Oct 20, 2012 12:36 am
by Giorgio Maone
Please check latest development build 2.5.9rc2, FRAME@https?://my.site.com should work now :)

Re: A bug of flashblock function

Posted: Sat Oct 20, 2012 4:00 am
by royallin
Giorgio Maone wrote:Please check latest development build 2.5.9rc2, FRAME@https?://my.site.com should work now :)
Thank you.The 2.5.9rc2 was tested.But something confused me.
Forbid<IFRAME> was checked.
Forbid<FRAME> didn't checded.
but
FRAME@https?://www\.baidupcs\.com work

IFRAME@https?://www\.baidupcs\.com don't work
:?:

PS:How about add "allways allow xxxx@http://my.wesite.com" to the menu of status bar icon ,not just "temporarily allow..." :D

Re: A bug of flashblock function

Posted: Tue Oct 23, 2012 7:12 am
by Giorgio Maone
royallin wrote: FRAME@https?://www\.baidupcs\.com work

IFRAME@https?://www\.baidupcs\.com don't work
FRAME works for both IFRAMEs an FRAMEs (they're equivalent security-wise, so there's little or no point to differentiate them further).

Re: A bug of flashblock function

Posted: Tue Oct 23, 2012 2:03 pm
by royallin
Giorgio Maone wrote:
royallin wrote: FRAME@https?://www\.baidupcs\.com work

IFRAME@https?://www\.baidupcs\.com don't work
FRAME works for both IFRAMEs an FRAMEs (they're equivalent security-wise, so there's little or no point to differentiate them further).
Thank you :D