Skip to content

Commit

Permalink
updated redaction policy
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Jan 15, 2025
1 parent d53c328 commit 9cdc973
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# yaml-language-server: $schema=../../../schema/common/redactionPolicy.json
name: content-item-redaction-policy
items:
- jsonPath: $.title
valueConverterName: redact
# NOTE: decided to show title and fragment so that guest users can see at least something
# - jsonPath: $.title
# valueConverterName: redact
- jsonPath: $.excerpt
valueConverterName: redact
- jsonPath: $.content
valueConverterName: redact
- jsonPath: $.matches.[*].fragment
valueConverterName: redact
# NOTE: decided to show title and fragment so that guest users can see at least something
# - jsonPath: $.matches.[*].fragment
# valueConverterName: redact
- jsonPath: $.regions.[*].iiifFragment
valueConverterName: contextNotAllowedImage
- jsonPath: $.pages.[*].iiif
Expand Down

0 comments on commit 9cdc973

Please sign in to comment.