[tor-bugs] #3937 [EFF-HTTPS Everywhere]: HTTPS Everywhere Identica ruleset incomplete, causes contant error messages

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Sep 5 21:50:31 UTC 2011


#3937: HTTPS Everywhere Identica ruleset incomplete, causes contant error messages
----------------------------------+-----------------------------------------
 Reporter:  deltaVector           |          Owner:  pde
     Type:  defect                |         Status:  new
 Priority:  minor                 |      Milestone:     
Component:  EFF-HTTPS Everywhere  |        Version:     
 Keywords:                        |         Parent:     
   Points:                        |   Actualpoints:     
----------------------------------+-----------------------------------------
 With the Identica ruleset enabled, the error console constantly gets
 filled with error messages:

 > Error: Permission denied for <!http://meteor4.identi.ca> to get property
 Window.Meteor
 > Source !File:http://meteor4.identi.ca/poll.html
 > Line: 14

 This is because of the same-origin policy being enforced, causing the
 method call on parent.Meteor from http://meteor4.identi.ca to
 https://identi.ca to fail due to the differing URI scheme.

 It looks to me like a rule like

 {{{
 <rule from="^http://(meteor\d+\.identi\.ca)/" to="https://$1/" />
 }}}
 with an appropriate target host would fix this.

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


More information about the tor-bugs mailing list