Commit 2e31a6c
committed
Disable Turbo for omniauth links
When Turbo is enabled for these links, the CSP directive changes to `connect-src` (due to the JavaScript fetch). However, since we are leaving CodeHarbor anyway, we just disable Turbo and thus prevent any Turbo-related issues.1 parent ecd1d7b commit 2e31a6c
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
0 commit comments