-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1254194 - Add a validator for custom add-on content security poli…
…cies
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
csp.error.missing-directive=Brak dyrektywy „%S” dla reguły | ||
csp.error.illegal-keyword=Dyrektywa „%1$S” zawiera zabronione słowo kluczwe „%2$S” | ||
csp.error.illegal-protocol=Dyrektywa „%1$S” zawiera zabronione źródło protokołu „%2$S” | ||
csp.error.missing-host=%2$S: protokół wymaga nazwy hosta w dyrektywie „%1$S” | ||
csp.error.missing-source=„%1$S” musi zawierać źródło „%2$S” | ||
csp.error.illegal-host-wildcard=%2$S: źródła z gwiazdką w dyrektywie „%1$S” muszą zawierać przynajmniej jedną nieogólną domenę (np. *.example.com a nie *.com) |