Skip to content

Commit

Permalink
fix: tiptap fix + 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Apr 9, 2024
1 parent 24a2dd9 commit b57c03b
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 301 deletions.
4 changes: 2 additions & 2 deletions conf/prace.spseol.cz.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ server {
client_max_body_size 32M;
server_tokens off;

add_header Content-Security-Policy "default-src 'none'; script-src 'unsafe-inline' 'unsafe-eval' 'self'; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://fonts.googleapis.com; base-uri 'self'; connect-src 'self'; font-src 'self' data: https://cdn.jsdelivr.net https://fonts.gstatic.com; frame-src 'self'; img-src 'self' data: https://www.spseol.cz; manifest-src 'self'; media-src 'self'; form-action 'self'; frame-ancestors 'self'; object-src 'self';";
add_header Feature-Policy "fullscreen origin; none";
add_header Content-Security-Policy "script-src 'unsafe-inline' 'unsafe-eval' 'self'; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://fonts.googleapis.com; base-uri 'self'; connect-src sentry.io *.sentry.io 'self'; font-src 'self' data: https://cdn.jsdelivr.net https://fonts.gstatic.com; frame-src 'self'; img-src 'self' data: https://www.spseol.cz; manifest-src 'self'; media-src 'self'; form-action 'self'; frame-ancestors 'self'; object-src 'self';";
add_header Feature-Policy "fullscreen 'self'";
add_header Referrer-Policy "strict-origin";
# add_header Strict-Transport-Security "max-age=15768000; preload" always;
add_header X-Content-Type-Options "nosniff";
Expand Down
2 changes: 1 addition & 1 deletion django/.env.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THESAURUS_VERSION=1.0.2
THESAURUS_VERSION=1.0.3

SQL_ENGINE=django.db.backends.postgresql
SQL_DATABASE=thesaurus
Expand Down
Loading

0 comments on commit b57c03b

Please sign in to comment.