Closed
Bug 1433524
Opened 8 years ago
Closed 8 years ago
Popups blocked by a policy opened after the user allowed them on the menu
Categories
(Firefox :: Enterprise Policies, defect)
Tracking
()
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | verified |
People
(Reporter: Abe_LV, Assigned: Felipe)
References
Details
Steps to reproduce:
Screen capture: http://www.popuptest.com/popuptest1.html
1. Use this policy:
{
"policies": {
"popups": {
"allow": [
],
"block": [
"http://www.popuptest.com/"
]
}
}
}
2. Go to http://www.popuptest.com/popuptest1.html
3. Allow pop-ups from the menu
Actual Results
Pop-ups show up when the user allows them from the menu.
Expected Result
Popups blocked by a policy should not be allowed by the end user.
| Reporter | ||
Comment 1•8 years ago
|
||
Screen capture: https://testing-1.tinytake.com/sf/MjMwMzA3MV83MDY0NTIx
Blocks: 1428922
Flags: needinfo?(felipc)
| Assignee | ||
Comment 2•8 years ago
|
||
Note: this bug will be resolved before the engine rolls out, by removing support for the "Block" part of this policy, since it doesn't make sense in our UI. Only a preset "Allow" for popups make sense.
Flags: needinfo?(felipc)
| Assignee | ||
Comment 3•8 years ago
|
||
(fixing both in bug 1433290 as it's easier to do the two at the same)
Assignee: nobody → felipc
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•8 years ago
|
||
Fixed by bug 1433290
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•8 years ago
|
||
This is just a code change. Adjusting flags.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•