mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1642898 - Remove most of the references of black/whitelist within the doc r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D78000
This commit is contained in:
parent
1fa83d8c9b
commit
7de68c2cea
@ -19,7 +19,7 @@ ESLint.
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
The ESLint mozilla-central integration uses a blacklist to exclude certain directories from being
|
||||
The ESLint mozilla-central integration uses a skip list to exclude certain directories from being
|
||||
linted. This lives in ``topsrcdir/.eslintignore``. If you don't wish your directory to be linted, it
|
||||
must be added here.
|
||||
|
||||
|
@ -267,10 +267,10 @@ break the build process**
|
||||
regression tests, for well-known security bugs, can include code
|
||||
samples that some antivirus software will identify as a threat, and
|
||||
will either quarantine or otherwise corrupt the files involved. To
|
||||
resolve this you will need to whitelist your source and object
|
||||
directories (the ``mozilla-source`` and ``mozilla-build``
|
||||
directories) in Windows Defender or your antivirus software and if
|
||||
you're missing files, revert your source tree with the
|
||||
resolve this you will need to add your source and object directories
|
||||
(the ``mozilla-source`` and ``mozilla-build``
|
||||
directories) to the allow list in Windows Defender or your antivirus
|
||||
software and if you're missing files, revert your source tree with the
|
||||
"``hg update -C" `` command. Once this is done your next
|
||||
``./mach build`` should complete successfully.
|
||||
|
||||
|
@ -228,7 +228,7 @@ This operation is sanitized, and Fluent takes care of selecting which elements a
|
||||
attributes can be safely provided by the localization.
|
||||
The list of allowed elements and attributes is `maintained by the W3C`__, and if
|
||||
the developer needs to allow for localization of additional attributes, they can
|
||||
whitelist them using :code:`data-l10n-attrs` list:
|
||||
allow them using :code:`data-l10n-attrs` list:
|
||||
|
||||
.. code-block:: html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user