mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[PALEMOON] Permisions Manager: Added a comment
This commit is contained in:
parent
4deec33633
commit
3e639acfef
1 changed files with 4 additions and 0 deletions
|
|
@ -274,6 +274,10 @@ Site.prototype = {
|
|||
* Removes all data from the browser corresponding to the site.
|
||||
*/
|
||||
forgetSite: function Site_forgetSite() {
|
||||
// XXX This removes data for an entire domain, rather than just
|
||||
// an origin. This may produce confusing results, as data will
|
||||
// be cleared for the http:// as well as the https:// domain
|
||||
// if you try to forget the https:// site.
|
||||
ForgetAboutSite.removeDataFromDomain(this.principal.URI.host)
|
||||
.catch(Cu.reportError);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue