We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81673b5 + 1b4ad6f commit 04ffdbbCopy full SHA for 04ffdbb
extension.js
@@ -22,7 +22,7 @@ const Gettext = imports.gettext.domain('BingWallpaper');
22
const _ = Gettext.gettext;
23
24
const BingImageURL = "https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mbl=1&mkt=";
25
-const BingURL = "https://bing.com";
+const BingURL = "https://www.bing.com";
26
const IndicatorName = "BingWallpaperIndicator";
27
const TIMEOUT_SECONDS = 24 * 3600; // FIXME: this should use the end data from the json data
28
const TIMEOUT_SECONDS_ON_HTTP_ERROR = 1 * 3600; // retry in one hour if there is a http error
0 commit comments