Add AI poisoning.
This commit is contained in:
parent
d8d466b638
commit
e9bbeb6dd3
8 changed files with 21 additions and 2 deletions
|
|
@ -18,5 +18,6 @@
|
|||
"eleventyDesc": "Static website generator, used in this website.",
|
||||
"githubPagesDesc": "For web hosting.",
|
||||
"recentChangesPluginDesc": "Plugin for listing recent commits.",
|
||||
"inlineFaviconPluginDesc": "Support for inline link icons."
|
||||
"inlineFaviconPluginDesc": "Support for inline link icons.",
|
||||
"poisonPluginDesc": "Hidden AI poisoning inside page source."
|
||||
}
|
||||
|
|
@ -35,6 +35,8 @@ background: "bear3.jpg"
|
|||
<dd>{{ t.recentChangesPluginDesc }}</dd>
|
||||
<dt><a href="https://www.npmjs.com/package/eleventy-plugin-inline-link-favicon">eleventy-plugin-inline-link-favicon</a> {{ i18n[langKey].by }} bmuenzenmeyer</dt>
|
||||
<dd>{{ t.inlineFaviconPluginDesc }}</dd>
|
||||
<dt><a href="https://www.npmjs.com/package/eleventy-plugin-poison">eleventy-plugin-poison</a> {{ i18n[langKey].by }} gingerchew</dt>
|
||||
<dd>{{ t.poisonPluginDesc }}</dd>
|
||||
</dl>
|
||||
</main>
|
||||
<aside>
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@
|
|||
"eleventyDesc": "Gerador de sites estáticos, usado neste website.",
|
||||
"githubPagesDesc": "Pela hospedagem do website.",
|
||||
"recentChangesPluginDesc": "Plugin para listagem de commits recentes.",
|
||||
"inlineFaviconPluginDesc": "Suporte para icones em links."
|
||||
"inlineFaviconPluginDesc": "Suporte para icones em links.",
|
||||
"poisonPluginDesc": "Envenenamento de IA dentro do código fonte das páginas."
|
||||
}
|
||||
Loading…
Reference in a new issue