URLs Behaviour

File behaviour reports

URL behaviour reports are obtained by using the GET /url_behaviours/{id} endpoint. They summarize the observed behaviour during the loading or opening of a URL.

Object Attributes

In a url_behaviour object you will find these attributes:

  • analysis_date: <integer> Unix epoch UTC time (seconds).

  • analysis_status: <analysis_status>

  • cookies: <list of dictionaries> list of cookies. Every item contains the following keys:

    • domain: <string>
    • expired: <integer> Unix epoch UTC time (seconds).
    • http_only: <boolean>
    • name: <string>
    • priority: <string> one of COOKIE_PRIORITY_UNDEFINED, COOKIE_PRIORITY_HIGH, COOKIE_PRIORITY_MEDIUM or COOKIE_PRIORITY_LOW.
    • secure: <string>
    • session: <string>
    • size: <integer>
    • value: <string>
  • device: <string> one of DEVICE_TYPE_OTHER, DEVICE_TYPE_DESKTOP, DEVICE_TYPE_MOBILE or DEVICE_TYPE_TABLET.

  • dom_info: <dictionary> contains the following keys:

    • links: <list of strings>
    • meta: <list of strings>
    • title: <string>
    • trackers: <list of strings>
  • dom_sha256: <string>

  • javascript_variables: <list of dictionaries> Every item contains the following keys:

    • name: <string>
    • sha256: <string>
    • type: <string> specifies the type of variable, it's one of JS_TYPE_UNDEFINED, JS_TYPE_OBJECT, JS_TYPE_STRING, JS_TYPE_NUMBER, JS_TYPE_BOOLEAN, JS_TYPE_BIGINT, JS_TYPE_SYMBOL or JS_TYPE_FUNCTION.
    • value: <string>
  • main_resource: <resource>

  • metrics: <dictionary> contains the following keys:

    • array_buffer_contents: <integer> count of arraybuffered content
    • task_duration: <float> combined time duration for all tasks.
    • nodes: <integer> total number of nodes in the DOM.
    • frames: <integer> number of iFrames present.
    • process_time: <float> total process taken to load including resources.
    • event_listeners: <integer> number of JS event listeners on the page.
    • script_duration: <float> time spent executing JS code.
  • proxy_country: <string>

  • resources: <list of resource>

  • screenshot_link: < string>

  • stats: < dictionary> represents a URLBehaviour's stats info. Contains the following keys:

    • http_requests: <integer> number of HTTP requests.
    • https_requests: <integer> number of HTTPS requests.
    • ipv4_adresses: <integer> number of distinct IPv4 seen in resources.
    • ipv6_adresses: <integer > number of distinct IPv6 seen in resources.
    • requests_distinct_countries: <integer> number of distinct IP countries seen in resources.
    • requests_distinct_domains: <integer> number of distinct parent domains seen in resources.
    • requests_total_size: <integer> sum of all resources sizes.
    • requests_distinct_subdomains: <integer> number of distinct domains seen in resources.
    • num_cookies: <integer> number of cookies.
    • num_requests: <integer> total number of requests.
  • tags: <tags>

  • url: <string> raw URL.

  • user_agent: <string> User-Agent at the time of visiting the URL.

