since .55 youtube channel subscription navs are blocked

Bug reports and enhancement requests
Post Reply
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

since .55 youtube channel subscription navs are blocked

Post by al_9x »

by x-frame-options code
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: since .55 youtube channel subscription navs are blocked

Post by Giorgio Maone »

How can I check it?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: since .55 youtube channel subscription navs are blocked

Post by al_9x »

Giorgio Maone wrote:How can I check it?
go to any channel page (e.g. http://www.youtube.com/user/google)
click "subscribe to this page" navbar button
you get the following in the console:

X-FRAME-OPTIONS: blocked http://gdata.youtube.com/feeds/base/use ... be-profile
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: since .55 youtube channel subscription navs are blocked

Post by Giorgio Maone »

Should be fixed in latest development build, thanks.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: since .55 youtube channel subscription navs are blocked

Post by al_9x »

Giorgio Maone wrote:Should be fixed in latest development build, thanks.
fixed

is ABE.checkFrameOpt(domWindow, req) in front of this.getPref("frameOptions.enabled") on purpose?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: since .55 youtube channel subscription navs are blocked

Post by Giorgio Maone »

al_9x wrote:is ABE.checkFrameOpt(domWindow, req) in front of this.getPref("frameOptions.enabled") on purpose?
Yes, since checkFrameOpt() is quite cheap and has no side effects, and frameOptions.enabled is true by default, we're skipping an useless getPref() call in the overwhelming commonest case.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Post Reply