diff --git a/lib/dotcom_web/templates/fare/proposed_sales_locations.html.heex b/lib/dotcom_web/templates/fare/proposed_sales_locations.html.heex
index ea01c4a062..1e47c9d76c 100644
--- a/lib/dotcom_web/templates/fare/proposed_sales_locations.html.heex
+++ b/lib/dotcom_web/templates/fare/proposed_sales_locations.html.heex
@@ -38,6 +38,7 @@
src={static_url(@conn, "/js/tnm.js")}
integrity={static_integrity(@conn, "/js/tnm.js")}
crossorigin="anonymous"
+ nonce={assigns[:nonce]}
>
<% end %>
diff --git a/lib/dotcom_web/templates/fare/retail_sales_locations.html.heex b/lib/dotcom_web/templates/fare/retail_sales_locations.html.heex
index 773a752457..8caacb2a35 100644
--- a/lib/dotcom_web/templates/fare/retail_sales_locations.html.heex
+++ b/lib/dotcom_web/templates/fare/retail_sales_locations.html.heex
@@ -23,6 +23,7 @@
src={static_url(@conn, "/js/tnm.js")}
integrity={static_integrity(@conn, "/js/tnm.js")}
crossorigin="anonymous"
+ nonce={assigns[:nonce]}
>
<% end %>
diff --git a/lib/dotcom_web/templates/layout/root.html.heex b/lib/dotcom_web/templates/layout/root.html.heex
index e2ca8167ab..87c3d2e899 100644
--- a/lib/dotcom_web/templates/layout/root.html.heex
+++ b/lib/dotcom_web/templates/layout/root.html.heex
@@ -79,6 +79,7 @@
href={static_url(@conn, "/css/core.css")}
integrity={static_integrity(@conn, "/css/core.css")}
crossorigin="anonymous"
+ nonce={assigns[:nonce]}
/>
@@ -151,6 +155,7 @@
src={static_url(@conn, "/js/react.js")}
integrity={static_integrity(@conn, "/js/react.js")}
crossorigin="anonymous"
+ nonce={assigns[:nonce]}
>
<%!-- End unnecessary scripts --%>
diff --git a/lib/dotcom_web/templates/layout/style_guide.html.eex b/lib/dotcom_web/templates/layout/style_guide.html.eex
index 9239ebddde..2d3d20242e 100644
--- a/lib/dotcom_web/templates/layout/style_guide.html.eex
+++ b/lib/dotcom_web/templates/layout/style_guide.html.eex
@@ -37,7 +37,7 @@
-
+