Skip to content

Commit

Permalink
make note about firefox ETP and video playback clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialtech committed Mar 11, 2024
1 parent 6302ba6 commit 07e771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/preferences.nim
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ proc renderPreferences*(prefs: Prefs; path: string; themes: seq[string]): VNode
text "Preferences are stored client-side using cookies without any personal information."
br()
br()
text "Note that if Firefox ETP (Enhanced Tracking Protection) is used, proxy video streaming must be enabled in order for video playback to work."
text "If you're using Firefox with Enhanced Tracking Protection (ETP) enabled, ensure that proxy video streaming is turned on to allow video playback functionality."

button(`type`="submit", class="pref-submit"):
text "Save preferences"
Expand Down

0 comments on commit 07e771d

Please sign in to comment.