Closed
Bug 27012
Opened 23 years ago
Closed 22 years ago
Need UI for setting site-specific policies
Categories
(Core :: Security, defect, P3)
Tracking
()
People
(Reporter: norrisboyd, Assigned: security-bugs)
References
Details
Currently no way exists to set site-specific policies other than editing a preferences file. Need a UI for this.
Reporter | ||
Comment 1•23 years ago
|
||
Guess on target milestone date...
Bulk moving all Browser Security bugs to new Security: General component. The previous Security component for Browser will be deleted.
Component: Security → Security: General
Comment 3•23 years ago
|
||
As a first step, we need a mechanism for maintaining (storing, retrieving, testing, removing, adding) site-specific permissions. The coding in nsCookie.cpp which previously handled site-specific cookie policies has now been generalized to handle all site-specific permissions.
Assignee | ||
Comment 4•23 years ago
|
||
Steve, I'd like to integrate site-specific capabilities storage with the cookie code as well, if possible. Some refer to a site (an URL) and some to a certificate...will I be able to store per-certificate policies in your cookie storage as well?
Comment 5•23 years ago
|
||
No, the mechanism as I set it up is for site-specific information only. But of course you could make the certifite look like a pseudo-site and then use the mechanism as I implemented it. Or you could modify the mechanism.
Reporter | ||
Comment 6•23 years ago
|
||
I don't think we'll have time to do this for beta2.
Target Milestone: M16 → M20
Assignee | ||
Comment 7•23 years ago
|
||
Bulk reassigning most of norris's bugs to mstoltz.
Assignee: norris → mstoltz
Status: ASSIGNED → NEW
Assignee | ||
Comment 8•23 years ago
|
||
A nice feature, but it's not going to happen for awhile.
Status: NEW → ASSIGNED
Comment 10•22 years ago
|
||
have you seen bug 38966?
Assignee | ||
Comment 11•22 years ago
|
||
*** This bug has been marked as a duplicate of 27159 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 12•22 years ago
|
||
Whoops, wrong duplicate. Sorry for the spam.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 13•22 years ago
|
||
*** This bug has been marked as a duplicate of 38966 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•