Skip to content

Commit e709d6a

Browse files
committed
feat: remove headway
1 parent 725edd8 commit e709d6a

File tree

5 files changed

+1
-23
lines changed

5 files changed

+1
-23
lines changed

packages/app-frontend/src/features/header/AppHeaderLogo.vue

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
<script lang="ts">
2-
import { onMounted, defineComponent } from '@vue/composition-api'
3-
4-
export default defineComponent({
5-
setup () {
6-
onMounted(() => {
7-
if (typeof Headway !== 'undefined') {
8-
// eslint-disable-next-line no-undef
9-
Headway.init({
10-
selector: '.changelog-button',
11-
account: '7kY9Zy',
12-
})
13-
}
14-
})
15-
},
16-
})
17-
</script>
18-
191
<template>
202
<div class="relative">
213
<VueButton
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
declare const Headway: any
2-
31
// @TODO remove
42
declare const browser: any

packages/shell-chrome/devtools.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<div id="app"></div>
1919
</div>
2020

21-
<script async src="https://cdn.headwayapp.co/widget.js"></script>
2221
<script src="./build/devtools.js"></script>
2322
</body>
2423
</html>

packages/shell-chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"run_at": "document_idle"
5656
}
5757
],
58-
"content_security_policy": "script-src 'self' https://cdn.headwayapp.co; object-src 'self'"
58+
"content_security_policy": "script-src 'self'; object-src 'self'"
5959
}

packages/shell-host/public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<div id="container">
3535
<div id="app"></div>
3636
</div>
37-
<script async src="https://cdn.headwayapp.co/widget.js"></script>
3837
<script src="build/devtools.js"></script>
3938
</body>
4039
</html>

0 commit comments

Comments
 (0)