The Un-Official Proxomitron Forum

Full Version: Issue with MSDN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sidki, just wanted to point this out to you Wink

http://www.dslreports.com/forum/r2175134...-GOOD-news
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.)

?
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).
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!
(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.)
(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
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.
Thanks, confirmed and added as posted, minus the subdomain wildcard.
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
Yes it does. Thanks a lot!
I hope fix will be included in new release.
Reference URL's