dotfiles/.config/browsh/firefox_profile/cache2/entries/82AE5B994AB008A265E58D91B0835AE4396CD6EF
RafayAhmad7548 3251bca29a update
2024-12-28 16:34:14 +05:00

32 lines
No EOL
24 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"metadata":{"sort":"-last_modified","schema":{"type":"object","required":["telemetryId","searchPageRegexp","queryParamName","queryParamNames"],"properties":{"isSPA":{"type":"boolean","title":"Is Single Page App","description":"Whether the provider exhibits tendencies of a single page app, namely changes the entire contents of the page without having to reload."},"components":{"type":"array","items":{"type":"object","required":["type"],"properties":{"type":{"type":"string","pattern":"^[a-z](?:_?[a-z])*$","description":"The type of component the anchor or DOM element should belong to."},"default":{"type":"boolean","description":"Whether this component should be the fallback option if a link was included in both ad-related regular expressions as well as regular expressions matching non-ad elements but couldn't be categorized. Defaults to false."},"topDown":{"type":"boolean","description":"Whether the component should be found first by using document.querySelectorAll on the parent selector definition. Defaults to false."},"excluded":{"type":"object","properties":{"parent":{"type":"object","required":["selector"],"properties":{"selector":{"type":"string","description":"The root DOM element that shouldn't be a parent from the context of the anchor being inspected."}}}},"description":"Conditions that should not be included."},"included":{"type":"object","required":["parent"],"properties":{"parent":{"type":"object","title":"Parent","required":["selector"],"properties":{"selector":{"type":"string","description":"If topDown is true for this component, then this will be the value used in querySelectorAll(). Otherwise, it will be the value to in closest() from the context of an anchor."},"skipCount":{"$ref":"#/definitions/skipCount"},"eventListeners":{"$ref":"#/definitions/eventListeners"}},"description":"The DOM element that should only contain elements applicable to a single component type."},"related":{"type":"object","required":["selector"],"properties":{"selector":{"type":"string","description":"The selector to use querySelectorAll from the context of the parent. Any elements specified will have their click events registered and categorized as expanded unless explicitly overwritten in SearchSERPTelemetryChild."}}},"children":{"type":"array","items":{"type":"object","required":["selector"],"properties":{"type":{"type":"string","pattern":"^[a-z](?:_?[a-z])*$","description":"The component type to use if this child is present."},"selector":{"type":"string","description":"The selector to use querySelectorAll from the context of the parent."},"skipCount":{"$ref":"#/definitions/skipCount"},"countChildren":{"type":"boolean","description":"Whether we should count all instances of the child element instead of anchor links found inside of the parent. Defaults to false."},"eventListeners":{"$ref":"#/definitions/eventListeners"}}},"title":"Children","description":"Child DOM elements of the parent. Optional."}},"description":"Conditions that should be fulfilled."},"dependentRequired":{"topDown":["included"]}}},"title":"Components","description":"An array of components that could be on the SERP."},"shoppingTab":{"type":"object","title":"Shopping Tab","required":["selector","regexp"],"properties":{"regexp":{"type":"string","description":"The regular expression to match against a possible shopping tab. Must be provided if using this feature."},"selector":{"type":"string","description":"The elements on the page to inspect for the shopping tab. Should be anchor elements."},"inspectRegexpInSERP":{"type":"boolean","description":"Whether the regexp should be used against hrefs the selector matches against."}}},"taggedCodes":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$"},"title":"Partner Codes","description":"An array of partner codes to match against the parameters in the url. Matching these codes will report the SERP as tagged."},"telemetryId":{"type":"string","title":"Telemetry Id","pattern":"^[a-z0-9-._]*$","description":"The telemetry identifier for the provider."},"organicCodes":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$"},"title":"Organic Codes","description":"An array of partner codes to match against the parameters in the url. Matching these codes will report the SERP as organic:<partner code>, which means the search was performed organically rather than through a SAP."},"codeParamName":{"type":"string","title":"Partner Code Parameter Name","description":"The name of the query parameter for the partner code."},"accountCookies":{"type":"array","items":{"type":"object","properties":{"host":{"type":"string","description":"The host associated with a given cookie."},"name":{"type":"string","description":"The name associated with a given cookie."}}},"title":"Account Cookies","description":"An array of cookie details that are used to determine whether a client is signed in to a provider's account. NOTE: This property appears only in Firefox 127 but was renamed to `signedInCookies` for Firefox 128 and beyond. Therefore do not use this property. Please use `signedInCookies` instead."},"queryParamName":{"type":"string","title":"Search Query Parameter Name","description":"The name of the query parameter for the user's search string. This is deprecated, in preference to queryParamNames, but still defined for older clients (pre Firefox 121)."},"followOnCookies":{"type":"array","items":{"type":"object","properties":{"host":{"type":"string","pattern":"^[a-z0-9-._]*$","description":"The hostname on which the cookie is stored."},"name":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$","description":"The name of the cookie to check."},"codeParamName":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$","description":"The name of parameter within the cookie."},"extraCodePrefixes":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$"},"description":"Possible values for the query parameter in the URL that indicates this might be a follow-on search."},"extraCodeParamName":{"type":"string","pattern":"^[a-z0-9-._]*$","description":"The query parameter name in the URL that indicates this might be a follow-on search."}}},"title":"Follow-on Cookies","description":"An array of cookie details that are used to identify follow-on searches."},"queryParamNames":{"type":"array","items":{"type":"string"},"title":"Search Query Parameter Names","description":"An array of query parameters that may be used for the user's search string."},"signedInCookies":{"type":"array","items":{"type":"object","properties":{"host":{"type":"string","description":"The host associated with a given cookie."},"name":{"type":"string","description":"The name associated with a given cookie."}}},"title":"Signed-in Cookies","description":"An array of cookie details that are used to determine whether a client is signed in to a provider's account."},"domainExtraction":{"type":"object","title":"Domain Extraction","properties":{"ads":{"type":"array","items":{"$ref":"#/definitions/extraction"},"description":"An array of methods for extracting domains from ads."},"nonAds":{"type":"array","items":{"$ref":"#/definitions/extraction"},"description":"An array of methods for extracting domains from non-ads."}},"description":"An array of methods for extracting domains from a SERP result."},"searchPageRegexp":{"type":"string","title":"Search Page Regular Expression","description":"A regular expression which matches the search page of the provider."},"ignoreLinkRegexps":{"type":"array","items":{"type":"string","description":"The matching regular expression."},"title":"Ignore links matching regular expressions","description":"Regular expressions matching links that should be ignored by the network observer."},"nonAdsLinkRegexps":{"type":"array","items":{"type":"string","description":"The matching regular expression."},"title":"Non-ads link matching regular expressions","description":"An array containing known patterns that match non-ad links from a search provider."},"searchPageMatches":{"type":"array","items":{"type":"string"},"title":"Search Page Matches","description":"An array containing match expressions used to match on URLs."},"adServerAttributes":{"type":"array","items":{"type":"string"},"title":"Ad Server Attributes","description":"An array of strings that potentially match data-attribute keys of anchors."},"followOnParamNames":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9-._]*$"},"title":"Follow-on Search Parameter Names","description":"An array of query parameter names that are used when a follow-on search occurs."},"expectedOrganicCodes":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-._]*$"},"title":"Expected Organic Codes","description":"An array of partner codes to match against the parameters in the url. Matching these codes will report the SERP as organic:none which means the user has done a search through the search engine's website rather than through SAP."},"defaultPageQueryParam":{"type":"object","title":"Default page query parameter","required":["key","value"],"properties":{"key":{"type":"string","description":"The key corresponding to the query parameter that contains what type of search page is being shown."},"value":{"type":"string","description":"The value corresponding to the query parameter that should be matched against."}}},"extraAdServersRegexps":{"type":"array","items":{"type":"string"},"title":"Extra Ad Server Regular Expressions","description":"An array of regular expressions that match URLs of potential ad servers."},"nonAdsLinkQueryParamNames":{"type":"array","items":{"type":"string","string":"The query param name to examine."},"title":"Non-ads link query param names","description":"Query param names present in non-ads link that recover the link that will be redirected to."}},"definitions":{"skipCount":{"type":"boolean","title":"Skip Count","description":"Whether to skip reporting of the count of these elements to ad_impressions. Defaults to false."},"extraction":{"anyOf":[{"type":"object","required":["selectors","method","options"],"properties":{"method":{"enum":["dataAttribute"],"description":"The extraction method used for the query."},"options":{"type":"object","required":["dataAttributeKey"],"properties":{"dataAttributeKey":{"type":"string","description":"The data attribute key that will be looked up in order to retrieve its data attribute value."}}},"selectors":{"type":"string","description":"The query to inspect all elements on the SERP."}}},{"type":"object","required":["selectors","method"],"properties":{"method":{"enum":["href"],"description":"The extraction method to use for the query."},"options":{"type":"object","required":["queryParamKey"],"properties":{"queryParamKey":{"type":"string","description":"The query parameter key to inspect in the href."},"queryParamValueIsHref":{"type":"boolean","description":"Whether the query param value is expected to contain an href."}}},"selectors":{"type":"string","description":"The query to use to inspect all elements on the SERP."}}},{"type":"object","required":["selectors","method"],"properties":{"method":{"enum":["textContent"],"description":"The extraction method to use for the query."},"selectors":{"type":"string","description":"The query to use to inspect all elements on the SERP."}}}]},"eventListener":{"type":"object","title":"Event Listener","required":["eventType"],"properties":{"action":{"type":"string","title":"Action","pattern":"^[a-z](?:_?[a-z])*$","description":"The action to report when the event is triggered. If the event type is 'click', defaults to clicked. Otherwise, this should be provided."},"target":{"type":"string","title":"Target","pattern":"^[a-z](?:_?[a-z])*$","description":"The component type to report when the event is triggered. Uses the child component type (if exists), otherwise uses the parent component type."},"eventType":{"type":"string","title":"Event Type","pattern":"^[a-z][A-Za-z]*$","description":"The type of event to listen for. Custom events, especially those with special logic like keydownEnter, can be used if the Desktop code has been updated."}},"description":"Event listeners attached to a component."},"eventListeners":{"type":"array","items":{"$ref":"#/definitions/eventListener"},"title":"Event Listeners","description":"An array of Event Listeners to apply to elements."}}},"signature":{"ref":"25pam9iu80lkp1m1v124f6nj2f","x5u":"https://content-signature-2.cdn.mozilla.net/chains/remote-settings.content-signature.mozilla.org-2024-12-27-18-19-47.chain","mode":"p384ecdsa","type":"contentsignaturepki","signature":"fxLHi5u4sWktRiUIpJQtwIBQX2taAgkXHWS-f8zIx1YDE7-KP5N3xZxVjRM3Pzu_0cXjs0jcBnDr-uHbdNOiWmyUDLW_mpqeup4px_fWcNfibNzF2aPgD-1gd9AMBrgV","signer_id":"remote-settings","public_key":"MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEb2hwvxwKG5hsSt2YoYKIPUmTqFJopdRqTEVx0NHK7or7Ybxw6AZBFN3AfptD2HSEK1sjk/4r4PdZW2PV4kv6RAwWseoH7K681AMfTWHbB7F9s1bswYhMHi3PhUyRuyZK"},"attachment":{"enabled":false,"required":false},"displayFields":["telemetryId"],"id":"search-telemetry-v2","last_modified":1731429440372,"bucket":"main"},"timestamp":1731429440245,"changes":[{"schema":1730764806877,"components":[{"type":"ad_carousel","included":{"parent":{"selector":".adsMvCarousel"},"related":{"selector":".cr"},"children":[{"selector":".pa_item","countChildren":true}]}},{"type":"ad_link","excluded":{"parent":{"selector":"aside"}},"included":{"parent":{"selector":".sb_adTA"},"children":[{"type":"ad_sitelink","selector":".b_vlist2col"}]}},{"type":"ad_sidebar","included":{"parent":{"selector":"aside"},"children":[{"selector":".pa_item, .sb_adTA","countChildren":true}]}},{"type":"incontent_searchbox","topDown":true,"included":{"parent":{"selector":"form#sb_form"},"related":{"selector":"#sw_as"},"children":[{"selector":"input[name='q']"}]}},{"type":"cookie_banner","topDown":true,"included":{"parent":{"selector":"div#bnp_cookie_banner"},"children":[{"selector":"button#bnp_btn_accept","eventListeners":[{"action":"clicked_accept","eventType":"click"}]},{"selector":"button#bnp_btn_reject","eventListeners":[{"action":"clicked_reject","eventType":"click"}]},{"selector":"a#bnp_btn_preference","eventListeners":[{"action":"clicked_more_options","eventType":"click"}]}]}},{"type":"ad_link","default":true}],"shoppingTab":{"regexp":"^/shop?","selector":"#b-scopeListItem-shop a"},"taggedCodes":["MOZ2","MOZ4","MOZ5","MOZA","MOZB","MOZD","MOZE","MOZI","MOZL","MOZM","MOZO","MOZR","MOZT","MOZW","MOZX","MZSL01","MZSL02","MZSL03"],"telemetryId":"bing","organicCodes":[],"codeParamName":"pc","queryParamName":"q","followOnCookies":[{"host":"www.bing.com","name":"_SS","codeParamName":"PC","extraCodePrefixes":["QBRE"],"extraCodeParamName":"form"},{"host":"www.bing.com","name":"SRCHS","codeParamName":"PC","extraCodePrefixes":["QBRE"],"extraCodeParamName":"form"}],"queryParamNames":["q"],"domainExtraction":{"ads":[{"method":"textContent","selectors":"#b_results .b_ad .b_attribution cite, .adsMvCarousel cite, aside cite"}],"nonAds":[{"method":"textContent","selectors":"#b_results .b_algo .b_attribution cite"}]},"searchPageRegexp":"^https://www\\.bing\\.com/search","nonAdsLinkRegexps":["^https://www.bing.com/ck/a"],"extraAdServersRegexps":["^https://www\\.bing\\.com/acli?c?k"],"id":"e1eec461-f1f3-40de-b94b-3b670b78108c","last_modified":1731429440245}]}<7D><>;+g: g: G<><1C>g:h<00>a,:https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-telemetry-v2/changeset?_expected=1731429440245&_since=%221724867833754%22strongly-framed1security-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request-methodGETresponse-headHTTP/2 200
server: nginx
content-length: 15283
access-control-allow-origin: *
access-control-expose-headers: Content-Type, Content-Length, Alert, Backoff, Retry-After
x-content-type-options: nosniff
content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
strict-transport-security: max-age=31536000
via: 1.1 google
date: Sun, 17 Nov 2024 14:10:32 GMT
age: 2228
last-modified: Tue, 12 Nov 2024 16:37:20 GMT
content-type: application/json
cache-control: public,max-age=3600
alt-svc: clear
X-Firefox-Spdy: h2
original-response-headersserver: nginx
content-length: 15283
access-control-allow-origin: *
access-control-expose-headers: Content-Type, Content-Length, Alert, Backoff, Retry-After
x-content-type-options: nosniff
content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
strict-transport-security: max-age=31536000
via: 1.1 google
date: Sun, 17 Nov 2024 14:10:32 GMT
age: 2228
last-modified: Tue, 12 Nov 2024 16:37:20 GMT
content-type: application/json
cache-control: public,max-age=3600
alt-svc: clear
X-Firefox-Spdy: h2
ctid1;<3B>