Compare commits

..

No commits in common. "main" and "feature/security" have entirely different histories.

2 changed files with 1 additions and 7 deletions

7
app.py
View File

@ -22,8 +22,7 @@ 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'",
@ -32,10 +31,6 @@ 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)

View File

@ -106,7 +106,6 @@
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;">