Bug 1627859 - Fix case where we don't read IPC policies in time. r=ckerschb

Differential Revision: https://phabricator.services.mozilla.com/D69905

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matt Woodrow 2020-04-10 22:13:45 +00:00
Родитель b27b5505fe
Коммит 0c6cc119e0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -194,6 +194,7 @@ bool nsCSPContext::permitsInternal(
const nsAString& aNonce, bool aIsPreload, bool aSpecific,
bool aSendViolationReports, bool aSendContentLocationInViolationReports,
bool aParserCreated) {
EnsureIPCPoliciesRead();
bool permits = true;
nsAutoString violatedDirective;