Skip to content

Commit

Permalink
Merge pull request #4184 from greenbone/enable-epss-toggle
Browse files Browse the repository at this point in the history
Change: Enable EPSS toggle
  • Loading branch information
a-h-abdelsalam authored Oct 16, 2024
2 parents f49afb2 + e71a454 commit d5579dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmp/gmpsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const warnDeprecatedSetting = (oldName, newName) => {
class GmpSettings {
constructor(storage = global.localStorage, options = {}) {
const {
enableEPSS = false,
enableEPSS = true,
enableGreenboneSensor = false,
disableLoginForm = false,
enableStoreDebugLog,
Expand Down

0 comments on commit d5579dd

Please sign in to comment.