Skip to content

Commit

Permalink
Bug 1254194 - Add a validator for custom add-on content security poli…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
splewako committed Apr 26, 2016
1 parent b84e608 commit 0167d8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions toolkit/chrome/global/extensions.properties
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)

0 comments on commit 0167d8b

Please sign in to comment.