** Changed in: ubuntu-html5-theme
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to ubuntu-html5-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1224051

Title:
  rss-reader sample app should not include google api key

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in “ubuntu-html5-theme” package in Ubuntu:
  Fix Released

Bug description:
  Using:
  ubuntu-html5-theme-examples  0.1+13.10.20130805bzr76raring0

  This package installs rss-reader sample app here:
  /usr/share/ubuntu-html5-theme/0.1/examples/apps/rss-reader/*

  Including index.html which includes this specific google api key:
  cript type="text/javascript" 
src="https://www.google.com/jsapi?key=ABQIAAAAuvAXPRXL9qkzO0R8vzYpOhQ_BAnb8hQeSCQ2aBH79hHa1YbW_RQNN9ClKXG21xQObiXJ7diAAYaywg";></script>

  I believe no key is needed, according to this:
  
https://developers.google.com/feed/v1/devguide#load_the_javascript_api_and_ajax_search_module

  When I change to no key like this, the app still works as expected:
      <script type="text/javascript" 
src="https://www.google.com/jsapi";></script>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1224051/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to