Skip to content

Commit 7dc478d

Browse files
authored
Merge pull request #4430 from Raku/finanalyst-patch-6
document Firefox Unicode config in unicode.rakudoc
2 parents 5a65773 + 52964cd commit 7dc478d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Language/unicode.rakudoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ methods.
1212
For an overview on MoarVM's internal representation of strings, see the
1313
L<MoarVM string documentation|https://github.com/MoarVM/MoarVM/blob/master/docs/strings.asciidoc>.
1414

15+
=begin nested
16+
For security reasons, browsers (eg., Firefox) may restrict the display of Unicode
17+
glyphs not in a trusted font, even if the OS has a font installed that displays the glyph.
18+
To overcome this problem for Firefox, set the `privacy.fingerprintingProtection` config option to `False`.
19+
=end nested
20+
1521
=head1 Filehandles and I/O
1622

1723
X<|Reference,Normalization>

0 commit comments

Comments
 (0)