Skip to content

Commit 686dc3a

Browse files
committed
Use upstream Slise ad optimizations
1 parent 3dc541c commit 686dc3a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ jobs:
3030
git submodule update --remote --checkout explorer
3131
git -C explorer log -1 --oneline
3232
33-
- name: Allow Slise ads in CSP
34-
run: |
35-
perl -0pi -e "s#(script-src[^;]*https://\*\.ping\.pub)#\$1 https://v1.slise.xyz#" explorer/index.html
36-
perl -0pi -e "s#(frame-src[^;]*https://wallet\.keplr\.app)#\$1 https://v1.slise.xyz#" explorer/index.html
37-
grep -n "Content-Security-Policy" -A1 explorer/index.html
38-
39-
- name: Center Slise ad banner
40-
run: |
41-
perl -0pi -e "s#display: 'inline-block',\n width:#display: 'block',\n margin: '0 auto',\n width:#" explorer/src/components/ad/AdBanner.vue
42-
grep -n "const adStyle" -A6 explorer/src/components/ad/AdBanner.vue
43-
4433
- name: Disable CoinGecko on testnet
4534
run: |
4635
node <<'NODE'

0 commit comments

Comments
 (0)