-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
popup windows display the allow/deny bar in the wrong window #297
Comments
This also often happens when opening a link in a new tab, if that link redirects to a different URL. The opener tab (or sometimes both tabs) will show the Allow/Deny bar. If both tabs show that bar, then clicking Allow in one tab and switching to the other will re-show the bar in that other tab. |
@alexlehm do you still have this problem? Is there a page where I can test this?
I can't reproduce this either (for example, "open in new tab" on a google search result, the redirect warning appears in the proper tab). @DavidJCobb do you still have this problem or a link to a page where we can reproduce this? Thanks |
I am still seeing the issue, whether this happens depends on the way a redirect is implemented in a new window. Redirect with Refresh shows the warning bar in the original window and the new opened window (this is redir3 in my examples) and redirect by opening the window first and assigning a new url later shows the warning bar only in the original window (and redirects the wrong window afterwards) (this is redir4 in my examples) |
@alexlehm I can confirm this bug for link redir3 |
I think I have found another instance where something similar happens. On twitter cards, a window is opened but the base page displays that a request to the target url was blocked. |
This is what I get on https://twitter.com/GeorgeTakei/status/532610034346106880 (default deny policy):
So this is another bug? I don't have redirection warnings (unless I whitelist |
I think that is another variant of the same bug, the page that should receive the warning is the empty page, but the other page processes the redirect and blocks it. when the target domain is whitelisted it opens the windows and goes to the page, it also does so when requestpolicy is disabled. |
The bug @nodiscc describes (left-click and ctrl-click on https://twitter.com/GeorgeTakei/status/532610034346106880) is issue #36
This has nothing to do with RP. Btw @alexlehm I can also reproduce the bug for redir4. |
I will fix this bug after e10s compatibility is completed – see #489 (comment) for details |
I think this issue is solved. If not, please reopen. |
Tuesday Mar 20, 2012 at 18:24 GMT
Originally opened as RequestPolicy/requestpolicy#297
when clicking on a link that opens a new empty window and then redirects this windows url to the target url, the yellow message bar with allow/deny is displayed in the opening window, not in the new window. this means that when you click allow, the wrong window displays the opened content.
The text was updated successfully, but these errors were encountered: