diff --git a/core/modules/savers/beaker.js b/core/modules/savers/beaker.js index be7674338..dc24ef67f 100644 --- a/core/modules/savers/beaker.js +++ b/core/modules/savers/beaker.js @@ -51,7 +51,7 @@ BeakerSaver.prototype.info = { Static method that returns true if this saver is capable of working */ exports.canSave = function(wiki) { - return !!window.DatArchive; + return !!window.DatArchive && location.protocol==="dat:"; }; /*