Post Reply 
Youtube problems when using Proxo
Sep. 01, 2010, 07:06 PM
Post: #1
Youtube problems when using Proxo
Hi,

Using sidki's alpha, since a few days I encounter problems when playing youtube files, more exactly when exiting from "fullscreen" mode back to normal, the page "reloads" and movie returns to start.

All is normal when proxo's bypassed.Banging Head

Example : http://www.youtube.com/watch?v=bU7j97ZIGdQ

When fullscreening with the "maximize" button at lower right of movie, and exiting fullscreen, page gets reloaded.
Add Thank You Quote this message in a reply
Sep. 01, 2010, 11:36 PM (This post was last modified: Sep. 01, 2010 11:37 PM by Toppy.)
Post: #2
RE: Youtube problems when using Proxo
Seems like it was the filter <script>: Remove Obfuscated Code which triggered this misbehaviour. Turning this filter OFF, It keeps playing as it should be when exiting fullscreen....
Add Thank You Quote this message in a reply
Sep. 02, 2010, 04:18 PM
Post: #3
RE: Youtube problems when using Proxo
Obviously a custom filter, as there is no such thing in mentioned alpha...
Add Thank You Quote this message in a reply
Sep. 02, 2010, 04:41 PM (This post was last modified: Sep. 02, 2010 08:44 PM by Toppy.)
Post: #4
RE: Youtube problems when using Proxo
(Sep. 02, 2010 04:18 PM)sidki3003 Wrote:  Obviously a custom filter, as there is no such thing in mentioned alpha...

Weird, I have no single clue how it got there, and what the purpose is, thanks for making me attent it ain't part of your config sidki.

Here's the code FYI :
Code:
[Patterns]
Name = "<script>: Remove Obfuscated Code"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(vbs))"
Bounds = "$NEST(<script,</script*>)"
Limit = 32767
Match = "*(\\([0-7]+{1,3}&&[#000:377])"
        "|(%|\\x)([a-f0-9])+{4}"
        "|(%|\\)u([a-f0-9])+{4}"
        "|\@([0-9])+{4,12}"
        ")+{5,*}*"
Replace = "<!-- PROX: Obfuscated Script removed -->$SET(script=)"

Seems like it's an abandoned filter from Kye-U found here :
http://prxbx.com/forums/showthread.php?t...obfuscated

Topic may be closed.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: