mywot / opera

WOT's Opera extension
http://www.mywot.com/wiki/Opera
GNU General Public License v3.0
1 stars 4 forks source link

Experiment: Opera and cookies #20

Closed sorgoz closed 12 years ago

sorgoz commented 12 years ago

(moved from internal tracker)

as described here http://dev.opera.com/articles/view/config-xml-howto/ we are able to share cookies and also use subdomains in access rules

<!-- request for cookie sharing to be enabled in this extension -->
<feature name="opera:share-cookies" required="true"/>
<!-- list of domains on which cookie sharing will be enabled --> 
<access origin="http://facebook.com" subdomains="true"/>
sorgoz commented 12 years ago

implemented.