Now I've started spending a lot more time working on Mozilla things, I've started doing a weekly status report for Frank. I'm also going to post it here (well, most of it :-) in case it's of interest.
Does anyone have a Wiki-to-HTML bookmarklet?
Posted by gerv at February 9, 2007 5:43 PMContent Restrictions ... interesting stuff.
For "script", I think "same host", "same domain" (-> use effective TLD service) and "same path" (implies same host) should be added.
Also, it becomes clear that there's no straight hierarchy. You would have three groups: source (internal, external), position (head) and origin (domain, host, path). Either you define three names or you allow to combine the value groups, e.g.: script=external+host+head
Ok, there's already "domain" ... I should have read to the end before posting. However, I wouldn't want to restrict "all requests initiated by the page" but only scripts.
Posted by: Dao at February 10, 2007 1:04 AMDao: but what about web bugs? It's not only script which can be XSSed into a page to do nasty-ish things.
You are right - it would make good sense to split up script location and script in-page position.
Posted by: Gerv at February 12, 2007 12:50 PM"Does anyone have a Wiki-to-HTML bookmarklet?"
Actually, I don't, but you may be interested in Wiki2Xhtml
http://www.fgranger.com/dotclear/index.php/tag/wiki2xhtml
--Tristan