Compare commits
5 Commits
feature/se
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1642e3936a | |||
| fd9940652c | |||
| 4be8eb5607 | |||
| 0fcd6d60a4 | |||
| 275d2cd229 |
7
app.py
7
app.py
@ -22,7 +22,8 @@ csp = {
|
||||
'script-src': [
|
||||
"'self'",
|
||||
'https://cdn.jsdelivr.net/npm/chart.js',
|
||||
"'unsafe-inline'"
|
||||
"'unsafe-inline'",
|
||||
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||
],
|
||||
'style-src': [
|
||||
"'self'",
|
||||
@ -31,6 +32,10 @@ csp = {
|
||||
'img-src': [
|
||||
"'self'",
|
||||
'data:'
|
||||
],
|
||||
'connect-src': [
|
||||
"'self'",
|
||||
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||
]
|
||||
}
|
||||
Talisman(app, content_security_policy=csp)
|
||||
|
||||
@ -106,6 +106,7 @@
|
||||
table { min-width: 400px; }
|
||||
}
|
||||
</style>
|
||||
<script async defer src="https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com/script.js" data-website-id="1e85082c-2652-4d6c-a0b2-fa55082982a7"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: left; margin-bottom: 1em;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user