[tor-bugs] #5585 [EFF-HTTPS Everywhere]: [CHROME] CSS content fails to load when appcache is enabled

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu May 10 01:27:42 UTC 2012


#5585: [CHROME] CSS content fails to load when appcache is enabled
----------------------------------+-----------------------------------------
 Reporter:  cypherpunks           |          Owner:  pde
     Type:  defect                |         Status:  new
 Priority:  critical              |      Milestone:     
Component:  EFF-HTTPS Everywhere  |        Version:     
 Keywords:                        |         Parent:     
   Points:                        |   Actualpoints:     
----------------------------------+-----------------------------------------
Changes (by pde):

 * cc: perree@… (added)


Comment:

 I can reproduce weirdness in http://www.ericperrets.info/index.html in
 Debian Chromium 18.0.1025.168~r134367-1 with both HTTPS Everywhere
 2012.5.2 and an HTTPS Everywhere build from git master.  Symptom: the
 "Featured Photo" section is broken.  I can also confirm that the Featured
 Photos work with a Firefox build of https everywhere from git master, and
 in Chrome without HTTPS Everywhere.

 Probably not relevant but including just in case: when I fetched that
 fonts.googleapis.com resource in Firefox, I got a different response over
 HTTP and HTTPS -- the order of the CSS stanzas is reversed:

 [http://fonts.googleapis.com/css?family=Reenie+Beanie|Candal&v1&text=ERIC
 PT’SINFOAesumWorkaplntcfLidh%2C
 http://fonts.googleapis.com/css?family=Reenie+Beanie|Candal&v1&text=ERIC
 PT’SINFOAesumWorkaplntcfLidh%2C]

 {{{
 @font-face {
   font-family: 'Candal';
   font-style: normal;
   font-weight: normal;
   src: local('Candal'), url('http://themes.googleusercontent.com/font?kit
 =K6NqFCM1KRAwQLlS7E0DAY7b-ALA-
 Zbe1ySos6hTNmbftkihMdEBQEXFLPHC_sgBR5whA8paoxfC_9t4chySfA&text')
 format('truetype');
 }
 @font-face {
   font-family: 'Reenie Beanie';
   font-style: normal;
   font-weight: normal;
   src: local('Reenie Beanie'), local('ReenieBeanie'),
 url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamXxolqZ7nPQaj3EWXEWAroLh4JpgRwLrsbfjJPazD21tNA3oGsv61ByyJPLsLmBosbQ&text')
 format('truetype');
 }

 }}}
 versus
 [https://fonts.googleapis.com/css?family=Reenie+Beanie|Candal&v1&text=ERIC
 PT’SINFOAesumWorkaplntcfLidh%2C
 https://fonts.googleapis.com/css?family=Reenie+Beanie|Candal&v1&text=ERIC
 PT’SINFOAesumWorkaplntcfLidh%2C]

 {{{
 @font-face {
   font-family: 'Reenie Beanie';
   font-style: normal;
   font-weight: normal;
   src: local('Reenie Beanie'), local('ReenieBeanie'),
 url('https://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamXxolqZ7nPQaj3EWXEWAroLh4JpgRwLrsbfjJPazD21tNA3oGsv61ByyJPLsLmBosbQ&text')
 format('truetype');
 }
 @font-face {
   font-family: 'Candal';
   font-style: normal;
   font-weight: normal;
   src: local('Candal'), url('https://themes.googleusercontent.com/font?kit
 =K6NqFCM1KRAwQLlS7E0DAY7b-ALA-
 Zbe1ySos6hTNmbftkihMdEBQEXFLPHC_sgBR5whA8paoxfC_9t4chySfA&text')
 format('truetype');
 }

 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5585#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list