{
   "data":{
      "attributes":{
         "tags":[
            "<string>",
         ],
         "stats":{
            "num_requests":<int>,
            "num_cookies":<int>,
            "requests_distinct_subdomains":<int>,
            "requests_total_size":<int>,
            "requests_distinct_countries":<int>,
            "http_requests":<int>,
            "requests_distinct_domains":<int>,
            "ipv6_adresses":<int>,
            "ipv4_adresses":<int>,
            "https_requests":<int>
         },
         "dom_sha256":"<string>",
         "screenshot_link":"<string>",
         "javascript_variables":[
            {
               "sha256":"<string>",
               "value":"<string>",
               "type":"<string>",
               "name":"<string>"
            }
         ],
         "url":"<string>",
         "proxy_country":"<string>",
         "dom_info":{
            "title":"<string>",
            "meta":[
               "<string>"
            ],
            "trackers":[
               "<string>"
            ],
            "links":[
               "<string>"
            ]
         },
         "main_resource":{
            "source_url":"<string>",
            "url":"<string>",
            "status_code":<int>,
            "net_error":"<string>",
            "load_time":<int>,
            "remote_ip":"<string>",
            "headers":[
               {
                  "value":"<string>",
                  "name":"<string>"
               }
            ],
            "sha256":"<string>",
            "browser_type":"<string>",
            "size":<int>,
            "url_redirects":[
               "<string>"
            ],
            "method":"<string>",
            "type":"<string>"
         },
         "dom_link":"<string>",
         "resources":[
            {
               "source_url":"<string>",
               "url":"<string>",
               "status_code":<int>,
               "net_error":"<string>",
               "load_time":<int>,
               "remote_ip":"<string>",
               "headers":[
                  {
                     "value":"<string>",
                     "name":"<string>"
                  }
               ],
               "sha256":"<string>",
               "browser_type":"<string>",
               "size":<int>,
               "url_redirects":[
                  "<string>"
               ],
               "method":"<string>",
               "type":"<string>"
            }
         ],
         "device":"<string>",
         "analysis_status":"<string>",
         "analysis_date":<in>,
         "user_agent":"<string>",
         "metrics":{
            "array_buffer_contents":<int>,
            "task_duration":<float>,
            "nodes":<int>,
            "frames":<int>,
            "process_time":<float>,
            "event_listeners":<int>,
            "script_duration":<float>
         },
         "cookies":[
            {
               "secure":<boolean>,
               "session":<boolean>,
               "priority":"<string>",
               "http_only":<boolean>,
               "domain":"<string>",
               "expires":<int>,
               "value":"<string>",
               "size":<int>,
               "name":"<string>"
            }
         ]
      },
     "id":"<string>",
      "type":"url_behaviour",
      "links":{
         "self":"<string>"
      }
   }
}
{
   "data":{
      "attributes":{
         "tags":[
            "iframes",
            "dom-modification",
            "external-resources"
         ],
         "stats":{
            "num_requests":37,
            "num_cookies":4,
            "requests_distinct_subdomains":8,
            "requests_total_size":1310689,
            "requests_distinct_countries":1,
            "http_requests":0,
            "requests_distinct_domains":2,
            "ipv6_adresses":0,
            "ipv4_adresses":7,
            "https_requests":37
         },
         "dom_sha256":"4455e89ff297b15353ef483c587de77e1f02cd3baecab1d7a501aecd085080a0",
         "screenshot_link":"https://www.virustotal.com/api/v3/url_behaviours/9d116b1b0c1200ca75016e4c010bc94836366881b021a658ea7f8548b6543c1e-1707219380/screenshot",
         "javascript_variables":[
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"0"
            },
            {
               "sha256":"235cb955a8e3b70e4d04ab1cabbee7f225cd5db7fef13ec77e3198e1078b5c20",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"google"
            },
            {
               "sha256":"f1f82e1b6ebbe06a2534615a055148217bbb7a68b8efc6ccbb8e6ace1a381afe",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"gws_wizbind"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"_F_installCss"
            },
            {
               "sha256":"2a5b50d78a0113c851638222c20e7209e75d263ffe0885cd606c6a8b76c1f7d4",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"_"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"_DumpException"
            },
            {
               "sha256":"2a5b50d78a0113c851638222c20e7209e75d263ffe0885cd606c6a8b76c1f7d4",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"_s"
            },
            {
               "sha256":"2a5b50d78a0113c851638222c20e7209e75d263ffe0885cd606c6a8b76c1f7d4",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"_qs"
            },
            {
               "sha256":"4c5c5ebe2c87c0cfa53525da9967d4202edc6a30f375efc4da6ac5ae7b3e4edb",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"_xjs_toggles"
            },
            {
               "sha256":"4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"_F_toggles"
            },
            {
               "sha256":"744d3dbdcfed53afda68884d7d206260f3f2561a175a1fb9614a124ae195ad99",
               "value":"/xjs/_/js/k=xjs.hd.en.pNRcukqwo6M.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/d=1/ed=1/dg=2/rs=ACT90oE7U3JOB7q9Jd53brblymgKNsjAgQ/ee=AfeaP:TkrAjf;Afksuc:wMx0R;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DULqB:RKfG5c;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;Erl4fe:FloWmf,FloWmf;F9mqte:UoRcbe;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;G6wU6e:hPyGBb;GleZL:J1A7Od;HMDDWe:G8QUdb;IBADCc:RYquRb;IoGlCf:b5lhvb;IsdWVc:qzxzOb;JXS8fb:Qj0suc;JbMT3:M25sS;JsbNhc:Xd8iUd;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KeeMUb:HiPxjc;KpRAue:Tia57b;LBgRLc:XVMNvd;LEikZe:byfTOb,lsjVmc;LsNahb:ucGLNb;Me32dd:MEeYgc;NPKaK:PVlQOd;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;Oj465e:KG2eXe,KG2eXe;OohIYe:mpEAQb;Pjplud:EEDORb,PoEs9b;Q1Ow7b:x5CSu;QGR0gd:Mlhmy;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,pnvXVc;SNUn3:ZwDk9d,x8cHvb;ShpF6",
               "type":"JS_TYPE_STRING",
               "name":"_F_jsUrl"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"rwt"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"jsarwt"
            },
            {
               "sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
               "value":"",
               "type":"JS_TYPE_STRING",
               "name":"__PVT"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"__jsaction"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"w"
            },
            {
               "sha256":"e2401eddad0cfe71ae66aa5e388a077b42bc30a0ee9037fd4eaee69037ff3130",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"W_jd"
            },
            {
               "sha256":"e46a4686f84e59e028f75c20f79c465e2576db596b08e664f27f61ff869c872e",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"WIZ_global_data"
            },
            {
               "sha256":"b6ef005c71359c57280555625283ede9e52d308a58d86bfc1e2787f7089aee61",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"IJ_values"
            },
            {
               "sha256":"36172b8666d8d19347109c683d9868c3b70082f6032ea62fb8be8adab9e4fa71",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"jsl"
            },
            {
               "sha256":"72e6fb51b279b0bd64fec7fbbbcd7d1e763959d8d665b3bc0ae6a058110b9e30",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"lnk"
            },
            {
               "sha256":"58391baea0be3cb2baf4681927a4de5321754f663bbef0099fe1c224c3428444",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"silk"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"_F_installCssProto"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_FUNCTION",
               "name":"wiz_progress"
            },
            {
               "sha256":"6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
               "value":"1",
               "type":"JS_TYPE_NUMBER",
               "name":"closure_uid_757755162"
            },
            {
               "sha256":"2e8d5254ce2eb2320836e013f520701b743550eeaf31d369bac33debb30cc526",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"userfeedback"
            },
            {
               "sha256":"52133ddfcd583280388a8bbfb67a417b6b660f75bc63ec1b01beec811d4498ef",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"osapi"
            },
            {
               "sha256":"889ca3f7a6bebfc44cc41a8d9243189a217648766218ab5054a6bdc0025b5115",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"gadgets"
            },
            {
               "sha256":"1f722f9b3a9fe1f66b97049c57f6692d2b39d355e47f7bfc96c0a4fc019ae665",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"shindig"
            },
            {
               "sha256":"8f4c86b04a58ab34cb75832ed792465df44c8a7570c7414d7f018ecf77bcf93c",
               "value":"",
               "type":"JS_TYPE_OBJECT",
               "name":"googleapis"
            }
         ],
         "url":"https://google.com/",
         "proxy_country":"",
         "dom_info":{
            "title":"Google",
            "meta":[
               
            ],
            "trackers":[
               
            ],
            "links":[
               "https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header",
               "https://store.google.com/US?utm_source=hp_header&utm_medium=google_ooo&utm_campaign=GS100042&hl=en-US",
               "https://mail.google.com/mail/&ogbl",
               "https://www.google.com/imghp?hl=en&ogbl",
               "https://www.google.com/intl/en/about/products",
               "https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/&ec=GAZAmgQ",
               "https://www.google.com/url?q=https://blog.google/outreach-initiatives/google-org/google-digital-wellbeing-grant-teens-kids/%3Futm_source%3Dhpp%26utm_medium%3Dreferral%26utm_campaign%3Dsid24&source=hpp&id=19040618&ct=3&usg=AOvVaw2KlrADQ_ZbRrgCYLEqvwph&sa=X&ved=0ahUKEwjB7fPmz5aEAxWflGoFHQc5Bz0Q8IcBCBY",
               "https://www.google.com/intl/en_us/ads/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1",
               "https://www.google.com/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1",
               "https://google.com/search/howsearchworks/?fg=1",
               "https://sustainability.google/?utm_source=googlehpfooter&utm_medium=housepromos&utm_campaign=bottom-footer&utm_content=",
               "https://policies.google.com/privacy?hl=en&fg=1",
               "https://policies.google.com/terms?hl=en&fg=1",
               "https://www.google.com/preferences?hl=en&fg=1",
               "https://support.google.com/websearch/?p=ws_results_help&hl=en&fg=1",
               "https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.GsbA68hXs80.O/m=gapi_iframes,googleapis_client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo899t-H8Lxb3OqzMDuPn6TV_i36ag/cb=gapi.loaded_0",
               "https://www.gstatic.com/og/_/js/k=og.qtm.en_US.ZEEp2pdSHOQ.2019.O/rt=j/m=qabr,q_d,qcwid,qapid,qald,q_dg/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTvRRKYp7I5vTn-AtFvme6Qlo6hq9Q",
               "https://ssl.gstatic.com/gb/images/bar/al-icon.png",
               "https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https%3A%2F%2Fwww.google.com&cn=callout&pid=1&spid=538&hl=en",
               "https://www.google.com/images/hpp/swg-gshield-42px.png"
            ]
         },
         "main_resource":{
            "source_url":"https://www.google.com/",
            "url":"https://www.google.com/",
            "status_code":200,
            "net_error":null,
            "load_time":192,
            "remote_ip":"142.251.171.105",
            "headers":[
               {
                  "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=\nAvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                  "name":"origin-trial"
               },
               {
                  "value":"CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
                  "name":"p3p"
               },
               {
                  "value":"Sec-CH-UA-Platform\nSec-CH-UA-Platform-Version\nSec-CH-UA-Full-Version\nSec-CH-UA-Arch\nSec-CH-UA-Model\nSec-CH-UA-Bitness\nSec-CH-UA-Full-Version-List\nSec-CH-UA-WoW64",
                  "name":"accept-ch"
               },
               {
                  "value":"private, max-age=0",
                  "name":"cache-control"
               },
               {
                  "value":"object-src 'none';base-uri 'self';script-src 'nonce-4CbHRekzfxZGphUYx-qdDw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp",
                  "name":"content-security-policy-report-only"
               },
               {
                  "value":"SAMEORIGIN",
                  "name":"x-frame-options"
               },
               {
                  "value":"0",
                  "name":"x-xss-protection"
               },
               {
                  "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                  "name":"date"
               },
               {
                  "value":"-1",
                  "name":"expires"
               },
               {
                  "value":"unload=()",
                  "name":"permissions-policy"
               },
               {
                  "value":"60226",
                  "name":"content-length"
               },
               {
                  "value":"same-origin-allow-popups; report-to=\"gws\"",
                  "name":"cross-origin-opener-policy"
               },
               {
                  "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                  "name":"report-to"
               },
               {
                  "value":"gzip",
                  "name":"content-encoding"
               },
               {
                  "value":"text/html; charset=UTF-8",
                  "name":"content-type"
               },
               {
                  "value":"gws",
                  "name":"server"
               }
            ],
            "sha256":"0bd5f4709d8f91b8f53047e0886dac863d53b1c541209bfa5a1367b85c9c949a",
            "browser_type":"BROWSER_RESOURCE_TYPE_DOCUMENT",
            "size":203821,
            "url_redirects":[
               "https://google.com/"
            ],
            "method":"REQUEST_METHOD_GET",
            "type":"HTML"
         },
         "dom_link":"https://www.virustotal.com/api/v3/url_behaviours/9d116b1b0c1200ca75016e4c010bc94836366881b021a658ea7f8548b6543c1e-1707219380/dom",
         "resources":[
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/",
               "status_code":200,
               "net_error":null,
               "load_time":192,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=\nAvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
                     "name":"p3p"
                  },
                  {
                     "value":"Sec-CH-UA-Platform\nSec-CH-UA-Platform-Version\nSec-CH-UA-Full-Version\nSec-CH-UA-Arch\nSec-CH-UA-Model\nSec-CH-UA-Bitness\nSec-CH-UA-Full-Version-List\nSec-CH-UA-WoW64",
                     "name":"accept-ch"
                  },
                  {
                     "value":"private, max-age=0",
                     "name":"cache-control"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-4CbHRekzfxZGphUYx-qdDw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"date"
                  },
                  {
                     "value":"-1",
                     "name":"expires"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"60226",
                     "name":"content-length"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  }
               ],
               "sha256":"0bd5f4709d8f91b8f53047e0886dac863d53b1c541209bfa5a1367b85c9c949a",
               "browser_type":"BROWSER_RESOURCE_TYPE_DOCUMENT",
               "size":203821,
               "url_redirects":[
                  "https://google.com/"
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
               "status_code":200,
               "net_error":null,
               "load_time":9,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"Tue, 22 Oct 2019 18:30:00 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"{\"group\":\"static-on-bigtable\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/static-on-bigtable\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"private, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"same-origin; report-to=\"static-on-bigtable\"",
                     "name":"cross-origin-opener-policy-report-only"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"image/png",
                     "name":"content-type"
                  },
                  {
                     "value":"5969",
                     "name":"content-length"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"date"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  }
               ],
               "sha256":"ff7427e5f00e51fbd46e04cdf5b310e826f4555a0d1f448ba97c59be17411938",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":5969,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"PNG"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/images/hpp/swg-gshield-42px.png",
               "status_code":200,
               "net_error":null,
               "load_time":4,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"static-on-bigtable\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/static-on-bigtable\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"image/png",
                     "name":"content-type"
                  },
                  {
                     "value":"same-origin; report-to=\"static-on-bigtable\"",
                     "name":"cross-origin-opener-policy-report-only"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"680",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Tue, 05 Apr 2022 08:00:00 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"private, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  }
               ],
               "sha256":"84e15b05b93301d9716ad3fdd3a07f2060a44881694839996f89389d7a4847e4",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":680,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"PNG"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/images/searchbox/desktop_searchbox_sprites318_hr.webp",
               "status_code":200,
               "net_error":null,
               "load_time":4,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"date"
                  },
                  {
                     "value":"{\"group\":\"static-on-bigtable\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/static-on-bigtable\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Wed, 22 Apr 2020 22:00:00 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"image/webp",
                     "name":"content-type"
                  },
                  {
                     "value":"private, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"660",
                     "name":"content-length"
                  },
                  {
                     "value":"same-origin; report-to=\"static-on-bigtable\"",
                     "name":"cross-origin-opener-policy-report-only"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:22 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"73b259cb1c3c3d089d941775190feccf96b8b793f503232596409d54d293bc3e",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":660,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"WEBP"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.gstatic.com/og/_/ss/k=og.qtm.8RUPaHb7e5o.L.W.O/m=qcwid/excm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/ct=zgms/rs=AA2YrTungzasoekTaLKrPFUaQFpakqDmnA",
               "status_code":200,
               "net_error":null,
               "load_time":43,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"Fri, 02 Feb 2024 12:20:22 GMT",
                     "name":"date"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/one-google-eng",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"text/css; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"public, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"same-origin; report-to=\"one-google-eng\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"342960",
                     "name":"age"
                  },
                  {
                     "value":"640",
                     "name":"content-length"
                  },
                  {
                     "value":"Mon, 29 Jan 2024 02:35:33 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"one-google-eng\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/one-google-eng\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"Sat, 01 Feb 2025 12:20:22 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"cd63d9584599ade4cc10a7f73b5ac6e7ade0dcd13d30c93557fd5d25bb1c0939",
               "browser_type":"BROWSER_RESOURCE_TYPE_STYLESHEET",
               "size":1684,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"UNKNOWN"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.gstatic.com/og/_/js/k=og.qtm.en_US.ZEEp2pdSHOQ.2019.O/rt=j/m=qabr,q_d,qcwid,qapid,qald,q_dg/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTvRRKYp7I5vTn-AtFvme6Qlo6hq9Q",
               "status_code":200,
               "net_error":null,
               "load_time":46,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"366801",
                     "name":"age"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/one-google-eng",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"78859",
                     "name":"content-length"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"Mon, 29 Jan 2024 02:35:33 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"same-origin; report-to=\"one-google-eng\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Fri, 02 Feb 2024 05:43:01 GMT",
                     "name":"date"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"{\"group\":\"one-google-eng\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/one-google-eng\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"public, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"Sat, 01 Feb 2025 05:43:01 GMT",
                     "name":"expires"
                  }
               ],
               "sha256":"c3c72527fe6d6f9f6bb4d950f9f4ebf36ea9ab6da7896f8c396417e1dbc52d20",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":219425,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?s=webhp&t=aft&atyp=csi&ei=thnCZcG6Lp-pqtsPh_Kc6AM&rt=wsrt.437,aft.120,afti.119,hst.42,prt.120&wh=1080&imn=12&ima=2&imad=0&imac=1&imf=0&aft=1&aftp=-1&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":105,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-VCg5NAzU0Ma5Ah3amU99lw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=csi&ei=thnCZcG6Lp-pqtsPh_Kc6AM&s=webhp&t=all&wh=1080&imn=12&ima=2&imad=0&imac=1&imf=0&aft=1&aftp=-1&adh=&ime=2&imex=2&imeh=9&imeha=0&imehb=0&imea=0&imeb=0&imel=0&imed=0&scp=0&mem=ujhs.10,tjhs.10,jhsl.3760,dm.8&nv=ne.1,feid.b6029ca6-f756-4577-9849-9df4e9d628bf&hp=&sys=hc.16&p=bs.true&rt=hst.42,aft.120,afti.119,prt.120,aftqf.124,xjses.127,xjsee.233,xjs.233,wsrt.437,cst.0,dnst.0,rqst.211,rspt.20,rqstt.246,unt.241,cstt.241,dit.562&zx=1707219383098&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":37,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-yJX08pPZACGsK3JNEBZpwA' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/xjs/_/js/md=1/k=xjs.hd.en.pNRcukqwo6M.O/ck=xjs.hd.Bdv_bt07kx8.L.W.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/rs=ACT90oFtJiecptsaJNcke6e1ODhOENS1Mg",
               "status_code":200,
               "net_error":null,
               "load_time":4,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"14910",
                     "name":"age"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Wed, 05 Feb 2025 07:27:53 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 07:27:53 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 21:35:40 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/gws-team",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"same-origin; report-to=\"gws-team\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"gws-team\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws-team\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"89672",
                     "name":"content-length"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  }
               ],
               "sha256":"9e89e10145b8526bfdeac1d025c185525134a3bba9442b110c14527faaf9777c",
               "browser_type":"BROWSER_RESOURCE_TYPE_FETCH",
               "size":171206,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/client_204?atyp=i&biw=1920&bih=1080&ei=thnCZcG6Lp-pqtsPh_Kc6AM&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":63,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/web\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-kMT43FJzNAsyo-9ou6f4WQ' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/web",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "status_code":200,
               "net_error":null,
               "load_time":112,
               "remote_ip":"74.125.69.102",
               "headers":[
                  {
                     "value":"ALLOW-FROM https://www.google.com",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"ESF",
                     "name":"server"
                  },
                  {
                     "value":"same-origin",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"default=\"/_/OneGoogleWidgetUi/web-reports?context=eJzjCtDikmLw1JBiUAzbyVSw8gXTuy8vmXi-vmSSAGININ7h48HyJnw6K1fEdNa4uumseUDMt246q-766axO6TNYg4DYp34GawwQx_0_xyrEw7F9c8c6NoEH3-b1MAIAqQwkqA\"",
                     "name":"reporting-endpoints"
                  },
                  {
                     "value":"max-age=31536000",
                     "name":"strict-transport-security"
                  },
                  {
                     "value":"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site",
                     "name":"vary"
                  },
                  {
                     "value":"IE=edge",
                     "name":"x-ua-compatible"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"private, max-age=3600",
                     "name":"cache-control"
                  },
                  {
                     "value":"frame-ancestors https://www.google.com\nrequire-trusted-types-for 'script';report-uri /_/OneGoogleWidgetUi/cspreport\nscript-src 'report-sample' 'nonce-1ZSw1z9DW9KGxgAweEGUBg' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /_/OneGoogleWidgetUi/cspreport;worker-src 'self'\nscript-src 'unsafe-inline' 'self' https://apis.google.com https://ssl.gstatic.com https://www.google.com https://www.googletagmanager.com https://www.gstatic.com https://www.google-analytics.com;report-uri /_/OneGoogleWidgetUi/cspreport/allowlist",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"{\"group\":\"OneGoogleWidgetUi\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/OneGoogleWidgetUi\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factor, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version",
                     "name":"accept-ch"
                  },
                  {
                     "value":"require-corp; report-to=\"OneGoogleWidgetUi\"",
                     "name":"cross-origin-embedder-policy-report-only"
                  },
                  {
                     "value":"same-site",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factor=*, ch-ua-platform=*, ch-ua-platform-version=*",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"text/html; charset=utf-8",
                     "name":"content-type"
                  }
               ],
               "sha256":"4cad3a3bf503fce4c20ded58d764725df3ccf4b64a4dc201311677025620ea40",
               "browser_type":"BROWSER_RESOURCE_TYPE_DOCUMENT",
               "size":38206,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/xjs/_/js/k=xjs.hd.en.pNRcukqwo6M.O/ck=xjs.hd.Bdv_bt07kx8.L.W.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/d=0/dg=2/ujg=1/rs=ACT90oFtJiecptsaJNcke6e1ODhOENS1Mg/m=sy1ap,P10Owf,synk,sy19g,sy19h,gSZvdb,sys4,sys6,sys7,WlNQGd,syni,syye,syyg,nabPbb,synj,synl,synm,synn,synp,DPreE,sylh,sys3,sys5,CnSW2d,kQvlef,syyf,fXO0xe?xjs=s3",
               "status_code":200,
               "net_error":null,
               "load_time":2,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"8153",
                     "name":"content-length"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 21:35:40 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"same-origin; report-to=\"gws-team\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Wed, 05 Feb 2025 07:27:53 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 07:27:53 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"14910",
                     "name":"age"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"{\"group\":\"gws-team\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws-team\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/gws-team",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"2f4bd03b7974ac69c2dfec8c2a0da87677d7622586ce30bed4cbee7d71ac957c",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":24360,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.GsbA68hXs80.O/m=gapi_iframes,googleapis_client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo899t-H8Lxb3OqzMDuPn6TV_i36ag/cb=gapi.loaded_0",
               "status_code":200,
               "net_error":null,
               "load_time":41,
               "remote_ip":"142.251.120.100",
               "headers":[
                  {
                     "value":"*",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"public, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"social-frontend-mpm-access\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/social-frontend-mpm-access\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/social-frontend-mpm-access",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"Wed, 06 Dec 2023 17:20:24 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"Sat, 01 Feb 2025 15:08:16 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"41131",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"same-origin; report-to=\"social-frontend-mpm-access\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Accept-Encoding",
                     "name":"vary"
                  },
                  {
                     "value":"Fri, 02 Feb 2024 15:08:16 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"332887",
                     "name":"age"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  }
               ],
               "sha256":"421319127de46e1ab3f62ccc60459a5c53a5ad462e5bd62051cf5e346ae26231",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":121630,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/complete/search?q&cp=0&client=gws-wiz&xssi=t&gs_pcrt=2&hl=en&authuser=0&psi=thnCZcG6Lp-pqtsPh_Kc6AM.1707219383129&dpr=1&nolsbt=1",
               "status_code":200,
               "net_error":null,
               "load_time":157,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-IxR-oJjK17OUsSL2wDjw7Q' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/web",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version, Sec-CH-UA-Arch, Sec-CH-UA-Model, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version-List, Sec-CH-UA-WoW64",
                     "name":"accept-ch"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"attachment; filename=\"f.txt\"",
                     "name":"content-disposition"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"private, max-age=3600",
                     "name":"cache-control"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/web\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"application/json; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  }
               ],
               "sha256":"fdc3566aa012a38e489561a2a41be87272a5c31f2942bf3b0511d86c518c1ed7",
               "browser_type":"BROWSER_RESOURCE_TYPE_XHR",
               "size":2705,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JSON"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.google.com/images/hpp/ic_wahlberg_product_core_48.png8.png",
               "status_code":200,
               "net_error":null,
               "load_time":6,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"{\"group\":\"static-on-bigtable\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/static-on-bigtable\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"private, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"image/png",
                     "name":"content-type"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"Tue, 22 Oct 2019 18:30:00 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"2091",
                     "name":"content-length"
                  },
                  {
                     "value":"same-origin; report-to=\"static-on-bigtable\"",
                     "name":"cross-origin-opener-policy-report-only"
                  }
               ],
               "sha256":"2311425678f93e34adf3d466258849d234cb6fe266ccb71cb765f06f8eaa34bd",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":2091,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"PNG"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=i&ei=thnCZcG6Lp-pqtsPh_Kc6AM&dt19=2&zx=1707219383290&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":21,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-2-0OVymyQhU3eF7UlR3e-g' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.gstatic.com/_/mss/boq-one-google/_/js/k=boq-one-google.OneGoogleWidgetUi.en.dc9wYWSHEZY.es5.O/am=BAzNBg/d=1/excm=_b,_tp,calloutview/ed=1/dg=0/wt=2/ujg=1/rs=AM-SdHvuGXuC8HtGhlaCUagmQB3GcQaBHA/m=_b,_tp",
               "status_code":200,
               "net_error":null,
               "load_time":4,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"87921",
                     "name":"age"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Tue, 04 Feb 2025 11:11:02 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"{\"group\":\"boq-infra/one-google-boq-js-css-signers\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/boq-infra/one-google-boq-js-css-signers\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 11:11:02 GMT",
                     "name":"date"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Wed, 31 Jan 2024 23:45:21 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"same-origin; report-to=\"boq-infra/one-google-boq-js-css-signers\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/boq-infra/one-google-boq-js-css-signers",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"66146",
                     "name":"content-length"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  }
               ],
               "sha256":"9143a2afe5e76a54a3ae68a487fa480e5099bac7e9b3849bd9dc5f3f11e08708",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":187028,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/xjs/_/js/k=xjs.hd.en.pNRcukqwo6M.O/ck=xjs.hd.Bdv_bt07kx8.L.W.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/d=0/dg=2/ujg=1/rs=ACT90oFtJiecptsaJNcke6e1ODhOENS1Mg/m=kMFpHd,sy8g,bm51tf?xjs=s3",
               "status_code":200,
               "net_error":null,
               "load_time":2,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"Tue, 06 Feb 2024 07:27:53 GMT",
                     "name":"date"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"same-origin; report-to=\"gws-team\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Wed, 05 Feb 2025 07:27:53 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"14910",
                     "name":"age"
                  },
                  {
                     "value":"828",
                     "name":"content-length"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/gws-team",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"{\"group\":\"gws-team\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws-team\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 21:35:40 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  }
               ],
               "sha256":"536d20a754fff5f43426b07543033775d4f6e62cae4850a931d975235bb8501f",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":1674,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=csi&ei=thnCZcG6Lp-pqtsPh_Kc6AM&s=promo&rt=hpbas.432&zx=1707219383292&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":102,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-EEaTrto6ilhrOyATqorBSw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/client_204?cs=1&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":109,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
                     "name":"p3p"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/web\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce--gH3qLxTobjxVRgvpXxwqw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/web",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_XHR",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://fonts.gstatic.com/s/googlesans/v58/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IJllpyk.woff2",
               "status_code":200,
               "net_error":null,
               "load_time":7,
               "remote_ip":"209.85.234.94",
               "headers":[
                  {
                     "value":"Thu, 01 Feb 2024 08:06:09 GMT",
                     "name":"date"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"public, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/apps-themes",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"same-origin; report-to=\"apps-themes\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"font/woff2",
                     "name":"content-type"
                  },
                  {
                     "value":"Fri, 31 Jan 2025 08:06:09 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"*",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"*",
                     "name":"timing-allow-origin"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"444614",
                     "name":"age"
                  },
                  {
                     "value":"22308",
                     "name":"content-length"
                  },
                  {
                     "value":"Tue, 23 May 2023 16:35:38 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"apps-themes\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/apps-themes\"}]}",
                     "name":"report-to"
                  }
               ],
               "sha256":"a591f80db30992cd231ace91ed936f19c2823e1500ce072335cf3e4199ba7cb9",
               "browser_type":"BROWSER_RESOURCE_TYPE_FONT",
               "size":22308,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"WOFF"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2",
               "status_code":200,
               "net_error":null,
               "load_time":8,
               "remote_ip":"209.85.234.94",
               "headers":[
                  {
                     "value":"Sat, 01 Feb 2025 16:21:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"15344",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"*",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"same-origin; report-to=\"apps-themes\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"apps-themes\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/apps-themes\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/apps-themes",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"Mon, 16 Oct 2017 17:32:55 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"*",
                     "name":"timing-allow-origin"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"font/woff2",
                     "name":"content-type"
                  },
                  {
                     "value":"public, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"Fri, 02 Feb 2024 16:21:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"328500",
                     "name":"age"
                  }
               ],
               "sha256":"4050457a63fe4965b9e27522635a32076752d16a7569451d0b1ba8725d27403e",
               "browser_type":"BROWSER_RESOURCE_TYPE_FONT",
               "size":15344,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"WOFF"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/async/hpba?vet=10ahUKEwjB7fPmz5aEAxWflGoFHQc5Bz0Qj-0KCB8..i&ei=thnCZcG6Lp-pqtsPh_Kc6AM&opi=89978449&yv=3&cs=0&async=_ck:xjs.hd.Bdv_bt07kx8.L.W.O,_k:xjs.hd.en.pNRcukqwo6M.O,_am:AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG,_csss:ACT90oGXf_ZYBCfKaAejAH48DKGG5QOmrg,_fmt:prog,_id:a3JU5b",
               "status_code":200,
               "net_error":null,
               "load_time":109,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"text/plain; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"attachment; filename=\"f.txt\"",
                     "name":"content-disposition"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/none\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version, Sec-CH-UA-Arch, Sec-CH-UA-Model, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version-List, Sec-CH-UA-WoW64",
                     "name":"accept-ch"
                  },
                  {
                     "value":"private",
                     "name":"cache-control"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"603680720",
                     "name":"version"
                  }
               ],
               "sha256":"af98da4867ad374062524465374871f498de808b7208ca2413f9d7fe24e3c1d1",
               "browser_type":"BROWSER_RESOURCE_TYPE_XHR",
               "size":84,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"TEXT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=csi&ei=txnCZfPLF-inmtkP7N2E8AI&s=async&astyp=hpba&ima=0&imn=0&mem=ujhs.10,tjhs.10,jhsl.3760,dm.8&nv=ne.1,feid.b6029ca6-f756-4577-9849-9df4e9d628bf&hp=&rt=ttfb.125,st.126,bs.27,aaft.128,acrt.128,art.128&zx=1707219383422&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":22,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-XIAK_0Z9DhmdQ-JQO-4ryA' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.gstatic.com/_/mss/boq-one-google/_/js/k=boq-one-google.OneGoogleWidgetUi.en.dc9wYWSHEZY.es5.O/ck=boq-one-google.OneGoogleWidgetUi.NTyQD79ONW0.L.B1.O/am=BAzNBg/d=1/exm=_b,_tp/excm=_b,_tp,calloutview/ed=1/wt=2/ujg=1/rs=AM-SdHu8JJ5usnJzmQVG5fq9lLLcFmLKQQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;Erl4fe:FloWmf;JsbNhc:Xd8iUd;LBgRLc:SdcwHb;Me32dd:MEeYgc;NPKaK:SdcwHb;NSEoX:lazG7b;Oj465e:KG2eXe;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;eBAeSb:zbML3c;iFQyKf:QIhFr;io8t5d:yDVVkb;kMFpHd:OTA3Ae;nAFL3:s39S4;oGtAuc:sOXFj;pXdRYb:MdUzUe;qddgKe:xQtZb;sP4Vbe:VwDzFe;uY49fb:COQbmf;ul9GGd:VDovNc;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:GkRiKb/m=ws9Tlc,n73qwf,GkRiKb,e5qFLc,IZT63,UUJqVe,O1Gjze,byfTOb,lsjVmc,xUdipf,OTA3Ae,COQbmf,fKUV3e,aurFic,U0aPgd,ZwDk9d,V3dDOb,mI3LFb,yYB61,O6y8ed,PrPYRd,MpJwZc,LEikZe,NwH0H,OmgaI,lazG7b,XVMNvd,L1AAkb,KUM7Z,Mlhmy,s39S4,lwddkf,gychg,w9hDv,EEDORb,RMhBfe,SdcwHb,aW3pY,pw70Gc,EFQ78c,Ulmmrd,ZfAoz,mdR7q,wmnU7d,xQtZb,JNoxi,kWgXee,MI6k7c,kjKdXe,BVgquf,QIhFr,ovKuLd,hKSk3e,yDVVkb,hc6Ubd,SpsfSb,KG2eXe,Z5uLle,MdUzUe,VwDzFe,zbML3c,A7fCU,zr1jrb,Uas9Hd,pjICDe",
               "status_code":200,
               "net_error":null,
               "load_time":3,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"87920",
                     "name":"age"
                  },
                  {
                     "value":"94357",
                     "name":"content-length"
                  },
                  {
                     "value":"Tue, 30 Jan 2024 13:44:28 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Tue, 04 Feb 2025 11:11:03 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"{\"group\":\"boq-infra/one-google-boq-js-css-signers\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/boq-infra/one-google-boq-js-css-signers\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"same-origin; report-to=\"boq-infra/one-google-boq-js-css-signers\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 11:11:03 GMT",
                     "name":"date"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/boq-infra/one-google-boq-js-css-signers",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  }
               ],
               "sha256":"2aa5edf1dc6c87330d6ffbf4db68779665b727e09fdab8a05b409e22b7afc405",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":267841,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=csi&ei=thnCZcG6Lp-pqtsPh_Kc6AM&s=promo&rt=hpbas.432,hpbarr.131&zx=1707219383423&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":104,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-oSYfAP8lQNlIKflFBPSmGQ' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_PING",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"HTML"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.gstatic.com/_/mss/boq-one-google/_/js/k=boq-one-google.OneGoogleWidgetUi.en.dc9wYWSHEZY.es5.O/ck=boq-one-google.OneGoogleWidgetUi.NTyQD79ONW0.L.B1.O/am=BAzNBg/d=1/exm=A7fCU,BVgquf,COQbmf,EEDORb,EFQ78c,GkRiKb,IZT63,JNoxi,KG2eXe,KUM7Z,L1AAkb,LEikZe,MI6k7c,MdUzUe,Mlhmy,MpJwZc,NwH0H,O1Gjze,O6y8ed,OTA3Ae,OmgaI,PrPYRd,QIhFr,RMhBfe,SdcwHb,SpsfSb,U0aPgd,UUJqVe,Uas9Hd,Ulmmrd,V3dDOb,VwDzFe,XVMNvd,Z5uLle,ZfAoz,ZwDk9d,_b,_tp,aW3pY,aurFic,byfTOb,e5qFLc,fKUV3e,gychg,hKSk3e,hc6Ubd,kWgXee,kjKdXe,lazG7b,lsjVmc,lwddkf,mI3LFb,mdR7q,n73qwf,ovKuLd,pjICDe,pw70Gc,s39S4,w9hDv,wmnU7d,ws9Tlc,xQtZb,xUdipf,yDVVkb,yYB61,zbML3c,zr1jrb/excm=_b,_tp,calloutview/ed=1/wt=2/ujg=1/rs=AM-SdHu8JJ5usnJzmQVG5fq9lLLcFmLKQQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;Erl4fe:FloWmf;JsbNhc:Xd8iUd;LBgRLc:SdcwHb;Me32dd:MEeYgc;NPKaK:SdcwHb;NSEoX:lazG7b;Oj465e:KG2eXe;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;eBAeSb:zbML3c;iFQyKf:QIhFr;io8t5d:yDVVkb;kMFpHd:OTA3Ae;nAFL3:s39S4;oGtAuc:sOXFj;pXdRYb:MdUzUe;qddgKe:xQtZb;sP4Vbe:VwDzFe;uY49fb:COQbmf;ul9GGd:VDovNc;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:GkRiKb/m=RqjULd",
               "status_code":200,
               "net_error":null,
               "load_time":3,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"Tue, 30 Jan 2024 13:44:28 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"{\"group\":\"boq-infra/one-google-boq-js-css-signers\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/boq-infra/one-google-boq-js-css-signers\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"same-origin; report-to=\"boq-infra/one-google-boq-js-css-signers\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/boq-infra/one-google-boq-js-css-signers",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 11:11:04 GMT",
                     "name":"date"
                  },
                  {
                     "value":"87919",
                     "name":"age"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"6385",
                     "name":"content-length"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Tue, 04 Feb 2025 11:11:04 GMT",
                     "name":"expires"
                  }
               ],
               "sha256":"45a2fd343089a9fdac56ef6181524b0530c0e2beacf94c8bd59b840d1a2b617d",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":18781,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.gstatic.com/_/mss/boq-one-google/_/js/k=boq-one-google.OneGoogleWidgetUi.en.dc9wYWSHEZY.es5.O/ck=boq-one-google.OneGoogleWidgetUi.NTyQD79ONW0.L.B1.O/am=BAzNBg/d=1/exm=A7fCU,BVgquf,COQbmf,EEDORb,EFQ78c,GkRiKb,IZT63,JNoxi,KG2eXe,KUM7Z,L1AAkb,LEikZe,MI6k7c,MdUzUe,Mlhmy,MpJwZc,NwH0H,O1Gjze,O6y8ed,OTA3Ae,OmgaI,PrPYRd,QIhFr,RMhBfe,RqjULd,SdcwHb,SpsfSb,U0aPgd,UUJqVe,Uas9Hd,Ulmmrd,V3dDOb,VwDzFe,XVMNvd,Z5uLle,ZfAoz,ZwDk9d,_b,_tp,aW3pY,aurFic,byfTOb,e5qFLc,fKUV3e,gychg,hKSk3e,hc6Ubd,kWgXee,kjKdXe,lazG7b,lsjVmc,lwddkf,mI3LFb,mdR7q,n73qwf,ovKuLd,pjICDe,pw70Gc,s39S4,w9hDv,wmnU7d,ws9Tlc,xQtZb,xUdipf,yDVVkb,yYB61,zbML3c,zr1jrb/excm=_b,_tp,calloutview/ed=1/wt=2/ujg=1/rs=AM-SdHu8JJ5usnJzmQVG5fq9lLLcFmLKQQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;Erl4fe:FloWmf;JsbNhc:Xd8iUd;LBgRLc:SdcwHb;Me32dd:MEeYgc;NPKaK:SdcwHb;NSEoX:lazG7b;Oj465e:KG2eXe;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;eBAeSb:zbML3c;iFQyKf:QIhFr;io8t5d:yDVVkb;kMFpHd:OTA3Ae;nAFL3:s39S4;oGtAuc:sOXFj;pXdRYb:MdUzUe;qddgKe:xQtZb;sP4Vbe:VwDzFe;uY49fb:COQbmf;ul9GGd:VDovNc;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:GkRiKb/m=bm51tf",
               "status_code":200,
               "net_error":null,
               "load_time":2,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"759",
                     "name":"content-length"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Tue, 30 Jan 2024 13:44:28 GMT",
                     "name":"last-modified"
                  },
                  {
                     "value":"same-origin; report-to=\"boq-infra/one-google-boq-js-css-signers\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 11:11:05 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"Tue, 04 Feb 2025 11:11:05 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"{\"group\":\"boq-infra/one-google-boq-js-css-signers\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/boq-infra/one-google-boq-js-css-signers\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/boq-infra/one-google-boq-js-css-signers",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"87918",
                     "name":"age"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  }
               ],
               "sha256":"cb41efee20427d82e83078a4648a3393e538880ca39f6ac9532a5cc1953b339e",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":1424,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://www.gstatic.com/_/mss/boq-one-google/_/js/k=boq-one-google.OneGoogleWidgetUi.en.dc9wYWSHEZY.es5.O/ck=boq-one-google.OneGoogleWidgetUi.NTyQD79ONW0.L.B1.O/am=BAzNBg/d=1/exm=A7fCU,BVgquf,COQbmf,EEDORb,EFQ78c,GkRiKb,IZT63,JNoxi,KG2eXe,KUM7Z,L1AAkb,LEikZe,MI6k7c,MdUzUe,Mlhmy,MpJwZc,NwH0H,O1Gjze,O6y8ed,OTA3Ae,OmgaI,PrPYRd,QIhFr,RMhBfe,RqjULd,SdcwHb,SpsfSb,U0aPgd,UUJqVe,Uas9Hd,Ulmmrd,V3dDOb,VwDzFe,XVMNvd,Z5uLle,ZfAoz,ZwDk9d,_b,_tp,aW3pY,aurFic,bm51tf,byfTOb,e5qFLc,fKUV3e,gychg,hKSk3e,hc6Ubd,kWgXee,kjKdXe,lazG7b,lsjVmc,lwddkf,mI3LFb,mdR7q,n73qwf,ovKuLd,pjICDe,pw70Gc,s39S4,w9hDv,wmnU7d,ws9Tlc,xQtZb,xUdipf,yDVVkb,yYB61,zbML3c,zr1jrb/excm=_b,_tp,calloutview/ed=1/wt=2/ujg=1/rs=AM-SdHu8JJ5usnJzmQVG5fq9lLLcFmLKQQ/ee=EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;Erl4fe:FloWmf;JsbNhc:Xd8iUd;LBgRLc:SdcwHb;Me32dd:MEeYgc;NPKaK:SdcwHb;NSEoX:lazG7b;Oj465e:KG2eXe;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;eBAeSb:zbML3c;iFQyKf:QIhFr;io8t5d:yDVVkb;kMFpHd:OTA3Ae;nAFL3:s39S4;oGtAuc:sOXFj;pXdRYb:MdUzUe;qddgKe:xQtZb;sP4Vbe:VwDzFe;uY49fb:COQbmf;ul9GGd:VDovNc;wR5FRb:O1Gjze;xqZiqf:wmnU7d;yxTchf:KUM7Z;zxnPse:GkRiKb/m=Wt6vjf,hhhU8,FCpbqb,WhJNk",
               "status_code":200,
               "net_error":null,
               "load_time":2,
               "remote_ip":"64.233.181.94",
               "headers":[
                  {
                     "value":"sffe",
                     "name":"server"
                  },
                  {
                     "value":"Tue, 04 Feb 2025 11:11:05 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"Accept-Encoding, Origin",
                     "name":"vary"
                  },
                  {
                     "value":"bytes",
                     "name":"accept-ranges"
                  },
                  {
                     "value":"Mon, 05 Feb 2024 11:11:05 GMT",
                     "name":"date"
                  },
                  {
                     "value":"nosniff",
                     "name":"x-content-type-options"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"same-origin; report-to=\"boq-infra/one-google-boq-js-css-signers\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"{\"group\":\"boq-infra/one-google-boq-js-css-signers\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/boq-infra/one-google-boq-js-css-signers\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"public, immutable, max-age=31536000",
                     "name":"cache-control"
                  },
                  {
                     "value":"87918",
                     "name":"age"
                  },
                  {
                     "value":"require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/boq-infra/one-google-boq-js-css-signers",
                     "name":"content-security-policy-report-only"
                  },
                  {
                     "value":"1642",
                     "name":"content-length"
                  },
                  {
                     "value":"text/javascript; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Tue, 30 Jan 2024 13:44:28 GMT",
                     "name":"last-modified"
                  }
               ],
               "sha256":"1a89049e11697a8c9f9fbeec9784f344c52b65589a986f398612088ec39c0444",
               "browser_type":"BROWSER_RESOURCE_TYPE_SCRIPT",
               "size":3506,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"JAVASCRIPT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/gen_204?atyp=i&ct=psnt&cad=&nt=navigate&ei=thnCZcG6Lp-pqtsPh_Kc6AM&zx=1707219383597&opi=89978449",
               "status_code":204,
               "net_error":null,
               "load_time":25,
               "remote_ip":"142.251.171.105",
               "headers":[
                  {
                     "value":"{\"group\":\"gws\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/gws/other\"}]}",
                     "name":"report-to"
                  },
                  {
                     "value":"unload=()",
                     "name":"permissions-policy"
                  },
                  {
                     "value":"Ap+qNlnLzJDKSmEHjzM5ilaa908GuehlLqGb6ezME5lkhelj20qVzfv06zPmQ3LodoeujZuphAolrnhnPA8w4AIAAABfeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJQZXJtaXNzaW9uc1BvbGljeVVubG9hZCIsImV4cGlyeSI6MTY4NTY2Mzk5OX0=, AvudrjMZqL7335p1KLV2lHo1kxdMeIN0dUI15d0CPz9dovVLCcXk8OAqjho1DX4s6NbHbA/AGobuGvcZv0drGgQAAAB9eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJCYWNrRm9yd2FyZENhY2hlTm90UmVzdG9yZWRSZWFzb25zIiwiZXhwaXJ5IjoxNjkxNTM5MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=",
                     "name":"origin-trial"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"object-src 'none';base-uri 'self';script-src 'nonce-yjDLjPFkhf0CO9YIsZ7VMA' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other",
                     "name":"content-security-policy"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"gws",
                     "name":"server"
                  },
                  {
                     "value":"same-origin-allow-popups; report-to=\"gws\"",
                     "name":"cross-origin-opener-policy"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"text/html; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://play.google.com/log?format=json&hasfast=true&authuser=0",
               "url":"https://play.google.com/log?format=json&hasfast=true&authuser=0",
               "status_code":200,
               "net_error":null,
               "load_time":47,
               "remote_ip":"209.85.147.102",
               "headers":[
                  {
                     "value":"GET, POST, OPTIONS",
                     "name":"access-control-allow-methods"
                  },
                  {
                     "value":"https://ogs.google.com",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"86400",
                     "name":"access-control-max-age"
                  },
                  {
                     "value":"0",
                     "name":"content-length"
                  },
                  {
                     "value":"text/plain; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"X-Playlog-Web,authorization,origin,x-goog-authuser",
                     "name":"access-control-allow-headers"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"Playlog",
                     "name":"server"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"true",
                     "name":"access-control-allow-credentials"
                  }
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_OTHER",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_OPTIONS",
               "type":"TEXT"
            },
            {
               "source_url":"https://ogs.google.com/widget/callout?prid=19037050&pgid=19037049&puid=9ceb59a7585b55bd&cce=1&dc=1&origin=https://www.google.com&cn=callout&pid=1&spid=538&hl=en",
               "url":"https://play.google.com/log?format=json&hasfast=true&authuser=0",
               "status_code":200,
               "net_error":null,
               "load_time":23,
               "remote_ip":"209.85.147.102",
               "headers":[
                  {
                     "value":"X-Playlog-Web",
                     "name":"access-control-allow-headers"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"expires"
                  },
                  {
                     "value":"Playlog",
                     "name":"server"
                  },
                  {
                     "value":"true",
                     "name":"access-control-allow-credentials"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"text/plain; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:23 GMT",
                     "name":"date"
                  },
                  {
                     "value":"CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
                     "name":"p3p"
                  },
                  {
                     "value":"131",
                     "name":"content-length"
                  },
                  {
                     "value":"https://ogs.google.com",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"private",
                     "name":"cache-control"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  }
               ],
               "sha256":"502e9680cfa78fa8be779cbf4f1947c8eaa3d43bf8c7464800ec772b2ddea358",
               "browser_type":"BROWSER_RESOURCE_TYPE_XHR",
               "size":131,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"TEXT"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://adservice.google.com/adsid/google/ui",
               "status_code":204,
               "net_error":null,
               "load_time":61,
               "remote_ip":"142.251.171.157",
               "headers":[
                  
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_IMAGE",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"HTML"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://play.google.com/log?format=json&hasfast=true",
               "status_code":200,
               "net_error":null,
               "load_time":5,
               "remote_ip":"209.85.147.102",
               "headers":[
                  {
                     "value":"gzip",
                     "name":"content-encoding"
                  },
                  {
                     "value":"SAMEORIGIN",
                     "name":"x-frame-options"
                  },
                  {
                     "value":"text/plain; charset=UTF-8",
                     "name":"content-type"
                  },
                  {
                     "value":"https://www.google.com",
                     "name":"access-control-allow-origin"
                  },
                  {
                     "value":"private",
                     "name":"cache-control"
                  },
                  {
                     "value":"cross-origin",
                     "name":"cross-origin-resource-policy"
                  },
                  {
                     "value":"X-Playlog-Web",
                     "name":"access-control-allow-headers"
                  },
                  {
                     "value":"Tue, 06 Feb 2024 11:36:24 GMT",
                     "name":"date"
                  },
                  {
                     "value":"131",
                     "name":"content-length"
                  },
                  {
                     "value":"true",
                     "name":"access-control-allow-credentials"
                  },
                  {
                     "value":"0",
                     "name":"x-xss-protection"
                  },
                  {
                     "value":"Playlog",
                     "name":"server"
                  }
               ],
               "sha256":"502e9680cfa78fa8be779cbf4f1947c8eaa3d43bf8c7464800ec772b2ddea358",
               "browser_type":"BROWSER_RESOURCE_TYPE_XHR",
               "size":131,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_POST",
               "type":"TEXT"
            },
            {
               "source_url":"https://google.com/",
               "url":"https://google.com/",
               "status_code":null,
               "net_error":null,
               "load_time":0,
               "remote_ip":null,
               "headers":[
                  
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_OTHER",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"UNKNOWN"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/xjs/_/js/k=xjs.hd.en.pNRcukqwo6M.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/d=1/ed=1/dg=2/rs=ACT90oE7U3JOB7q9Jd53brblymgKNsjAgQ/ee=AfeaP:TkrAjf;Afksuc:wMx0R;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DULqB:RKfG5c;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;Erl4fe:FloWmf,FloWmf;F9mqte:UoRcbe;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;G6wU6e:hPyGBb;GleZL:J1A7Od;HMDDWe:G8QUdb;IBADCc:RYquRb;IoGlCf:b5lhvb;IsdWVc:qzxzOb;JXS8fb:Qj0suc;JbMT3:M25sS;JsbNhc:Xd8iUd;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KeeMUb:HiPxjc;KpRAue:Tia57b;LBgRLc:XVMNvd;LEikZe:byfTOb,lsjVmc;LsNahb:ucGLNb;Me32dd:MEeYgc;NPKaK:PVlQOd;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;Oj465e:KG2eXe,KG2eXe;OohIYe:mpEAQb;Pjplud:EEDORb,PoEs9b;Q1Ow7b:x5CSu;QGR0gd:Mlhmy;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,pnvXVc;SNUn3:ZwDk9d,x8cHvb;ShpF6e:N0pvGc;TxfV6d:YORN0b;U96pRd:FsR04;UDrY1c:eps46d;UVmjEd:EesRsb;UyG7Kb:wQd0G;V2HTTe:RolTY;VGRfx:VFqbr;VN6jIc:ddQyuf;VOcgDe:YquhTb;VsAqSb:PGf2Re;VxQ32b:k0XsBb;WCEKNd:I46Hvd;WDGyFe:jcVOxd;Wfmdue:g3MJlb;XUezZ:sa7lqb;YV5bee:IvPZ6d;ZMvdv:PHFPjb;ZWEUA:afR4Cf;a56pNe:JEfCwb;aAJE9c:WHW6Ef;aZ61od:arTwJ;bFZ6gf:RsDQqe;bcPXSc:gSZLJb;cEt90b:ws9Tlc;cFTWae:gT8qnd;coJ8e:KvoW8;dIoSBb:ZgGg9b;dLlj2:Qqt3Gf;daB6be:lMxGPd;dtl0hd:lLQWFe;eBAeSb:Ck63tb;eBZ5Nd:audvde;eHDfl:ofjVkb;eO3lse:nFClrf;fWLTFc:TVBJbf;g8nkx:U4MzKc;gaub4:TN6bMe;gtVSi:ekUOYd;h3MYod:cEt90b;hK67qb:QWEO5b;hLUtwc:KB8OKd;heHB1:sFczq;hjRo6e:F62sG;iFQyKf:QIhFr,vfuNJf;imqimf:jKGL2e;io8t5d:sgY6Zb;jY0zg:Q6tNgc;k2Qxcb:XY51pe;kCQyJ:ueyPK;kMFpHd:OTA3Ae;kbAm9d:MkHyGd;lkq0A:JyBE3e;nAFL3:NTMZac,s39S4;oGtAuc:sOXFj;oSUNyd:fTfGO,fTfGO,pnvXVc;oUlnpc:RagDlc;okUaUd:wItadb;pKJiXd:VCenhc;pNsl2d:j9Yuyc;pXdRYb:JKoKVe;pj82le:mg5CW;qZx2Fc:j0xrE;qaS3gd:yiLg6e;qavrXe:zQzcXe;qddgKe:d7YSfd,x4FYXe;rQSrae:C6D5Fc;sP4Vbe:VwDzFe;sTsDMc:kHVSUb;tH4IIe:Ymry6;tosKvd:ZCqP3;trZL0b:qY8PFe;uY49fb:COQbmf;uuQkY:u2V3ud;vGrMZ:lPJJ0c;vfVwPd:lcrkwe;w3bZCb:ZPGaIb;w4rSdf:XKiZ9;w9w86d:dt4g2b;wQlYve:aLUfP;wR5FRb:TtcOte;wV5Pjc:L8KGxe;whEZac:F4AmNb;xBbsrc:NEW1Qc;yGxLoc:FmAr0c;yxTchf:KUM7Z;z97YGf:oug9te;zOsCQe:Ko78Df;zaIgPb:Qtpxbd/m=cdos,cr,hsm,jsa,mb4ZUb,d,csi,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl",
               "status_code":null,
               "net_error":null,
               "load_time":0,
               "remote_ip":null,
               "headers":[
                  
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_OTHER",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"UNKNOWN"
            },
            {
               "source_url":"https://www.google.com/",
               "url":"https://www.google.com/xjs/_/js/k=xjs.hd.en.pNRcukqwo6M.O/ck=xjs.hd.Bdv_bt07kx8.L.W.O/am=AAAAAAAAAAAAAAAAAAAAAAAgAAAAQAL9hEMANkAAAAAwQAIEAAIYA4xCABEAAwAEAQAAAgAAMAGBITABpBCcBAAATEAVQAAAAAAAAIIBYgCBBwQAAKADAAoAAxAEKAACAAAAkAcgOMBBagIAAAAAAAAAAAAIIEEQLkigIIAAAAAAAAAAAAAAQCpNVBgG/d=1/exm=SNUn3,cEt90b,cdos,cr,csi,d,dtl0hd,eHDfl,hsm,jsa,mb4ZUb,qddgKe,sTsDMc/ed=1/dg=2/ujg=1/rs=ACT90oFtJiecptsaJNcke6e1ODhOENS1Mg/ee=AfeaP:TkrAjf;Afksuc:wMx0R;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DULqB:RKfG5c;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;Erl4fe:FloWmf;F9mqte:UoRcbe;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;G6wU6e:hPyGBb;GleZL:J1A7Od;HMDDWe:G8QUdb;IBADCc:RYquRb;IoGlCf:b5lhvb;IsdWVc:qzxzOb;JXS8fb:Qj0suc;JbMT3:M25sS;JsbNhc:Xd8iUd;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KeeMUb:HiPxjc;KpRAue:Tia57b;LBgRLc:XVMNvd;LEikZe:byfTOb,lsjVmc;LsNahb:ucGLNb;Me32dd:MEeYgc;NPKaK:PVlQOd;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;Oj465e:KG2eXe;OohIYe:mpEAQb;Pjplud:EEDORb,PoEs9b;Q1Ow7b:x5CSu;QGR0gd:Mlhmy;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,pnvXVc;SNUn3:ZwDk9d,x8cHvb;ShpF6e:N0pvGc;TxfV6d:YORN0b;U96pRd:FsR04;UDrY1c:eps46d;UVmjEd:EesRsb;UyG7Kb:wQd0G;V2HTTe:RolTY;VGRfx:VFqbr;VN6jIc:ddQyuf;VOcgDe:YquhTb;VsAqSb:PGf2Re;VxQ32b:k0XsBb;WCEKNd:I46Hvd;WDGyFe:jcVOxd;Wfmdue:g3MJlb;XUezZ:sa7lqb;YV5bee:IvPZ6d;ZMvdv:PHFPjb;ZWEUA:afR4Cf;a56pNe:JEfCwb;aAJE9c:WHW6Ef;aZ61od:arTwJ;bFZ6gf:RsDQqe;bcPXSc:gSZLJb;cEt90b:ws9Tlc;cFTWae:gT8qnd;coJ8e:KvoW8;dIoSBb:ZgGg9b;dLlj2:Qqt3Gf;daB6be:lMxGPd;dtl0hd:lLQWFe;eBAeSb:Ck63tb;eBZ5Nd:audvde;eHDfl:ofjVkb;eO3lse:nFClrf;fWLTFc:TVBJbf;g8nkx:U4MzKc;gaub4:TN6bMe;gtVSi:ekUOYd;h3MYod:cEt90b;hK67qb:QWEO5b;hLUtwc:KB8OKd;heHB1:sFczq;hjRo6e:F62sG;iFQyKf:QIhFr,vfuNJf;imqimf:jKGL2e;io8t5d:sgY6Zb;jY0zg:Q6tNgc;k2Qxcb:XY51pe;kCQyJ:ueyPK;kMFpHd:OTA3Ae;kbAm9d:MkHyGd;lkq0A:JyBE3e;nAFL3:NTMZac,s39S4;oGtAuc:sOXFj;oSUNyd:fTfGO,pnvXVc;oUlnpc:RagDlc;okUaUd:wItadb;pKJiXd:VCenhc;pNsl2d:j9Yuyc;pXdRYb:JKoKVe;pj82le:mg5CW;qZx2Fc:j0xrE;qaS3gd:yiLg6e;qavrXe:zQzcXe;qddgKe:d7YSfd,x4FYXe;rQSrae:C6D5Fc;sP4Vbe:VwDzFe;sTsDMc:kHVSUb;tH4IIe:Ymry6;tosKvd:ZCqP3;trZL0b:qY8PFe;uY49fb:COQbmf;uuQkY:u2V3ud;vGrMZ:lPJJ0c;vfVwPd:lcrkwe;w3bZCb:ZPGaIb;w4rSdf:XKiZ9;w9w86d:dt4g2b;wQlYve:aLUfP;wR5FRb:TtcOte;wV5Pjc:L8KGxe;whEZac:F4AmNb;xBbsrc:NEW1Qc;yGxLoc:FmAr0c;yxTchf:KUM7Z;z97YGf:oug9te;zOsCQe:Ko78Df;zaIgPb:Qtpxbd/m=B2qlPe,DhPYme,GU4Gab,MpJwZc,NzU6V,UUJqVe,Wo3n8,aa,abd,async,epYOx,ifl,ms4mZb,mu,pHXghd,q0xTif,s39S4,sOXFj,sb_wiz,sf,spch?xjs=s1",
               "status_code":null,
               "net_error":null,
               "load_time":0,
               "remote_ip":null,
               "headers":[
                  
               ],
               "sha256":"",
               "browser_type":"BROWSER_RESOURCE_TYPE_OTHER",
               "size":0,
               "url_redirects":[
                  
               ],
               "method":"REQUEST_METHOD_GET",
               "type":"UNKNOWN"
            }
         ],
         "device":"DEVICE_TYPE_DESKTOP",
         "analysis_status":"ANALYSIS_STATUS_OK",
         "analysis_date":1707219380,
         "user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.2210.133",
         "metrics":{
            "array_buffer_contents":3,
            "task_duration":0.6748300194740295,
            "nodes":603,
            "frames":3,
            "process_time":0.8799999952316284,
            "event_listeners":345,
            "script_duration":0.37098899483680725
         },
         "cookies":[
            {
               "secure":false,
               "session":false,
               "priority":"COOKIE_PRIORITY_MEDIUM",
               "http_only":true,
               "domain":".google.com",
               "expires":1723030583,
               "value":"511=HB0ZmDZAqqoeLvkYPqrwXTY0Ztc_Ct9vAS4VkOPKmIGRUEcK6S61siDk5vlzdPFbKEfIBp5Knhy3RJknenMuw1TJWZVv2FVz5PNGBqE6fNmTEQpwX0n2wV-cwm_Usx1mTQVwFKjt4dCODPUe5_Tyon-YzvW4U9dPEUBtlM75E9hgXa1pp9jwIbShAk81xADS",
               "size":199,
               "name":"NID"
            },
            {
               "secure":true,
               "session":false,
               "priority":"COOKIE_PRIORITY_MEDIUM",
               "http_only":true,
               "domain":".google.com",
               "expires":1722771382,
               "value":"Ae3NU9Ohs3vDKVtQNXYcmozWadeIy6g1yC56R5yTjSk_lKy83-k6XGvzlxw",
               "size":62,
               "name":"AEC"
            },
            {
               "secure":true,
               "session":false,
               "priority":"COOKIE_PRIORITY_MEDIUM",
               "http_only":false,
               "domain":"ogs.google.com",
               "expires":1709811383,
               "value":"7415256_56_56__56_",
               "size":21,
               "name":"OTZ"
            },
            {
               "secure":true,
               "session":false,
               "priority":"COOKIE_PRIORITY_MEDIUM",
               "http_only":false,
               "domain":".google.com",
               "expires":1709811383,
               "value":"2024-02-06-11",
               "size":19,
               "name":"1P_JAR"
            }
         ]
      },
     "id":"9d116b1b0c1200ca75016e4c010bc94836366881b021a658ea7f8548b6543c1e-1707219380",
      "type":"url_behaviour",
      "links":{
         "self":"https://www.virustotal.com/api/v3/url_behaviours/9d116b1b0c1200ca75016e4c010bc94836366881b021a658ea7f8548b6543c1e-1707219380"
      }
   }
}

Relationships

In addition to the previously described attributes, URL behaviour objects contain relationships with other objects in our dataset that can be retrieved as explained in the Relationships section.

The following table shows a summary of available relationships.

RelationshipReturn object type
http_transactionsA list of HTTP Transactions