diff -Nru firefox-88.0+build2/browser/app/profile/firefox.js firefox-88.0.1+build1/browser/app/profile/firefox.js --- firefox-88.0+build2/browser/app/profile/firefox.js 2021-04-16 06:10:26.000000000 +0000 +++ firefox-88.0.1+build1/browser/app/profile/firefox.js 2021-05-05 05:21:04.000000000 +0000 @@ -1471,7 +1471,7 @@ pref("browser.aboutwelcome.enabled", true); // Used to set multistage welcome UX pref("browser.aboutwelcome.screens", ""); -pref("browser.aboutwelcome.skipFocus", false); +pref("browser.aboutwelcome.skipFocus", true); pref("browser.aboutwelcome.design", ""); // The pref that controls if the What's New panel is enabled. diff -Nru firefox-88.0+build2/browser/components/extensions/test/browser/head.js firefox-88.0.1+build1/browser/components/extensions/test/browser/head.js --- firefox-88.0+build2/browser/components/extensions/test/browser/head.js 2021-04-16 06:10:49.000000000 +0000 +++ firefox-88.0.1+build1/browser/components/extensions/test/browser/head.js 2021-05-05 05:21:04.000000000 +0000 @@ -950,8 +950,5 @@ **/ function backgroundColorSetOnRoot() { const os = ClientEnvironmentBase.os; - if (!os.isWindows) { - return false; - } - return os.windowsVersion < 10; + return os.isWindows; } diff -Nru firefox-88.0+build2/browser/components/newtab/test/browser/browser_aboutwelcome_focus.js firefox-88.0.1+build1/browser/components/newtab/test/browser/browser_aboutwelcome_focus.js --- firefox-88.0+build2/browser/components/newtab/test/browser/browser_aboutwelcome_focus.js 2021-04-16 06:10:27.000000000 +0000 +++ firefox-88.0.1+build1/browser/components/newtab/test/browser/browser_aboutwelcome_focus.js 2021-05-05 05:21:04.000000000 +0000 @@ -55,10 +55,10 @@ add_task(async function test_multistage_default() { let win = await openAboutWelcomeBrowserWindow(); - Assert.ok(win.gURLBar.focused, "Focus should be on awesome bar"); + Assert.ok(!win.gURLBar.focused, "Focus should not be on awesome bar"); Assert.ok( - win.gURLBar.hasAttribute("focused"), - "Has focused attribute on urlBar" + !win.gURLBar.hasAttribute("focused"), + "No focused attribute on urlBar" ); registerCleanupFunction(async () => { @@ -68,6 +68,7 @@ add_task(async function test_multistage_without_skipFocus() { await setAboutWelcomeOverrideContent(JSON.stringify(TEST_MULTISTAGE_JSON)); + await pushPrefs([ABOUT_WELCOME_FOCUS_PREF, false]); let win = await openAboutWelcomeBrowserWindow(); Assert.ok(win.gURLBar.focused, "Focus should be on awesome bar"); Assert.ok( diff -Nru firefox-88.0+build2/browser/config/version_display.txt firefox-88.0.1+build1/browser/config/version_display.txt --- firefox-88.0+build2/browser/config/version_display.txt 2021-04-16 06:10:26.000000000 +0000 +++ firefox-88.0.1+build1/browser/config/version_display.txt 2021-05-05 05:21:04.000000000 +0000 @@ -1 +1 @@ -88.0 +88.0.1 diff -Nru firefox-88.0+build2/browser/config/version.txt firefox-88.0.1+build1/browser/config/version.txt --- firefox-88.0+build2/browser/config/version.txt 2021-04-16 06:10:27.000000000 +0000 +++ firefox-88.0.1+build1/browser/config/version.txt 2021-05-05 05:21:04.000000000 +0000 @@ -1 +1 @@ -88.0 +88.0.1 diff -Nru firefox-88.0+build2/BUILDID firefox-88.0.1+build1/BUILDID --- firefox-88.0+build2/BUILDID 2021-04-16 06:28:14.000000000 +0000 +++ firefox-88.0.1+build1/BUILDID 2021-05-05 05:30:01.000000000 +0000 @@ -1 +1 @@ -20210415204500 \ No newline at end of file +20210504152106 \ No newline at end of file diff -Nru firefox-88.0+build2/config/milestone.txt firefox-88.0.1+build1/config/milestone.txt --- firefox-88.0+build2/config/milestone.txt 2021-04-16 06:10:27.000000000 +0000 +++ firefox-88.0.1+build1/config/milestone.txt 2021-05-05 05:21:04.000000000 +0000 @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -88.0 +88.0.1 diff -Nru firefox-88.0+build2/debian/changelog firefox-88.0.1+build1/debian/changelog --- firefox-88.0+build2/debian/changelog 2021-04-16 06:32:47.000000000 +0000 +++ firefox-88.0.1+build1/debian/changelog 2021-05-05 08:53:50.000000000 +0000 @@ -1,3 +1,16 @@ +firefox (88.0.1+build1-0ubuntu0.21.04.1) hirsute; urgency=medium + + * New upstream release (88.0.1+build1) + + * Update the apparmor profile to allow the remote control protocol to open + links in a running instance under Wayland (LP: #1925392) + - debian/usr.bin.firefox.apparmor.14.10 + * Update (again) apparmor profile to allow lsb_release to run with Python 3.9 + which is default in hirsute (LP: #1861408) + - debian/usr.bin.firefox.apparmor.14.10 + + -- Olivier Tilloy Wed, 05 May 2021 10:53:50 +0200 + firefox (88.0+build2-0ubuntu0.21.04.1) hirsute; urgency=medium * New upstream release (88.0+build2) diff -Nru firefox-88.0+build2/debian/usr.bin.firefox.apparmor.14.10 firefox-88.0.1+build1/debian/usr.bin.firefox.apparmor.14.10 --- firefox-88.0+build2/debian/usr.bin.firefox.apparmor.14.10 2020-12-09 06:45:21.000000000 +0000 +++ firefox-88.0.1+build1/debian/usr.bin.firefox.apparmor.14.10 2021-04-22 10:22:51.000000000 +0000 @@ -195,6 +195,23 @@ member=ListMountableInfo peer=(label=unconfined), + # Allow remote control when running on Wayland + dbus (send) + bus=session + path=/org/freedesktop/DBus + interface=org.freedesktop.DBus + member=RequestName + peer=(name=org.freedesktop.DBus), + dbus (bind) + bus=session + name=org.mozilla.firefox.*, + dbus (send, receive) + bus=session + path=/org/mozilla/firefox/Remote + interface=org.mozilla.firefox + member=OpenURL + peer=(label=firefox), + # gnome-session dbus (send) bus=session @@ -274,9 +291,9 @@ /usr/share/distro-info/*.csv r, /var/lib/dpkg/** r, - /usr/local/lib/python3.[0-8]/dist-packages/ r, + /usr/local/lib/python3.[0-9]/dist-packages/ r, /usr/bin/ r, - /usr/bin/python3.[0-8] mr, + /usr/bin/python3.[0-9] mr, # file_inherit deny /tmp/gtalkplugin.log w, diff -Nru firefox-88.0+build2/dom/media/gmp/ChromiumCDMChild.cpp firefox-88.0.1+build1/dom/media/gmp/ChromiumCDMChild.cpp --- firefox-88.0+build2/dom/media/gmp/ChromiumCDMChild.cpp 2021-04-16 06:10:28.000000000 +0000 +++ firefox-88.0.1+build1/dom/media/gmp/ChromiumCDMChild.cpp 2021-05-05 05:21:05.000000000 +0000 @@ -318,6 +318,14 @@ nsCString(aSessionId, aSessionIdSize)); } +void ChromiumCDMChild::QueryOutputProtectionStatus() { + GMP_LOG_DEBUG("ChromiumCDMChild::QueryOutputProtectionStatus()"); + if (mCDM) { + mCDM->OnQueryOutputProtectionStatus(cdm::kQuerySucceeded, uint32_t{}, + uint32_t{}); + } +} + void ChromiumCDMChild::OnInitialized(bool aSuccess) { MOZ_ASSERT(!mInitPromise.IsEmpty(), "mInitPromise should exist during init callback!"); diff -Nru firefox-88.0+build2/dom/media/gmp/ChromiumCDMChild.h firefox-88.0.1+build1/dom/media/gmp/ChromiumCDMChild.h --- firefox-88.0+build2/dom/media/gmp/ChromiumCDMChild.h 2021-04-16 06:10:28.000000000 +0000 +++ firefox-88.0.1+build1/dom/media/gmp/ChromiumCDMChild.h 2021-05-05 05:21:05.000000000 +0000 @@ -55,7 +55,7 @@ const char* aChallenge, uint32_t aChallengeSize) override {} void EnableOutputProtection(uint32_t aDesiredProtectionMask) override {} - void QueryOutputProtectionStatus() override {} + void QueryOutputProtectionStatus() override; void OnDeferredInitializationDone(cdm::StreamType aStreamType, cdm::Status aDecoderStatus) override {} void RequestStorageId(uint32_t aVersion) override; diff -Nru firefox-88.0+build2/gfx/config/gfxConfigManager.cpp firefox-88.0.1+build1/gfx/config/gfxConfigManager.cpp --- firefox-88.0+build2/gfx/config/gfxConfigManager.cpp 2021-04-16 06:10:29.000000000 +0000 +++ firefox-88.0.1+build1/gfx/config/gfxConfigManager.cpp 2021-05-05 05:21:06.000000000 +0000 @@ -417,10 +417,9 @@ nsString adapter; mGfxInfo->GetAdapterDeviceID(adapter); // Block partial present on some devices due to rendering issues. - // On Mali-T6xx and T7xx GPUs due to bug 1680087. + // On Mali-Txxx due to bug 1680087 and bug 1707815. // On Adreno 3xx GPUs due to bug 1695771. - if (adapter.Find("Mali-T6", /*ignoreCase*/ true) >= 0 || - adapter.Find("Mali-T7", /*ignoreCase*/ true) >= 0 || + if (adapter.Find("Mali-T", /*ignoreCase*/ true) >= 0 || adapter.Find("Adreno (TM) 3", /*ignoreCase*/ true) >= 0) { mFeatureWrPartial->Disable( FeatureStatus::Blocked, "Partial present blocked", diff -Nru firefox-88.0+build2/gfx/webrender_bindings/RenderCompositorNative.cpp firefox-88.0.1+build1/gfx/webrender_bindings/RenderCompositorNative.cpp --- firefox-88.0+build2/gfx/webrender_bindings/RenderCompositorNative.cpp 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/gfx/webrender_bindings/RenderCompositorNative.cpp 2021-05-05 05:21:07.000000000 +0000 @@ -60,7 +60,6 @@ if (!mNativeLayerForEntireWindow) { mNativeLayerForEntireWindow = mNativeLayerRoot->CreateLayer(bufferSize, false, mSurfacePoolHandle); - mNativeLayerForEntireWindow->SetSurfaceIsFlipped(true); mNativeLayerRoot->AppendLayer(mNativeLayerForEntireWindow); } } diff -Nru firefox-88.0+build2/gfx/webrender_bindings/RenderThread.cpp firefox-88.0.1+build1/gfx/webrender_bindings/RenderThread.cpp --- firefox-88.0+build2/gfx/webrender_bindings/RenderThread.cpp 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/gfx/webrender_bindings/RenderThread.cpp 2021-05-05 05:21:06.000000000 +0000 @@ -1168,29 +1168,34 @@ std::move(evt)); } -void wr_schedule_render(mozilla::wr::WrWindowId aWindowId) { +static void NotifyScheduleRender(mozilla::wr::WrWindowId aWindowId) { RefPtr cbp = mozilla::layers:: CompositorBridgeParent::GetCompositorBridgeParentFromWindowId(aWindowId); if (cbp) { - cbp->ScheduleRenderOnCompositorThread(); + cbp->ScheduleComposition(); } } -static void NotifyDidSceneBuild(RefPtr aBridge, +void wr_schedule_render(mozilla::wr::WrWindowId aWindowId) { + layers::CompositorThread()->Dispatch(NewRunnableFunction( + "NotifyScheduleRender", &NotifyScheduleRender, aWindowId)); +} + +static void NotifyDidSceneBuild(mozilla::wr::WrWindowId aWindowId, RefPtr aInfo) { - aBridge->NotifyDidSceneBuild(aInfo); + RefPtr cbp = mozilla::layers:: + CompositorBridgeParent::GetCompositorBridgeParentFromWindowId(aWindowId); + if (cbp) { + cbp->NotifyDidSceneBuild(aInfo); + } } void wr_finished_scene_build(mozilla::wr::WrWindowId aWindowId, mozilla::wr::WrPipelineInfo* aInfo) { - RefPtr cbp = mozilla::layers:: - CompositorBridgeParent::GetCompositorBridgeParentFromWindowId(aWindowId); RefPtr info = new wr::WebRenderPipelineInfo(); info->Raw() = std::move(*aInfo); - if (cbp) { - layers::CompositorThread()->Dispatch(NewRunnableFunction( - "NotifyDidSceneBuild", &NotifyDidSceneBuild, cbp, info)); - } + layers::CompositorThread()->Dispatch(NewRunnableFunction( + "NotifyDidSceneBuild", &NotifyDidSceneBuild, aWindowId, info)); } } // extern C diff -Nru firefox-88.0+build2/gfx/wr/webrender/res/brush_yuv_image.glsl firefox-88.0.1+build1/gfx/wr/webrender/res/brush_yuv_image.glsl --- firefox-88.0+build2/gfx/wr/webrender/res/brush_yuv_image.glsl 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/gfx/wr/webrender/res/brush_yuv_image.glsl 2021-05-05 05:21:06.000000000 +0000 @@ -65,8 +65,8 @@ vYuvColorSpace = prim.color_space; vRescaleFactor = int(log2(prim.coefficient)); #endif - - if (vFormat == YUV_FORMAT_PLANAR) { + // The additional test for 99 works around a gen6 shader compiler bug: 1708937 + if (vFormat == YUV_FORMAT_PLANAR || vFormat == 99) { ImageSource res_y = fetch_image_source(prim_user_data.x); ImageSource res_u = fetch_image_source(prim_user_data.y); ImageSource res_v = fetch_image_source(prim_user_data.z); diff -Nru firefox-88.0+build2/js/src/debugger/Debugger.cpp firefox-88.0.1+build1/js/src/debugger/Debugger.cpp --- firefox-88.0+build2/js/src/debugger/Debugger.cpp 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/js/src/debugger/Debugger.cpp 2021-05-05 05:21:07.000000000 +0000 @@ -5189,10 +5189,16 @@ if (!thing.is() || !thing.as().is()) { continue; } - if (!thing.as().as().hasBaseScript()) { + JSFunction* fun = &thing.as().as(); + if (!fun->hasBaseScript()) { + continue; + } + BaseScript* inner = fun->baseScript(); + MOZ_ASSERT(inner); + if (!inner) { + // If the function doesn't have script, ignore it. continue; } - BaseScript* inner = thing.as().as().baseScript(); if (!scriptIsPartialLineMatch(inner)) { continue; diff -Nru firefox-88.0+build2/js/src/debugger/Script.cpp firefox-88.0.1+build1/js/src/debugger/Script.cpp --- firefox-88.0+build2/js/src/debugger/Script.cpp 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/js/src/debugger/Script.cpp 2021-05-05 05:21:07.000000000 +0000 @@ -503,6 +503,11 @@ } Rooted script(cx, fun->baseScript()); + MOZ_ASSERT(script); + if (!script) { + // If the function doesn't have script, ignore it. + return true; + } RootedObject wrapped(cx, dbg->wrapScript(cx, script)); if (!wrapped) { return false; diff -Nru firefox-88.0+build2/js/src/gc/PublicIterators.cpp firefox-88.0.1+build1/js/src/gc/PublicIterators.cpp --- firefox-88.0+build2/js/src/gc/PublicIterators.cpp 2021-04-16 06:10:30.000000000 +0000 +++ firefox-88.0.1+build1/js/src/gc/PublicIterators.cpp 2021-05-05 05:21:07.000000000 +0000 @@ -98,7 +98,18 @@ "All objects in lazy scripts should be functions"); JSFunction* fun = &obj->as(); - if (!fun->hasBaseScript() || fun->hasBytecode()) { + if (!fun->hasBaseScript()) { + // Ignore asm.js. + continue; + } + MOZ_ASSERT(fun->baseScript()); + if (!fun->baseScript()) { + // If the function doesn't have script, ignore it. + continue; + } + + if (fun->hasBytecode()) { + // Ignore non lazy function. continue; } diff -Nru firefox-88.0+build2/mobile/android/components/geckoview/GeckoViewPrompter.jsm firefox-88.0.1+build1/mobile/android/components/geckoview/GeckoViewPrompter.jsm --- firefox-88.0+build2/mobile/android/components/geckoview/GeckoViewPrompter.jsm 2021-04-16 06:10:36.000000000 +0000 +++ firefox-88.0.1+build1/mobile/android/components/geckoview/GeckoViewPrompter.jsm 2021-05-05 05:21:13.000000000 +0000 @@ -36,6 +36,8 @@ this._domWin, ] = GeckoViewUtils.getActiveDispatcherAndWindow(); } + + this._innerWindowId = this._domWin?.browsingContext.currentWindowContext.innerWindowId; } get domWin() { @@ -95,6 +97,17 @@ return result; } + checkInnerWindow() { + // Checks that the innerWindow where this prompt was created still matches + // the current innerWindow. + // This checks will fail if the page navigates away, making this prompt + // obsolete. + return ( + this._innerWindowId === + this._domWin.browsingContext.currentWindowContext.innerWindowId + ); + } + asyncShowPromptPromise(aMsg) { return new Promise(resolve => { this.asyncShowPrompt(aMsg, resolve); @@ -107,7 +120,12 @@ if (handled) { return; } - aCallback(response); + if (!this.checkInnerWindow()) { + // Page has navigated away, let's dismiss the prompt + aCallback(null); + } else { + aCallback(response); + } // This callback object is tied to the Java garbage collector because // it is invoked from Java. Manually release the target callback // here; otherwise we may hold onto resources for too long, because @@ -118,7 +136,7 @@ handled = true; }; - if (!this._dispatcher) { + if (!this._dispatcher || !this.checkInnerWindow()) { onResponse(null); return; } diff -Nru firefox-88.0+build2/mozglue/baseprofiler/core/shared-libraries-win32.cc firefox-88.0.1+build1/mozglue/baseprofiler/core/shared-libraries-win32.cc --- firefox-88.0+build2/mozglue/baseprofiler/core/shared-libraries-win32.cc 2021-04-16 06:10:36.000000000 +0000 +++ firefox-88.0.1+build1/mozglue/baseprofiler/core/shared-libraries-win32.cc 2021-05-05 05:21:13.000000000 +0000 @@ -19,8 +19,6 @@ #define CV_SIGNATURE 0x53445352 // 'SDSR' -namespace { - struct CodeViewRecord70 { uint32_t signature; GUID pdbSignature; @@ -30,13 +28,6 @@ char pdbFileName[1]; }; -struct HModuleFreer { - using pointer = HMODULE; - void operator()(pointer aModule) { ::FreeLibrary(aModule); } -}; - -} // anonymous namespace - static constexpr char digits[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; @@ -179,19 +170,6 @@ std::size(modulePath))) { continue; } - - // Load the module again to make sure that its handle will remain valid - // as we attempt to read the PDB information from it. We load the DLL as - // a datafile so that if the module actually gets unloaded between the call - // to EnumProcessModules and the following LoadLibraryEx, we don't end up - // running the now newly loaded module's DllMain function. If the module - // is already loaded, LoadLibraryEx just increments its refcount. - mozilla::UniquePtr handleLock( - LoadLibraryExW(modulePath, NULL, LOAD_LIBRARY_AS_DATAFILE)); - if (!handleLock) { - continue; - } - mozilla::UniquePtr utf8ModulePath( mozilla::glue::WideToUTF8(modulePath)); if (!utf8ModulePath) { @@ -201,10 +179,6 @@ MODULEINFO module = {0}; if (!GetModuleInformation(hProcess, hMods[i], &module, sizeof(MODULEINFO))) { - // If the module was unloaded before LoadLibraryEx, LoadLibraryEx - // loads the module onto an address different from hMods[i] and - // thus GetModuleInformation fails with ERROR_INVALID_HANDLE. - // We skip that case. continue; } @@ -251,12 +225,31 @@ #endif // !defined(_M_ARM64) std::string breakpadId; + // Load the module again to make sure that its handle will remain + // valid as we attempt to read the PDB information from it. We load the + // DLL as a datafile so that if the module actually gets unloaded between + // the call to EnumProcessModules and the following LoadLibraryEx, we + // don't end up running the now newly loaded module's DllMain function. If + // the module is already loaded, LoadLibraryEx just increments its + // refcount. + // + // Note that because of the race condition above, merely loading the DLL + // again is not safe enough, therefore we also need to make sure that we + // can read the memory mapped at the base address before we can safely + // proceed to actually access those pages. + HMODULE handleLock = + LoadLibraryExW(modulePath, NULL, LOAD_LIBRARY_AS_DATAFILE); + MEMORY_BASIC_INFORMATION vmemInfo = {0}; std::string pdbSig; uint32_t pdbAge; std::string pdbPathStr; std::string pdbNameStr; char* pdbName = nullptr; - if (GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { + if (handleLock && + sizeof(vmemInfo) == + VirtualQuery(module.lpBaseOfDll, &vmemInfo, sizeof(vmemInfo)) && + vmemInfo.State == MEM_COMMIT && + GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { MOZ_ASSERT(breakpadId.empty()); breakpadId += pdbSig; AppendHex(pdbAge, breakpadId, WITHOUT_PADDING); @@ -273,6 +266,8 @@ breakpadId, moduleNameStr, modulePathStr, pdbNameStr, pdbPathStr, GetVersion(modulePath), ""); sharedLibraryInfo.AddSharedLibrary(shlib); + + FreeLibrary(handleLock); // ok to free null handles } return sharedLibraryInfo; diff -Nru firefox-88.0+build2/services/settings/dumps/blocklists/addons-bloomfilters.json firefox-88.0.1+build1/services/settings/dumps/blocklists/addons-bloomfilters.json --- firefox-88.0+build2/services/settings/dumps/blocklists/addons-bloomfilters.json 2021-04-16 06:10:38.000000000 +0000 +++ firefox-88.0.1+build1/services/settings/dumps/blocklists/addons-bloomfilters.json 2021-05-05 05:21:14.000000000 +0000 @@ -3,6 +3,809 @@ { "stash": { "blocked": [ + "{e2c2eccc-d3de-475c-b72a-d52659d93601}:1.1", + "{e2c2eccc-d3de-475c-b72a-d52659d93601}:1.0" + ], + "unblocked": [] + }, + "schema": 1619728731873, + "key_format": "{guid}:{version}", + "stash_time": 1619786108609, + "id": "d119eac3-8994-4138-a6c9-e8254bb582e5", + "last_modified": 1619786278821 + }, + { + "stash": { + "blocked": [ + "{25f6a982-fdc2-43e7-8c37-e8561bd19393}:3.2.21.1", + "{25f6a982-fdc2-43e7-8c37-e8561bd19393}:3.2.22", + "{c9a6d9e4-538a-4dff-9f26-36d23d038745}:2.0.1", + "{c184324b-0b98-435a-83bb-8901fb5091d9}:1.1.0.16", + "{2b200da4-6324-4248-9708-6f50464defa1}:5.0.2", + "{2b200da4-6324-4248-9708-6f50464defa1}:5.0.1", + "{2b200da4-6324-4248-9708-6f50464defa1}:5.0.0", + "{25f6a982-fdc2-43e7-8c37-e8561bd19393}:3.2.21", + "{c184324b-0b98-435a-83bb-8901fb5091d9}:1.1.0.17", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6.1", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.9", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.1", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.6", + "{25f6a982-fdc2-43e7-8c37-e8561bd19393}:3.1.22", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.1.5", + "{c184324b-0b98-435a-83bb-8901fb5091d9}:1.1.0.14", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.6.6.5", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6.3", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.2", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6", + "{e838eac4-0c43-4024-b6f9-41180893e9f4}:1.1.58", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.8", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6.5", + "{c184324b-0b98-435a-83bb-8901fb5091d9}:1.1.0.13", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.5", + "{25f6a982-fdc2-43e7-8c37-e8561bd19393}:1.0.915", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.4", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.0", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6.2", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:2.5.6.4", + "{5a45f11c-d527-459f-8046-5c9b6dbbdb4d}:1.4", + "{c184324b-0b98-435a-83bb-8901fb5091d9}:1.1.0.15" + ], + "unblocked": [] + }, + "schema": 1619440672477, + "key_format": "{guid}:{version}", + "stash_time": 1619699707812, + "id": "dbef6ca7-5fec-4c8b-8fe9-03edf85c1885", + "last_modified": 1619699882083 + }, + { + "stash": { + "blocked": [ + "livebrowse@live:1.0", + "livebrowse@live:1.1", + "livebrowse@live:1.2" + ], + "unblocked": [] + }, + "schema": 1618922279006, + "key_format": "{guid}:{version}", + "stash_time": 1619440508326, + "id": "97eb4019-3c07-4b67-ae97-d7872d601bd2", + "last_modified": 1619440672350 + }, + { + "stash": { + "blocked": [ + "{9f361c93-df67-44d8-9326-8d13a3eebec6}:1.0" + ], + "unblocked": [] + }, + "schema": 1618857478655, + "key_format": "{guid}:{version}", + "stash_time": 1618922110474, + "id": "b52efc75-49b4-4ccb-ad03-5607141fd7d0", + "last_modified": 1618922278863 + }, + { + "stash": { + "blocked": [ + "{7106413a-4b45-4bb7-834f-d769476097ab}:1.3", + "{7106413a-4b45-4bb7-834f-d769476097ab}:1.4" + ], + "unblocked": [] + }, + "schema": 1618835880083, + "key_format": "{guid}:{version}", + "stash_time": 1618857310076, + "id": "48a65988-4ab5-496f-a3e9-b97b36d0ea6f", + "last_modified": 1618857478526 + }, + { + "stash": { + "blocked": [ + "{0ea36a7e-f79f-4733-aadc-b4e527c428bb}:1.20", + "{ff4096c0-010b-47a8-a86a-f44724899ca9}:1.2", + "{ff4096c0-010b-47a8-a86a-f44724899ca9}:1", + "{0ea36a7e-f79f-4733-aadc-b4e527c428bb}:1.21", + "{bd716ff1-245d-4bb3-b0ee-055f00643439}:1.0" + ], + "unblocked": [] + }, + "schema": 1618598281086, + "key_format": "{guid}:{version}", + "stash_time": 1618835710415, + "id": "55ab41d5-b8eb-486a-b733-40d96d890383", + "last_modified": 1618835879923 + }, + { + "stash": { + "blocked": [ + "{e841871e-4d7e-4cb0-a43a-790dc16e54da}:4.0.3.1", + "{023a87e1-5531-4727-856c-ad581d4460bd}:4.0.4", + "{51188686-29f0-4d1e-ac59-8aa69033e72f}:4.0.4", + "{4f9fccd8-ba14-4054-a95a-ac0bdd838ae4}:4.0.4.1", + "{88f5569f-1fe0-4791-86c8-4c28d554610b}:4.0.4", + "{bfafc36f-60ba-4fd3-b03b-3222dd3287b1}:4.0.4", + "jungle-newtab@brandthunder.com:4.0.4", + "{6d1d30bd-0bd1-4e0e-bb00-798bea701898}:4.0.4", + "legobatmantribute-newtab@brandthunder.com:4.0.4.1", + "harrypotter-newtab@brandthunder.com:4.0.4", + "{4a82a4b6-b264-4769-8195-c65677619859}:0.5rc2", + "{83771d70-e028-4be9-ba10-af3817465e15}:4.0.4", + "{d4ee82b5-12b7-49ad-b074-66320478b2ce}:4.0.4", + "{2d5650fa-ac98-4992-8fc6-1aaf9e9bbea4}:4.0.4", + "legobatmantribute-newtab@brandthunder.com:4.0.4", + "{13bfa957-21a3-4c00-9686-43cb0b12808f}:4.0.4", + "captamercivilwar-newtab@brandthunder.com:4.0.4", + "{62f3b740-6a64-4c94-92ac-96c5760afebe}:4.0.3.1", + "{f8b5782e-6cd1-4fbd-897a-48ba1a88c400}:4.0.4", + "{dc6a3670-3262-4b96-950f-d3f1f3832620}:4.0.4", + "{dee19705-93fd-486b-b49e-57a394480da8}:4.0.4", + "uoforegon-newtab@brandthunder.com:4.0.4.1", + "{49f56584-b058-4854-a154-77c4faed84ab}:4.0.4", + "{bf0906d3-d4c7-467c-a17d-10b70c663f4d}:0.8rc9", + "sherlocktribute-newtab@brandthunder.com:4.0.4", + "{6361998c-fd28-45aa-974a-e81e24c117f6}:4.0.4", + "drstrangetribute-newtab@brandthunder.com:4.0.4", + "{1411e812-82a8-463b-b23a-35104e641391}:4.0.4", + "{42ec63ca-223f-4c93-bc95-acb3307e9100}:4.0.4", + "tokyoghoultribute-newtab@brandthunder.com:4.0.4", + "{32a0a692-e907-40f5-b557-8a19a97dd578}:4.0.4", + "blackops3tribute-newtab@brandthunder.com:4.0.4.1", + "{6e960976-1729-439e-b0e5-4e3787aaa0e9}:4.0.4", + "{b5886eef-dcc4-4c0a-bee7-889e7979ddf3}:4.0.4", + "{087d968a-9739-44b5-b391-54ef1010f271}:4.0.4", + "{a8fea600-f671-462e-91da-fad382a77a2e}:4.0.4", + "{01ac9e8f-cf6a-4c0f-bbd1-c58908ba41c3}:4.0.4", + "{ddb3af8b-d2f1-46d1-a5ea-6357a67898db}:4.0.4", + "nhljets-newtab@brandthunder.com:4.0.4", + "{c0c9b4b7-290b-4ce1-8f26-bc9dc20e86a0}:4.0.4", + "uofalabama-newtab@brandthunder.com:4.0.4.1", + "{74d611f7-ccd5-4bd7-a215-ea7a513a544a}:4.0.4", + "{ba01db8e-11ab-496a-bec8-85fa6014ba6e}:4.0.3.1", + "uofillinois-newtab@brandthunder.com:4.0.4.1", + "{335116d9-d14a-4d24-943d-2ff64d319310}:4.0.3.1", + "{ddb3af8b-d2f1-46d1-a5ea-6357a67898db}:4.0.3.1", + "pokemontribute-newtab@brandthunder.com:4.0.4", + "harrypotter-newtab@brandthunder.com:4.0.4.1", + "{1e5040a2-89b5-474b-b32b-4a00a58441c5}:4.0.4", + "{44c6ec73-f72d-4f85-9bbe-9b5bb21a0a47}:4.0.4", + "stbeyondtribute-newtab@brandthunder.com:4.0.4", + "{4dbf0231-ced2-45d2-bbc8-c4c34aeee0e2}:1.1", + "gtavtribute-newtab@brandthunder.com:4.0.4", + "{d885eebb-4738-4538-b64d-adb00065f0db}:4.0.4", + "{e551149d-681f-4bcc-b735-68bbbf18ebd2}:4.0.4", + "{df35bb49-5492-4134-8cca-5e8b0d7ca6aa}:4.0.4", + "eamaddentribute-newtab@brandthunder.com:4.0.4", + "nflsaints-newtab@brandthunder.com:4.0.4", + "{50564fd1-b24b-4041-9fbb-50379105ad60}:4.0.4.1", + "{64a5dcaf-915e-4c82-9add-168a7db3564c}:4.0.4", + "{e7fac3cd-5561-4695-ae6b-9dc77a28b0c7}:4.0.4", + "{154d8729-2c04-4db3-b15e-d203ba1197ef}:4.0.4", + "{1f774390-0998-476d-a9db-4df07718480f}:4.0.3.1", + "usc-newtab@brandthunder.com:4.0.4", + "{1ff68be3-2401-43cb-8b2a-64078fc73335}:4.0.4", + "toystorytribute-newtab@brandthunder.com:4.0.4", + "{404ae4c1-4d60-45fe-9ed5-3afbd99a3a23}:4.0.4", + "sharksntpgallery-newtab@brandthunder.com:4.0.4.1", + "{053b5145-f22c-4b21-abd1-6c7e3691d0cc}:4.0.4", + "{c9efda99-2590-490a-96b5-6be8d0e54882}:4.0.4", + "nbasixers-newtab@brandthunder.com:4.0.4", + "{d8898d8a-cc0f-4ba9-af0c-6e0c4ae0241c}:4.0.4", + "{fdefe8c2-b5c1-4375-b957-e81c0fc6ed45}:4.0.4", + "batmanvsuperman-newtab@brandthunder.com:4.0.4.1", + "penguins-newtab@brandthunder.com:4.0.4.1", + "{1a65e03a-eaa9-4e45-8f7b-335425e5f181}:4.0.4", + "{a6ba122b-32ee-4385-9261-cc372745cf18}:4.0.4", + "{5ed4e9e3-8b44-4fb6-adef-a34513400ee2}:4.0.4", + "{4591de08-4650-4d9c-aa37-199889798bfd}:4.0.4", + "{cce49b52-7ad7-48e9-821c-88eecdd6e984}:4.0.4", + "nbacavaliers-newtab@brandthunder.com:4.0.4.1", + "uoftennessee-newtab@brandthunder.com:4.0.4", + "nfljaguars-newtab@brandthunder.com:4.0.4.1", + "suicidesquadtribute-newtab@brandthunder.com:4.0.4", + "{0c6a868a-c054-4ac5-8e70-dbc0af93c2cc}:4.0.4", + "mountainsgallery-newtab@brandthunder.com:4.0.4", + "{8b04b6ec-1e1b-47f9-a6f3-3f9089c69b4e}:4.0.4", + "{931a0fd0-f344-444d-ac29-01b737298f50}:4.0.4", + "{05f8f9be-c5aa-44f0-8900-21740638a67c}:4.0.4", + "{c157fc3b-e30f-4e20-b7be-f8f1bd9cb652}:4.0.4", + "{de2c2ebc-a0d8-4a24-9d90-932327ecd84f}:4.0.3.1", + "babygoats-newtab@brandthunder.com:4.0.4", + "{f901abd9-efde-4fd1-b14f-a05806246a3b}:4.0.4.1", + "{f750eb1b-fc02-4705-bf77-000f271727d3}:4.0.4", + "{62b0a7a0-7494-47d6-9aa8-6b0e92695f1e}:4.0.4", + "{97b509fa-bc6b-4940-b13c-829ce86df7c0}:4.0.4", + "{e409f62a-c9a0-474c-aefc-cb2f53c74ecf}:4.0.4", + "{c13a2f13-408e-49a9-b77a-7167e308b441}:4.0.4", + "{8f673723-0fb1-488b-b4df-15380eb6b443}:4.0.4", + "{6c1d56e4-e58f-4734-afa3-3419e768918d}:4.0.4", + "{86d812a1-3496-465f-8ce5-7cc0d041ce5c}:4.0.4", + "sonictribute-newtab@brandthunder.com:4.0.4", + "infinitewarfaretribute-newtab@brandthunder.com:4.0.4", + "{48b5db5c-f20a-42fb-8d1c-9c4dd84d66e7}:4.0.4", + "johnbrownu_vc-newtab@brandthunder.com:4.0.4", + "{96db5760-df7e-4305-8991-8cb1397e278f}:4.0.4", + "{182012af-97bb-4797-b730-6671c7f1ace9}:4.0.4", + "thedivision-newtab@brandthunder.com:4.0.4", + "{095e9c93-0246-4cde-bb76-cb06fe148715}:4.0.4", + "michiganstu-newtab@brandthunder.com:4.0.4.1", + "{9db56de7-c44d-4bc1-a840-728bf023e5cb}:4.0.4", + "{7d6d0ce4-5249-46af-b899-4568a7d87ad2}:4.0.4", + "{5119b268-063d-461e-8ce8-c3244d1cb823}:4.0.4", + "{d1c10eb3-1805-4bf2-be0f-dc49af482954}:4.0.4", + "uofmichigan-newtab@brandthunder.com:4.0.4", + "{d1c10eb3-1805-4bf2-be0f-dc49af482954}:4.0.3.1", + "{6b763c7a-6350-41b1-847f-86c34782f0cc}:4.0.4", + "{04ed699a-603d-4833-9049-0ad812e46c68}:4.0.4", + "{60c90826-9cc6-42d1-aa69-6fdf0fdac931}:4.0.4", + "jellybeans-newtab@brandthunder.com:4.0.4", + "draketribute-newtab@brandthunder.com:4.0.4", + "{66c4fb4d-237d-4af4-b75e-da552caa98e7}:4.0.3.1", + "{bf1f3f7c-f6b4-40db-8976-eec046004653}:4.0.4", + "{74c2b12b-0667-44b4-9a4a-6a631e34d714}:4.0.4", + "{f93d4ac4-c792-4e0f-9ed1-42c82f1cb6ff}:4.0.4", + "uofscarolina-newtab@brandthunder.com:4.0.4", + "nfljaguars-newtab@brandthunder.com:4.0.4", + "{7d71b519-622d-4a4e-ab24-30a09e370bb4}:4.0.4", + "{193acf6e-a15d-4a2e-9fe3-39a40b8cc94a}:4.0.4", + "{d8145fd5-72b7-4a98-b7fc-cc124cce9b1a}:4.0.4", + "{53216797-3406-4247-82d4-d49990583116}:4.0.4", + "{2ff9bcc7-ed87-4276-b055-6145f0910d1b}:4.0.4", + "{990fd286-212a-4a87-8ab7-205c48dde049}:4.0.4", + "{0552a980-92a5-4fe6-9649-bdc43e2dbe8c}:4.0.4", + "{03988ee2-32a9-4ba1-8bdf-bcb449486454}:4.0.4", + "{bbdfe2da-25b1-4d6b-93a6-e6ca92f6ffe3}:4.0.4", + "{5a2391f7-77d1-4c5c-a734-6252f2eb9f07}:4.0.4", + "{33b814d1-e84f-421d-9c79-1710f44b713b}:4.0.4", + "{bf748ce5-0f18-4612-94df-63a6ee688548}:4.0.4", + "{da445186-04cd-4d88-b9ac-8f1afa547cc3}:4.0.4", + "{317da781-b082-4e72-b361-74796d6577dd}:4.0.4", + "{94fd0e89-d9ec-42a5-b547-83a8aa07844c}:4.0.4", + "{ca4bc088-ca69-45f7-acca-b16d6c3e17cf}:4.0.4.1", + "taylorswift-newtab@brandthunder.com:4.0.4", + "masseffect-newtab@brandthunder.com:4.0.4", + "{25c3780d-d06f-4e00-808e-a98581440a06}:4.0.4", + "nhljets-newtab@brandthunder.com:4.0.4.1", + "blues-newtab@brandthunder.com:4.0.4.1", + "{05d7d5bd-1dff-4d23-a054-e224a3cb6067}:4.0.4", + "{b574ae9e-38d6-41ba-a65a-2ff7adb6c78e}:4.0.4", + "{edfd4404-3ff9-4afc-ad7a-09025c018ead}:4.0.3.1", + "{1795e5d3-5dd6-4f8a-975a-b5de41ad5bc6}:4.0.4", + "{d46f3d50-9bae-4e1e-a238-8f80971382d5}:4.0.4", + "washingtonstu-newtab@brandthunder.com:4.0.4", + "nhlpanthers-newtab@brandthunder.com:4.0.4", + "{ec1ab189-9e22-414f-b808-fd254aa1bbb2}:4.0.4", + "uofnotredame-newtab@brandthunder.com:4.0.4", + "{9db564ae-50fd-40e3-bc44-70418952175f}:4.0.4", + "{8c4d5fb7-a355-44dd-9ad9-d5e4ce8091cb}:4.0.4", + "blackhawks-newtab@brandthunder.com:4.0.4", + "{a783f612-7ee3-4540-a619-110cc6ed873a}:4.0.4", + "puppies2015-newtab@brandthunder.com:4.0.4", + "{df35bb49-5492-4134-8cca-5e8b0d7ca6aa}:4.0.3.1", + "{c22d51e5-1191-409f-9aa8-72eb49ce09d5}:4.0.4", + "uofarkansas-newtab@brandthunder.com:4.0.4.1", + "{fa01d43e-2290-4a11-af28-2592c088c52e}:4.0.4", + "{e82050c3-817d-4f51-9564-9057d0c5c098}:4.0.4", + "{f728a3cd-0d3d-4895-9761-e17b9d65cdcc}:4.0.4", + "{99b7002e-d027-466c-9158-77dd94575e71}:4.0.4", + "{87f360f3-29b7-4998-bb39-c339dd8134da}:4.0.4", + "{d0d19218-4a41-48f9-ba5b-b089b3776496}:4.0.4", + "overwatchtribute-newtab@brandthunder.com:4.0.4", + "conormcgregortribute-newtab@brandthunder.com:4.0.4", + "snowboarding-newtab@brandthunder.com:4.0.4", + "{33c0e8a4-40d9-459f-8144-94e1ac67c387}:4.0.4", + "{b0b2799f-b69c-4586-b2d1-49c57088a46e}:4.0.4", + "angrybirds-newtab@brandthunder.com:4.0.4.1", + "{b5f62a78-e700-40e0-9ab4-5d2bf665431b}:4.0.4", + "{2464cd90-630e-41f0-91e6-3d63937b0997}:4.0.4", + "uofkentucky-newtab@brandthunder.com:4.0.4", + "{d8aafae0-d0fa-4726-98ab-11f4a828669f}:4.0.4.1", + "christmasfm100-newtab@brandthunder.com:4.0.4", + "{7aa9c46c-312e-4b6f-b1f7-264dab2df1f2}:4.0.4", + "{773e7336-49a9-4ebd-9075-9f18797d3cf2}:4.0.4", + "{0ef3598a-75d7-402e-b3e8-954a95573707}:4.0.4", + "babyanimals-newtab@brandthunder.com:4.0.4.1", + "{ae062df9-f03b-4ba3-8d2f-8075dbc3d244}:4.0.4", + "{05b74b76-601e-4f64-b47b-cd5e04e19f61}:4.0.4", + "{59e0d4a0-46e9-43d4-ada7-af7622915d85}:0.10", + "nbamagic-newtab@brandthunder.com:4.0.4", + "{e52015f4-735a-4699-8693-2aff2781cd6b}:4.0.4", + "{9054774b-03bd-4715-8749-84c844085c1b}:4.0.3.1", + "{be49a494-0084-425e-b81e-9473762264e6}:4.0.4", + "thebeatlestribute-newtab@brandthunder.com:4.0.4", + "1035thearrow-newtab@brandthunder.com:4.0.4", + "{8891fbf2-7e79-4bf5-ad0e-ab3033c8e592}:4.0.4", + "{1f774390-0998-476d-a9db-4df07718480f}:4.0.4", + "{90b473b3-74e1-4fd5-b328-54bdfeb58b7c}:4.0.4", + "mkxtribute-newtab@brandthunder.com:4.0.4", + "pennstu-newtab@brandthunder.com:4.0.4", + "{ba12946a-6878-47e6-93e7-c0ba3c1635d7}:4.0.4", + "{d4e91ef2-2214-46b8-848b-5e3b17bae8d5}:4.0.4.1", + "{f870a9fa-8607-483b-a6db-6cb0b137efa0}:4.0.4.1", + "{9692d385-8bd5-4139-a4f4-0bf09c37b458}:4.0.4", + "{8ef9beea-e67f-4399-8e64-82bf11cd9386}:4.0.4", + "ncstateu-newtab@brandthunder.com:4.0.4", + "purdueu-newtab@brandthunder.com:4.0.4", + "fcbayernmunichtribute-newtab@brandthunder.com:4.0.4", + "{f632c76a-ae6b-4e32-834f-3e55c1f0ec61}:4.0.3.2", + "{129dd262-5426-4719-886c-41131a5f7b35}:4.0.4", + "{5a11eef9-992b-4dc5-87d7-26c697317499}:4.0.4", + "{7ddc97d9-9bab-4ccd-b50c-55ee2866e8f7}:4.0.4", + "{3d16b54e-3c7f-4dc2-b107-805fcea974ca}:4.0.3.1", + "babygoats-newtab@brandthunder.com:4.0.4.1", + "{1b6bb1e4-6c59-4c42-8471-6cd0a99e8eec}:4.0.4.1", + "stuntrracecycle-newtab@brandthunder.com:4.0.4", + "{5e2b5cf0-c076-4a25-a1e2-f0be97df44fe}:4.0.3.2", + "uofalabama-newtab@brandthunder.com:4.0.4", + "bobmarley2013-newtab@brandthunder.com:4.0.4.1", + "{afdd1365-740b-48d4-8a53-e3e86dc1d22b}:4.0.4", + "oregonstu-newtab@brandthunder.com:4.0.4", + "{3f3ddc13-2fcc-4997-9f53-6122dd71e969}:0.8rc9", + "{77b18624-52e6-41e6-ad95-61123f41bef4}:4.0.4", + "babypolarbears-newtab@brandthunder.com:4.0.4", + "{eb1506a7-3c60-48b0-8607-7627a0b095e5}:4.0.3.1", + "{b8d3ec9a-4cf4-498e-a71e-22396fe666b9}:4.0.4", + "{5a7dce89-fca1-4294-a2ac-a38725ef35a1}:4.0.3.2", + "{342f66fb-1118-422b-abb0-c1c36429a1d7}:4.0.4", + "{e4067d28-f28c-45cb-8663-33cef740f56b}:4.0.4", + "{15ec9d8d-4592-4abf-b73b-29faed3302b2}:4.0.4", + "{4ffed51f-a3ef-45aa-9ab5-3f4ce9b81b8d}:4.0.4", + "{f7b77d4c-38a3-4c05-926b-28178b221d7c}:4.0.4", + "{10fc2b7f-9b6e-4fbb-b9c5-c0bf34ebe491}:4.0.3.1", + "{b63003e8-b728-4a4f-bf84-d9c7058e6d5f}:4.0.4", + "{cd82791b-281b-450e-8432-8d780d830298}:4.0.3.1", + "{666eb1c0-0fcd-438a-97d3-b405d51b3ba1}:0.8rc9", + "{0962876a-4e32-44b5-8488-242af26c7732}:4.0.4", + "{5a7dce89-fca1-4294-a2ac-a38725ef35a1}:4.0.4", + "{4d6a7dfa-1c8d-408d-91de-108547dfb2d4}:4.0.4", + "{990fd286-212a-4a87-8ab7-205c48dde049}:4.0.3.1", + "{295b9438-dcb2-43f1-b665-e111a6b65f6d}:4.0.4", + "emojis-newtab@brandthunder.com:4.0.4.1", + "{67de55cd-f1bf-4216-b501-c733d7d50bed}:4.0.4", + "wolvesntp-newtab@brandthunder.com:4.0.4", + "{9d3b49bb-2c4a-45dc-92f5-78b1a8ad5004}:4.0.4", + "{5afa2b36-ab55-4bd4-8180-f07486e5f53b}:4.0.4", + "{353fd5cb-ceeb-4cd7-9780-ca73737ae311}:4.0.4", + "{169a8fce-a673-4149-8d0f-1ba78a619c16}:4.0.4", + "{d2237336-eea1-4f2a-8673-3adbe00f75ec}:4.0.4", + "surfing-newtab@brandthunder.com:4.0.4", + "uofgeorgia-newtab@brandthunder.com:4.0.4", + "summerminionstribute-newtab@brandthunder.com:4.0.4", + "{9d848268-fbe4-4edb-b469-767be10bf9ee}:4.0.4", + "batman-newtab@brandthunder.com:4.0.4", + "tigers-newtab@brandthunder.com:4.0.4.1", + "auburnu-newtab@brandthunder.com:4.0.4", + "{9ceb04c5-139a-436f-aa43-71e2c9f4e0dd}:4.0.4", + "{9054774b-03bd-4715-8749-84c844085c1b}:4.0.4", + "fallout4tribute-newtab@brandthunder.com:4.0.4.1", + "{d375148b-50b6-48da-bed5-562b81bff0ad}:4.0.4.1", + "{5ae73eec-9faa-434f-ab8d-a3511fab60a6}:4.0.4", + "halloween_vc-newtab@brandthunder.com:4.0.4", + "dbztribute-newtab@brandthunder.com:4.0.4", + "{963e105e-d905-413a-a181-faf172be51d7}:4.0.4", + "uofkansas-newtab@brandthunder.com:4.0.4", + "{ffe873ee-12e5-4c56-ae95-bad65ecb200f}:4.0.4", + "{45e9f548-3414-44dd-938f-86d62d8bf144}:4.0.4", + "westworldtribute-newtab@brandthunder.com:4.0.4", + "hockeycanadaen-newtab@brandthunder.com:4.0.4.1", + "{a84be937-b01e-43bc-970a-1102229159f4}:4.0.4", + "{65580bf2-e765-42c5-9632-dd4fc41a7354}:4.0.4", + "{ee6e1bd1-5287-4c71-a953-5df0affc3481}:4.0.4", + "{5b8cf518-e33f-4bd9-b053-b5777bfbbd35}:4.0.4", + "vanderbiltu-newtab@brandthunder.com:4.0.4", + "{506fcca5-db8d-464d-9efd-db57a8f79868}:4.0.4", + "gatech-newtab@brandthunder.com:4.0.4", + "{ba84fa73-b9ad-4764-b92b-f770b684fc68}:4.0.4.1", + "{c30dc545-fdb9-47bc-b4da-4209e91153e9}:4.0.4", + "{d9173da8-d08e-4e18-a280-bb44af0bbff2}:4.0.4", + "{f391bff5-164d-4cb2-ad11-656034af9bec}:4.0.4", + "{eae2e78d-fc4b-49ed-95d9-b1cd0913a30f}:4.0.4", + "indianau-newtab@brandthunder.com:4.0.4", + "{2f85556b-2940-4b1a-b127-e3acba27af85}:4.0.4", + "{7b0ecc73-6e2e-4bfe-8944-188218b4b793}:4.0.4", + "{1c2c8d72-5d8e-4cb7-9d4a-2cdbd88e43f8}:4.0.4", + "{e87fec48-1cd2-4fc0-983f-d27d0f9d92b8}:4.0.4", + "worldwrestling-newtab@brandthunder.com:4.0.4", + "{ffb83f32-dcbb-4408-b777-1be066c42b26}:4.0.4", + "{8a600b91-1fd5-47fd-bbf0-27511c8e3c47}:4.0.4", + "{d78113af-1e14-4742-8212-84682396beb3}:4.0.4", + "uofiowa-newtab@brandthunder.com:4.0.4", + "nflbrowns-newtab@brandthunder.com:4.0.4.1", + "{ce8b58fc-ac66-4a10-87d8-bc5b542ec6d1}:4.0.4", + "penguins-newtab@brandthunder.com:4.0.4", + "hockeycanadaen-newtab@brandthunder.com:4.0.4", + "starrysky-newtab@brandthunder.com:4.0.4", + "{653c9771-7586-45fb-93fe-608e02aaec5e}:4.0.4", + "{b4c7f004-d8b6-4bad-acb5-628142341cef}:4.0.4", + "{9b67e04e-8240-4430-af4c-a911612cf8a8}:4.0.3.1", + "{dd5f3bdc-8de2-4bb1-99aa-a56cfd8d5537}:4.0.4", + "solitaire-newtab@brandthunder.com:4.0.4", + "{0cc91c73-cefa-4a7a-a096-7a278629567a}:4.0.4", + "wkyc_vc-newtab@brandthunder.com:4.0.4", + "{cbe8d408-e03f-4cad-a00e-d5b9378feb67}:4.0.3.1", + "{e0c73e51-4dce-408d-a4cc-fae0b78cba8a}:4.0.4", + "fallout4tribute-newtab@brandthunder.com:4.0.4", + "uofwisconsin-newtab@brandthunder.com:4.0.4", + "{d89e5e09-4417-461d-8908-8fb92fa295c3}:4.0.4", + "{d20f98d8-ae6c-4a38-ba08-cecfa3ced4eb}:4.0.4", + "{30b09a21-02e9-407a-9dda-c267e1c91b07}:4.0.4", + "{cbe8d408-e03f-4cad-a00e-d5b9378feb67}:4.0.4", + "{335116d9-d14a-4d24-943d-2ff64d319310}:4.0.4", + "{3882b101-830e-4cf7-8d5b-19d0cd7299c3}:4.0.4", + "{444b1d51-2976-497a-99d0-230cd1716047}:4.0.4", + "{9c51d9ab-2a58-4c4e-9a1f-abf1aec5ed1f}:4.0.4", + "{32a0a692-e907-40f5-b557-8a19a97dd578}:4.0.3.1", + "tcu-newtab@brandthunder.com:4.0.4", + "{7dd4e271-9341-46b7-bce6-1634ce7bf237}:4.0.3.1", + "{59120ad9-e781-4e33-8661-c4cff5ef9d6d}:4.0.4", + "{a714ab72-1697-4d19-b410-cbdc9c8cab3f}:4.0.4", + "{b17230b5-63b7-473b-b2f5-30b9852ac398}:4.0.4", + "{36efef94-e5f9-4269-8d00-1ca749c5119d}:4.0.4", + "{d7caeb18-f697-4667-a2ec-03763656cd11}:4.0.4", + "{c3222ca2-53e4-4511-b3d1-c5072933b806}:4.0.4", + "pokemontribute-newtab@brandthunder.com:4.0.4.1", + "trumptweets-newtab@brandthunder.com:4.0.4", + "lukecagetribute-newtab@brandthunder.com:4.0.4", + "{60518ab0-107e-4f90-bd7d-029e23b00ecc}:4.0.4", + "nflredskins-newtab@brandthunder.com:4.0.4", + "{db6ef723-5ef4-463e-afdb-ec0d79a10693}:4.0.4", + "{0b404f0b-61ee-4208-aaff-f618f49c2348}:4.0.4", + "rainbow-newtab@brandthunder.com:4.0.4.1", + "beautifulflowers-newtab@brandthunder.com:4.0.4.1", + "{50564fd1-b24b-4041-9fbb-50379105ad60}:4.0.4", + "{0157280d-b893-4f60-8c29-f084aef3d643}:4.0.4", + "{6593af3d-a35c-4132-868f-dca6078e58cd}:4.0.3.1", + "michiganstu-newtab@brandthunder.com:4.0.4", + "nbaspurs-newtab@brandthunder.com:4.0.4.1", + "{1e6dda12-0f29-4c35-9eac-1708137c20f6}:4.0.4", + "{6821d18f-2c6d-49af-93b3-9e6060d3aa18}:4.0.3.1", + "{34e74802-9010-4792-ba11-e695cda0c50c}:4.0.4", + "beautybeasttribute-newtab@brandthunder.com:4.0.4", + "wild-newtab@brandthunder.com:4.0.4", + "{b50776bb-ce46-4901-b14a-d0471e5bf744}:4.0.4", + "{454ac05c-4a9b-4535-a79b-61f34dc64c8f}:4.0.4", + "deadpooltribute-newtab@brandthunder.com:4.0.4.1", + "nfljets-newtab@brandthunder.com:4.0.4", + "{51188686-29f0-4d1e-ac59-8aa69033e72f}:4.0.3.1", + "kansasstu-newtab@brandthunder.com:4.0.4", + "fastfurious-newtab@brandthunder.com:4.0.4", + "{01dafb16-f591-414f-a1e0-0f7a3055d94d}:4.0.4", + "{f8b5782e-6cd1-4fbd-897a-48ba1a88c400}:4.0.3.1", + "thewitchertribute-newtab@brandthunder.com:4.0.4", + "{90d49392-4d26-4733-b6c7-767d02be870b}:4.0.4", + "{0e5e7b5f-83f5-4a5d-b681-3b3e3efd6838}:4.0.4", + "texastechu-newtab@brandthunder.com:4.0.4", + "{a9338e90-c0b8-427c-8e35-62d002c93b69}:4.0.4", + "{fb58d98d-9acb-4489-9d9e-c4f3c930e5f9}:1.1", + "uofarkansas-newtab@brandthunder.com:4.0.4", + "{77153b29-dd80-4fea-a891-d53fc206a6be}:4.0.4", + "uofillinois-newtab@brandthunder.com:4.0.4", + "{e3a0245d-9fc3-400e-93a2-b3369eedd8ae}:4.0.4.1", + "{03311507-e630-410d-afd5-60921a26ee1b}:4.0.4", + "uofoklahoma-newtab@brandthunder.com:4.0.4", + "northwesternu-newtab@brandthunder.com:4.0.4", + "blackops3tribute-newtab@brandthunder.com:4.0.4", + "{3928a475-420b-4aa6-8c60-1a98127a3d04}:4.0.4", + "pokemongotribute-newtab@brandthunder.com:4.0.4", + "{5b107331-afdf-495f-b7e2-eb4ce10f5125}:4.0.4", + "{d89e5e09-4417-461d-8908-8fb92fa295c3}:4.0.3.2", + "{ed02489a-9a9b-4a6a-a234-6ff6240a1d4d}:4.0.4", + "uofcalifornia-newtab@brandthunder.com:4.0.4", + "uofwashington-newtab@brandthunder.com:4.0.4", + "colts-newtab@brandthunder.com:4.0.4", + "swdarthvader-newtab@brandthunder.com:4.0.4", + "lions-newtab@brandthunder.com:4.0.4.1", + "{f728a3cd-0d3d-4895-9761-e17b9d65cdcc}:4.0.3.1", + "{967dcc3e-7e94-46fe-9343-626116055620}:4.0.4", + "{8665eb1b-2440-4c06-b94a-8e44f7b49815}:4.0.4", + "{c2f1a400-589c-42fb-a7d3-16307773643c}:4.0.3.1", + "{340ff12a-e8ce-42e5-956b-71ae057ee372}:4.0.4", + "valentinesgallery-newtab@brandthunder.com:4.0.4", + "nflbears-newtab@brandthunder.com:4.0.4", + "{9a99f182-caec-4f79-8b22-69feafc82300}:4.0.4", + "realmadridtribute-newtab@brandthunder.com:4.0.4", + "{7b0ecc73-6e2e-4bfe-8944-188218b4b793}:4.0.3.1", + "{18d18dcc-c566-4fff-aaab-59ba4419582f}:4.0.4", + "{ee787fe0-eda4-4b9c-a176-bf73f5c3fddd}:4.0.4", + "angrybirds-newtab@brandthunder.com:4.0.4", + "{4352b2c9-4d61-4f8f-8751-7570c8dc3acf}:4.0.4", + "uofpittsburgh-newtab@brandthunder.com:4.0.4", + "nfljaguars-newtab@brandthunder.com:4.0.3.1", + "{c38e9651-8e90-4e92-9103-88810739bd86}:4.0.4.1", + "{1c8b8af6-c0fd-4f3b-a273-60d90b0859f2}:4.0.4", + "{ac374e63-6455-4474-848a-8ef125c8d779}:4.0.4", + "{da474bee-7c1c-487e-85fb-a9539ff2f7ba}:4.0.4", + "bluejackets-newtab@brandthunder.com:4.0.4", + "{87ce02b6-9fd7-4a13-89a4-6d4db2777b51}:4.0.4", + "uofminnesota-newtab@brandthunder.com:4.0.4", + "{bf0a34ec-a3df-464b-8ad5-9c40e878bd49}:4.0.4", + "nfllions-newtab@brandthunder.com:4.0.4", + "bayloru-newtab@brandthunder.com:4.0.4", + "{69ccdc51-a3c7-4cda-9260-2aa2c64949a6}:4.0.4", + "{f47471d0-a258-4b8a-baa0-577e0210a61d}:4.0.4", + "gtavtribute-newtab@brandthunder.com:4.0.4.1", + "nbakings-newtab@brandthunder.com:4.0.4", + "{e36c145a-0359-49ba-858a-0ebe9ffa769a}:4.0.4", + "{f6d506aa-aace-40b3-96d0-6e9545a1e871}:4.0.4", + "{626ff31d-c5f9-433e-9fed-1ee1b5a5d581}:4.0.4", + "nflbills-newtab@brandthunder.com:4.0.4.1", + "{c9eb386b-f05e-4d70-b20f-76648a075854}:4.0.4", + "supermariotribute-newtab@brandthunder.com:4.0.4", + "nflbills-newtab@brandthunder.com:4.0.4", + "battlefield1tribute-newtab@brandthunder.com:4.0.4", + "{753fcc69-cef5-4467-80a7-05e79dbe1693}:4.0.4", + "forza6tributentpgallery-newtab@brandthunder.com:4.0.4", + "{0dcba238-44c2-4737-8798-42d25ca08b32}:4.0.4", + "{74dd6c69-e693-4e2a-9d27-3287b4df44a9}:4.0.4", + "{807a47a3-60ab-4c42-96ce-2112ada4c731}:4.0.4", + "{e3f27a28-927d-4c50-9c5f-5e9324feac2c}:4.0.4", + "nbahawks-newtab@brandthunder.com:4.0.4", + "{229935e1-1146-4ea3-9568-edebfb210fe6}:4.0.4", + "{22bb5802-a319-4a05-87a3-a83a90f709e7}:4.0.4", + "{f632c76a-ae6b-4e32-834f-3e55c1f0ec61}:4.0.4", + "{a1f1e720-8692-4950-91d3-895a6535ee6d}:4.0.4", + "{e591e29c-5959-4ff0-ab77-b0d53129971b}:4.0.4", + "{87f360f3-29b7-4998-bb39-c339dd8134da}:4.0.3.1", + "{1a1bcf9e-f23b-4897-8d89-733528f318ac}:4.0.4", + "{6593af3d-a35c-4132-868f-dca6078e58cd}:4.0.4", + "doctorwhotribute-newtab@brandthunder.com:4.0.4", + "{6821d18f-2c6d-49af-93b3-9e6060d3aa18}:4.0.4", + "supergirl-newtab@brandthunder.com:4.0.4", + "{60a7d69d-9b37-43be-bba5-bc3876880306}:4.0.4", + "puppies2015-newtab@brandthunder.com:4.0.4.1", + "rogueonetribute-newtab@brandthunder.com:4.0.4", + "{cb04fb29-0b5c-4c3a-941d-cf88db386dbf}:4.0.4", + "{1d03b408-870b-446e-a261-ecc9bb3daa53}:4.0.4", + "bobmarley2013-newtab@brandthunder.com:4.0.4", + "{078b17ca-c104-4ba4-b3c5-50cdf3927762}:4.0.4", + "{6c63fd27-6416-4a3c-b788-d690dc69e61c}:4.0.4", + "uofvirginia-newtab@brandthunder.com:4.0.4", + "colts-newtab@brandthunder.com:4.0.4.1", + "nfltexans-newtab@brandthunder.com:4.0.4", + "{3e55f087-ba0e-4114-a777-4bad21ec406d}:4.0.4", + "{c2f1a400-589c-42fb-a7d3-16307773643c}:4.0.4", + "{8ed607dd-57bc-44cc-a1ec-8da4a501b366}:4.0.4", + "{5717ece1-a44c-4f2f-9af0-afec14d169ae}:4.0.4", + "raindrops-newtab@brandthunder.com:4.0.4", + "{5e2b5cf0-c076-4a25-a1e2-f0be97df44fe}:4.0.4", + "{a1f1e720-8692-4950-91d3-895a6535ee6d}:4.0.3.1", + "{b396dc06-7255-4c8e-8c6d-5a3854c59e0c}:4.0.4", + "{e82cdffd-2c78-49d0-9edb-110c00d329d1}:4.0.4", + "zeldatribute-newtab@brandthunder.com:4.0.4", + "walkingdeadtribute-newtab@brandthunder.com:4.0.4", + "{5888c9e3-ad34-4b76-bf15-b0a66a4e59bc}:4.0.4", + "{5d12cb1b-b287-4373-9b2b-cc044961ae4c}:4.0.4", + "{aa55283b-719b-4ebc-804e-a2f45ca48ce7}:4.0.4", + "{399e6b93-9f25-46f5-a969-0271c1eb36b4}:4.0.4", + "{fedb8134-e6e7-4ed1-b51b-ca3e78407818}:4.0.4", + "sportscarsntp-newtab@brandthunder.com:4.0.4", + "{c47a1e20-5fba-46ef-89eb-7e32995581dd}:4.0.4", + "washcaps-newtab@brandthunder.com:4.0.4", + "{2786e68f-aa9f-481f-850d-54c361d19ff4}:4.0.4", + "babypolarbears-newtab@brandthunder.com:4.0.4.1", + "{3322580b-a64d-46c5-a865-aae3ba2fa79a}:4.0.4", + "angrybirdsmovietribute-newtab@brandthunder.com:4.0.4", + "secretlifeofpets-newtab@brandthunder.com:4.0.4", + "kungfupandatribute-newtab@brandthunder.com:4.0.4", + "fantasticbeaststribute-newtab@brandthunder.com:4.0.4", + "{f756d873-64c5-477b-ad44-c7591f3815d1}:4.0.4", + "{62f3b740-6a64-4c94-92ac-96c5760afebe}:4.0.4", + "{10503f84-a967-4ca6-94b8-fb04e8d5fff9}:4.0.4", + "wakeforestuniv-newtab@brandthunder.com:4.0.4", + "batman-newtab@brandthunder.com:4.0.4.1", + "uofncarolina-newtab@brandthunder.com:4.0.4", + "ohiostate-newtab@brandthunder.com:4.0.4.1", + "{b9c437ce-c939-42d9-88c9-2c7f148a7290}:4.0.4", + "{05a277e9-e282-4f33-a83a-cf3049cc9a3f}:4.0.4", + "nbaspurs-newtab@brandthunder.com:4.0.4", + "{897d0e54-6db8-4766-ae41-b133b90eada9}:4.0.4", + "{5c3fabb4-94a4-4796-9537-e26994b2f654}:4.0.4", + "{97b509fa-bc6b-4940-b13c-829ce86df7c0}:4.0.3.1", + "cortcarpenter-newtab@brandthunder.com:4.0.4", + "supermariotribute-newtab@brandthunder.com:4.0.4.1", + "{f259723d-e95b-40ea-840d-98135d6f8fbe}:0.8rc9", + "uofarizona-newtab@brandthunder.com:4.0.4", + "uoftexas-newtab@brandthunder.com:4.0.4", + "{debecd9f-661d-450b-a2d6-429c71725955}:4.0.4", + "{f09db571-b24e-4c65-8f7b-aa42a1839367}:4.0.4", + "rainbow-newtab@brandthunder.com:4.0.4", + "{20e2499c-37e7-4462-ae88-f53d232b0179}:4.0.4", + "{3482c46c-daaf-435d-8ec3-26665c0176be}:4.0.4", + "{c7cafc58-8df9-48ee-91be-99af1f875711}:4.0.4", + "{79e11978-da05-4f9e-b92b-98c103f9c80e}:4.0.4", + "{de2c2ebc-a0d8-4a24-9d90-932327ecd84f}:4.0.4", + "{a5e5ebd5-cd92-48ec-8890-4e0983ff906e}:4.0.3.1", + "{8a887829-97f1-45d2-ad5d-02bbfb0b5b18}:4.0.4", + "{824feb60-3bfc-427f-a153-b2b6af2be468}:4.0.4", + "mmsntp-newtab@brandthunder.com:4.0.4", + "{b08729fe-48a7-436c-ae7b-45e459d351c2}:4.0.4", + "ucla-newtab@brandthunder.com:4.0.4", + "{ecf87b1d-dc48-472d-9528-7230a3e71f4c}:4.0.4.1", + "{d48116e6-09ab-42bd-a4e3-cd2b0839dee1}:4.0.4", + "{ba01db8e-11ab-496a-bec8-85fa6014ba6e}:4.0.4", + "{f8f5e966-bf74-459d-9434-cb2b8117c33f}:4.0.4", + "olemiss-newtab@brandthunder.com:4.0.4", + "nflsaints-newtab@brandthunder.com:4.0.4.1", + "{596d9775-1441-4cd0-aa23-7f8c6203f458}:4.0.4", + "{13857de8-741d-46f7-80bc-88dd0f5263ac}:4.0.4", + "uofmissouri-newtab@brandthunder.com:4.0.4", + "uofmaryland-newtab@brandthunder.com:4.0.4", + "coralreef-newtab@brandthunder.com:4.0.4", + "{b4ad027e-9a7e-407f-9a5d-f763f664e77c}:4.0.4", + "{bd569df7-58c9-43d4-86e4-34993ebcff2e}:4.0.4", + "esports-newtab@brandthunder.com:4.0.4", + "{0e3484ba-f529-48e9-92db-d7d18ddf2320}:4.0.4", + "{2863cc0b-8d0e-432a-8c5b-4b4e69033a2f}:4.0.4", + "{f552742c-a580-4734-a23b-cb4681596c4a}:4.0.4", + "{b7595ae7-a779-43db-bf37-a1bcced14106}:4.0.4", + "{af94fe18-7a1e-4cb7-ad2e-d4ae8e3bc846}:4.0.4", + "{98a038f7-9c80-4eaf-8ac9-f63104b8c07b}:4.0.4", + "{05af49c1-164d-4b4b-9776-01dd1da8c6b4}:4.0.4", + "{eb1506a7-3c60-48b0-8607-7627a0b095e5}:4.0.4", + "{e6095274-2c64-483e-a2cc-47aa0fbe690c}:4.0.4", + "{97302b22-d94d-4f09-ba30-c522e30f7ace}:4.0.4", + "{0683a68e-b70d-4ae6-b11a-0222269ba186}:4.0.4", + "{578f7b3e-0ece-43a6-977c-840121f22ed1}:4.0.4.1", + "{fc0e4a99-9b79-4cab-ab28-fe12170e53d1}:4.0.4", + "{ecef19ba-b274-4616-bfbf-affa5b276115}:4.0.4", + "bigbangtheorytribute-newtab@brandthunder.com:4.0.4", + "{22937475-8af3-44e6-9017-44c249d9fc40}:4.0.4", + "{078b1888-3b76-46cd-8ec7-3debf0df6369}:4.0.4", + "{47aae89d-6c2b-40ea-9069-b222c8e64842}:4.0.4.1", + "uofmichigan-newtab@brandthunder.com:4.0.4.1", + "christmascountdown_vc-newtab@brandthunder.com:4.0.4", + "candycanes-newtab@brandthunder.com:4.0.4", + "acunitytribute-newtab@brandthunder.com:4.0.4.1", + "{68172a8a-cd1b-4f62-ab44-84be0878c1a2}:4.0.4", + "{87ce02b6-9fd7-4a13-89a4-6d4db2777b51}:4.0.3.1", + "pacmangame-newtab@brandthunder.com:4.0.4", + "{66c4fb4d-237d-4af4-b75e-da552caa98e7}:4.0.4", + "{1f6e5cab-9463-4ca3-89da-d35470397820}:4.0.4", + "{d8aafae0-d0fa-4726-98ab-11f4a828669f}:4.0.4", + "{002e78e9-8571-42f3-9e4f-046c61d0b661}:4.0.4", + "blackhawks-newtab@brandthunder.com:4.0.4.1", + "acunitytribute-newtab@brandthunder.com:4.0.4", + "{4865f4d5-3176-48e8-b985-1c218fd124b6}:4.0.4", + "nflraiders-newtab@brandthunder.com:4.0.4", + "{67e32e23-174f-4bf1-b244-1901a2ddd181}:4.0.4", + "{1e31419f-cb71-412e-9e93-20ef8d839284}:4.0.4", + "powerrangerstribute-newtab@brandthunder.com:4.0.4", + "{d3ef40ad-6e7a-4748-8f1b-e236426bec97}:4.0.4", + "{e85d8ec0-2738-4270-97aa-d676cc8256a9}:4.0.4", + "{423d27be-783f-40c5-807f-aaa0928323eb}:4.0.4", + "{3a78f63b-cb04-4fe0-ad53-1b1bc2152f58}:4.0.4", + "sportscarsntp-newtab@brandthunder.com:4.0.4.1", + "emojis-newtab@brandthunder.com:4.0.4", + "tigers-newtab@brandthunder.com:4.0.4", + "halo5tribute-newtab@brandthunder.com:4.0.4", + "nbacavaliers-newtab@brandthunder.com:4.0.4", + "{ed25bf9f-a222-4ef6-ad4f-2f64e0623fe9}:4.0.4", + "{b967729b-d29a-48a5-a889-d5bc211783dd}:4.0.4", + "nflbroncos-newtab@brandthunder.com:4.0.4", + "{195b2e9a-9164-49c8-92fc-a855136ffd18}:4.0.4", + "{cb52c839-8a72-4e8d-b19b-cbc541927bb0}:4.0.4", + "uoforegon-newtab@brandthunder.com:4.0.4", + "{0c80ee52-369c-4f0e-81e7-a4ea83b4a817}:4.0.4", + "mickeyntpgallery-newtab@brandthunder.com:4.0.4", + "{cd82791b-281b-450e-8432-8d780d830298}:4.0.4", + "{5932c2e1-28a7-4126-8462-44c690103f4d}:4.0.4", + "houseofcardstribute-newtab@brandthunder.com:4.0.4", + "uofnotredame-newtab@brandthunder.com:4.0.4.1", + "{59abde44-040d-4d3d-b9e4-70fff6482bb5}:4.0.4", + "animentp-newtab@brandthunder.com:4.0.4", + "{e767cf98-b627-447b-bd50-a7fc87341193}:4.0.4", + "clashclanstributentp-newtab@brandthunder.com:4.0.4", + "{431ce402-4ff1-4ab1-a824-b6ba08a004c6}:4.0.4", + "beautifulflowers-newtab@brandthunder.com:4.0.4", + "blues-newtab@brandthunder.com:4.0.4", + "{c38e9651-8e90-4e92-9103-88810739bd86}:4.0.4", + "xmaspuppies_vc-newtab@brandthunder.com:4.0.4", + "{20c50cf4-c8a9-4d66-b6bb-530163ac357c}:4.0.4", + "{60488d23-3dfd-4db6-8ff9-2c518c25677f}:4.0.4.1", + "{4e761750-5ef8-4e20-9f6e-d4cffcdeec0c}:4.0.4", + "{e3b79eab-06d4-4f5c-871a-39b572c6c28f}:4.0.4", + "{e841871e-4d7e-4cb0-a43a-790dc16e54da}:4.0.4", + "{2e8659a8-9ba6-4d63-a1c9-c9f13334d9d2}:4.0.4", + "ironmantribute-newtab@brandthunder.com:4.0.4", + "{69cfb490-7954-4039-9d51-99f912c1ca37}:4.0.4", + "{94c582d2-910f-4252-9b4c-91d8aaed401d}:4.0.4", + "{a5e5ebd5-cd92-48ec-8890-4e0983ff906e}:4.0.4", + "{42cc1f4c-92fd-4a94-9815-12310755be8f}:4.0.4", + "{5859923f-9121-4abb-9b39-e773889671e0}:1.1", + "ohiostate-newtab@brandthunder.com:4.0.4", + "{ad879c49-e5e6-4097-af6b-c0af9744b8eb}:4.0.4", + "{1597d09d-01ce-48c6-a04b-6d5134781f6d}:4.0.4", + "walkingdeadtribute-newtab@brandthunder.com:4.0.4.1", + "{10fc2b7f-9b6e-4fbb-b9c5-c0bf34ebe491}:4.0.4", + "mkxtribute-newtab@brandthunder.com:4.0.4.1", + "{72fc0880-210e-4ad4-9e6a-b2ffa13fba56}:4.0.4.1", + "{6a4971bc-2d6b-4ac8-81a2-9d7f1c698416}:4.0.4", + "{9d78b6c4-0110-4eb2-b3f5-b1bd95ab76ad}:4.0.4", + "oklahomastu-newtab@brandthunder.com:4.0.4", + "{8816ff71-6de5-4fcf-9026-56abaeadd2ce}:4.0.4", + "nflbrowns-newtab@brandthunder.com:4.0.4", + "{e9a1be01-9566-4bc2-90d1-ebf1e7af49bd}:4.0.4", + "{3d16b54e-3c7f-4dc2-b107-805fcea974ca}:4.0.4", + "{df848558-c856-4dd4-be1e-549d8be40198}:1.2", + "{299bd8a8-a7dd-4131-841b-f5443c78a608}:4.0.4", + "{e00818cd-abe1-413f-aec4-bae2368ecbfc}:4.0.4", + "{c9ad0d7b-5783-48d6-bb10-ca16400d1c63}:4.0.4", + "batmanvsuperman-newtab@brandthunder.com:4.0.4", + "nomansskytribute-newtab@brandthunder.com:4.0.4", + "texastechu-newtab@brandthunder.com:4.0.4.1", + "uofncarolina-newtab@brandthunder.com:4.0.4.1", + "{191acea9-647c-468d-be39-4d8d1d0beab5}:4.0.4", + "nfl49ers-newtab@brandthunder.com:4.0.4.1", + "{3928a475-420b-4aa6-8c60-1a98127a3d04}:4.0.3.1", + "marchmadness-newtab@brandthunder.com:4.0.4", + "{e6b53efa-7e75-400f-8047-2ceb03bd991c}:4.0.4", + "{b17230b5-63b7-473b-b2f5-30b9852ac398}:4.0.3.2", + "lions-newtab@brandthunder.com:4.0.4", + "{54a72278-50ac-4140-9b88-cb52dd35c2fe}:4.0.4", + "{9b67e04e-8240-4430-af4c-a911612cf8a8}:4.0.4", + "{7dd4e271-9341-46b7-bce6-1634ce7bf237}:4.0.4", + "{2015c53c-5202-416b-8088-ccb362bd48e6}:4.0.4", + "{5862979b-ed8c-43ce-b3f6-e763717d8f60}:4.0.4", + "{3a07a84e-995c-4817-9f54-b8caaddb4b73}:4.0.4", + "{44c6ec73-f72d-4f85-9bbe-9b5bb21a0a47}:4.0.3.2", + "{73c27c98-0842-45de-9b7a-79e38d69da77}:4.0.4", + "{a11fb87b-6778-4f13-90b3-6de51a5cbac5}:4.0.4", + "{4b2ee340-1d1c-4198-b436-91c18875de39}:4.0.4", + "nflraiders-newtab@brandthunder.com:4.0.4.1", + "arizonastu-newtab@brandthunder.com:4.0.4", + "{a783f612-7ee3-4540-a619-110cc6ed873a}:4.0.3.1", + "{71e46d00-9a91-492e-b13f-9b075b690771}:4.0.4", + "{ab66dd53-105d-4ce8-a9ed-219363d82e33}:4.0.4", + "stanfordu-newtab@brandthunder.com:4.0.4", + "{5909e984-a4bd-4537-a288-b4ce59b8a0b1}:4.0.4", + "{edfd4404-3ff9-4afc-ad7a-09025c018ead}:4.0.4", + "spacegalaxy-newtab@brandthunder.com:4.0.4", + "nfl49ers-newtab@brandthunder.com:4.0.4", + "{1d1a88dd-e6a2-4709-8fe4-7a9bada2d80e}:4.0.4", + "{c47a1e20-5fba-46ef-89eb-7e32995581dd}:4.0.3.1", + "{5859923f-9121-4abb-9b39-e773889671e0}:1.0", + "sharksntpgallery-newtab@brandthunder.com:4.0.4" + ], + "unblocked": [] + }, + "schema": 1618511890364, + "key_format": "{guid}:{version}", + "stash_time": 1618598110776, + "id": "b2d135ff-0db7-4069-af31-7a1ff315dfc9", + "last_modified": 1618598280921 + }, + { + "stash": { + "blocked": [ + "{331bf847-6933-4c6e-9b07-cbaf6a20461b}:1.1", + "{331bf847-6933-4c6e-9b07-cbaf6a20461b}:1.2" + ], + "unblocked": [] + }, + "schema": 1618490265488, + "key_format": "{guid}:{version}", + "stash_time": 1618511709097, + "id": "19aa54a2-0c38-4fc3-9fd8-8c3ce6cf1483", + "last_modified": 1618511890208 + }, + { + "stash": { + "blocked": [ + "{a4d1f000-6993-47ca-a58f-1d8d7936c1df}:1.2", + "{a4d1f000-6993-47ca-a58f-1d8d7936c1df}:1.1" + ], + "unblocked": [] + }, + "schema": 1618425472182, + "key_format": "{guid}:{version}", + "stash_time": 1618490109488, + "id": "d2de3787-a36b-437e-85e4-a9ad7e85f740", + "last_modified": 1618490265360 + }, + { + "stash": { + "blocked": [ "{1108908d-c1e7-4ffd-9ae0-78bc6a640166}:0.2", "ff-addon@printfriendly.com:1.2", "{1108908d-c1e7-4ffd-9ae0-78bc6a640166}:0.2.1", diff -Nru firefox-88.0+build2/services/settings/dumps/main/search-config.json firefox-88.0.1+build1/services/settings/dumps/main/search-config.json --- firefox-88.0+build2/services/settings/dumps/main/search-config.json 2021-04-16 06:10:38.000000000 +0000 +++ firefox-88.0.1+build1/services/settings/dumps/main/search-config.json 2021-05-05 05:21:14.000000000 +0000 @@ -1,318 +1,317 @@ { "data": [ { - "schema": 1613395976252, + "schema": 1619432100208, "appliesTo": [ { "included": { - "locales": { - "matches": [ - "pl", - "szl" - ] - } + "everywhere": true } } ], - "webExtension": { - "id": "wolnelektury-pl@search.mozilla.org" - }, - "id": "1960ccff-4aab-48cd-9bf5-0eb2adde76f9", - "last_modified": 1613587855073 - }, - { - "schema": 1613395973788, - "appliesTo": [ + "extraParams": [ { - "included": { - "locales": { - "matches": [ - "pl", - "szl" - ] - } - } - } - ], - "webExtension": { - "id": "pwn-pl@search.mozilla.org" - }, - "id": "2ca17e29-ed08-4218-99f6-0615c8bc5c67", - "last_modified": 1613587855070 - }, - { - "schema": 1613395970632, - "appliesTo": [ + "name": "t", + "value": "ffcm", + "purpose": "contextmenu", + "condition": "purpose" + }, { - "included": { - "locales": { - "matches": [ - "pl", - "szl" - ] - } - } + "name": "t", + "value": "ffab", + "purpose": "keyword", + "condition": "purpose" + }, + { + "name": "t", + "value": "ffsb", + "purpose": "searchbar", + "condition": "purpose" + }, + { + "name": "t", + "value": "ffhp", + "purpose": "homepage", + "condition": "purpose" + }, + { + "name": "t", + "value": "ffnt", + "purpose": "newtab", + "condition": "purpose" } ], + "telemetryId": "ddg", "webExtension": { - "id": "allegro-pl@search.mozilla.org" + "id": "ddg@search.mozilla.org" }, - "id": "d915b6bc-bbae-47a6-8323-1b2990ad0e57", - "last_modified": 1613587855067 + "id": "c0b26c0e-63e6-4235-b2ce-5f16b6a8bf87", + "last_modified": 1619450717295 }, { - "schema": 1613245306902, + "schema": 1619432096166, "appliesTo": [ { - "included": { - "everywhere": true - } - }, - { + "excluded": { + "regions": [ + "au", + "ca", + "fr", + "gb" + ] + }, "included": { "locales": { "matches": [ + "ach", "af", - "an", "ar", - "ast", "az", "bg", - "br", - "bs", - "cy", - "da", - "de", - "dsb", - "el", + "cak", + "en-US", "eo", - "et", - "eu", + "es-AR", "fa", - "fi", - "fy-NL", - "ga-IE", - "gd", - "gl", "gn", - "he", - "hr", - "hsb", - "hu", + "hy-AM", "ia", - "id", "is", - "it", "ka", - "kab", - "kk", "km", - "kn", - "lij", - "lo", "lt", - "ltg", - "lv", "mk", - "mr", "ms", "my", - "nl", - "oc", - "pl", - "rm", "ro", - "ru", "si", - "sk", - "sl", - "sq", - "sr", - "sv-SE", - "ta", - "te", "th", "tl", - "tr", - "uk", - "ur", - "uz", - "vi", - "wo", - "zh-CN", - "zh-TW" - ] - } - }, - "webExtension": { - "locales": [ - "$USER_LOCALE" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "be" + "trs", + "uz" ] } - }, - "webExtension": { - "locales": [ - "be", - "be-tarask" - ] } }, { - "included": { - "locales": { - "matches": [ - "bn", - "bn-BD", - "bn-IN" - ] - } - }, - "webExtension": { - "locales": [ - "bn" + "excluded": { + "regions": [ + "au", + "ca", + "fr", + "gb" ] - } - }, - { - "included": { - "locales": { - "matches": [ - "ca", - "ca-valencia" - ] - } }, - "webExtension": { - "locales": [ - "ca" - ] - } - }, - { "included": { "locales": { "matches": [ + "ach", + "af", + "ar", + "az", + "bg", "cak", + "en-US", + "eo", "es-AR", - "es-CL", - "es-ES", - "es-MX", - "trs" + "fa", + "gn", + "hy-AM", + "ia", + "is", + "ka", + "km", + "lt", + "mk", + "ms", + "my", + "ro", + "si", + "th", + "tl", + "trs", + "uz" ] } }, + "experiment": "amazondotcom-adm", + "telemetryId": "amazondotcom-adm", "webExtension": { "locales": [ - "es" + "en-adm" ] - } - }, - { - "included": { - "locales": { - "matches": [ - "cs" - ] - } }, - "webExtension": { - "locales": [ - "cz" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "ff", - "fr", - "son" - ] - } + "sendAttributionRequest": true + } + ], + "telemetryId": "amazondotcom", + "webExtension": { + "id": "amazondotcom@search.mozilla.org" + }, + "id": "071c671c-7c1b-469d-a771-ab16ff6e8beb", + "last_modified": 1619450717293 + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "tn", + "value": "monline_7_dg" }, - "webExtension": { - "locales": [ - "fr" - ] + { + "name": "ie", + "value": "utf-8" + }, + { + "name": "wd", + "value": "{searchTerms}" } - }, + ], + "suggestUrlGetParams": [ + { + "name": "tn", + "value": "monline_7_dg" + }, + { + "name": "ie", + "value": "utf-8" + }, + { + "name": "action", + "value": "opensearch" + }, + { + "name": "wd", + "value": "{searchTerms}" + } + ] + }, + "schema": 1619106893528, + "appliesTo": [ { - "included": { - "locales": { - "matches": [ - "gu-IN" - ] - } + "params": { + "searchUrlGetParams": [ + { + "name": "ie", + "value": "utf-8" + }, + { + "name": "wd", + "value": "{searchTerms}" + } + ], + "suggestUrlGetParams": [ + { + "name": "tn", + "value": "monline_4_dg" + }, + { + "name": "ie", + "value": "utf-8" + }, + { + "name": "action", + "value": "opensearch" + }, + { + "name": "wd", + "value": "{searchTerms}" + } + ] }, - "webExtension": { - "locales": [ - "gu" + "default": "yes", + "override": true, + "orderHint": 3000, + "application": { + "distributions": [ + "MozillaOnline" ] - } + }, + "extraParams": [ + { + "name": "tn", + "value": "monline_4_dg", + "purpose": "searchbar", + "condition": "purpose" + }, + { + "name": "tn", + "value": "monline_3_dg", + "purpose": "homepage", + "condition": "purpose" + }, + { + "name": "tn", + "value": "monline_3_dg", + "purpose": "newtab", + "condition": "purpose" + } + ] }, { "included": { "locales": { "matches": [ - "hi-IN" + "zh-CN" ] } - }, - "webExtension": { - "locales": [ - "hi" - ] } }, { + "default": "yes", "included": { "locales": { "matches": [ - "hy-AM" + "zh-CN" ] - } - }, - "webExtension": { - "locales": [ - "hy" + }, + "regions": [ + "cn" ] } }, { - "included": { - "locales": { - "matches": [ - "ja-JP-macos", - "ja" - ] - } - }, - "webExtension": { - "locales": [ - "ja" + "default": "no", + "override": true, + "application": { + "distributions": [ + "acer-001", + "acer-002", + "acer-g-003" ] } - }, + } + ], + "telemetryId": "baidu", + "webExtension": { + "id": "baidu@search.mozilla.org" + }, + "id": "52dd490a-89e8-45f2-96b0-f2c72e157526", + "last_modified": 1619450717290 + }, + { + "schema": 1619432102508, + "appliesTo": [ { "included": { "locales": { "matches": [ - "ko" + "bn", + "bn-IN", + "kn", + "gu-IN", + "mr", + "pa-IN", + "ta", + "te", + "ur" ] } }, + "telemetryId": "amazon-in", "webExtension": { "locales": [ - "kr" + "in" ] } }, @@ -320,13 +319,42 @@ "included": { "locales": { "matches": [ - "nb-NO" + "ach", + "af", + "ar", + "az", + "bg", + "cak", + "en-US", + "eo", + "es-AR", + "fa", + "gn", + "hy-AM", + "ia", + "is", + "ka", + "km", + "lt", + "mk", + "ms", + "my", + "ro", + "si", + "th", + "tl", + "trs", + "uz" ] - } + }, + "regions": [ + "fr" + ] }, + "telemetryId": "amazon-france", "webExtension": { "locales": [ - "NO" + "france" ] } }, @@ -334,13 +362,18 @@ "included": { "locales": { "matches": [ - "ne-NP" + "br", + "ff", + "fr", + "son", + "wo" ] } }, + "telemetryId": "amazon-france", "webExtension": { "locales": [ - "ne" + "france" ] } }, @@ -348,13 +381,15 @@ "included": { "locales": { "matches": [ - "nn-NO" + "ja-JP-macos", + "ja" ] } }, + "telemetryId": "amazon-jp", "webExtension": { "locales": [ - "NN" + "jp" ] } }, @@ -362,13 +397,15 @@ "included": { "locales": { "matches": [ - "pa-IN" + "it", + "lij" ] } }, + "telemetryId": "amazon-it", "webExtension": { "locales": [ - "pa" + "it" ] } }, @@ -376,14 +413,16 @@ "included": { "locales": { "matches": [ - "pt-BR", - "pt-PT" + "de", + "dsb", + "hsb" ] } }, + "telemetryId": "amazon-de", "webExtension": { "locales": [ - "pt" + "de" ] } }, @@ -391,103 +430,61 @@ "included": { "locales": { "matches": [ - "szl" + "de", + "dsb", + "hsb" ] } }, + "experiment": "amazon-de-adm", + "telemetryId": "amazon-de-adm", "webExtension": { "locales": [ - "pl" + "de-adm" ] - } - }, - { - "override": true, - "orderHint": 1000, - "application": { - "distributions": [ - "MozillaOnline" - ] - } - } - ], - "webExtension": { - "id": "wikipedia@search.mozilla.org" - }, - "id": "3f3beb1d-e32e-40a4-b6ed-56741803e1d8", - "last_modified": 1613587855064 - }, - { - "schema": 1609962110792, - "appliesTo": [ - { - "included": { - "locales": { - "matches": [ - "en-US" - ] - }, - "regions": [ - "us" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "an", - "ast", - "ca", - "ca-valencia", - "es-ES", - "eu", - "gl" - ] - } - }, - "telemetryId": "ebay-es", - "webExtension": { - "locales": [ - "es" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "br", - "fr", - "wo" - ] - } - }, - "telemetryId": "ebay-fr", - "webExtension": { - "locales": [ - "fr" - ] - } + }, + "sendAttributionRequest": true }, { "included": { "locales": { "matches": [ - "br", + "ach", + "af", + "ar", + "az", + "bg", + "cak", "en-US", - "fr", - "wo" + "eo", + "es-AR", + "fa", + "gn", + "hy-AM", + "ia", + "is", + "ka", + "km", + "lt", + "mk", + "ms", + "my", + "ro", + "si", + "th", + "tl", + "trs", + "uz" ] }, "regions": [ - "be" + "gb" ] }, - "telemetryId": "ebay-be", + "telemetryId": "amazon-en-GB", "webExtension": { "locales": [ - "be" + "en-GB" ] } }, @@ -495,41 +492,72 @@ "included": { "locales": { "matches": [ - "br", + "ach", + "af", + "ar", + "az", + "bg", + "cak", "en-US", - "fr", - "wo" + "eo", + "es-AR", + "fa", + "gn", + "hy-AM", + "ia", + "is", + "ka", + "km", + "lt", + "mk", + "ms", + "my", + "ro", + "si", + "th", + "tl", + "trs", + "uz" ] }, "regions": [ - "ca" + "gb" ] }, - "telemetryId": "ebay-ca", + "experiment": "amazon-en-GB-adm", + "telemetryId": "amazon-en-GB-adm", "webExtension": { "locales": [ - "ca" + "en-GB-adm" ] - } + }, + "sendAttributionRequest": true }, { "included": { "locales": { "matches": [ - "br", - "en-US", - "fr", - "wo" + "cy", + "da", + "el", + "en-GB", + "eu", + "ga-IE", + "gd", + "gl", + "hr", + "nb-NO", + "nn-NO", + "pt-PT", + "sq", + "sr" ] - }, - "regions": [ - "ch" - ] + } }, - "telemetryId": "ebay-ch", + "telemetryId": "amazon-en-GB", "webExtension": { "locales": [ - "ch" + "en-GB" ] } }, @@ -538,92 +566,251 @@ "locales": { "matches": [ "cy", + "da", + "el", "en-GB", - "gd" + "eu", + "ga-IE", + "gd", + "gl", + "hr", + "nb-NO", + "nn-NO", + "pt-PT", + "sq", + "sr" ] } }, - "telemetryId": "ebay-uk", + "experiment": "amazon-en-GB-adm", + "telemetryId": "amazon-en-GB-adm", "webExtension": { "locales": [ - "uk" + "en-GB-adm" ] - } + }, + "sendAttributionRequest": true }, { "included": { - "locales": { - "matches": [ - "en-US" - ] - }, "regions": [ - "gb" + "ca" ] }, - "telemetryId": "ebay-uk", + "telemetryId": "amazon-ca", "webExtension": { "locales": [ - "uk" + "ca" ] } }, { "included": { - "locales": { - "matches": [ - "cy", - "en-GB", - "en-US", - "gd" - ] - }, "regions": [ "au" ] }, - "telemetryId": "ebay-au", + "telemetryId": "amazon-au", "webExtension": { "locales": [ "au" ] } - }, + } + ], + "webExtension": { + "id": "amazon@search.mozilla.org" + }, + "id": "a620b506-c3ae-4332-97bb-190a73868580", + "last_modified": 1619450717287 + }, + { + "schema": 1619433211498, + "appliesTo": [ { + "excluded": { + "regions": [ + "au", + "ca" + ] + }, "included": { "locales": { "matches": [ - "cy", - "en-GB", - "en-US", - "gd" + "zh-CN" ] - }, - "regions": [ - "ie" + } + } + }, + { + "override": true, + "orderHint": 1500, + "application": { + "distributions": [ + "MozillaOnline" ] }, - "telemetryId": "ebay-ie", "webExtension": { "locales": [ - "ie" + "mozillaonline" ] } - }, + } + ], + "telemetryId": "amazondotcn", + "webExtension": { + "id": "amazondotcn@search.mozilla.org" + }, + "id": "ccb137f1-7733-464c-bb70-037be4ba2529", + "last_modified": 1619450717283 + }, + { + "schema": 1613395976252, + "appliesTo": [ { "included": { "locales": { "matches": [ - "de", + "pl", + "szl" + ] + } + } + } + ], + "webExtension": { + "id": "wolnelektury-pl@search.mozilla.org" + }, + "id": "1960ccff-4aab-48cd-9bf5-0eb2adde76f9", + "last_modified": 1613587855073 + }, + { + "schema": 1613395973788, + "appliesTo": [ + { + "included": { + "locales": { + "matches": [ + "pl", + "szl" + ] + } + } + } + ], + "webExtension": { + "id": "pwn-pl@search.mozilla.org" + }, + "id": "2ca17e29-ed08-4218-99f6-0615c8bc5c67", + "last_modified": 1613587855070 + }, + { + "schema": 1613395970632, + "appliesTo": [ + { + "included": { + "locales": { + "matches": [ + "pl", + "szl" + ] + } + } + } + ], + "webExtension": { + "id": "allegro-pl@search.mozilla.org" + }, + "id": "d915b6bc-bbae-47a6-8323-1b2990ad0e57", + "last_modified": 1613587855067 + }, + { + "schema": 1613245306902, + "appliesTo": [ + { + "included": { + "everywhere": true + } + }, + { + "included": { + "locales": { + "matches": [ + "af", + "an", + "ar", + "ast", + "az", + "bg", + "br", + "bs", + "cy", + "da", + "de", "dsb", - "hsb" + "el", + "eo", + "et", + "eu", + "fa", + "fi", + "fy-NL", + "ga-IE", + "gd", + "gl", + "gn", + "he", + "hr", + "hsb", + "hu", + "ia", + "id", + "is", + "it", + "ka", + "kab", + "kk", + "km", + "kn", + "lij", + "lo", + "lt", + "ltg", + "lv", + "mk", + "mr", + "ms", + "my", + "nl", + "oc", + "pl", + "rm", + "ro", + "ru", + "si", + "sk", + "sl", + "sq", + "sr", + "sv-SE", + "ta", + "te", + "th", + "tl", + "tr", + "uk", + "ur", + "uz", + "vi", + "wo", + "zh-CN", + "zh-TW" ] } }, - "telemetryId": "ebay-de", "webExtension": { "locales": [ - "de" + "$USER_LOCALE" ] } }, @@ -631,19 +818,14 @@ "included": { "locales": { "matches": [ - "de", - "dsb", - "hsb" + "be" ] - }, - "regions": [ - "at" - ] + } }, - "telemetryId": "ebay-at", "webExtension": { "locales": [ - "at" + "be", + "be-tarask" ] } }, @@ -651,19 +833,15 @@ "included": { "locales": { "matches": [ - "de", - "dsb", - "hsb" + "bn", + "bn-BD", + "bn-IN" ] - }, - "regions": [ - "ch" - ] + } }, - "telemetryId": "ebay-ch", "webExtension": { "locales": [ - "ch" + "bn" ] } }, @@ -671,11 +849,11 @@ "included": { "locales": { "matches": [ - "en-CA" + "ca", + "ca-valencia" ] } }, - "telemetryId": "ebay-ca", "webExtension": { "locales": [ "ca" @@ -686,15 +864,18 @@ "included": { "locales": { "matches": [ - "fy-NL", - "nl" + "cak", + "es-AR", + "es-CL", + "es-ES", + "es-MX", + "trs" ] } }, - "telemetryId": "ebay-nl", "webExtension": { "locales": [ - "nl" + "es" ] } }, @@ -702,17 +883,13 @@ "included": { "locales": { "matches": [ - "en-US" + "cs" ] - }, - "regions": [ - "nl" - ] + } }, - "telemetryId": "ebay-nl", "webExtension": { "locales": [ - "nl" + "cz" ] } }, @@ -720,18 +897,15 @@ "included": { "locales": { "matches": [ - "fy-NL", - "nl" + "ff", + "fr", + "son" ] - }, - "regions": [ - "be" - ] + } }, - "telemetryId": "ebay-be", "webExtension": { "locales": [ - "be" + "fr" ] } }, @@ -739,14 +913,13 @@ "included": { "locales": { "matches": [ - "ga-IE" + "gu-IN" ] } }, - "telemetryId": "ebay-ie", "webExtension": { "locales": [ - "ie" + "gu" ] } }, @@ -754,15 +927,13 @@ "included": { "locales": { "matches": [ - "it", - "lij" + "hi-IN" ] } }, - "telemetryId": "ebay-it", "webExtension": { "locales": [ - "it" + "hi" ] } }, @@ -770,537 +941,353 @@ "included": { "locales": { "matches": [ - "rm" + "hy-AM" ] } }, - "telemetryId": "ebay-ch", "webExtension": { "locales": [ - "ch" + "hy" ] } - } - ], - "webExtension": { - "id": "ebay@search.mozilla.org" - }, - "id": "cbe309e0-f638-4996-9dfc-ea5c19ef16e9", - "last_modified": 1610163579843 - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-d" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "schema": 1605047692074, - "appliesTo": [ + }, { - "default": "yes-if-no-other", "included": { - "everywhere": true + "locales": { + "matches": [ + "ja-JP-macos", + "ja" + ] + } + }, + "webExtension": { + "locales": [ + "ja" + ] } }, { - "override": true, - "orderHint": 2000, - "application": { - "distributions": [ - "MozillaOnline" + "included": { + "locales": { + "matches": [ + "ko" + ] + } + }, + "webExtension": { + "locales": [ + "kr" ] } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-e" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, "included": { - "everywhere": true + "locales": { + "matches": [ + "nb-NO" + ] + } }, - "application": { - "channel": [ - "esr" + "webExtension": { + "locales": [ + "NO" ] - }, - "telemetryId": "google-b-e" + } }, { - "default": "no", "included": { "locales": { "matches": [ - "ru", - "tr", - "be", - "kk" - ], - "startsWith": [ - "en" + "ne-NP" ] - }, - "regions": [ - "ru", - "tr", - "by", - "kz" - ], - "telemetryId": "google" + } + }, + "webExtension": { + "locales": [ + "ne" + ] } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-e" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "default": "no", "included": { "locales": { "matches": [ - "ru", - "tr", - "be", - "kk" - ], - "startsWith": [ - "en" + "nn-NO" ] - }, - "regions": [ - "ru", - "tr", - "by", - "kz" - ], - "telemetryId": "google" + } }, - "application": { - "channel": [ - "esr" + "webExtension": { + "locales": [ + "NN" ] } }, { - "default": "no", "included": { "locales": { "matches": [ - "zh-CN" + "pa-IN" ] - }, - "regions": [ - "cn" + } + }, + "webExtension": { + "locales": [ + "pa" ] } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-e" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "default": "no", "included": { "locales": { "matches": [ - "zh-CN" + "pt-BR", + "pt-PT" ] - }, - "regions": [ - "cn" - ] + } }, - "application": { - "channel": [ - "esr" + "webExtension": { + "locales": [ + "pt" ] } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-1-d" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, "included": { - "regions": [ - "us" - ] - }, - "extraParams": [ - { - "name": "channel", - "pref": "google_channel_us", - "condition": "pref" + "locales": { + "matches": [ + "szl" + ] } - ], - "telemetryId": "google-b-1-d" + }, + "webExtension": { + "locales": [ + "pl" + ] + } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-1-e" - }, - { - "name": "q", - "value": "{searchTerms}" - } + "override": true, + "orderHint": 1000, + "application": { + "distributions": [ + "MozillaOnline" ] - }, + } + } + ], + "webExtension": { + "id": "wikipedia@search.mozilla.org" + }, + "id": "3f3beb1d-e32e-40a4-b6ed-56741803e1d8", + "last_modified": 1613587855064 + }, + { + "schema": 1609962110792, + "appliesTo": [ + { "included": { + "locales": { + "matches": [ + "en-US" + ] + }, "regions": [ "us" ] - }, - "application": { - "channel": [ - "esr" - ] - }, - "extraParams": [ - { - "name": "channel", - "pref": "google_channel_us", - "condition": "pref" - } - ], - "telemetryId": "google-b-1-e" + } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-oem1" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] + "included": { + "locales": { + "matches": [ + "an", + "ast", + "ca", + "ca-valencia", + "es-ES", + "eu", + "gl" + ] + } }, - "default": "yes", - "override": true, - "application": { - "distributions": [ - "sweetlabs-oem1", - "sweetlabs-r-oem1" + "telemetryId": "ebay-es", + "webExtension": { + "locales": [ + "es" ] - }, - "telemetryId": "google-sweetlabs" + } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "firefox-b-oem2" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] + "included": { + "locales": { + "matches": [ + "br", + "fr", + "wo" + ] + } }, - "default": "yes", - "override": true, - "application": { - "distributions": [ - "sweetlabs-oem2", - "sweetlabs-r-oem2" + "telemetryId": "ebay-fr", + "webExtension": { + "locales": [ + "fr" ] - }, - "telemetryId": "google-sweetlabs" + } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "client", - "value": "ubuntu" - }, - { - "name": "q", - "value": "{searchTerms}" - } + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "be" ] }, - "override": true, - "application": { - "distributions": [ - "canonical", - "canonical-001", - "canonical-002" + "telemetryId": "ebay-be", + "webExtension": { + "locales": [ + "be" ] - }, - "extraParams": [ - { - "name": "channel", - "value": "fs" - } - ], - "telemetryId": "google-canonical" - } - ], - "extraParams": [ - { - "name": "channel", - "pref": "google_channel_row", - "condition": "pref" - } - ], - "telemetryId": "google-b-d", - "webExtension": { - "id": "google@search.mozilla.org" - }, - "id": "cb8e7210-9f0b-48fa-8708-b9a03df79eea", - "last_modified": 1605203142486 - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "tn", - "value": "monline_7_dg" - }, - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "wd", - "value": "{searchTerms}" } - ], - "suggestUrlGetParams": [ - { - "name": "tn", - "value": "monline_7_dg" - }, - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "action", - "value": "opensearch" + }, + { + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "ca" + ] }, - { - "name": "wd", - "value": "{searchTerms}" + "telemetryId": "ebay-ca", + "webExtension": { + "locales": [ + "ca" + ] } - ] - }, - "schema": 1604950920293, - "appliesTo": [ + }, { - "params": { - "searchUrlGetParams": [ - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "wd", - "value": "{searchTerms}" - } - ], - "suggestUrlGetParams": [ - { - "name": "tn", - "value": "monline_4_dg" - }, - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "action", - "value": "opensearch" - }, - { - "name": "wd", - "value": "{searchTerms}" - } + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "ch" ] }, - "default": "yes", - "override": true, - "orderHint": 3000, - "application": { - "distributions": [ - "MozillaOnline" + "telemetryId": "ebay-ch", + "webExtension": { + "locales": [ + "ch" ] - }, - "extraParams": [ - { - "name": "tn", - "value": "monline_4_dg", - "purpose": "searchbar", - "condition": "purpose" - }, - { - "name": "tn", - "value": "monline_3_dg", - "purpose": "homepage", - "condition": "purpose" - }, - { - "name": "tn", - "value": "monline_3_dg", - "purpose": "newtab", - "condition": "purpose" - } - ] + } }, { "included": { "locales": { "matches": [ - "zh-CN" + "cy", + "en-GB", + "gd" ] } + }, + "telemetryId": "ebay-uk", + "webExtension": { + "locales": [ + "uk" + ] } }, { - "default": "yes", "included": { "locales": { "matches": [ - "zh-CN" + "en-US" ] }, "regions": [ - "cn" + "gb" + ] + }, + "telemetryId": "ebay-uk", + "webExtension": { + "locales": [ + "uk" ] } }, { - "params": { - "searchUrlGetParams": [ - { - "name": "tn", - "value": "ubuntuu_cb" - }, - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "wd", - "value": "{searchTerms}" - } - ], - "suggestUrlGetParams": [ - { - "name": "tn", - "value": "ubuntuu_cb" - }, - { - "name": "ie", - "value": "utf-8" - }, - { - "name": "action", - "value": "opensearch" - }, - { - "name": "wd", - "value": "{searchTerms}" - } + "included": { + "locales": { + "matches": [ + "cy", + "en-GB", + "en-US", + "gd" + ] + }, + "regions": [ + "au" ] }, - "override": true, - "application": { - "distributions": [ - "canonical", - "canonical-001", - "canonical-002" + "telemetryId": "ebay-au", + "webExtension": { + "locales": [ + "au" ] } }, { - "default": "no", - "override": true, - "application": { - "distributions": [ - "acer-001", - "acer-002", - "acer-g-003" + "included": { + "locales": { + "matches": [ + "cy", + "en-GB", + "en-US", + "gd" + ] + }, + "regions": [ + "ie" + ] + }, + "telemetryId": "ebay-ie", + "webExtension": { + "locales": [ + "ie" ] } - } - ], - "telemetryId": "baidu", - "webExtension": { - "id": "baidu@search.mozilla.org" - }, - "id": "52dd490a-89e8-45f2-96b0-f2c72e157526", - "last_modified": 1605203142482 - }, - { - "schema": 1599470446693, - "appliesTo": [ + }, { "included": { "locales": { "matches": [ - "bn", - "bn-IN", - "kn", - "gu-IN", - "mr", - "pa-IN", - "ta", - "te", - "ur" + "de", + "dsb", + "hsb" ] } }, - "telemetryId": "amazon-in", + "telemetryId": "ebay-de", "webExtension": { "locales": [ - "in" + "de" ] } }, @@ -1308,42 +1295,54 @@ "included": { "locales": { "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" + "de", + "dsb", + "hsb" + ] + }, + "regions": [ + "at" + ] + }, + "telemetryId": "ebay-at", + "webExtension": { + "locales": [ + "at" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "de", + "dsb", + "hsb" + ] + }, + "regions": [ + "ch" + ] + }, + "telemetryId": "ebay-ch", + "webExtension": { + "locales": [ + "ch" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "en-CA" ] - }, - "regions": [ - "fr" - ] + } }, - "telemetryId": "amazon-france", + "telemetryId": "ebay-ca", "webExtension": { "locales": [ - "france" + "ca" ] } }, @@ -1351,18 +1350,15 @@ "included": { "locales": { "matches": [ - "br", - "ff", - "fr", - "son", - "wo" + "fy-NL", + "nl" ] } }, - "telemetryId": "amazon-france", + "telemetryId": "ebay-nl", "webExtension": { "locales": [ - "france" + "nl" ] } }, @@ -1370,47 +1366,17 @@ "included": { "locales": { "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "br", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "ff", - "fr", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "son", - "th", - "tl", - "trs", - "uz", - "wo" + "en-US" ] }, "regions": [ - "ca" + "nl" ] }, - "telemetryId": "amazon-ca", + "telemetryId": "ebay-nl", "webExtension": { "locales": [ - "ca" + "nl" ] } }, @@ -1418,14 +1384,18 @@ "included": { "locales": { "matches": [ - "en-CA" + "fy-NL", + "nl" ] - } + }, + "regions": [ + "be" + ] }, - "telemetryId": "amazon-ca", + "telemetryId": "ebay-be", "webExtension": { "locales": [ - "ca" + "be" ] } }, @@ -1433,15 +1403,14 @@ "included": { "locales": { "matches": [ - "ja-JP-macos", - "ja" + "ga-IE" ] } }, - "telemetryId": "amazon-jp", + "telemetryId": "ebay-ie", "webExtension": { "locales": [ - "jp" + "ie" ] } }, @@ -1454,7 +1423,7 @@ ] } }, - "telemetryId": "amazon-it", + "telemetryId": "ebay-it", "webExtension": { "locales": [ "it" @@ -1465,238 +1434,180 @@ "included": { "locales": { "matches": [ - "de", - "dsb", - "hsb" + "rm" ] } }, - "telemetryId": "amazon-de", + "telemetryId": "ebay-ch", "webExtension": { "locales": [ - "de" + "ch" ] } - }, + } + ], + "webExtension": { + "id": "ebay@search.mozilla.org" + }, + "id": "cbe309e0-f638-4996-9dfc-ea5c19ef16e9", + "last_modified": 1610163579843 + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "firefox-b-d" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "schema": 1605047692074, + "appliesTo": [ { + "default": "yes-if-no-other", "included": { - "locales": { - "matches": [ - "de", - "dsb", - "hsb" - ] - } - }, - "experiment": "amazon-de-adm", - "telemetryId": "amazon-de-adm", - "webExtension": { - "locales": [ - "de-adm" + "everywhere": true + } + }, + { + "override": true, + "orderHint": 2000, + "application": { + "distributions": [ + "MozillaOnline" ] - }, - "sendAttributionRequest": true + } }, { - "included": { - "locales": { - "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" - ] - }, - "regions": [ - "gb" + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "firefox-b-e" + }, + { + "name": "q", + "value": "{searchTerms}" + } ] }, - "telemetryId": "amazon-en-GB", - "webExtension": { - "locales": [ - "en-GB" + "included": { + "everywhere": true + }, + "application": { + "channel": [ + "esr" ] - } + }, + "telemetryId": "google-b-e" }, { + "default": "no", "included": { "locales": { "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" + "ru", + "tr", + "be", + "kk" + ], + "startsWith": [ + "en" ] }, "regions": [ - "gb" - ] - }, - "experiment": "amazon-en-GB-adm", - "telemetryId": "amazon-en-GB-adm", - "webExtension": { - "locales": [ - "en-GB-adm" - ] - }, - "sendAttributionRequest": true + "ru", + "tr", + "by", + "kz" + ], + "telemetryId": "google" + } }, { + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "firefox-b-e" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "no", "included": { "locales": { "matches": [ - "cy", - "da", - "el", - "en-GB", - "eu", - "ga-IE", - "gd", - "gl", - "hr", - "nb-NO", - "nn-NO", - "pt-PT", - "sq", - "sr" + "ru", + "tr", + "be", + "kk" + ], + "startsWith": [ + "en" ] - } + }, + "regions": [ + "ru", + "tr", + "by", + "kz" + ], + "telemetryId": "google" }, - "telemetryId": "amazon-en-GB", - "webExtension": { - "locales": [ - "en-GB" + "application": { + "channel": [ + "esr" ] } }, { + "default": "no", "included": { "locales": { "matches": [ - "cy", - "da", - "el", - "en-GB", - "eu", - "ga-IE", - "gd", - "gl", - "hr", - "nb-NO", - "nn-NO", - "pt-PT", - "sq", - "sr" + "zh-CN" ] - } - }, - "experiment": "amazon-en-GB-adm", - "telemetryId": "amazon-en-GB-adm", - "webExtension": { - "locales": [ - "en-GB-adm" + }, + "regions": [ + "cn" ] - }, - "sendAttributionRequest": true + } }, { + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "firefox-b-e" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "no", "included": { "locales": { "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "cy", - "da", - "el", - "en-GB", - "en-US", - "eo", - "es-AR", - "eu", - "fa", - "ga-IE", - "gd", - "gl", - "gn", - "hr", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "nb-NO", - "nn-NO", - "pt-PT", - "ro", - "si", - "sq", - "sr", - "th", - "tl", - "trs", - "uz" + "zh-CN" ] }, "regions": [ - "au" + "cn" ] }, - "telemetryId": "amazon-au", - "webExtension": { - "locales": [ - "au" + "application": { + "channel": [ + "esr" ] } }, @@ -1704,218 +1615,150 @@ "params": { "searchUrlGetParams": [ { - "name": "field-keywords", - "value": "{searchTerms}" - }, - { - "name": "ie", - "value": "{inputEncoding}" - }, - { - "name": "mode", - "value": "blended" - }, - { - "name": "tag", - "value": "wwwcanoniccom-20" + "name": "client", + "value": "firefox-b-1-d" }, { - "name": "sourceid", - "value": "Mozilla-search" + "name": "q", + "value": "{searchTerms}" } ] }, - "override": true, - "application": { - "distributions": [ - "canonical", - "canonical-001", - "canonical-002" - ] - } - } - ], - "webExtension": { - "id": "amazon@search.mozilla.org" - }, - "id": "a620b506-c3ae-4332-97bb-190a73868580", - "last_modified": 1599574471325 - }, - { - "schema": 1599421304249, - "appliesTo": [ - { - "excluded": { + "included": { "regions": [ - "au", - "ca", - "fr", - "gb" + "us" ] }, - "included": { - "locales": { - "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" - ] + "extraParams": [ + { + "name": "channel", + "pref": "google_channel_us", + "condition": "pref" } - } + ], + "telemetryId": "google-b-1-d" }, { - "excluded": { - "regions": [ - "au", - "ca", - "fr", - "gb" - ] - }, - "included": { - "locales": { - "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" - ] - } + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "firefox-b-1-e" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] }, - "experiment": "amazondotcom-adm", - "telemetryId": "amazondotcom-adm", - "webExtension": { - "locales": [ - "en-adm" + "included": { + "regions": [ + "us" ] }, - "sendAttributionRequest": true + "application": { + "channel": [ + "esr" + ] + }, + "extraParams": [ + { + "name": "channel", + "pref": "google_channel_us", + "condition": "pref" + } + ], + "telemetryId": "google-b-1-e" }, { "params": { "searchUrlGetParams": [ { - "name": "field-keywords", - "value": "{searchTerms}" - }, - { - "name": "ie", - "value": "{inputEncoding}" + "name": "client", + "value": "firefox-b-oem1" }, { - "name": "mode", - "value": "blended" - }, + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "yes", + "override": true, + "application": { + "distributions": [ + "sweetlabs-oem1", + "sweetlabs-r-oem1" + ] + }, + "telemetryId": "google-sweetlabs" + }, + { + "params": { + "searchUrlGetParams": [ { - "name": "tag", - "value": "wwwcanoniccom-20" + "name": "client", + "value": "firefox-b-oem2" }, { - "name": "sourceid", - "value": "Mozilla-search" + "name": "q", + "value": "{searchTerms}" } ] }, - "excluded": { - "regions": [ - "au", - "ca", - "fr", - "gb" + "default": "yes", + "override": true, + "application": { + "distributions": [ + "sweetlabs-oem2", + "sweetlabs-r-oem2" ] }, - "included": { - "locales": { - "matches": [ - "ach", - "af", - "ar", - "az", - "bg", - "cak", - "en-US", - "eo", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz" - ] - } + "telemetryId": "google-sweetlabs" + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "client", + "value": "ubuntu" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] }, + "override": true, "application": { "distributions": [ "canonical", "canonical-001", "canonical-002" ] - } + }, + "extraParams": [ + { + "name": "channel", + "value": "fs" + } + ], + "telemetryId": "google-canonical" } ], - "telemetryId": "amazondotcom", + "extraParams": [ + { + "name": "channel", + "pref": "google_channel_row", + "condition": "pref" + } + ], + "telemetryId": "google-b-d", "webExtension": { - "id": "amazondotcom@search.mozilla.org" + "id": "google@search.mozilla.org" }, - "id": "071c671c-7c1b-469d-a771-ab16ff6e8beb", - "last_modified": 1599574471320 + "id": "cb8e7210-9f0b-48fa-8708-b9a03df79eea", + "last_modified": 1605203142486 }, { "schema": 1596483697391, @@ -1993,150 +1836,6 @@ "last_modified": 1597327602800 }, { - "schema": 1594312404762, - "appliesTo": [ - { - "included": { - "locales": { - "matches": [ - "zh-CN" - ] - } - } - }, - { - "override": true, - "orderHint": 1500, - "application": { - "distributions": [ - "MozillaOnline" - ] - }, - "webExtension": { - "locales": [ - "mozillaonline" - ] - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "ix", - "value": "sunray" - }, - { - "name": "pageletid", - "value": "headsearch" - }, - { - "name": "searchType", - "value": "" - }, - { - "name": "Go.x", - "value": "0" - }, - { - "name": "Go.y", - "value": "0" - }, - { - "name": "bestSaleNum", - "value": "0" - }, - { - "name": "tag", - "value": "wwwcanoniccom-20" - }, - { - "name": "keywords", - "value": "{searchTerms}" - } - ] - }, - "override": true, - "application": { - "distributions": [ - "canonical", - "canonical-001", - "canonical-002" - ] - } - } - ], - "telemetryId": "amazondotcn", - "webExtension": { - "id": "amazondotcn@search.mozilla.org" - }, - "id": "ccb137f1-7733-464c-bb70-037be4ba2529", - "last_modified": 1595254832070 - }, - { - "schema": 1594312388385, - "appliesTo": [ - { - "included": { - "everywhere": true - } - }, - { - "override": true, - "application": { - "distributions": [ - "canonical", - "canonical-001", - "canonical-002" - ] - }, - "extraParams": [ - { - "name": "t", - "value": "canonical" - } - ] - } - ], - "extraParams": [ - { - "name": "t", - "value": "ffcm", - "purpose": "contextmenu", - "condition": "purpose" - }, - { - "name": "t", - "value": "ffab", - "purpose": "keyword", - "condition": "purpose" - }, - { - "name": "t", - "value": "ffsb", - "purpose": "searchbar", - "condition": "purpose" - }, - { - "name": "t", - "value": "ffhp", - "purpose": "homepage", - "condition": "purpose" - }, - { - "name": "t", - "value": "ffnt", - "purpose": "newtab", - "condition": "purpose" - } - ], - "telemetryId": "ddg", - "webExtension": { - "id": "ddg@search.mozilla.org" - }, - "id": "c0b26c0e-63e6-4235-b2ce-5f16b6a8bf87", - "last_modified": 1595254832054 - }, - { "params": { "searchUrlGetParams": [ { diff -Nru firefox-88.0+build2/services/settings/dumps/main/top-sites.json firefox-88.0.1+build1/services/settings/dumps/main/top-sites.json --- firefox-88.0+build2/services/settings/dumps/main/top-sites.json 2021-04-16 06:10:37.000000000 +0000 +++ firefox-88.0.1+build1/services/settings/dumps/main/top-sites.json 2021-05-05 05:21:15.000000000 +0000 @@ -1,74 +1,216 @@ { "data": [ { - "url": "https://yandex.com.tr/&clid2453500", + "url": "https://www.amazon.ca/", + "order": 50, + "title": "Amazon", + "schema": 1619728729570, + "include_regions": [ + "CA" + ], + "search_shortcut": false, + "exclude_experiments": [], + "id": "82386dfa-cc7a-4fcb-9b1e-c9343d3da79d", + "last_modified": 1619789145867 + }, + { + "url": "https://yandex.ru/?clid=2453500", "order": 0, - "title": "Yandex", - "schema": 1617724183437, + "title": "Яндекс", + "schema": 1619546326306, "include_regions": [ - "TR" + "RU" ], "sponsored_position": 1, "include_experiments": [ "yandex-2021-1" ], "send_attribution_request": true, - "id": "dbbcd85e-6db4-44d5-9cc1-abad1fe1e557", - "last_modified": 1617895381762 + "id": "f16abe55-30be-4d53-b1ac-7ba1e16d17c6", + "last_modified": 1619548447478 }, { - "url": "https://yandex.kz/&clid2453500", + "url": "https://yandex.by/?clid=2453500", "order": 0, "title": "Яндекс", - "schema": 1617893863240, + "schema": 1619546984692, "include_regions": [ - "KZ" + "BY" ], "sponsored_position": 1, "include_experiments": [ "yandex-2021-1" ], "send_attribution_request": true, - "id": "5863a53d-e0c3-4053-8332-1edf7f5b7797", - "last_modified": 1617895381757 + "id": "dbb0749e-1556-420f-8f3e-2e9d5b5efbee", + "last_modified": 1619548447475 }, { - "url": "https://yandex.by/&clid2453500", + "url": "https://yandex.kz/?clid=2453500", "order": 0, "title": "Яндекс", - "schema": 1617893920230, + "schema": 1619547018646, "include_regions": [ - "BY" + "KZ" ], "sponsored_position": 1, "include_experiments": [ "yandex-2021-1" ], "send_attribution_request": true, - "id": "dbb0749e-1556-420f-8f3e-2e9d5b5efbee", - "last_modified": 1617895381753 + "id": "5863a53d-e0c3-4053-8332-1edf7f5b7797", + "last_modified": 1619548447472 }, { - "url": "https://yandex.ru/&clid2453500", + "url": "https://yandex.com.tr/?clid=2453500", "order": 0, - "title": "Яндекс", - "schema": 1617893981865, + "title": "Yandex", + "schema": 1619547066007, "include_regions": [ - "RU" + "TR" ], "sponsored_position": 1, "include_experiments": [ "yandex-2021-1" ], "send_attribution_request": true, - "id": "f16abe55-30be-4d53-b1ac-7ba1e16d17c6", - "last_modified": 1617895381749 + "id": "dbbcd85e-6db4-44d5-9cc1-abad1fe1e557", + "last_modified": 1619548447469 + }, + { + "url": "https://www.etsy.com/ca?utm_source=admarketplace&utm_medium=cpc&utm_term=etsy_exact&utm_campaign=Search_CA_Nonbrand_AMP_Conducive&utm_ag=utmag&utm_custom1=318426293CA%YYYYMMDDHH%_&utm_content=amp_218221_14988193_creative_targetid_device_feeditemid_318426293CA&utm_custom2=218221", + "order": 0, + "title": "Etsy", + "schema": 1619539787432, + "include_regions": [ + "CA" + ], + "sponsored_position": 1, + "include_experiments": [ + "disabled" + ], + "send_attribution_request": true, + "id": "0171a7bd-6ddc-409b-b68f-dc5e9e5224d5", + "last_modified": 1619546326253 + }, + { + "url": "https://www.amazon.ca/?tag=admpdesktopca-20&ref=pd_sl_a317866944CA%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1619532618002, + "include_regions": [ + "CA" + ], + "sponsored_position": 1, + "include_experiments": [ + "disabled" + ], + "url_urlbar_override": "https://www.amazon.ca/?tag=admpdesktopca-20&ref=pd_sl_a317867036CA%YYYYMMDDHH%", + "send_attribution_request": true, + "id": "f2fc4f42-d930-4c0c-acdc-1d29b56234d3", + "last_modified": 1619539787374 + }, + { + "url": "https://www.amazon.com.br/?tag=admarketbr-20&ref=pd_sl_a317866941BR%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1617895381812, + "include_regions": [ + "BR" + ], + "sponsored_position": 1, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "7e3ef99b-55d8-42f1-a8e9-7e696545cdbd", + "last_modified": 1619451115290 + }, + { + "url": "https://www.amazon.es/?tag=admarketpl0c0-21&ref=pd_sl_a317866950ES%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1617982377191, + "include_regions": [ + "ES" + ], + "sponsored_position": 1, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "d69308b2-7a6e-49e9-bfae-77fbafcb1ce2", + "last_modified": 1619451115287 + }, + { + "url": "https://www.amazon.in/?tag=admpdesktopin-21&ref=pd_sl_a317866956IN%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1617982468842, + "include_regions": [ + "IN" + ], + "sponsored_position": 1, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "f99e66fc-88c2-4478-807e-7bb84e95c207", + "last_modified": 1619451115284 + }, + { + "url": "https://www.amazon.it/?tag=admarketpla0c-21&ref=pd_sl_a317866959IT%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1617982545531, + "include_regions": [ + "IT" + ], + "sponsored_position": 1, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "9ae71287-6c2a-4e69-9d4e-c42defd0df42", + "last_modified": 1619451115280 + }, + { + "url": "https://www.amazon.com.mx/?tag=admarketdskmx-20&ref=pd_sl_a317866962MX%YYYYMMDDHH%", + "order": 0, + "title": "Amazon", + "schema": 1617982697716, + "include_regions": [ + "MX" + ], + "sponsored_position": 1, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "3413f2c2-7612-46ec-98b7-e529114e7240", + "last_modified": 1619451115271 + }, + { + "url": "https://www.ebay.it/?mkevt=1&mkcid=2&mkrid=724-161540-937702-6&keyword=conducive&crlp=318422032IT%YYYYMMDDHH%&MT_ID=562786&device=Computers&cmpgn=218025", + "order": 0, + "title": "eBay", + "schema": 1617982765113, + "include_regions": [ + "IT" + ], + "sponsored_position": 2, + "include_experiments": [ + "ebay-2020-1" + ], + "send_attribution_request": true, + "id": "fc1ecd88-b91c-423b-a9eb-fbf65545ca76", + "last_modified": 1619451115268 }, { "url": "https://yandex.ru/", "order": 0, "title": "Yandex", - "schema": 1616776602723, + "schema": 1618500265732, "include_regions": [ "BY", "KZ", @@ -79,8 +221,9 @@ "exclude_experiments": [ "yandex-2021-1" ], + "include_experiments": [], "id": "49e408ae-41c9-400c-9d9a-b871e0ef8db4", - "last_modified": 1617895381744 + "last_modified": 1619451115264 }, { "url": "https://www.amazon.fr/", @@ -145,21 +288,6 @@ "last_modified": 1616085500488 }, { - "url": "https://www.amazon.ca/", - "order": 50, - "title": "Amazon", - "schema": 1614962211068, - "include_regions": [ - "CA" - ], - "search_shortcut": false, - "exclude_experiments": [ - "ebay-2020-1" - ], - "id": "82386dfa-cc7a-4fcb-9b1e-c9343d3da79d", - "last_modified": 1615385045116 - }, - { "url": "https://www.amazon.com/", "order": 50, "title": "Amazon", @@ -331,23 +459,6 @@ "last_modified": 1608239138396 }, { - "url": "https://www.amazon.ca/?tag=admpdesktopca-20&ref=pd_sl_a317866944CA%YYYYMMDDHH%", - "order": 0, - "title": "Amazon", - "schema": 1608030773662, - "include_regions": [ - "CA" - ], - "sponsored_position": 1, - "include_experiments": [ - "ebay-2020-1" - ], - "url_urlbar_override": "https://www.amazon.ca/?tag=admpdesktopca-20&ref=pd_sl_a317867036CA%YYYYMMDDHH%", - "send_attribution_request": true, - "id": "f2fc4f42-d930-4c0c-acdc-1d29b56234d3", - "last_modified": 1608239138392 - }, - { "url": "https://www.amazon.fr/?tag=admarketpla00-21&ref=pd_sl_a317866953FR%YYYYMMDDHH%", "order": 0, "title": "Amazon", diff -Nru firefox-88.0+build2/services/settings/dumps/security-state/intermediates.json firefox-88.0.1+build1/services/settings/dumps/security-state/intermediates.json --- firefox-88.0+build2/services/settings/dumps/security-state/intermediates.json 2021-04-16 06:10:38.000000000 +0000 +++ firefox-88.0.1+build1/services/settings/dumps/security-state/intermediates.json 2021-05-05 05:21:14.000000000 +0000 @@ -1,6 +1,384 @@ { "data": [ { + "schema": 1619704685355, + "derHash": "lzpBJ2/9AeAnoqrUnjTDeEbT6Xb/amILZxLjODIEGqY=", + "subject": "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US", + "subjectDN": "MIG0MQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEaMBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", + "whitelist": false, + "attachment": { + "hash": "a111efc20329e87b541cfc3e7f526fc54bb24624fddf210f4347b9fadfb1ab6b", + "size": 1727, + "filename": "8Rw90Ej3Ttt8RRkrg-WYDS9n7IS03bk5bjP_UXPtaY8=.pem", + "location": "security-state-staging/intermediates/a2a04dfe-6201-4d0a-b8cf-80d2975bfb51.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "8Rw90Ej3Ttt8RRkrg+WYDS9n7IS03bk5bjP/UXPtaY8=", + "crlite_enrolled": false, + "id": "549c92e2-3738-4c8c-ae37-407e4e6158ce", + "last_modified": 1619726251821 + }, + { + "schema": 1619683063017, + "derHash": "ClUqZfIv+CDn7D1Du/iLAqvDS9JH4MNQWJG2NC8WpfI=", + "subject": "CN=SHECA RSA Domain Validation Server CA G3,O=UniTrust,C=CN", + "subjectDN": "MFMxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDExMC8GA1UEAwwoU0hFQ0EgUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", + "whitelist": false, + "attachment": { + "hash": "42516b0068507cb60d6383aaefa05ac169921cff9e4616761151efe098d3e1fe", + "size": 2008, + "filename": "N6OrM0KKQgR1zORoDKkLLFEKAYCmS_84dpbLl_qNOnU=.pem", + "location": "security-state-staging/intermediates/525578e5-a94b-4525-b9e7-801be6e0ff89.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "N6OrM0KKQgR1zORoDKkLLFEKAYCmS/84dpbLl/qNOnU=", + "crlite_enrolled": true, + "id": "4b6a2421-1677-41c0-8103-bc13fb7e09f9", + "last_modified": 1619704684320 + }, + { + "schema": 1619405839700, + "derHash": "CbwbE3wDEjnveIZz6U6xf18+yrB9Otv7SF51q/qvO5o=", + "subject": "CN=GlobalSign Domain Validation CA - SHA256 - G3,O=GlobalSign nv-sa,C=BE", + "subjectDN": "MGAxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTYwNAYDVQQDEy1HbG9iYWxTaWduIERvbWFpbiBWYWxpZGF0aW9uIENBIC0gU0hBMjU2IC0gRzM=", + "whitelist": false, + "attachment": { + "hash": "4827709bafd08a7e0584c4d4411937345e9fa8505ca1a15d2c4483e729c804a6", + "size": 1626, + "filename": "1kflsxIeB1bcxW1C61yFNdNQjO_xuF0ORdL9EtMe-Rs=.pem", + "location": "security-state-staging/intermediates/fdb62a70-c092-4d32-81b3-d72418696f57.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "1kflsxIeB1bcxW1C61yFNdNQjO/xuF0ORdL9EtMe+Rs=", + "crlite_enrolled": false, + "id": "1c345873-cf2f-48aa-a6a3-93a5661939df", + "last_modified": 1619488657295 + }, + { + "schema": 1619380709281, + "derHash": "Jv1MQ2fkY9OccXlq5AEOUzgNyTvBMvsBnWcYpoc+gfQ=", + "subject": "CN=SHECA RSA Organization Validation Server CA G3,O=UniTrust,C=CN", + "subjectDN": "MFkxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDE3MDUGA1UEAwwuU0hFQ0EgUlNBIE9yZ2FuaXphdGlvbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", + "whitelist": false, + "attachment": { + "hash": "a02a5c8205e62c2ef5dc42345a1585558c86f166ed9875d861601a465bcc4651", + "size": 2016, + "filename": "0JA1q1ctk_4J8qS0t-GhJaG5egVDq9SB33oMY7SMpfs=.pem", + "location": "security-state-staging/intermediates/caec957d-379a-4c23-bf42-3bd122e7cf33.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "0JA1q1ctk/4J8qS0t+GhJaG5egVDq9SB33oMY7SMpfs=", + "crlite_enrolled": true, + "id": "10ec0271-99d5-4c06-a20d-1c03ccf7d780", + "last_modified": 1619402239418 + }, + { + "schema": 1619359121536, + "derHash": "/h7K297g5VgGjdvHszq3jdV9DcIvzBw2ARkBA3Wwphs=", + "subject": "CN=TrustCor Basic Secure Site (CA1),OU=TrustCor Network,O=TrustCor Systems S. de R.L.,ST=Panama,C=PA", + "subjectDN": "MIGKMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMSQwIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xGTAXBgNVBAsMEFRydXN0Q29yIE5ldHdvcmsxKTAnBgNVBAMMIFRydXN0Q29yIEJhc2ljIFNlY3VyZSBTaXRlIChDQTEp", + "whitelist": false, + "attachment": { + "hash": "0c4ee3d67969b7bf371502575c7bef43da7ea5edee6add68dfe802d1f2c36baf", + "size": 2211, + "filename": "kHJg-GOK0x_65nWqv_uV70OMsqljk0LjqTDnfjQ6eRQ=.pem", + "location": "security-state-staging/intermediates/dca168d0-9454-4b21-b712-c05956c90dd3.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "kHJg+GOK0x/65nWqv/uV70OMsqljk0LjqTDnfjQ6eRQ=", + "crlite_enrolled": false, + "id": "eeb9f30c-488c-4fe2-93ea-864c9148aca8", + "last_modified": 1619380708201 + }, + { + "schema": 1619186349728, + "derHash": "lW/5zJFIdNnK+WVbzLaWwb5Jolv5KNXEHA9TlaE12Lg=", + "subject": "CN=Telekom Security DV RSA CA 21,O=Deutsche Telekom Security GmbH,C=DE", + "subjectDN": "MF4xCzAJBgNVBAYTAkRFMScwJQYDVQQKDB5EZXV0c2NoZSBUZWxla29tIFNlY3VyaXR5IEdtYkgxJjAkBgNVBAMMHVRlbGVrb20gU2VjdXJpdHkgRFYgUlNBIENBIDIx", + "whitelist": false, + "attachment": { + "hash": "acb3894c8cbada20f584e21eba9807c60116c18b1ffb053f0d45638c7fbade05", + "size": 1752, + "filename": "xKFly8BVCDp0QQH2za-7ZzsqYFz305rqc0YqMPtU7Uw=.pem", + "location": "security-state-staging/intermediates/5cc07929-0f31-444c-9904-7e3f405702e3.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "xKFly8BVCDp0QQH2za+7ZzsqYFz305rqc0YqMPtU7Uw=", + "crlite_enrolled": false, + "id": "1c1cd633-821a-4775-9051-53aaf439c3b3", + "last_modified": 1619186359343 + }, + { + "schema": 1619164596398, + "derHash": "cBMXJQIQq5EoBSfDtDaTEBW43O5ppok62k/60lpv5E8=", + "subject": "CN=DigiCert Baltimore TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMzAxBgNVBAMTKkRpZ2lDZXJ0IEJhbHRpbW9yZSBUTFMgUlNBIFNIQTI1NiAyMDIwIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "99d10648a3600bd057bdf4d20caa46cac2a2675f2558b64ed5ae507f022c63a6", + "size": 1703, + "filename": "cxJYF2dxgQBCK6TeOX11kvdv3gHxeJgxQeT9-UzsuNw=.pem", + "location": "security-state-staging/intermediates/9707c48f-2459-4eb3-af34-9a6117bf3acd.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "cxJYF2dxgQBCK6TeOX11kvdv3gHxeJgxQeT9+UzsuNw=", + "crlite_enrolled": true, + "id": "dbbc2d12-9a44-48cc-96e6-e877bf97bbda", + "last_modified": 1619164707669 + }, + { + "schema": 1619077788579, + "derHash": "lbqW9yyzFOzQXOD9ddiGOBo2jI9YafBL3TAkiT9OOTs=", + "subject": "CN=VTB BANK GCC R6 DV CA 2021,O=VTB BANK (PJSC),C=RU", + "subjectDN": "MEwxCzAJBgNVBAYTAlJVMRgwFgYDVQQKEw9WVEIgQkFOSyAoUEpTQykxIzAhBgNVBAMTGlZUQiBCQU5LIEdDQyBSNiBEViBDQSAyMDIx", + "whitelist": false, + "attachment": { + "hash": "f807d756c8fb3d76c22571a72a26bb72e8c7b73ef52d98b439358f790f5a1df4", + "size": 2389, + "filename": "olnee8t8xOsYWGNSkIcYUCYeNenyhxG6R_lLRa2yMI0=.pem", + "location": "security-state-staging/intermediates/a19ddf6a-3fa5-4ca1-9514-0de02dfba270.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "olnee8t8xOsYWGNSkIcYUCYeNenyhxG6R/lLRa2yMI0=", + "crlite_enrolled": false, + "id": "a9491b45-dfaf-47ef-8f30-073c2220bb90", + "last_modified": 1619078282359 + }, + { + "schema": 1619077790507, + "derHash": "m/q9jZEoRQC01BLFclyHyzoBP5QP8eYoEOaSnGk5Ptk=", + "subject": "CN=CUISEC GCC R3 TLS EV CA 2021,O=联通智慧安全科技有限公司,C=CN", + "subjectDN": "MGMxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTogZTpgJrmmbrmhaflronlhajnp5HmioDmnInpmZDlhazlj7gxJTAjBgNVBAMTHENVSVNFQyBHQ0MgUjMgVExTIEVWIENBIDIwMjE=", + "whitelist": false, + "attachment": { + "hash": "2d49d4197ed82f1b42a22adc7c313e685dbb3ad2d71e872eca62a72ad44e5f09", + "size": 1727, + "filename": "9VJFGEWro7X56n20u_Yid3uitID-FtwujrXPJd_UUi8=.pem", + "location": "security-state-staging/intermediates/0ed5c801-2c4d-48d9-94a2-8d9ee4fac113.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "9VJFGEWro7X56n20u/Yid3uitID+FtwujrXPJd/UUi8=", + "crlite_enrolled": false, + "id": "657d3530-54d0-4905-8819-2c4ed441e0b6", + "last_modified": 1619078282345 + }, + { + "schema": 1619077792121, + "derHash": "aS/huLommVMd5M0vUq44+hGasB9LMat4/m2z/fA6cDE=", + "subject": "CN=CUISEC GCC R3 TLS DV CA 2021,O=联通智慧安全科技有限公司,C=CN", + "subjectDN": "MGMxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTogZTpgJrmmbrmhaflronlhajnp5HmioDmnInpmZDlhazlj7gxJTAjBgNVBAMTHENVSVNFQyBHQ0MgUjMgVExTIERWIENBIDIwMjE=", + "whitelist": false, + "attachment": { + "hash": "2362379bf98129dd0a1754e516e9383efeac16c9d49e8d5dbe74dd8e76f58a09", + "size": 1727, + "filename": "1G8aNb1oR_IGXiLx3-c3BvkRmQ2AjMYBtH40HeLEUds=.pem", + "location": "security-state-staging/intermediates/d36a1d9e-0533-432a-858f-28d514ac308a.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "1G8aNb1oR/IGXiLx3+c3BvkRmQ2AjMYBtH40HeLEUds=", + "crlite_enrolled": false, + "id": "a49ffd3d-57de-4238-898a-cc903eb6e447", + "last_modified": 1619078282329 + }, + { + "schema": 1619077793688, + "derHash": "MSqwEnRPhZ7viuD6JdAlnonar1G5T6xn38YQYPDbIgc=", + "subject": "CN=VTB BANK GCC R6 OV CA 2021,O=VTB BANK (PJSC),C=RU", + "subjectDN": "MEwxCzAJBgNVBAYTAlJVMRgwFgYDVQQKEw9WVEIgQkFOSyAoUEpTQykxIzAhBgNVBAMTGlZUQiBCQU5LIEdDQyBSNiBPViBDQSAyMDIx", + "whitelist": false, + "attachment": { + "hash": "8aeafa0e77fe21899b8d6fec6a9d28910d10a874856375b9043010f048407bae", + "size": 2389, + "filename": "1NDMrvPgEIgVf_T0x1FbpvAfsQQ32xZnSYEqeQ6nzD4=.pem", + "location": "security-state-staging/intermediates/a3d2b25d-bf3f-4eb2-b373-fd42fa9733a4.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "1NDMrvPgEIgVf/T0x1FbpvAfsQQ32xZnSYEqeQ6nzD4=", + "crlite_enrolled": false, + "id": "340ef00d-96c5-47c2-908d-d9eaa69779f1", + "last_modified": 1619078282314 + }, + { + "schema": 1619077795771, + "derHash": "x/FF1HT13CCyemThaWF5UiRpB4szP+j/iHuXzngF42I=", + "subject": "CN=CUISEC GCC R3 TLS OV CA 2021,O=联通智慧安全科技有限公司,C=CN", + "subjectDN": "MGMxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTogZTpgJrmmbrmhaflronlhajnp5HmioDmnInpmZDlhazlj7gxJTAjBgNVBAMTHENVSVNFQyBHQ0MgUjMgVExTIE9WIENBIDIwMjE=", + "whitelist": false, + "attachment": { + "hash": "799039d203bff502b78cba6679ff4243bd84a7daa095ccda9b9dad4f7bdbd772", + "size": 1727, + "filename": "7CtV2q_DG2mt1q7CNaMX5LYyXLV5l477mMcjjYZs2u4=.pem", + "location": "security-state-staging/intermediates/f5f73cb5-53fb-4dc9-8de0-799355a73b83.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "7CtV2q/DG2mt1q7CNaMX5LYyXLV5l477mMcjjYZs2u4=", + "crlite_enrolled": false, + "id": "90d490c9-4f55-4511-92c3-af9d041f1998", + "last_modified": 1619078282302 + }, + { + "schema": 1619077797766, + "derHash": "UsCaLKF5NocDoYVwBM1aPIfTvaw6VY4UPvNQj77rEDI=", + "subject": "CN=VTB BANK GCC R6 EV CA 2021,O=VTB BANK (PJSC),C=RU", + "subjectDN": "MEwxCzAJBgNVBAYTAlJVMRgwFgYDVQQKEw9WVEIgQkFOSyAoUEpTQykxIzAhBgNVBAMTGlZUQiBCQU5LIEdDQyBSNiBFViBDQSAyMDIx", + "whitelist": false, + "attachment": { + "hash": "75dc13be98517e35b11cfb3d466e7babe6240e9ec480752d55cf763bfccf4cf3", + "size": 2389, + "filename": "XFbaj2K7SX_8Lbb_N5o8z-DwCDiYKyc2ZsRYCFYweAY=.pem", + "location": "security-state-staging/intermediates/1afbe1af-f8e7-46a2-af62-d860d9a88f52.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "XFbaj2K7SX/8Lbb/N5o8z+DwCDiYKyc2ZsRYCFYweAY=", + "crlite_enrolled": false, + "id": "7f60c9b6-2fbc-4a44-a104-18b30f5ed0a8", + "last_modified": 1619078282290 + }, + { + "schema": 1618840743305, + "derHash": "aZGdgg7fWCrbz44JKpKE2QF3LuK0Geqd4fWHLHkfxvo=", + "subject": "CN=Thawte EV RSA CN CA G2,O=DigiCert Inc,C=US", + "subjectDN": "MEUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxHzAdBgNVBAMTFlRoYXd0ZSBFViBSU0EgQ04gQ0EgRzI=", + "whitelist": false, + "attachment": { + "hash": "ce1818d94d078e469bacac8ce640901ec6f9ef4e08ee8ed1295da929ca3f4723", + "size": 1626, + "filename": "5jGxIiaHNj15fBcUBvvAsMfKNtiK_podXNf0YoRUoeI=.pem", + "location": "security-state-staging/intermediates/f5157a19-89e9-4513-9b51-b540e430b34c.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "5jGxIiaHNj15fBcUBvvAsMfKNtiK/podXNf0YoRUoeI=", + "crlite_enrolled": true, + "id": "e05d537c-e98a-4c16-8476-344896c66748", + "last_modified": 1618905524441 + }, + { + "schema": 1618628262151, + "derHash": "zWwQig5kHyyhIqqm0D+CZ1nK58b4AOq/dtxItnzQg84=", + "subject": "CN=COMODO ECC Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", + "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIEVDQyBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", + "whitelist": false, + "attachment": { + "hash": "7facb26c244929edfadc101e9d19a9d34d32396b62ea53c5d23503e6bc13eb7d", + "size": 1317, + "filename": "x9SZw6TwIqfmvrLZ_kz1o0Ossjmn728BnBKpUFqGNVM=.pem", + "location": "security-state-staging/intermediates/fffcaf3e-173f-4e58-b6c4-9954f5874559.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "x9SZw6TwIqfmvrLZ/kz1o0Ossjmn728BnBKpUFqGNVM=", + "crlite_enrolled": false, + "id": "c6b2463c-5d7d-46a7-81b3-08d470deb2cb", + "last_modified": 1618840742230 + }, + { + "schema": 1618559912446, + "derHash": "96mhsv2WSj8mcL1mjVYft8VdOqmrg5Hn4WlwLbij288=", + "subject": "CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "MFYxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMDAuBgNVBAMTJ0RpZ2lDZXJ0IFRMUyBIeWJyaWQgRUNDIFNIQTM4NCAyMDIwIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "256160038ace5cd8340f2f662d64ec98899b7badd35e08010600d30dfbdc15f6", + "size": 1479, + "filename": "e0IRz5Tio3GA1Xs4fUVWmH1xHDiH2dMbVtCBSkOIdqM=.pem", + "location": "security-state-staging/intermediates/503dcd26-4c32-47e1-b481-bac059ede0ad.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "e0IRz5Tio3GA1Xs4fUVWmH1xHDiH2dMbVtCBSkOIdqM=", + "crlite_enrolled": true, + "id": "16fd2902-0a18-4728-a63b-2183cf422e60", + "last_modified": 1618563458789 + }, + { + "schema": 1618559914021, + "derHash": "UidMV85N7jtJ23p/9wjAQPdxiYs76IclqG+0QwGC/hQ=", + "subject": "CN=DigiCert TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "ME8xCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxKTAnBgNVBAMTIERpZ2lDZXJ0IFRMUyBSU0EgU0hBMjU2IDIwMjAgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "8232e99c25dab6bffa9135e65268a146b33ee8fa94e4ca565e723561bfa0e72a", + "size": 1703, + "filename": "RQeZkB42znUfsDIIFWIRiYEcKl7nHwNFwWCrnMMJbVc=.pem", + "location": "security-state-staging/intermediates/39ac1c8f-4a87-4425-997e-34a5ad309811.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "RQeZkB42znUfsDIIFWIRiYEcKl7nHwNFwWCrnMMJbVc=", + "crlite_enrolled": true, + "id": "50010d50-d847-4024-a48f-35713c753a81", + "last_modified": 1618563458778 + }, + { + "schema": 1618559915723, + "derHash": "BYfWvSgZWHq5D7WWSApXk72fdQaj6s5z9eqzZgF/4lk=", + "subject": "CN=DigiCert Global G3 TLS ECC SHA384 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMzAxBgNVBAMTKkRpZ2lDZXJ0IEdsb2JhbCBHMyBUTFMgRUNDIFNIQTM4NCAyMDIwIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "e39f57552856841abac298f8f881d2723ead960888690aad6f46d69c5cc4fe74", + "size": 1264, + "filename": "qBRjZmOmkSNJL0p70zek7odSIzqs_muR4Jk9xYyCP-E=.pem", + "location": "security-state-staging/intermediates/a6c6e949-5b55-4dab-af94-7e76187fb058.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "qBRjZmOmkSNJL0p70zek7odSIzqs/muR4Jk9xYyCP+E=", + "crlite_enrolled": true, + "id": "8e5c1efd-5a11-4208-b0c7-03685d2d2516", + "last_modified": 1618563458767 + }, + { + "schema": 1618562984832, + "derHash": "96mhsv2WSj8mcL1mjVYft8VdOqmrg5Hn4WlwLbij288=", + "subject": "CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "MFYxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMDAuBgNVBAMTJ0RpZ2lDZXJ0IFRMUyBIeWJyaWQgRUNDIFNIQTM4NCAyMDIwIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "256160038ace5cd8340f2f662d64ec98899b7badd35e08010600d30dfbdc15f6", + "size": 1479, + "filename": "e0IRz5Tio3GA1Xs4fUVWmH1xHDiH2dMbVtCBSkOIdqM=.pem", + "location": "security-state-staging/intermediates/e1726c6f-ef28-402b-8fff-6483282d9d46.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "e0IRz5Tio3GA1Xs4fUVWmH1xHDiH2dMbVtCBSkOIdqM=", + "crlite_enrolled": true, + "id": "71b19356-6793-443a-aa5a-a1cb18564750", + "last_modified": 1618563458753 + }, + { + "schema": 1618562986463, + "derHash": "UidMV85N7jtJ23p/9wjAQPdxiYs76IclqG+0QwGC/hQ=", + "subject": "CN=DigiCert TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "ME8xCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxKTAnBgNVBAMTIERpZ2lDZXJ0IFRMUyBSU0EgU0hBMjU2IDIwMjAgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "8232e99c25dab6bffa9135e65268a146b33ee8fa94e4ca565e723561bfa0e72a", + "size": 1703, + "filename": "RQeZkB42znUfsDIIFWIRiYEcKl7nHwNFwWCrnMMJbVc=.pem", + "location": "security-state-staging/intermediates/80aaf1b9-4d48-4741-878a-f0365618e4ee.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "RQeZkB42znUfsDIIFWIRiYEcKl7nHwNFwWCrnMMJbVc=", + "crlite_enrolled": true, + "id": "6e9fa27f-41d7-45f4-92f8-30ac8fecf74e", + "last_modified": 1618563458741 + }, + { + "schema": 1618562988005, + "derHash": "BYfWvSgZWHq5D7WWSApXk72fdQaj6s5z9eqzZgF/4lk=", + "subject": "CN=DigiCert Global G3 TLS ECC SHA384 2020 CA1,O=DigiCert Inc,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMzAxBgNVBAMTKkRpZ2lDZXJ0IEdsb2JhbCBHMyBUTFMgRUNDIFNIQTM4NCAyMDIwIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "e39f57552856841abac298f8f881d2723ead960888690aad6f46d69c5cc4fe74", + "size": 1264, + "filename": "qBRjZmOmkSNJL0p70zek7odSIzqs_muR4Jk9xYyCP-E=.pem", + "location": "security-state-staging/intermediates/010c80a9-09ac-40c1-a83f-c536e90c1605.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "qBRjZmOmkSNJL0p70zek7odSIzqs/muR4Jk9xYyCP+E=", + "crlite_enrolled": true, + "id": "449cd97d-f4c2-4384-aefc-3dde7bd79665", + "last_modified": 1618563458730 + }, + { "schema": 1618473444924, "derHash": "QhZScWOtLKqCXTv0j2GnZh0KvIm1irdrI6HhCZnwdp8=", "subject": "CN=SHECA EV Server CA G2,O=UniTrust,C=CN", @@ -217,24 +595,6 @@ "last_modified": 1618477060618 }, { - "schema": 1618412253966, - "derHash": "Jv1MQ2fkY9OccXlq5AEOUzgNyTvBMvsBnWcYpoc+gfQ=", - "subject": "CN=SHECA RSA Organization Validation Server CA G3,O=UniTrust,C=CN", - "subjectDN": "MFkxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDE3MDUGA1UEAwwuU0hFQ0EgUlNBIE9yZ2FuaXphdGlvbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", - "whitelist": false, - "attachment": { - "hash": "a02a5c8205e62c2ef5dc42345a1585558c86f166ed9875d861601a465bcc4651", - "size": 2016, - "filename": "0JA1q1ctk_4J8qS0t-GhJaG5egVDq9SB33oMY7SMpfs=.pem", - "location": "security-state-staging/intermediates/caec957d-379a-4c23-bf42-3bd122e7cf33.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "0JA1q1ctk/4J8qS0t+GhJaG5egVDq9SB33oMY7SMpfs=", - "crlite_enrolled": true, - "id": "10ec0271-99d5-4c06-a20d-1c03ccf7d780", - "last_modified": 1618451863956 - }, - { "schema": 1618102649607, "derHash": "fjI2jiSizEjT0p6IOyYOQM7aIq+XGJx4/FuShITpoBA=", "subject": "CN=COMODO ECC Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", @@ -667,24 +1027,6 @@ "last_modified": 1618102648164 }, { - "schema": 1618102190670, - "derHash": "ClUqZfIv+CDn7D1Du/iLAqvDS9JH4MNQWJG2NC8WpfI=", - "subject": "CN=SHECA RSA Domain Validation Server CA G3,O=UniTrust,C=CN", - "subjectDN": "MFMxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDExMC8GA1UEAwwoU0hFQ0EgUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", - "whitelist": false, - "attachment": { - "hash": "42516b0068507cb60d6383aaefa05ac169921cff9e4616761151efe098d3e1fe", - "size": 2008, - "filename": "N6OrM0KKQgR1zORoDKkLLFEKAYCmS_84dpbLl_qNOnU=.pem", - "location": "security-state-staging/intermediates/525578e5-a94b-4525-b9e7-801be6e0ff89.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "N6OrM0KKQgR1zORoDKkLLFEKAYCmS/84dpbLl/qNOnU=", - "crlite_enrolled": true, - "id": "4b6a2421-1677-41c0-8103-bc13fb7e09f9", - "last_modified": 1618102648145 - }, - { "schema": 1617155855951, "derHash": "ntHt6pWqW3K1E6PkGhug0u+xTOyIiR400ASVyVVWYFw=", "subject": "CN=CrowdStrike Global EV CA G2,O=CrowdStrike\\, Inc.,C=US", @@ -19243,24 +19585,6 @@ "last_modified": 1591199862230 }, { - "schema": 1591166935697, - "derHash": "aZGdgg7fWCrbz44JKpKE2QF3LuK0Geqd4fWHLHkfxvo=", - "subject": "CN=Thawte EV RSA CN CA G2,O=DigiCert Inc,C=US", - "subjectDN": "MEUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxHzAdBgNVBAMTFlRoYXd0ZSBFViBSU0EgQ04gQ0EgRzI=", - "whitelist": false, - "attachment": { - "hash": "ce1818d94d078e469bacac8ce640901ec6f9ef4e08ee8ed1295da929ca3f4723", - "size": 1626, - "filename": "5jGxIiaHNj15fBcUBvvAsMfKNtiK_podXNf0YoRUoeI=.pem", - "location": "security-state-staging/intermediates/f5157a19-89e9-4513-9b51-b540e430b34c.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "5jGxIiaHNj15fBcUBvvAsMfKNtiK/podXNf0YoRUoeI=", - "crlite_enrolled": false, - "id": "e05d537c-e98a-4c16-8476-344896c66748", - "last_modified": 1591199862227 - }, - { "schema": 1591166929792, "derHash": "ODkvF857aCwZjSnG5x0nQJZKIHTI0lWObP9kwngj8Sk=", "subject": "CN=COMODO RSA Certification Authority,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", @@ -39007,24 +39331,6 @@ "last_modified": 1562025326601 }, { - "schema": 1562025322865, - "derHash": "CbwbE3wDEjnveIZz6U6xf18+yrB9Otv7SF51q/qvO5o=", - "subject": "CN=GlobalSign Domain Validation CA - SHA256 - G3,O=GlobalSign nv-sa,C=BE", - "subjectDN": "MGAxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTYwNAYDVQQDEy1HbG9iYWxTaWduIERvbWFpbiBWYWxpZGF0aW9uIENBIC0gU0hBMjU2IC0gRzM=", - "whitelist": false, - "attachment": { - "hash": "4827709bafd08a7e0584c4d4411937345e9fa8505ca1a15d2c4483e729c804a6", - "size": 1626, - "filename": "1kflsxIeB1bcxW1C61yFNdNQjO_xuF0ORdL9EtMe-Rs=.pem", - "location": "security-state-staging/intermediates/fdb62a70-c092-4d32-81b3-d72418696f57.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "1kflsxIeB1bcxW1C61yFNdNQjO/xuF0ORdL9EtMe+Rs=", - "crlite_enrolled": true, - "id": "1c345873-cf2f-48aa-a6a3-93a5661939df", - "last_modified": 1562025323597 - }, - { "schema": 1562025322116, "derHash": "C8OTcHISi55bzDosak5VMe/T2W0wLByKDfVQ/geKCDo=", "subject": "SERIALNUMBER=201915,CN=Citizen CA,O=Certipost N.V./S.A.,L=Brussels,C=BE", @@ -39079,24 +39385,6 @@ "last_modified": 1562025319075 }, { - "schema": 1562025317595, - "derHash": "lzpBJ2/9AeAnoqrUnjTDeEbT6Xb/amILZxLjODIEGqY=", - "subject": "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US", - "subjectDN": "MIG0MQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEaMBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", - "whitelist": false, - "attachment": { - "hash": "a111efc20329e87b541cfc3e7f526fc54bb24624fddf210f4347b9fadfb1ab6b", - "size": 1727, - "filename": "8Rw90Ej3Ttt8RRkrg-WYDS9n7IS03bk5bjP_UXPtaY8=.pem", - "location": "security-state-staging/intermediates/a2a04dfe-6201-4d0a-b8cf-80d2975bfb51.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "8Rw90Ej3Ttt8RRkrg+WYDS9n7IS03bk5bjP/UXPtaY8=", - "crlite_enrolled": true, - "id": "549c92e2-3738-4c8c-ae37-407e4e6158ce", - "last_modified": 1562025318334 - }, - { "schema": 1562025314617, "derHash": "eZ4gVk1FSE36DyjtcmA3/wcNZsUd6OI0MoTeyrD8mZE=", "subject": "CN=Network Solutions EV Server CA 2,O=Network Solutions L.L.C.,L=Herndon,ST=VA,C=US", @@ -41833,24 +42121,6 @@ "last_modified": 1562025077300 }, { - "schema": 1562025075778, - "derHash": "zWwQig5kHyyhIqqm0D+CZ1nK58b4AOq/dtxItnzQg84=", - "subject": "CN=COMODO ECC Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", - "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIEVDQyBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", - "whitelist": false, - "attachment": { - "hash": "7facb26c244929edfadc101e9d19a9d34d32396b62ea53c5d23503e6bc13eb7d", - "size": 1317, - "filename": "x9SZw6TwIqfmvrLZ_kz1o0Ossjmn728BnBKpUFqGNVM=.pem", - "location": "security-state-staging/intermediates/fffcaf3e-173f-4e58-b6c4-9954f5874559.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "x9SZw6TwIqfmvrLZ/kz1o0Ossjmn728BnBKpUFqGNVM=", - "crlite_enrolled": true, - "id": "c6b2463c-5d7d-46a7-81b3-08d470deb2cb", - "last_modified": 1562025076540 - }, - { "schema": 1562025073491, "derHash": "x+l2qnfpJJHCaYQLLxRh5lFHorsYHuWatjvNhnBP5FY=", "subject": "CN=SHECA RSA Code Signing CA G3,O=UniTrust,C=CN", @@ -43651,24 +43921,6 @@ "last_modified": 1562024904256 }, { - "schema": 1562024901246, - "derHash": "/h7K297g5VgGjdvHszq3jdV9DcIvzBw2ARkBA3Wwphs=", - "subject": "CN=TrustCor Basic Secure Site (CA1),OU=TrustCor Network,O=TrustCor Systems S. de R.L.,ST=Panama,C=PA", - "subjectDN": "MIGKMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMSQwIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xGTAXBgNVBAsMEFRydXN0Q29yIE5ldHdvcmsxKTAnBgNVBAMMIFRydXN0Q29yIEJhc2ljIFNlY3VyZSBTaXRlIChDQTEp", - "whitelist": false, - "attachment": { - "hash": "0c4ee3d67969b7bf371502575c7bef43da7ea5edee6add68dfe802d1f2c36baf", - "size": 2211, - "filename": "kHJg-GOK0x_65nWqv_uV70OMsqljk0LjqTDnfjQ6eRQ=.pem", - "location": "security-state-staging/intermediates/dca168d0-9454-4b21-b712-c05956c90dd3.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "kHJg+GOK0x/65nWqv/uV70OMsqljk0LjqTDnfjQ6eRQ=", - "crlite_enrolled": true, - "id": "eeb9f30c-488c-4fe2-93ea-864c9148aca8", - "last_modified": 1562024901976 - }, - { "schema": 1562024899001, "derHash": "SPyVnQBBkI2cUV2RnTJbxOxb5DMKJ8Kz+eksJAAu7ys=", "subject": "SERIALNUMBER=201721,CN=Foreigner CA,O=Certipost N.V./S.A.,L=Brussels,C=BE", diff -Nru firefox-88.0+build2/SOURCE_CHANGESET firefox-88.0.1+build1/SOURCE_CHANGESET --- firefox-88.0+build2/SOURCE_CHANGESET 2021-04-16 06:10:50.000000000 +0000 +++ firefox-88.0.1+build1/SOURCE_CHANGESET 2021-05-05 05:21:26.000000000 +0000 @@ -1 +1 @@ -38ee7c9c51c5c95d854c6e9eaa962f21d4f17753 \ No newline at end of file +179e1482851c07d65bf29a21c9e42ea312fc87fa \ No newline at end of file diff -Nru firefox-88.0+build2/toolkit/components/search/tests/xpcshell/searchconfigs/test_amazon.js firefox-88.0.1+build1/toolkit/components/search/tests/xpcshell/searchconfigs/test_amazon.js --- firefox-88.0+build2/toolkit/components/search/tests/xpcshell/searchconfigs/test_amazon.js 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/toolkit/components/search/tests/xpcshell/searchconfigs/test_amazon.js 2021-05-05 05:21:22.000000000 +0000 @@ -10,6 +10,12 @@ }, available: { included: [ + // Note: These should be based on region, but we don't currently enforce that. + // Note: the order here is important. A region/locale match higher up in the + // list will override a region/locale match lower down. + { + regions: ["au", "ca"], + }, { // We don't currently enforce by region, but do locale instead. // regions: [ @@ -32,6 +38,8 @@ "de", "dsb", "el", + "en-US", + "en-GB", "eo", "es-AR", "eu", @@ -79,75 +87,18 @@ "wo", "zh-CN", ], - startsWith: ["en"], }, }, ], }, details: [ { - // Note: These should be based on region, but we don't currently enforce that. - // Note: the order here is important. A region/locale match higher up in the - // list will override a region/locale match lower down. domain: "amazon.com.au", telemetryId: "amazon-au", aliases: ["@amazon"], included: [ { regions: ["au"], - locales: { - matches: [ - "ach", - "af", - "ar", - "az", - "bg", - "bn-IN", - "cak", - "unknown", - "eo", - "en-US", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz", - ], - }, - }, - { - regions: ["au"], - locales: { - matches: [ - "cy", - "da", - "el", - "en-GB", - "eu", - "ga-IE", - "gd", - "gl", - "hr", - "nb-NO", - "nn-NO", - "pt-PT", - "sq", - "sr", - ], - }, }, ], noSuggestionsURL: true, @@ -158,50 +109,7 @@ aliases: ["@amazon"], included: [ { - locales: { - matches: ["en-CA"], - }, - }, - { regions: ["ca"], - locales: { - matches: [ - "ach", - "af", - "ar", - "az", - "bg", - "bn-IN", - "cak", - "unknown", - "eo", - "en-US", - "es-AR", - "fa", - "gn", - "hy-AM", - "ia", - "is", - "ka", - "km", - "lt", - "mk", - "ms", - "my", - "ro", - "si", - "th", - "tl", - "trs", - "uz", - ], - }, - }, - { - regions: ["ca"], - locales: { - matches: ["br", "fr", "ff", "son", "wo"], - }, }, ], suggestionUrlBase: "https://completion.amazon.ca/search/complete", @@ -253,7 +161,7 @@ }, }, ], - excluded: [{ regions: ["ca"] }], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "tag=firefox-fr-21", suggestionUrlBase: "https://completion.amazon.fr/search/complete", suggestUrlCode: "mkt=5", @@ -319,7 +227,7 @@ }, }, ], - excluded: [{ regions: ["au"] }], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "tag=firefox-uk-21", suggestionUrlBase: "https://completion.amazon.co.uk/search/complete", suggestUrlCode: "mkt=3", @@ -377,6 +285,7 @@ }, }, ], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "ix=sunray", noSuggestionsURL: true, }, @@ -391,6 +300,7 @@ }, }, ], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "tag=mozillajapan-fx-22", suggestionUrlBase: "https://completion.amazon.co.jp/search/complete", suggestUrlCode: "mkt=6", @@ -406,6 +316,7 @@ }, }, ], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "tag=firefox-de-21", suggestionUrlBase: "https://completion.amazon.de/search/complete", suggestUrlCode: "mkt=4", @@ -421,6 +332,7 @@ }, }, ], + excluded: [{ regions: ["au", "ca"] }], suggestionUrlBase: "https://completion.amazon.in/search/complete", suggestUrlCode: "mkt=44571", }, @@ -435,6 +347,7 @@ }, }, ], + excluded: [{ regions: ["au", "ca"] }], searchUrlCode: "tag=firefoxit-21", suggestionUrlBase: "https://completion.amazon.it/search/complete", suggestUrlCode: "mkt=35691", diff -Nru firefox-88.0+build2/toolkit/components/search/tests/xpcshell/searchconfigs/test_distributions.js firefox-88.0.1+build1/toolkit/components/search/tests/xpcshell/searchconfigs/test_distributions.js --- firefox-88.0+build2/toolkit/components/search/tests/xpcshell/searchconfigs/test_distributions.js 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/toolkit/components/search/tests/xpcshell/searchconfigs/test_distributions.js 2021-05-05 05:21:22.000000000 +0000 @@ -69,85 +69,6 @@ hasParams(engines, "Google", "searchbar", "channel=fs") && hasTelemetryId(engines, "Google", "google-canonical"), }); - - tests.push({ - distribution: canonicalId, - test: engines => - hasParams(engines, "DuckDuckGo", "searchbar", "t=canonical"), - }); - - tests.push({ - locale: "en-US", - region: "US", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.com", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "de", - region: "DE", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.de", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "en-GB", - region: "GB", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.co.uk", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "fr", - region: "FR", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.fr", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "it", - region: "IT", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.it", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "ja", - region: "JP", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.co.jp", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "ur", - region: "IN", - distribution: canonicalId, - test: engines => - hasParams(engines, "Amazon.in", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "zh-CN", - region: "CN", - distribution: canonicalId, - test: engines => - hasParams(engines, "亚马逊", "searchbar", "tag=wwwcanoniccom-20"), - }); - - tests.push({ - locale: "zh-CN", - region: "CN", - distribution: canonicalId, - test: engines => - hasParams(engines, "百度", "searchbar", "tn=ubuntuu_cb") && - hasParams(engines, "百度", "suggestions", "tn=ubuntuu_cb"), - }); } tests.push({ diff -Nru firefox-88.0+build2/toolkit/themes/osx/global/menu.css firefox-88.0.1+build1/toolkit/themes/osx/global/menu.css --- firefox-88.0+build2/toolkit/themes/osx/global/menu.css 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/toolkit/themes/osx/global/menu.css 2021-05-05 05:21:22.000000000 +0000 @@ -135,13 +135,13 @@ menulist > menupopup { font: inherit; + color: FieldText; } menulist > menupopup > menuitem, menulist > menupopup > menucaption, menulist > menupopup > menu { max-width: none; - color: FieldText; } /* checked menuitems */ diff -Nru firefox-88.0+build2/toolkit/themes/shared/in-content/common.inc.css firefox-88.0.1+build1/toolkit/themes/shared/in-content/common.inc.css --- firefox-88.0+build2/toolkit/themes/shared/in-content/common.inc.css 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/toolkit/themes/shared/in-content/common.inc.css 2021-05-05 05:21:22.000000000 +0000 @@ -448,13 +448,13 @@ border: 1px solid var(--in-content-box-border-color); border-radius: 2px; background-color: var(--in-content-box-background); + color: var(--in-content-text-color); } xul|menulist > xul|menupopup xul|menu, xul|menulist > xul|menupopup xul|menuitem { appearance: none; font-size: 1em; - color: var(--in-content-text-color); padding-block: 0.2em; padding-inline: 10px 30px; } diff -Nru firefox-88.0+build2/toolkit/themes/windows/global/menu.css firefox-88.0.1+build1/toolkit/themes/windows/global/menu.css --- firefox-88.0+build2/toolkit/themes/windows/global/menu.css 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/toolkit/themes/windows/global/menu.css 2021-05-05 05:21:22.000000000 +0000 @@ -251,6 +251,7 @@ menulist > menupopup { font: inherit; + color: FieldText; } menulist > menupopup > menuitem, @@ -260,7 +261,6 @@ border: 1px solid transparent; padding-inline: 5px; max-width: none; - color: FieldText; } menulist > menupopup > menuitem[_moz-menuactive="true"], diff -Nru firefox-88.0+build2/tools/profiler/core/shared-libraries-win32.cc firefox-88.0.1+build1/tools/profiler/core/shared-libraries-win32.cc --- firefox-88.0+build2/tools/profiler/core/shared-libraries-win32.cc 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/tools/profiler/core/shared-libraries-win32.cc 2021-05-05 05:21:23.000000000 +0000 @@ -137,25 +137,9 @@ continue; } - // Load the module again to make sure that its handle will remain valid - // as we attempt to read the PDB information from it. We load the DLL as - // a datafile so that if the module actually gets unloaded between the call - // to EnumProcessModules and the following LoadLibraryEx, we don't end up - // running the now newly loaded module's DllMain function. If the module - // is already loaded, LoadLibraryEx just increments its refcount. - nsModuleHandle handleLock( - LoadLibraryEx(modulePath, NULL, LOAD_LIBRARY_AS_DATAFILE)); - if (!handleLock) { - continue; - } - MODULEINFO module = {0}; if (!GetModuleInformation(hProcess, hMods[i], &module, sizeof(MODULEINFO))) { - // If the module was unloaded before LoadLibraryEx, LoadLibraryEx - // loads the module onto an address different from hMods[i] and - // thus GetModuleInformation fails with ERROR_INVALID_HANDLE. - // We skip that case. continue; } @@ -203,12 +187,29 @@ !moduleNameStr.LowerCaseEqualsLiteral("ntdll.dll")); nsCString breakpadId; + // Load the module again to make sure that its handle will remain + // valid as we attempt to read the PDB information from it. We load the + // DLL as a datafile so that if the module actually gets unloaded between + // the call to EnumProcessModules and the following LoadLibraryEx, we don't + // end up running the now newly loaded module's DllMain function. If the + // module is already loaded, LoadLibraryEx just increments its refcount. + // + // Note that because of the race condition above, merely loading the DLL + // again is not safe enough, therefore we also need to make sure that we + // can read the memory mapped at the base address before we can safely + // proceed to actually access those pages. + HMODULE handleLock = + LoadLibraryEx(modulePath, NULL, LOAD_LIBRARY_AS_DATAFILE); + MEMORY_BASIC_INFORMATION vmemInfo = {0}; nsID pdbSig; uint32_t pdbAge; nsAutoString pdbPathStr; nsAutoString pdbNameStr; char* pdbName = nullptr; - if (canGetPdbInfo && + if (handleLock && + sizeof(vmemInfo) == + VirtualQuery(module.lpBaseOfDll, &vmemInfo, sizeof(vmemInfo)) && + vmemInfo.State == MEM_COMMIT && canGetPdbInfo && GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { MOZ_ASSERT(breakpadId.IsEmpty()); breakpadId.AppendPrintf( @@ -234,6 +235,8 @@ breakpadId, moduleNameStr, modulePathStr, pdbNameStr, pdbPathStr, GetVersion(modulePath), ""); sharedLibraryInfo.AddSharedLibrary(shlib); + + FreeLibrary(handleLock); // ok to free null handles } return sharedLibraryInfo; diff -Nru firefox-88.0+build2/widget/android/GfxInfo.cpp firefox-88.0.1+build1/widget/android/GfxInfo.cpp --- firefox-88.0+build2/widget/android/GfxInfo.cpp 2021-04-16 06:10:46.000000000 +0000 +++ firefox-88.0.1+build1/widget/android/GfxInfo.cpp 2021-05-05 05:21:23.000000000 +0000 @@ -641,13 +641,14 @@ } if (aFeature == FEATURE_WEBRENDER_OPTIMIZED_SHADERS) { - // Optimized shaders result in completely broken rendering in at least one - // Mali-T6xx device. Disable on all T6xx as a precaution until we know - // more specifically which devices are affected. See bug 1689064 for - // details. - const bool isMaliT6xx = - mGLStrings->Renderer().Find("Mali-T6", /*ignoreCase*/ true) >= 0; - if (isMaliT6xx) { + // Optimized shaders result in completely broken rendering on some Mali-T + // devices. We have seen this on T6xx, T7xx, and T8xx on android versions + // up to 5.1, and on T6xx on versions up to android 7.1. As a precaution + // disable for all Mali-T regardless of version. See bug 1689064 and bug + // 1707283 for details. + const bool isMaliT = + mGLStrings->Renderer().Find("Mali-T", /*ignoreCase*/ true) >= 0; + if (isMaliT) { *aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE; aFailureId = "FEATURE_FAILURE_BUG_1689064"; } else {