External images found in css for both core and simplified theme.

reconbot

Joined: 2003-03-27
Posts: 19
Posted: Mon, 2008-05-05 15:22

I was created a mirror of my site for offline viewing using httrack and I noticed it created directories for domains that were not my own. I tracked it down to two css files that refer to yahoo images and I assume only get used in javascript (from what I can figure by goggling around it's part of yahoo's javascript framework they let people freely use). Well.. that's disturbing. If anyone I guess we can trust yahoo, but shouldn't we not have any external dependencies? Especially for something as trivial as an image? They can and probably do track it's usage.

Quote:
html/modules/core/data/gallery.css: background-image: url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
html/themes/simplified/container.css: background-image:url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);

Those files also have references to non https links to the same image. Also (and probably obviously)
html/lib/yui/container-min.js has a lot of references to yahoo documents.

I'm not saying we should use our own js framework, but I think we should see if we can tame yahoo's (I don't know the license or it's options.) or use something else entirely.


Gallery version = 2.2.4 core 1.2.0.6
PHP version = 5.2.5 cgi-fcgi
Webserver = Apache/2.0.54
Database = mysqlt 4.1.11-Debian_4sarge7, lock.system=database
Acceleration = full/3600, none/3600
Operating system = Linux cl23 2.6.20.2-1 #8 SMP Tue Feb 12 07:11:48 PST 2008 i686
Default theme = matrix
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.18 (KHTML, like Gecko)

Login or register to post comments