Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ conversion:

viewer:
security:
# Default is safe and non-breaking for same-origin usage.
# Set an explicit allowlist if the viewer must be embedded cross-origin.
frame-ancestors: self
# Default is safe (same-origin only). Set CLEARFOLIO_FRAME_ANCESTORS to an
# explicit allowlist (e.g. "self https://naruon.example") to embed the viewer
# cross-origin, such as inside naruon's document surface.
frame-ancestors: ${CLEARFOLIO_FRAME_ANCESTORS:self}
Loading