File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1908,7 +1908,6 @@ def add_features(sender, **kwargs):
1908
1908
UPDATE_CONDA_STARTUP = "update_conda_startup"
1909
1909
CONDA_APPEND_CORE_REQUIREMENTS = "conda_append_core_requirements"
1910
1910
ALL_VERSIONS_IN_HTML_CONTEXT = "all_versions_in_html_context"
1911
- CDN_ENABLED = "cdn_enabled"
1912
1911
DOCKER_GVISOR_RUNTIME = "gvisor_runtime"
1913
1912
RECORD_404_PAGE_VIEWS = "record_404_page_views"
1914
1913
ALLOW_FORCED_REDIRECTS = "allow_forced_redirects"
@@ -1975,13 +1974,6 @@ def add_features(sender, **kwargs):
1975
1974
"when building with Sphinx"
1976
1975
),
1977
1976
),
1978
- (
1979
- CDN_ENABLED ,
1980
- _ (
1981
- "Proxito: CDN support for a project's public versions when privacy levels "
1982
- "are enabled."
1983
- ),
1984
- ),
1985
1977
(
1986
1978
DOCKER_GVISOR_RUNTIME ,
1987
1979
_ ("Build: Use Docker gVisor runtime to create build container." ),
Original file line number Diff line number Diff line change @@ -1524,14 +1524,6 @@ def test_404_download(self):
1524
1524
)
1525
1525
class TestCDNCache (BaseDocServing ):
1526
1526
1527
- def setUp (self ):
1528
- super ().setUp ()
1529
- get (
1530
- Feature ,
1531
- feature_id = Feature .CDN_ENABLED ,
1532
- projects = list (Project .objects .all ()),
1533
- )
1534
-
1535
1527
def _test_cache_control_header_project (self , expected_value , host = None ):
1536
1528
"""
1537
1529
Test the CDN-Cache-Control header on requests for `self.project`.
You can’t perform that action at this time.
0 commit comments