There was an error while loading. Please reload this page.
1 parent ce7d2e4 commit b7b6ab5Copy full SHA for b7b6ab5
1 file changed
.github/workflows/deploy.yaml
@@ -30,6 +30,12 @@ jobs:
30
git submodule update --remote --checkout explorer
31
git -C explorer log -1 --oneline
32
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: Setup Pages
40
uses: actions/configure-pages@v5
41
0 commit comments