This is unlikely to get very much attention, unfortunately. One thing that will certainly make it go quicker is if someone can narrow down what is causing this on our side.
Does turning off any of the Torbutton privacy preferences stop it from happening?
Does it still happen with Torbutton in a Vanilla Firefox?
Thanks Runa! If that pref is the cause for all of the Google link failures, then simply removing that code should do the trick. There are other reasons to remove it, too (#5279 (closed)).
However, we'll probably going to want to ponder the side effects of that removal. I know it might change a bit about how New Identity works in terms of the tab tags (which are only defense in depth anyways), for example...
Thanks Runa! If that pref is the cause for all of the Google link failures, then simply removing that code should do the trick. There are other reasons to remove it, too (#5279 (closed)).
Where in the codebase should I look?
However, we'll probably going to want to ponder the side effects of that removal. I know it might change a bit about how New Identity works in terms of the tab tags (which are only defense in depth anyways), for example...
Any suggestions on where to start to figure out how this will change New Identity and, possibly, other things?
Thanks Runa! If that pref is the cause for all of the Google link failures, then simply removing that code should do the trick. There are other reasons to remove it, too (#5279 (closed)).
However, we'll probably going to want to ponder the side effects of that removal. I know it might change a bit about how New Identity works in terms of the tab tags (which are only defense in depth anyways), for example...
Any suggestions on where to start to figure out how this will change New Identity and, possibly, other things?
Unfortunately, the main reason I want to tear this old code out is because it's rather convoluted and full of voodoo from toggle mode. You can get some of the background in #1506 (closed) and the associated comments...
However, I think for the most part the content policy should be fairly isolated. I think the New Identity parts won't break without it, they'll just be setting some window tags they don't need to.