Post Reply 
Google Secure (httpS) sites unreachable through Proxo
Mar. 02, 2012, 05:53 AM (This post was last modified: Mar. 02, 2012 05:56 AM by JJoe.)
Post: #21
RE: Google Secure (httpS) sites unreachable through Proxo
(Mar. 01, 2012 02:47 PM)fpout Wrote:  @ JJoe: In the thread you indicate ( http://prxbx.com/forums/showthread.php?t...0#pid12250 ), Sidki's web filter "<*>: Half-SSL 09.05.03 (cch! multi) [sd jjoe] (d.2)" is slightly different from the one in my config (from sidki_l_2011-12-22rc1).

The difference is below. What does it do, in practice ?
Sidki's post ...
Code:
URL = "$TYPE(htm)$TST(keyword=*.i_ssl_h:[12].*)"
and my config (2011-12-22rc1) ...
Code:
URL = "$TST(hCT=*html)$TST(keyword=*.i_ssl_h:[12].*)"

$TYPE(htm) is a native Proxomitron command. Simple but lacking.
Sidki needed an alternative. So he created "$TST(hCT=*html)".
http://proxomitron.info/45/help/Matching....html#TYPE


What happens if,

use in Exceptions-U

Code:
## allow "https:" in queries and posted data    $SET(0=a_ssl_q.)
#original = www.google.com/$URL(http://https-px-.)$SET(0=a_ssl_q.)
[^/]++.google.com/$URL(http://https-px-.)$SET(0=a_ssl_q.a_refer.a_cont_loc.)
[^/]++.google.com:$URL(https)$SET(0=a_ssl_q.a_refer.a_cont_loc.)
mail.google.com(:[0-9]+|)/mail/  $SET(0=a_cont_loc.)

use

Code:
[Patterns]
Name = "<*>: Half-SSL     12.03.01 (cch! multi) [sd jjoe] (d.2)  TEST"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)$TST(keyword=*.i_ssl_h:[12].*)"
Bounds = "$NEST(<[abdefhilmostu],*https://*,>)"
Limit = 2048
Match = "(^$TST(comment=1)|$TST(tNoscript=1)|"
        "<(input|form)$TST(keyword=*.a_ssl_q.*))("
        ""
        "(*\s(href|src|action|background|style|content|value|on[a-z]+)=)\#"
        "$AVQ("
        "(\\+"+ https://&\#s://$SET(#=://https-px-.)\#)"
        "|(\0https://(^$TST(\0=\\+"+ (http:/|/|..|)/*))&&\#s://$SET(#=://https-px-.))+{1,*}\#"
        ")"
        ""
        ")+{1,*}\#"
Replace = "\@"

Disable <*>: Half-SSL 09.05.03 (cch! multi) [sd jjoe] (d.2)

Enter using http://mail.google.com/

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Google Secure (httpS) sites unreachable through Proxo - JJoe - Mar. 02, 2012 05:53 AM

Forum Jump: