Skip to content

Commit

Permalink
💥 Set default setting crossorigin to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Oct 16, 2019
1 parent 4f7b957 commit 33d8784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings.Jonnitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Jonnitto:
playsinline: true

# https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-crossorigin
# anonymous || use-credentials || true
crossorigin: true
# anonymous || use-credentials || true || false
crossorigin: false

0 comments on commit 33d8784

Please sign in to comment.