mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

Use the cookies API instead of calling setcookies.php #56

Open samitolvanen opened 12 years ago

samitolvanen commented 12 years ago

Adding the cookies permission doesn't cause warnings and this saves us an extra XMLHttpRequest to the website when the browser is started:

http://developer.chrome.com/extensions/cookies.html

sorgoz commented 12 years ago

cool.