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': [
|
'script-src': [
|
||||||
"'self'",
|
"'self'",
|
||||||
'https://cdn.jsdelivr.net/npm/chart.js',
|
'https://cdn.jsdelivr.net/npm/chart.js',
|
||||||
"'unsafe-inline'"
|
"'unsafe-inline'",
|
||||||
|
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||||
],
|
],
|
||||||
'style-src': [
|
'style-src': [
|
||||||
"'self'",
|
"'self'",
|
||||||
@ -31,6 +32,10 @@ csp = {
|
|||||||
'img-src': [
|
'img-src': [
|
||||||
"'self'",
|
"'self'",
|
||||||
'data:'
|
'data:'
|
||||||
|
],
|
||||||
|
'connect-src': [
|
||||||
|
"'self'",
|
||||||
|
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Talisman(app, content_security_policy=csp)
|
Talisman(app, content_security_policy=csp)
|
||||||
|
|||||||
@ -106,6 +106,7 @@
|
|||||||
table { min-width: 400px; }
|
table { min-width: 400px; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script async defer src="https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com/script.js" data-website-id="1e85082c-2652-4d6c-a0b2-fa55082982a7"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="text-align: left; margin-bottom: 1em;">
|
<div style="text-align: left; margin-bottom: 1em;">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user