Compare commits
No commits in common. "main" and "feature/security" have entirely different histories.
main
...
feature/se
7
app.py
7
app.py
@ -22,8 +22,7 @@ csp = {
|
||||
'script-src': [
|
||||
"'self'",
|
||||
'https://cdn.jsdelivr.net/npm/chart.js',
|
||||
"'unsafe-inline'",
|
||||
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||
"'unsafe-inline'"
|
||||
],
|
||||
'style-src': [
|
||||
"'self'",
|
||||
@ -32,10 +31,6 @@ csp = {
|
||||
'img-src': [
|
||||
"'self'",
|
||||
'data:'
|
||||
],
|
||||
'connect-src': [
|
||||
"'self'",
|
||||
'https://umami-ikow84gco0wcw8cgsc8o08g8.reflectonai.com'
|
||||
]
|
||||
}
|
||||
Talisman(app, content_security_policy=csp)
|
||||
|
||||
@ -106,7 +106,6 @@
|
||||
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