Removes config values for secure base URI. All pages in the application get the same level of protocol security.
SiteWebApplication
Keeps protocol parsing and proxy header parsing to check if app is secure.
Removes getSecureSourceList(). All pages are considered to have the same level of protocol security.
Removes checkSecure() method that checks and redirects to secure URLs since all pages have the same level of protocol security.
Removes APIs to explicitly chose secure vs insecure links. External links are always returned as secure, internal links always use the parsed protocol/header security level.
SiteAmazonCdnModule
Makes CDN URLs always secure
SiteMedia
Removes Android 2.x fallback URLs. These devices are not supported.
Changes
SiteWebApplication
getSecureSourceList()
. All pages are considered to have the same level of protocol security.checkSecure()
method that checks and redirects to secure URLs since all pages have the same level of protocol security.SiteAmazonCdnModule
SiteMedia