<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Subresource integrity check in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/508430#M47597</link>
    <description>&lt;P&gt;Same here! Our main site is on HubSpot but we have another site on which we have HubSpot chat integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each time we do our vulnerability audit the missing SRI on the JavaScript from js.hs-scripts.com and js.hsadspixel.net is highlighed and we have to explain this to our auditors and sometime our cyber-insurance company.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lack of SRI does make HubSpot look to be a security laggard.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 08:32:49 GMT</pubDate>
    <dc:creator>Guy_Dawson</dc:creator>
    <dc:date>2021-10-11T08:32:49Z</dc:date>
    <item>
      <title>Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/347255#M34055</link>
      <description>&lt;P&gt;I am trying to perform subresource integrity check (&lt;A href="https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity" target="_blank" rel="noopener"&gt;https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity&lt;/A&gt;) on the hubspot scripts, and I have tried generating a hash for the script on &lt;A href="https://js.hs-scripts.com/***.js" target="_blank" rel="noopener"&gt;https://js.hs-scripts.com/***.js&lt;/A&gt;. This gives me the following error message in the javascript console:&amp;nbsp;Failed to find a valid digest in the 'integrity' attribute for resource '&lt;A href="https://js.hs-scripts.com/***.js" target="_blank" rel="noopener"&gt;https://js.hs-scripts.com/***.js&lt;/A&gt;' with computed SHA-256 integrity '***'. The resource has been blocked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if this would have worked, I would still have an issue performing a subresource integrity check on all the scripts that are dynamically loaded by the first script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to perform subresource integrity check on the hs scripts?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 21:56:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/347255#M34055</guid>
      <dc:creator>Øyvind</dc:creator>
      <dc:date>2020-06-15T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/348361#M34152</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/135246"&gt;@Øyvind&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HubSpot does not have currently plans to introduce automatic SRI hashing for hosted&amp;nbsp; assets. When you host your site on HubSpot, some resources maybe presented by the HubSpot platform from distinct domains (e.g., cdn2.hubspot.net, etc). But those domains and the backend services they represent are under HubSpot's control and are not a 3rd party CDN. The intent of SRI was to solve for situations where a CDN and hosting platform were fully distinct entities with separate protection models; HubSpot's platform is a fully integrated solution with protections applied consistently across its many features.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 22:02:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/348361#M34152</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2020-06-18T22:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/432078#M42931</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also trying to implement SRI and have the same issue but I'm not using hubspot to host my site. Our hubspot chat is integrated into our site using a javascript pixel. Is there any documentation on adding an integrity attribute to the&amp;nbsp; hubspot script loader and also having the script loader add integrity attributes to all the scripts that it loads?&lt;/P&gt;&lt;P&gt;Here is the pixel that I'm using currently.&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript" id="hs-script-loader" src="&lt;A href="https://community.hubspot.com/" target="_blank"&gt;https://js.hs-scripts.com/7634775.js"&amp;gt;&amp;lt;/script&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 19:00:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/432078#M42931</guid>
      <dc:creator>DHawkings</dc:creator>
      <dc:date>2021-04-27T19:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/508430#M47597</link>
      <description>&lt;P&gt;Same here! Our main site is on HubSpot but we have another site on which we have HubSpot chat integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each time we do our vulnerability audit the missing SRI on the JavaScript from js.hs-scripts.com and js.hsadspixel.net is highlighed and we have to explain this to our auditors and sometime our cyber-insurance company.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lack of SRI does make HubSpot look to be a security laggard.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 08:32:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/508430#M47597</guid>
      <dc:creator>Guy_Dawson</dc:creator>
      <dc:date>2021-10-11T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/594491#M51636</link>
      <description>&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;I'm just following up on this because we it's still an issue. Even though the HS scripts aren't hosted on a CDN, security audits still flag this as an issue. It would save us time and effort if there was an integrity hash available that could prevent the issue from coming up at all.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 18:02:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/594491#M51636</guid>
      <dc:creator>DHawkings</dc:creator>
      <dc:date>2022-03-14T18:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/888846#M69501</link>
      <description>&lt;P&gt;Hi, we're also trying to implement SRI checks into the HubSpot embed and tracking scripts we deploy. Has anyone heard anything new from HubSpot on this? Is this even on their radar? Given all of the current security concerns throughout the web and the threat of scripts being hijacked by malicious actors, I would think that HubSpot would want this done as much as we do.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 19:11:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/888846#M69501</guid>
      <dc:creator>MSporar</dc:creator>
      <dc:date>2023-12-04T19:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/968992#M73227</link>
      <description>&lt;P&gt;Hi, is there any sort of updates on this? 4 years ago there was no plans to implement SRI, is this still the case? We have the same issue where our clients are getting fails on security scorecards due to Hubspot not having an SRI, which is proving to be a serious enough issue that they are considering switching to a different CRM that will provide this.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:38:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/968992#M73227</guid>
      <dc:creator>JamesBBP</dc:creator>
      <dc:date>2024-04-30T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/969284#M73243</link>
      <description>&lt;BLOCKQUOTE&gt;The intent of SRI was to solve for situations where a CDN and hosting platform were fully distinct entities with separate protection models; HubSpot's platform is a fully integrated solution with protections applied consistently across its many features.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not accurate at all. The "intent" of SRI &lt;SPAN&gt;is to be an added security layer that enables browsers to verify that resources they fetch (from 3rd party servers&lt;/SPAN&gt;&lt;SPAN&gt;) are delivered without unexpected manipulation. In other words, it&amp;nbsp;&lt;/SPAN&gt;was to ensure the authenticity of 3rd party resources shared across domains and prevent bad actors from being able to implement malicious scripts through hijacked resources. This directly impacts the browser's CORS policies.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;When you host your site on HubSpot, some resources maybe presented by the HubSpot platform from distinct domains (e.g., cdn2.hubspot.net, etc). But those domains and the backend services they represent are under HubSpot's control and are not a 3rd party CDN.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;.. again, not quite accurate. Who "owns," "controls," "operates," or "manages" the domains is irrelevant. The fact that they are separate, unique domains apart from the original host domain is what makes them "3rd party domains" as it pertains to how they're treated by web browsers. Scripts coming from these alternate domains must be retrieved across the web, thus opening them up to being interfered with by bad actors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, your response fails to consider websites *not* hosted on HubSpot, but use HubSpot embedded scripts to launch HubSpot based "Contact forms", "Calls to Action", "tracking", etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SRI is a "necessity," not a "desire." The fact that a large platform like HubSpot has no intent on implementing this feature despite the fact it was introduced 8 years ago (2016) and all the *new* security enhancements, protections, and features across all web browsers are becoming more and more restrictive is quite disturbing. Not to mention, as JamesBBP pointed out, this is a direct cause of security check failures on many analysis platforms (ie: MOZ), and having the transcending effect of causing clients to look elsewhere for their web-development services.&lt;BR /&gt;&lt;BR /&gt;This is counter-productive to the development community at large which is under constant pressure and scrutiny to comply with modern web security policies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HubSpot really needs to re-evaluate their position and consider its clientele.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 May 2024 16:18:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/969284#M73243</guid>
      <dc:creator>MSporar</dc:creator>
      <dc:date>2024-05-02T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/969528#M73262</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/753905"&gt;@JamesBBP&lt;/a&gt;&lt;/SPAN&gt;, &amp;nbsp;what is currently happening on your end? The more information, screenshots, and details you can provide, the better I can advise on the next steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 22:40:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/969528#M73262</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2024-04-30T22:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/970256#M73293</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no way to implement hubspot embedded forms using a&amp;nbsp;Subresource integrity check for the scripts, this is causing our clients security checks to fail, as&amp;nbsp;MSporar says below it doesn't really matter that the files are hosted by hubspot, there is any number of things a malicious actor could do to send a different file from the domain to a user, the SRI is intended to ensure that exactly the expected file is delivered, or offer a self hosted version of the scripts that users can download and host on their own domains&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:12:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/970256#M73293</guid>
      <dc:creator>JamesBBP</dc:creator>
      <dc:date>2024-05-02T09:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1019924#M75494</link>
      <description>&lt;P&gt;Agree totally, we are also getting marked down on security scorecard and the fact that Hubspoty cant help is not a great response.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 08:21:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1019924#M75494</guid>
      <dc:creator>davidrevis</dc:creator>
      <dc:date>2024-08-01T08:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1058213#M77548</link>
      <description>&lt;P&gt;+1 for a customer hoping to add this "&lt;SPAN&gt;as a verification mechanism to prevent malicious JavaScript from loading from a third party website, if the site is compromised." They are noted a SRI integrity hash would need to be generated for each resource to validate the script/stylesheet.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 00:46:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1058213#M77548</guid>
      <dc:creator>JessieS</dc:creator>
      <dc:date>2024-10-22T00:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1059385#M77619</link>
      <description>&lt;P&gt;It won't work for a HubSpot customer to add it. It needs to be added by the developers who update the scripts on the host server. And in HubSpot's case, that could be any where from 5-40 associated scripts that are sourced for each HubSpot JS injectin placed into a website. HubSpot is failing its customers by not doing this on their end. It's creating a real issue for developers that are responsible for tighter / stricter website secutiry and keeping their sites locked down and protected.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 18:03:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1059385#M77619</guid>
      <dc:creator>MSporar</dc:creator>
      <dc:date>2024-10-23T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1217681#M85159</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Reason 1 to implement this security measure:&lt;/STRONG&gt;&lt;BR /&gt;When a resource is referenced on the HTML code with a different domain from which the same HTML was loaded, then a malicious actor could interfere in the DNS resolution on the end user's machine, to make the resource be downloaded from a different location. Thus, a resource referenced with "&lt;A href="https://js.hs-scripts.com/***.js&amp;quot;" target="_blank" rel="noopener"&gt;https://js.hs-scripts.com/***.js"&lt;/A&gt;&amp;nbsp;could be downloaded from a malicious server with malicious code. This type of attack can be prevented if HubSpot adds a verification string that allows the browser to confirm that the received asset is the expected one, without alterations.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Reason 2 to implement this security measure:&lt;/STRONG&gt;&lt;BR /&gt;Even if there is no attack from a malicious actor. Security audits rise this security flaw as a vulnerability, causing reputational damage to the people maintaning the website and to the website's owner.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please provide a solution to this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 16:18:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1217681#M85159</guid>
      <dc:creator>BMoles1</dc:creator>
      <dc:date>2025-10-29T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1217709#M85160</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1006921"&gt;@BMoles1&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to our community. Thank you for your suggestion. Please note, this is a peer-to-peer support community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a moment, there are two places to add your feedback so the product team sees it:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://developers.hubspot.com/feedback" target="_blank"&gt;&lt;STRONG&gt;HubSpot Developer Feedback form&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas" target="_blank"&gt;&lt;STRONG&gt;HubSpot Ideas Forum&lt;/STRONG&gt;&lt;/A&gt; (I searched but didn't find an existing match)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 17:06:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1217709#M85160</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-10-29T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1228868#M85745</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;You're bumping into the client-side security rabbit hole here. Tools like HubSpot and pretty much any client-side tool (analytics, ads, fraud detection...) are dynamic by design.&lt;/P&gt;&lt;P&gt;HubSpot's scripts are dynamic. They change based on your account config, feature flags, user location, A/B testing, etc. SRI uses a cryptographic fingerprint that breaks the moment content changes. So you'd either be constantly updating these fingerprints or your forms would just break and impact your business.&lt;/P&gt;&lt;P&gt;Even if HubSpot provided integrity values for some static base script, most of the actual functionality comes from additional scripts it loads dynamically and those bypass SRI entirely.&lt;/P&gt;&lt;P&gt;What you're really trying to protect against is the script doing something malicious, right?&lt;/P&gt;&lt;P&gt;Integrity validation just tells you if the script contents hasn't changed and if it did it wouldn't load. Most people don't want that burden on their shoulders. And to make matters worse if there is a subrequest URL in that payload and that subrequest changed... out of luck.&lt;/P&gt;&lt;P&gt;On top of that, we see HubSpot buying and using new domains a lot and there is no consistency. Using different notation patterns, hs-analytics but then hsforms on another domain (just a hypothetical I'd have to dig for the exact examples)...&lt;/P&gt;&lt;P&gt;More practical approach: monitor what scripts actually do in the browser.&lt;/P&gt;&lt;P&gt;What data do they access?&lt;/P&gt;&lt;P&gt;Where do they send it?&lt;/P&gt;&lt;P&gt;When does behavior change?&lt;/P&gt;&lt;P&gt;This works regardless of whether content is static or dynamic.&lt;/P&gt;&lt;P&gt;CSP with script-src can also help, but if hubspot.com is allowed and serves something malicious CSP will not stop it.&lt;/P&gt;&lt;P&gt;This is a particularly bad problem with googleanalytics.com since bad actors just use that to distribute bad code and no real validation there happens.&lt;/P&gt;&lt;P&gt;Now, don't be tempted to just trust using a scanner here because to your findings, scripts change. Bad actors will not perform the bad actions nor serve the malicious payload if they notice a request from a scanner or some vendors call these things 'agent-less' solutions. Sure, for privacy those approaches may cover enough but not for a security incident where a once trusted vendor is now compromised.&lt;/P&gt;&lt;P&gt;Not trying to freak you out, HubSpot is probably fine. But if you're in a regulated space (PCI, HIPAA, etc.), compliance is starting to require runtime monitoring of client-side scripts because this is where most data breaches actually happen now. Bad actors know you do a lot to protect data at rest, server side stuff and open source dependencies but what actually happens in the browser? *shrug*&lt;/P&gt;&lt;P&gt;Full disclosure: I work at cside, building tools for this. But the technical limitations of SRI and CSP for dynamic scripts are real regardless of which solution you use.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 01:00:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1228868#M85745</guid>
      <dc:creator>s-mon</dc:creator>
      <dc:date>2025-11-27T01:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255545#M87014</link>
      <description>&lt;P&gt;Taking s-mon's comment (on ‎Nov 26, 2025 8:00 PM) as "Solution" is disappointing. The comment discusses the challenges of implementing the requested feature and talks about other risks with their respective solution approaches (monitor what scripts actually do in the browser).&lt;BR /&gt;&lt;BR /&gt;The suggested apprach is way more complex, and has is drawbacks, making it suitable for some scenarios and not for other. That is why&amp;nbsp;"Subresource integrity check" exists and makes sense.&lt;BR /&gt;&lt;BR /&gt;There may be scenarios where&amp;nbsp;"Subresource integrity check" doesn't fit well. Making it optional would solve the issue.&lt;BR /&gt;&lt;BR /&gt;The lack of ability to use "Subresource integrity check" is not solved and the scenarios where it is useful are still unsupported. Hubspot doesn't allow its websites to benefit from this standard security feature. Closing this feature request without its implementation is disappointing.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 16:12:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255545#M87014</guid>
      <dc:creator>BMoles1</dc:creator>
      <dc:date>2026-03-03T16:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255596#M87017</link>
      <description>This is not a solution for us.&lt;BR /&gt;&lt;BR /&gt;Here in the UK things like Cyber Essentials Plus and ISO 27001 necessitate&lt;BR /&gt;a proper solution.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2026 18:04:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255596#M87017</guid>
      <dc:creator>Guy_Dawson</dc:creator>
      <dc:date>2026-03-03T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Subresource integrity check</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255611#M87019</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:10pt;"&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84878"&gt;@Guy_Dawson&lt;/a&gt;&lt;/SPAN&gt;, and thanks for adding to the thread!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;I found a HubSpot Ideas post specifically related to your issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Support-Subresource-Integrity-SRI/idi-p/1218003" target="_blank"&gt;&lt;SPAN style="font-size:10pt;"&gt;https://community.hubspot.com/t5/HubSpot-Ideas/Support-Subresource-Integrity-SRI/idi-p/1218003&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;I would recommend:&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;Upvote the idea&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;Add a comment describing your specific use case&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;Please let me know if you have any more questions. Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:10pt;"&gt;Victor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 18:49:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Subresource-integrity-check/m-p/1255611#M87019</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2026-03-03T18:49:56Z</dc:date>
    </item>
  </channel>
</rss>

