Re: Action for ISSUE-112: Sub-domain and cookie-like rules

* David Singer wrote:
>interface NavigatorDoNotTrack
> {
>    integer storeSiteSpecificTrackingException (optional sequence<DOMString> arrayOfSameParty, optional sequence<DOMString> arrayOfTargets, optional optional siteName, optional optional explanationString, optional optional detailURI);
>};

For what it is worth, you can expect to be told to use a "dictionary"
parameter instead of positional arguments for this, so authors can call
this like `storeSiteSpecificTrackingException({ siteName: ..., ... })`.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 21 January 2013 18:20:48 UTC