Domain www.ameslectrices.com
United States
FASTLY
Software information

Varnish

tcp/80

openresty openresty

tcp/443

  • Open service 2a04:4e42:600::775:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Age: 209132
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-vie6362-VIE
    X-Cache: MISS, HIT, MISS
    X-Cache-Hits: 0, 19, 0
    X-Timer: S1769386181.376208,VS0,VE19
    Vary: Cookie, Accept-Encoding
    x-request-id: 969a82a3-aed7-4d69-bdf9-a3341b735f67
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:600::775:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230033-FRA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.317764,VS0,VE0
    x-request-id: 76727621-7d25-4d40-aae5-0faa65c0215c
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:200::775:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-bom-vanm7210035-BOM
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.349874,VS0,VE0
    x-request-id: b7675e85-f034-4813-af1a-605852e5a869
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:200::775:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 209132
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-sin-wsss1830060-SIN
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 18, 1
    X-Timer: S1769386181.440958,VS0,VE2
    Vary: Cookie, Accept-Encoding
    x-request-id: fd0f8d92-6f91-48a8-96ed-e1148517499f
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.195.7:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-sin-wsat1880041-SIN
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.264414,VS0,VE0
    x-request-id: 49b92970-fa7d-4493-88eb-1d263659687a
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.67.7:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-pao-kpao1770060-PAO
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.258809,VS0,VE1
    x-request-id: aa757006-75ed-4cb8-af07-0f125d06ae3b
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.67.7:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 209132
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-pao-kpao1770068-PAO
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 17, 1
    X-Timer: S1769386181.418914,VS0,VE2
    Vary: Cookie, Accept-Encoding
    x-request-id: 048ffc74-5c90-49c1-83ec-ffbabe5088af
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.3.7:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 209132
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-pao-kpao1770062-PAO
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 17, 1
    X-Timer: S1769386181.416837,VS0,VE2
    Vary: Cookie, Accept-Encoding
    x-request-id: eede415e-4aba-41cf-8382-3a2fc2f26d58
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42::775:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Age: 209132
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-sjc1000147-SJC
    X-Cache: MISS, HIT, MISS
    X-Cache-Hits: 0, 20, 0
    X-Timer: S1769386181.415478,VS0,VE151
    Vary: Cookie, Accept-Encoding
    x-request-id: 94b085af-5e3f-4afa-96a1-1f2e737971d8
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.131.7:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 209132
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-sin-wsss1830035-SIN
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 18, 1
    X-Timer: S1769386181.425049,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: 825f2b3b-18c6-45bd-9599-678b5c6ac69f
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.195.7:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-Qva40WJeuFO2zNMzqHzginiuB9g"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 209132
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-sin-wsss1830025-SIN
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 18, 1
    X-Timer: S1769386181.434301,VS0,VE2
    Vary: Cookie, Accept-Encoding
    x-request-id: ec28a2f3-b49f-471b-a775-df871bf507f2
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=74a6441949"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=74a6441949">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.131.7:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-sin-wsss1830024-SIN
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.256836,VS0,VE1
    x-request-id: 9d4f25b1-2fa6-4930-9301-4cd29629ea1b
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:400::775:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lga21933-LGA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.228811,VS0,VE1
    x-request-id: 0d0ca7b4-267e-46bb-9ef9-ef302e36d23a
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:400::775:443 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 65096
    status: 200 OK
    cache-control: public, max-age=0
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"fe48-SQNZCvA8i/Gvilchd7rYhtRPyJo"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Age: 488964
    X-Served-By: cache-ams2100103-AMS, cache-ams2100103-AMS, cache-fra-eddf8230174-FRA
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 8, 1
    X-Timer: S1769386181.221240,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: d6e5111e-c088-40b1-b243-ad1f24116a3b
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Ames Lectrices - Le blog littéraire qui prend soin de vous
    
    <!DOCTYPE html>
    <html lang="fr" data-color-scheme="system">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Ames Lectrices - Le blog littéraire qui prend soin de vous</title>
    
        <meta name="HandheldFriendly" content="True">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="theme-color" content="#FFD700">
    
    
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.js?v=6b48ebe775" as="script">
        <link rel="preload" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=6b48ebe775" as="style">
    
          <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    
    
    
    
    
    
    
    
    
      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,600;0,700;1,600;1,700&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
      <style>
        body { --font-headings: var(--gh-font-heading, 'Poppins'), sans-serif; }
        body .content, p { --font-body: var(--gh-font-body, 'Lora'), serif; font-family: var(--font-body); }
      </style>
    
        <script async defer src="https://www.ameslectrices.com/assets/dist/app.min.js?v=6b48ebe775"></script>
    
        <link rel="stylesheet" type="text/css" href="https://www.ameslectrices.com/assets/dist/app.min.css?v=6b48ebe775">
    
        <style>
      :root {
        --global-max-width: 1400px; /* site max width */
        --global-content-width: 700px; /* post-content-width */
        --global-wide-width: 960px; /* site max width */
        --global-radius: 0px; /* default radius */
        --global-gallery-gap: 1em; /* Image gallery distance between images */
        --global-hyphens: none; /* none/auto */
        --global-header-height: 92px;
        --global-theme-notifications: visible; /* visible/hidden */
        --global-progress-bar: visible; /* visible/hidden */
        --global-content-preview-fading: 0%; /* 50%-100% for fading effect */
        --global-scroll-behavior: smooth;
      }
    </style>
    
    <script>
      let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `system`;
      document.documentElement.setAttribute('data-color-scheme', preferredTheme);
      
      // Global values needed
      const themeGlobal = {
        currentPage: parseInt(''),
        nextPage: parseInt(''),
        nextPageLink: '',
        maxPages: parseInt(''), 
        lastPage: `` === `` ? true : false,
        postsPerPage: parseInt('12'),
        scrollPos: 0,
        imageLightbox: false
      }
    
      // Calculate contrast & HSL value;
      function getBrandColorInfo(hexcolor) {
        // get contrast
        if (hexcolor.slice(0, 1) === '#') { hexcolor = hexcolor.slice(1); }
        if (hexcolor.length === 3) { hexcolor = hexcolor.split('').map(function (hex) { return hex + hex;}).join(''); }
        let r = parseInt(hexcolor.substr(0,2),16), g = parseInt(hexcolor.substr(2,2),16), b = parseInt(hexcolor.substr(4,2),16);
        let yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        const colorContrast = (yiq >= 128) ? '#000' : '#fff';
    
        //get HSL
        r /= 255, g /= 255, b /= 255;
        const max = Math.max(r, g, b), min = Math.min(r, g, b);
        let h, s, l = (max + min)  /  2;  
        if ( max == min ) { h = s = 0; } else {
          let d = max - min;
          s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
          switch(max){
            case r: h = (g - b) / d + (g < b ? 6 : 0); break;
            case g: h = (b - r) / d + 2; break;
            case b: h = (r - g) / d + 4; break;
          }
          h /= 6;
        }
        const colorHSL = [Math.round(h * 360), Math.round(s * 100), Math.round(l * 100)];
    
        // return
        return { colorContrast, colorHSL }
      };
    
      const brandColor = getBrandColorInfo("#FFD700");
      let style = document.createElement('style');
      style.innerHTML = `:root { 
        --color-brand-contrast: ${brandColor.colorContrast}; 
        --color-brand-h: ${brandColor.colorHSL[0]};
        --color-brand-s: ${brandColor.colorHSL[1]}%;
        --color-brand-l: ${brandColor.colorHSL[2]}%;
        --color-brand-hsl: ${brandCo
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42::775:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230058-FRA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.205644,VS0,VE1
    x-request-id: f843f470-cd66-4651-ab7d-3f999566283c
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.3.7:80 · www.ameslectrices.com

    2026-01-26 00:09

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://www.ameslectrices.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:09:41 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230188-FRA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386181.175608,VS0,VE0
    x-request-id: 00456027-c8f2-42e7-baac-c39643fe742c
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
www.ameslectrices.com
CN:
www.ameslectrices.com
Not before:
2026-01-26 00:00
Not after:
2026-04-26 23:59