1
0
mirror of synced 2025-12-21 10:57:10 -05:00

changes to fix test errors

This commit is contained in:
Sarita Iyer
2021-05-11 13:48:25 -04:00
parent ceb630c4dd
commit 0bb571f90c
2 changed files with 4 additions and 4 deletions

View File

@@ -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://<subdomain>.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

View File

@@ -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 %}