diff --git a/files/squid/helpers/rules.d/python.rules b/files/squid/helpers/rules.d/python.rules index fe051f0ebba53d50073defb9cda80060a913916a..881339bde9b2cdb0f687ce7f513f33d3a38ed49c 100644 --- a/files/squid/helpers/rules.d/python.rules +++ b/files/squid/helpers/rules.d/python.rules @@ -11,3 +11,12 @@ ^https?://docs\.python\.org/3(\.[0-9]{1,2})?/.* true ^https?://docs\.python\.org/3(\.[0-9]{1,2})?/reference/.* true ^https?://docs\.python\.org/3(\.[0-9]{1,2})?/genindex(-[A-Za-z0-9_]+)?\.html true + +// extra for 732A80 2021-10-26 +^https?://numpy\.org/doc/stable/reference/.* true +^https?://numpy\.org/doc/stable/_static/.* true +^https?://numpy\.org/doc/stable/search.* true +^https?://numpy\.org/doc/_static/.* true +^https?://fonts.gstatic.com/s/.* true +^https?://www\.tensorflow\.org/api_docs/python/.* true +^https?://www\.tensorflow\.org/images/.* true diff --git a/files/squid/helpers/rules.d/rstudio.rules b/files/squid/helpers/rules.d/rstudio.rules index b8808b6da3fa3264515f1222c61ed3fe13e49f99..5609ca8d17016759b484af152033a0b47482f716 100644 --- a/files/squid/helpers/rules.d/rstudio.rules +++ b/files/squid/helpers/rules.d/rstudio.rules @@ -7,6 +7,8 @@ // ^https?://cran\.rstudio\.com/src/contrib/.* true // 732G12 +^https?://repo\.anaconda\.com/.* true +^https?://conda\.anaconda\.com/.* true ^https?://storage\.googleapis\.com/tensorflow/.* true // 732A51