diff --git a/content/github/authenticating-to-github/about-anonymized-urls.md b/content/github/authenticating-to-github/about-anonymized-urls.md index 5cae044eae..3d4dd03b5d 100644 --- a/content/github/authenticating-to-github/about-anonymized-urls.md +++ b/content/github/authenticating-to-github/about-anonymized-urls.md @@ -14,7 +14,7 @@ topics: To host your images and videos, {% data variables.product.product_name %} uses the [open-source project Camo](https://github.com/atmos/camo). Camo generates an anonymous URL proxy for each file which hides your browser details and related information from other users. The URL starts `https://.githubusercontent.com/`, with different subdomains depending on how you uploaded the image or video. -Anyone who receives your anonymized URL, directly or indirectly, may view your image or video. To keep sensitive files private, restrict them to a private network or a server that requires authentication instead of using Camo. +Anyone who receives your anonymized URL, directly or indirectly, may view your image or video. To keep sensitive media files private, restrict them to a private network or a server that requires authentication instead of using Camo. ### Troubleshooting issues with Camo @@ -35,7 +35,7 @@ Windows users will either need to use the Git Powershell (which is installed alo If an image or video is showing up in your browser but not on {% data variables.product.prodname_dotcom %}, you can try requesting it locally. {% data reusables.command_line.open_the_multi_os_terminal %} -2. Request the image headers using `curl`. +2. Request the image or video headers using `curl`. ```shell $ curl -I https://www.my-server.com/images/some-image.png > HTTP/2 200 diff --git a/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md index 8433712f67..6cd6a2ab98 100644 --- a/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md +++ b/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md @@ -13,7 +13,7 @@ topics: --- {% warning %} -**Warning:** If you add an image {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1 or currentVersion == "github-ae@next" %} or video {% endif %} to a pull request or issue comment, anyone can view the anonymized URL without authentication, even if the pull request is in a private repository{% if enterpriseServerVersions contains currentVersion %}, or if private mode is enabled{% endif %}. To keep sensitive media files private, serve them from a private network or server that requires authentication. {% if currentVersion == "free-pro-team@latest" %}For more information on anonymized URLs see "[About anonymized URLs](/authenticating-to-github/about-anonymized-urls)".{% endif %} +**Warning:** If you add an image {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %} or video {% endif %} to a pull request or issue comment, anyone can view the anonymized URL without authentication, even if the pull request is in a private repository{% if enterpriseServerVersions contains currentVersion %}, or if private mode is enabled{% endif %}. To keep sensitive media files private, serve them from a private network or server that requires authentication. {% if currentVersion == "free-pro-team@latest" %}For more information on anonymized URLs see "[About anonymized URLs](/github/authenticating-to-github/about-anonymized-urls)".{% endif %} {% endwarning %} @@ -28,7 +28,7 @@ To attach a file to an issue or pull request conversation, drag and drop it into {% endtip %} The maximum size for files is 25MB and the maximum size for images is 10MB. -{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1 or currentVersion == "github-ae@next" %} +{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %} Videos can be up to 100 MB in size if the repository is owned by a user or organization on a paid GitHub plan, otherwise the maximum size is 10MB. {% endif %}