diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js
index 594bbfcfb..b0771f35c 100644
--- a/chrome/content/zotero/browser.js
+++ b/chrome/content/zotero/browser.js
@@ -807,7 +807,6 @@ Zotero_Browser.Tab.prototype.clear = function() {
 Zotero_Browser.Tab.prototype.detectTranslators = function(rootDoc, doc) {
 	if (doc instanceof HTMLDocument) {
 		if (doc.documentURI.startsWith("about:")) {
-			this.page.saveEnabled = false;
 			return;
 		}