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 @@ -1921,7 +1921,6 @@ def add_features(sender, **kwargs):
1921
1921
API_LARGE_DATA = "api_large_data"
1922
1922
CONDA_APPEND_CORE_REQUIREMENTS = "conda_append_core_requirements"
1923
1923
ALL_VERSIONS_IN_HTML_CONTEXT = "all_versions_in_html_context"
1924
- CDN_ENABLED = "cdn_enabled"
1925
1924
RECORD_404_PAGE_VIEWS = "record_404_page_views"
1926
1925
ALLOW_FORCED_REDIRECTS = "allow_forced_redirects"
1927
1926
DISABLE_PAGEVIEWS = "disable_pageviews"
@@ -1988,13 +1987,6 @@ def add_features(sender, **kwargs):
1988
1987
"when building with Sphinx"
1989
1988
),
1990
1989
),
1991
- (
1992
- CDN_ENABLED ,
1993
- _ (
1994
- "Proxito: CDN support for a project's public versions when privacy levels "
1995
- "are enabled."
1996
- ),
1997
- ),
1998
1990
(
1999
1991
RECORD_404_PAGE_VIEWS ,
2000
1992
_ ("Proxito: Record 404s page views." ),
Original file line number Diff line number Diff line change @@ -1695,14 +1695,6 @@ def test_404_download(self):
1695
1695
)
1696
1696
class TestCDNCache (BaseDocServing ):
1697
1697
1698
- def setUp (self ):
1699
- super ().setUp ()
1700
- get (
1701
- Feature ,
1702
- feature_id = Feature .CDN_ENABLED ,
1703
- projects = list (Project .objects .all ()),
1704
- )
1705
-
1706
1698
def _test_cache_control_header_project (self , expected_value , host = None ):
1707
1699
"""
1708
1700
Test the CDN-Cache-Control header on requests for `self.project`.
You can’t perform that action at this time.
0 commit comments