Skip to content

Commit

Permalink
add SECURE_CROSS_ORIGIN_OPENER_POLICY = None to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed May 23, 2024
1 parent b0ce172 commit c9ef093
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion seshat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,6 @@
else:
# TODO: find a way to specify this based on the VM: aarch64 or x86_64
# GEOS_LIBRARY_PATH = '/usr/lib/aarch64-linux-gnu/libgeos_c.so'
GEOS_LIBRARY_PATH = '/usr/lib/x86_64-linux-gnu/libgeos_c.so'
GEOS_LIBRARY_PATH = '/usr/lib/x86_64-linux-gnu/libgeos_c.so'

SECURE_CROSS_ORIGIN_OPENER_POLICY = None

0 comments on commit c9ef093

Please sign in to comment.