Skip to content

Commit 22b3faf

Browse files
author
FalkWolsky
committed
Enable Clearbit for all
1 parent e6d81cf commit 22b3faf

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

client/packages/lowcoder/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<script>
5252
window.global = window;
5353
</script>
54+
<script
55+
src="https://tag.clearbitscripts.com/v1/pk_dfbc0aeefb28dc63475b67134facf127/tags.js"
56+
referrerPolicy="no-referrer"
57+
></script>
5458
</head>
5559
<body>
5660
<div id="not-supported-browser"></div>

client/packages/lowcoder/src/app.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ class AppIndex extends React.Component<AppIndexProps, any> {
241241
rel="apple-touch-startup-image"
242242
href="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/main/images/Lowcoder%20Logo%20512.png"
243243
/>
244-
245244
<meta
246245
key="application-name"
247246
name="application-name"
@@ -297,12 +296,6 @@ class AppIndex extends React.Component<AppIndexProps, any> {
297296
rel="stylesheet"
298297
/>,
299298
// adding Clearbit Support for Analytics
300-
<script
301-
key="clearbit-script"
302-
src="https://tag.clearbitscripts.com/v1/pk_dfbc0aeefb28dc63475b67134facf127/tags.js"
303-
referrerPolicy="strict-origin-when-cross-origin"
304-
type="text/javascript"
305-
></script>,
306299
]}
307300
</Helmet>
308301
<SystemWarning />

0 commit comments

Comments
 (0)