-
Notifications
You must be signed in to change notification settings - Fork 3k
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
False Positive: Firefox shows IFrame sandbox capability though still broken #955
Comments
This was fixed in firefox 29, and given firefox's auto update, I think this can be closed out without action on our part. thoughts, @stucox ? |
Hmm, won’t be in stable until May and can take a while to reach all users, but yeah I’m apprehensive about adding code for only a few months. How would we go about blacklisting it? Is there a cleaner way than a UA sniff? |
@stucox not from what I can tell. You can |
+1 |
add note about firefox broken sandbox support. fixes #955
add note about firefox broken sandbox support. fixes Modernizr#955
Firefox's IFrame sandbox "support" doesn't actually sandbox since about 8 months:
https://bugzilla.mozilla.org/show_bug.cgi?id=785310
Not including "allow-top-navigation" into the sandbox attribute still allows the IFrame's Javascript to navigate the top window.
The text was updated successfully, but these errors were encountered: