Loading
Bug 1829687 - Add isRestrictedPage methods; r=nordzilla
This abstracts out the restricted page check. I duplicated the logic in both the parent and the child since a later patch needs it. It also adds another check when translating the page that we're not actually attempting to translate a restricted page. This guards against cases where the translation is mistakenly invoked on a page that shouldn't be translated. Differential Revision: https://phabricator.services.mozilla.com/D179083