memory leak when allowing twnmm.com in The Weather Network

Bug reports and enhancement requests
barbaz
Senior Member
Posts: 11070
Joined: Sat Aug 03, 2013 5:45 pm

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by barbaz »

New URL: http://www.meteomedia.com/ca/mensuel/quebec/quebec
New script requirements (working backwards from Allow Scripts Globally)

Code: Select all

+googletagservices.com
+googletagmanager.com
+google-analytics.com
+twnmm.com
+googleadservices.com
+googlesyndication.com
+indexww.com
+meteomedia.com
!doubleclick.net
!demdex.net
!facebook.net
!scorecardresearch.com
!casalemedia.com
*Always* check the changelogs BEFORE updating that important software!
-
barbaz
Senior Member
Posts: 11070
Joined: Sat Aug 03, 2013 5:45 pm

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by barbaz »

Still can't figure out how to surrogate this one. :cry:

Tried unifying googletag & ga surrogates, plus adding indexww surrogate. Didn't help.
Analysing the repeatedly-injected script element, and tweaking the surrogates based on that, doesn't seem to help either. We need to find out A) what's injecting it, and B) what it's detecting as error that's causing it to re-inject the script element.
*Always* check the changelogs BEFORE updating that important software!
-
jongor
Posts: 9
Joined: Sun Mar 06, 2016 12:33 am

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by jongor »

Now I can't see the 14 day outlook... Any chance I could write an ABE script as before?
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0
barbaz
Senior Member
Posts: 11070
Joined: Sat Aug 03, 2013 5:45 pm

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by barbaz »

Can you use a different (better coded) site for getting weather info in the mean time? ;)
*Always* check the changelogs BEFORE updating that important software!
-
jongor
Posts: 9
Joined: Sun Mar 06, 2016 12:33 am

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by jongor »

Yes, I should have mentioned, I also get the Government of Canada weather forecast, which gives me the coming week's weather, but I do like the Weather Network for their greater choices and diversity of reporting. I'm sure there are other weather sites I could use, and I'll look for some today - thanks for the suggestion...

Cheers,

jongor
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0
gorhill
Junior Member
Posts: 48
Joined: Sun Mar 30, 2014 12:19 pm

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by gorhill »

jongor wrote:Now I can't see the 14 day outlook... Any chance I could write an ABE script as before?
Blocking these two scripts makes the memory leaks go away:

Code: Select all

http://s1.twnmm.com/js/fr_ca/r1314/modernizr/s_code/adb_dil/adobe_audience_manager
http://s1.twnmm.com/js/fr_ca/r1314/dfpad
Site still seem to work fine. (replace "fr_ca" with a wildcard).
Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
barbaz
Senior Member
Posts: 11070
Joined: Sat Aug 03, 2013 5:45 pm

Re: memory leak when allowing twnmm.com in The Weather Netwo

Post by barbaz »

You're welcome Image

ABE rule of gorhill's suggestion:

Code: Select all

Site .twnmm.com/*/adobe_audience_manager .twnmm.com/*/dfpad
Deny
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply