Some rewording
This commit is contained in:
parent
58f5c8601f
commit
7875d7b0a3
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "privatebin/privatebin",
|
"name": "privatebin/privatebin",
|
||||||
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode.",
|
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
# Might as well keep robots away for performance and privacy reasons.
|
# "A robots.txt a day keeps the robots away."
|
||||||
|
# (for performance and privacy reasons)
|
||||||
|
#
|
||||||
|
# Note: To be effective this robots.txt must be put into the root of your server
|
||||||
|
# directory.
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /index.php
|
Allow: /index.php
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
Loading…
Reference in a new issue