[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs