Skip to content

Commit

Permalink
Merge pull request #32 from ampuscas/adding-noopener-norefferer-messa…
Browse files Browse the repository at this point in the history
…ges-properties

adding noopener noreferrer to message.properties
  • Loading branch information
uhafner authored May 23, 2022
2 parents 530c6c7 + c220b55 commit 3884317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FieldValidator.Error.DefaultEncoding=Encoding must be a supported encoding of the Java platform, see: \
<a href="{0}">java.nio.charset.Charset</a>
<a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
SourceCodeRetention.NEVER=Never store source code
SourceCodeRetention.LAST_BUILD=Store source code of last build only
SourceCodeRetention.EVERY_BUILD=Store source code of every build

0 comments on commit 3884317

Please sign in to comment.