The Un-Official Proxomitron Forum
Issue with MSDN - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Issue with MSDN (/showthread.php?tid=1230)



Issue with MSDN - Kye-U - Jan. 19, 2009 06:43 AM

Sidki, just wanted to point this out to you Wink

http://www.dslreports.com/forum/r21751342-Proxomitron-more-GOOD-news


RE: Issue with MSDN - sidki3003 - Jan. 19, 2009 01:39 PM

Thanks for the heads-up. Smile!

WebTrends tracking is located within a required IE7 script: gDomain -> $SET(1=adkey_j:0.)
Also, they do a delayed Silverlight test: -> $SET(0=i_timer:2.)
Also, they seem to have cancelled the msdn2 subdomain: -> remove one entry


Does it work if you open IncludeExclude (not the "-U" user version), and replace...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.)
msdn2.microsoft.com/            $SET(0=a_float.i_timer:2.)

with...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)

?


RE: Issue with MSDN - sidki3003 - Jan. 19, 2009 02:03 PM

P.S.: Right now (but not half an hour ago) that example page is entirely broken for me in Fx 3, Prox bypassed or not (b/c the main stylesheet from i3.msdn.microsoft.com doesn't load).


RE: Issue with MSDN - Kye-U - Jan. 19, 2009 02:38 PM

Same, it's broken for me, even in IE7. I'll ask OZO to revert his changes to the filter and test out this approach. Thanks!


RE: Issue with MSDN - Kye-U - Jan. 19, 2009 09:42 PM

Confirmed to be working:

http://www.dslreports.com/forum/r21751342-Proxomitron-more-GOOD-news

Wink


RE: Issue with MSDN - OZO - Feb. 03, 2009 07:39 AM

(Jan. 19, 2009 01:39 PM)sidki3003 Wrote:  Thanks for the heads-up. Smile!

WebTrends tracking is located within a required IE7 script: gDomain -> $SET(1=adkey_j:0.)
Also, they do a delayed Silverlight test: -> $SET(0=i_timer:2.)
Also, they seem to have cancelled the msdn2 subdomain: -> remove one entry


Does it work if you open IncludeExclude (not the "-U" user version), and replace...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.)
msdn2.microsoft.com/            $SET(0=a_float.i_timer:2.)

with...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)

?

sidki3003 - thank you for fix. It's working well. Applause

The same thing should be done to technet.microsoft.com as well. Please add this code too:
Code:
([^.]+.|)technet.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)



RE: Issue with MSDN - sidki3003 - Feb. 03, 2009 03:13 PM

(Feb. 03, 2009 07:39 AM)OZO Wrote:  The same thing should be done to technet.microsoft.com as well. Please add this code too:

Hey OZO,
Before adding anything to the general list, i'd need example pages where respective entry is needed.
Can you post at least one such link? Same layout issue as with MSDN, still IE7, i assume?
TIA


RE: Issue with MSDN - OZO - Feb. 04, 2009 08:42 AM

Here is just one link to such page:
Example of web page from Technet.microsoft.com site
Most of pages in TechNet Library require JS to run.

Yes, you're correct. It's the same layout issue as with MSDN and IE7.


RE: Issue with MSDN - sidki3003 - Feb. 04, 2009 06:07 PM

Thanks, confirmed and added as posted, minus the subdomain wildcard.


RE: Issue with MSDN - OZO - Jun. 28, 2009 05:59 AM

With the latest code in "IncludeExclude.ptxt" file:
Code:
## Microsoft, MSN, Bing, & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/    $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)
technet.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)
www.microsoft.com/downloads/    $SET(0=a_posthtml.)
in IE7 I see that the same old problem has resurrected - no scroll bars for MSDN site.

Could someone check it please? Here is a link:
MSDN test page


RE: Issue with MSDN - whenever - Jun. 29, 2009 06:10 AM

Does this help? http://prxbx.com/forums/showthread.php?tid=1347&pid=12793#pid12793


RE: Issue with MSDN - OZO - Jun. 29, 2009 08:45 PM

Yes it does. Thanks a lot!
I hope fix will be included in new release.