The Un-Official Proxomitron Forum
cookie question - 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: cookie question (/showthread.php?tid=1910)



cookie question - mono3 - May. 17, 2012 05:06 PM

I have IE9 Privacy settings block First and Third party cookies. I don't have any permanent cookies and don't want any, but I can't seem to load this site without allowing realtor.ca in my IE cookie list and completely Bypassing Proxomitron with sidki config

http://www.realtor.ca/map.aspx

What is the right way to handle it without allowing permanent cookies? I thought all cookies were converted to session cookies, but I'm stuck on this site. Has something to do with virtualearth since http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-CA doesn't load (it is 0 length in the http://local.ptron/.pinfo/urls/ log list, if prx is not bypassed and that realtor cookie allowed).


RE: cookie question - JJoe - May. 18, 2012 02:41 AM

Does it work after you add

Code:
[^/]++.tiles.virtualearth.net/*.(png|jpe+g)

to Bypass-List

AND

Code:
www.realtor.ca/  $SET(0=i_level:1.a_js.)
[^/]++.virtualearth.net/  $SET(0=i_level:1.a_js.)

to Exceptions-U?

HTH


RE: cookie question - mono3 - May. 18, 2012 03:45 PM

That works, thanks! I wouldn't have figured that out, especially the SET stuff.


RE: cookie question - JJoe - May. 22, 2012 01:25 AM

"i_level:1.a_js." is very probably overkill but I wanted something that would work for you. IE9 and recent Firefox browsers appear to be troubled by some of this set's manipulations and additions. "a_js" to disable "Block/Modify: Sel. JS Methods".

The bypass entry because "Accept-Encoding: 1 Kill if Filter-Forced" removes a header that the "[^/]++.tiles.virtualearth.net/" server required. Suspicious