since .55 youtube channel subscription navs are blocked
since .55 youtube channel subscription navs are blocked
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
- 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
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
Re: since .55 youtube channel subscription navs are blocked
go to any channel page (e.g. http://www.youtube.com/user/google)Giorgio Maone wrote:How can I check it?
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
- 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
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
Re: since .55 youtube channel subscription navs are blocked
fixedGiorgio Maone wrote:Should be fixed in latest development build, thanks.
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
- 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
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.al_9x wrote:is ABE.checkFrameOpt(domWindow, req) in front of this.getPref("frameOptions.enabled") on purpose?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6