mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fix broken allow-cookies-patch: typo
This commit is contained in:
parent
ae1a6f7f97
commit
ad49388225
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
diff --git a/browser/base/content/browser-siteIdentity.js b/browser/base/content/browser-siteIdentity.js
|
||||
index d0ba6ac670f4..c051a5f4ccc8 100644
|
||||
index d0ba6ac670f4..a7dc8393e9de 100644
|
||||
--- a/browser/base/content/browser-siteIdentity.js
|
||||
+++ b/browser/base/content/browser-siteIdentity.js
|
||||
@@ -204,6 +204,9 @@ var gIdentityHandler = {
|
||||
"identity-popup-clear-sitedata-button": event => {
|
||||
this.clearSiteData(event);
|
||||
},
|
||||
+ "identity-allow-sitedata-button": () => {
|
||||
+ "identity-popup-allow-sitedata-button": () => {
|
||||
+ this.toggleSiteData();
|
||||
+ },
|
||||
"identity-popup-remove-cert-exception": () => {
|
||||
|
|
Loading…
Reference in a new issue