Skip to content

Commit

Permalink
fix(#262): specify dedicated YouTube API key for bookmarklet (#267)
Browse files Browse the repository at this point in the history
The bookmarklet (i.e. Chrome Extension) is the what consumes the most quota.

As it makes our new Google Project over-quota, I'm opening a new one just for this.

See #262 (comment)
  • Loading branch information
adrienjoly committed Feb 29, 2020
1 parent 811df9d commit ea87101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (undefined == window.console)
};

console.log('-= openwhyd bookmarklet v2.3 =-');
var YOUTUBE_API_KEY = 'AIzaSyCIPAYYlBBKqUhl7YdyeCrSXvLFnmDObK8';
var YOUTUBE_API_KEY = 'AIzaSyDtDC8PG4axglrMpi-mowvgjedTFfuYCs8'; // associated to dedicated google project "openwhyd-3", because of its high consumption of quota

(window._initWhydBk = function() {
var FILENAME = '/js/bookmarklet.js';
Expand Down

0 comments on commit ea87101

Please sign in to comment.