refactor: moved updated script to index.html (#1443)

Co-authored-by: Ayesha Waris <ayesha.waris@192.168.1.11>
This commit is contained in:
ayesha waris
2025-03-05 13:44:49 +05:00
committed by GitHub
parent 0d71e31ffb
commit f5a6ece6b1
2 changed files with 1 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
href="<%=htmlWebpackPlugin.options.FAVICON_URL%>"
type="image/x-icon"
/>
<script src="https://www.edx.org/beam-wrapper.js" ></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.4.4/iframeResizer.contentWindow.min.js"
integrity="sha512-IWwZFBvHzN41wNI6etRLLuLrDDj/6AwJcPt7cmKJAzluYTIHHQ1PF8wh0rSy05jxEvvjflVvH2MxeV6riyEEXg=="

View File

@@ -35,9 +35,6 @@ registerIcons();
const MainApp = () => (
<AppProvider store={configureStore()}>
<Helmet>
{/* Cohesion Snippet */}
<script src="https://www.edx.org/beam-wrapper.js" />
<link rel="shortcut icon" href={getConfig().FAVICON_URL} type="image/x-icon" />
</Helmet>
<Routes>