Skip to content

Commit 4688d49

Browse files
authored
Merge pull request #114995 from bubbletroubles/patch-3
URL *pytorch.org perimts an insecure configuration
2 parents 0d5fce2 + a4f168a commit 4688d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/includes/recommended-network-outbound.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ms.author: larryfr
1414
| `anaconda.com`<br>`*.anaconda.com` | Used to install default packages. |
1515
| `*.anaconda.org` | Used to get repo data. |
1616
| `pypi.org` | Used to list dependencies from the default index, if any, and the index isn't overwritten by user settings. If the index is overwritten, you must also allow `*.pythonhosted.org`. |
17-
| `*pytorch.org` | Used by some examples based on PyTorch. |
18-
| `*.tensorflow.org` | Used by some examples based on Tensorflow. |
17+
| `pytorch.org`<br>`*.pytorch.org` | Used by some examples based on PyTorch. |
18+
| `*.tensorflow.org` | Used by some examples based on Tensorflow. |

0 commit comments

Comments
 (0)