You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to boil down to the akamai CDN - the rule redirects the whole page to an akamai url for the html, which loads fine, but some relatively reverenced recources (images and icons or icon font) don't seem to be present in their relative locations on the CDN.
Some images don't load on the following URL with the nVidia.com (partial) rule, which is enabled by default:
http://shield.nvidia.com/android-tv
Screenshots:

The relevant rule file seems to be:
https://github.com/EFForg/https-everywhere/blob/master/src/chrome/content/rules/NVidia.xml
The problem seems to boil down to the akamai CDN - the rule redirects the whole page to an akamai url for the html, which loads fine, but some relatively reverenced recources (images and icons or icon font) don't seem to be present in their relative locations on the CDN.
Page redirect, which is fine:
http://shield.nvidia.com/android-tv
https://a248.e.akamai.net/f/248/10/10/shield.nvidia.com/android-tv
Relative resource which is not present on the CDN:
Exact link: /images/holiday-bundle/free-remote-bundle.png
Normal URL: http://shield.nvidia.com/images/holiday-bundle/free-remote-bundle.png
CDN URL (fails): https://a248.e.akamai.net/images/holiday-bundle/free-remote-bundle.png
Correct CDN URL: https://a248.e.akamai.net/f/248/10/10/shield.nvidia.com/images/holiday-bundle/free-remote-bundle.png
I'm not sure how we would fix this, and I barely understand the rule, so if anybody else wants to take a stab at this that'd be great.