<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <link href="https://media.base44.com/images/public/6971fea4ce4496031c49cfea/c1e42309a_generated_image.png" rel="icon" type="image/png"/>
  <link href="https://media.base44.com/images/public/6971fea4ce4496031c49cfea/c1e42309a_generated_image.png" rel="apple-touch-icon"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   blog | IMC Shipbrokers
  </title>
  <meta content="IMC Shipbrokers manages 5 data types including ai instructionses. Helps you organize, track, and share your work in 1 place for teams and solo users." name="description"/>
  <meta content="index, follow" name="robots"/>
  <!-- Prevent indexing of the base44.app subdomain -->
  <script>
   if (window.location.hostname.includes('base44.app')) {
        var m = document.createElement('meta');
        m.name = 'robots';
        m.content = 'noindex, nofollow';
        document.head.appendChild(m);
      }
  </script>
  <meta content="website" property="og:type"/>
  <meta content="IMC Shipbrokers" property="og:site_name"/>
  <meta content="https://imcbrokers.com/blog/overview/p/rss" property="og:url"/>
  <meta content="blog | IMC Shipbrokers" property="og:title"/>
  <meta content="IMC Shipbrokers manages 5 data types including ai instructionses. Helps you organize, track, and share your work in 1 place for teams and solo users." property="og:description"/>
  <meta content="https://media.base44.com/images/public/6971fea4ce4496031c49cfea/8471c1023_1.jpg/v1/fill/w_1200,h_630/8471c1023_1.jpg" property="og:image"/>
  <meta content="summary_large_image" name="twitter:card"/>
  <meta content="blog | IMC Shipbrokers" name="twitter:title"/>
  <meta content="IMC Shipbrokers manages 5 data types including ai instructionses. Helps you organize, track, and share your work in 1 place for teams and solo users." name="twitter:description"/>
  <meta content="https://media.base44.com/images/public/6971fea4ce4496031c49cfea/8471c1023_1.jpg/v1/fill/w_1200,h_630/8471c1023_1.jpg" name="twitter:image"/>
  <!--
      ═══════════════════════════════════════════════════════════════════
      CONTENT SECURITY POLICY  (meta http-equiv delivery)
      ═══════════════════════════════════════════════════════════════════

      Directive breakdown — approved external origins:

      script-src:
        'self'                        – bundled app JS (Vite build)
        https://www.googletagmanager.com – Google Analytics loader (gtag.js)
        https://www.google-analytics.com – GA4 measurement endpoint
        'unsafe-inline'               – Required: gtag inline init block in <head>
                                        (Cannot use nonce here — Base44 serves
                                         index.html as a static file with no
                                         per-request nonce injection. Removing
                                         the inline block would break GA4.)

      style-src:
        'self'                        – Tailwind / bundled CSS
        'unsafe-inline'               – Required: Tailwind CSS-in-JS, framer-motion
                                        inline style props, and component inline
                                        style={{ }} attributes throughout the app.
                                        These are applied at runtime by React and
                                        cannot be hash-whitelisted without a full
                                        build-time CSP hash pipeline.
        https://fonts.googleapis.com  – Google Fonts CSS loader
        https://rsms.me               – Inter font (used in some admin views)

      font-src:
        'self'
        https://fonts.gstatic.com     – Google Fonts binary assets
        https://rsms.me               – Inter font binaries

      img-src:
        'self'
        data:                         – Base64 inline images (canvas exports,
                                        PDF previews, watermarks)
        blob:                         – Object URLs for local file previews
        https://media.base44.com      – App logo, vessel images, documents (CDN)
        https://api.base44.com        – Vessel/news/reference images uploaded via
                                        the admin — all entity file uploads are
                                        served from this domain
        https://*.base44.com          – Covers all Base44 subdomains (storage,
                                        function results, future CDN variants)
        https://qtrypzzcjebvfcihiynt.supabase.co – Logo URL rewrite in Header.jsx
                                        (the code rewrites media.base44.com URLs
                                         to this Supabase CDN at render time)
        https://images.unsplash.com   – Stock photography used on public pages
        https://www.google-analytics.com – GA4 measurement pixel
        https://www.googletagmanager.com – GTM resource pixel

      connect-src:
        'self'
        https://api.base44.com        – Base44 SDK entity / function / agent calls
        https://qtrypzzcjebvfcihiynt.supabase.co – Supabase realtime (agent
                                        subscribeToConversation WebSocket)
        wss://qtrypzzcjebvfcihiynt.supabase.co   – WebSocket for real-time updates
        https://www.google-analytics.com          – GA4 beacon
        https://analytics.google.com              – GA4 measurement protocol
        https://region1.google-analytics.com      – GA4 regional endpoint
        https://us-central1.base44.com            – Base44 function invocations
        https://*.base44.com                      – Any Base44 subdomain (functions,
                                                    file storage, API variants)
        https://us1.api.mailchimp.com             – Mailchimp API (via backend
                                                    function, but browser makes
                                                    no direct call — kept for safety)

      frame-src:
        https://www.vesselfinder.com  – AIS live map iframe (VesselDetail page)
        https://www.marinetraffic.com – AIS live map iframe (VesselDetail page)

      frame-ancestors:
        'none'                        – Prevents clickjacking: this site must
                                        never be embedded in an iframe

      object-src:
        'none'                        – No Flash / plugin content

      base-uri:
        'self'                        – Prevents base-tag injection attacks

      form-action:
        'self'                        – All form submissions go through the
                                        React app / Base44 SDK. No external
                                        form POST targets.

      upgrade-insecure-requests:      – Force HTTP→HTTPS for any legacy resource
    -->
  <meta content="
      default-src 'self';
      script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com;
      style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://rsms.me;
      font-src 'self' https://fonts.gstatic.com https://rsms.me;
      img-src 'self' data: blob: https://media.base44.com https://api.base44.com https://base44.app https://*.base44.com https://qtrypzzcjebvfcihiynt.supabase.co https://images.unsplash.com https://www.google-analytics.com https://www.googletagmanager.com;
      connect-src 'self' https://api.base44.com https://qtrypzzcjebvfcihiynt.supabase.co wss://qtrypzzcjebvfcihiynt.supabase.co https://www.google-analytics.com https://analytics.google.com https://region1.google-analytics.com https://us-central1.base44.com https://*.base44.com;
      media-src 'self' blob: https://base44.app https://api.base44.com https://*.base44.com https://media.base44.com;
      frame-src https://www.vesselfinder.com https://www.marinetraffic.com https://*.list-manage.com https://list.mailchimp.com https://*.mailchimp.com;
      frame-ancestors 'none';
      object-src 'none';
      base-uri 'self';
      form-action 'self';
      upgrade-insecure-requests;
    " http-equiv="Content-Security-Policy"/>
  <!--
      ═══════════════════════════════════════════════════════════════════
      ADDITIONAL SECURITY HEADERS
      (Delivered as <meta> equivalents where supported.
       For full HTTP-header coverage, configure at the CDN/reverse-proxy
       level — see security notes below.)
      ═══════════════════════════════════════════════════════════════════
    -->
  <!-- Prevent MIME-type sniffing -->
  <meta content="nosniff" http-equiv="X-Content-Type-Options"/>
  <!-- Referrer Policy: send origin only on same-site; strip on cross-site -->
  <meta content="strict-origin-when-cross-origin" name="referrer"/>
  <!-- Google tag (gtag.js) — GA4 analytics -->
  <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-LEVDEG5N27">
  </script>
  <script>
   window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-LEVDEG5N27');
  </script>
  <script crossorigin="" src="/assets/index-DueB95Io.js" type="module">
  </script>
  <link crossorigin="" href="/assets/index-Dfrn8Pxp.css" rel="stylesheet"/>
  <meta content="https://imcbrokers.com/blog/overview/p/rss" name="twitter:url"/>
  <meta content="yes" name="mobile-web-app-capable"/>
  <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
  <meta content="IMC Shipbrokers" name="apple-mobile-web-app-title"/>
  <link href="https://imcbrokers.com/blog/overview/p/rss" rel="canonical"/>
  <script data-seo-source="builder" type="application/ld+json">
   {"name": "Maritime Vessel Exchange", "@context": "https://schema.org", "@type": "WebSite", "url": "https://imcbrokers.com"}
  </script>
  <script data-seo-source="builder" type="application/ld+json">
   {"name": "Maritime Vessel Exchange", "logo": "https://qtrypzzcjebvfcihiynt.supabase.co/storage/v1/object/public/base44-prod/public/6971fea4ce4496031c49cfea/7da82d3d8_logo.png", "@context": "https://schema.org", "@type": "Organization", "url": "https://imcbrokers.com"}
  </script>
  <script data-seo-source="builder" type="application/ld+json">
   {"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://imcbrokers.com/"}, {"@type": "ListItem", "position": 2, "name": "blog", "item": "https://imcbrokers.com/blog"}, {"@type": "ListItem", "position": 3, "name": "overview", "item": "https://imcbrokers.com/blog/overview"}, {"@type": "ListItem", "position": 4, "name": "p", "item": "https://imcbrokers.com/blog/overview/p"}, {"@type": "ListItem", "position": 5, "name": "rss", "item": "https://imcbrokers.com/blog/overview/p/rss"}]}
  </script>
 </head>
 <body>
  <div id="root">
   <div data-seo-source="builder" id="seo-snapshot" style="position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;">
    <main>
     <header>
      <h1>
       blog | IMC Shipbrokers
      </h1>
      <p>
       IMC Shipbrokers manages 5 data types including ai instructionses. Helps you organize, track, and share your work in 1 place for teams and solo users.
      </p>
     </header>
     <nav aria-label="Pages">
      <h2>
       Pages
      </h2>
      <ul>
       <li>
        <a href="/aboutus">
         About Us
        </a>
        — Discover IMC Shipbrokers, a trusted Antwerp-based maritime brokerage firm since 1996, specializing in vessel sales, chartering, towage, and marine consultancy w
       </li>
       <li>
        <a href="/contact">
         Contact
        </a>
        — Contact IMC Shipbrokers in Antwerp for expert vessel sales, chartering, towage, and maritime consultancy services. Get in touch today.
       </li>
       <li>
        <a href="/">
         Home
        </a>
       </li>
       <li>
        <a href="/listings">
         Listings
        </a>
        — Browse vessels for sale worldwide with IMC Shipbrokers. Explore tugs, barges, workboats, dredgers, crew boats, jack-ups, patrol vessels and offshore equipment f
       </li>
       <li>
        <a href="/Mailchimp2">
         Mailchimp2
        </a>
        — Mailchimp2 on IMC Shipbrokers. IMC Shipbrokers manages 5 data types including ai instructionses.
       </li>
       <li>
        <a href="/news">
         News
        </a>
        — Explore maritime industry news, vessel sales, chartering opportunities, towage developments, and expert shipbroking insights from IMC Shipbrokers.
       </li>
       <li>
        <a href="/newsdetail">
         News Detail
        </a>
       </li>
       <li>
        <a href="/privacypolicy">
         Privacy Policy
        </a>
        — Read the IMC Shipbrokers Privacy Policy to learn how we collect, use, protect, and process personal information, cookies, and website data in compliance with GD
       </li>
       <li>
        <a href="/referencedetail">
         Reference Detail
        </a>
       </li>
       <li>
        <a href="/references">
         References
        </a>
        — Explore IMC Shipbrokers' successful maritime projects, vessel sales, chartering assignments, and towage operations worldwide. Discover proven expertise in ship
       </li>
       <li>
        <a href="/UnderConstruction">
         Under Construction
        </a>
       </li>
       <li>
        <a href="/vesseldetail">
         Vessel Detail
        </a>
        — Vessel Detail on Maritime Vessel Exchange. A comprehensive platform for commercial shipbroking, connecting buyers and selle.
       </li>
      </ul>
     </nav>
    </main>
   </div>
  </div>
 </body>
</html>
