updating feature flags in a DI sessions
reads localstorage and then updates its based on alert input? 

###snippet used currently
sessionStorage.setItem('rbc_di_session',JSON.stringify({
    "features": {
        "dqqh": true,"dqso": true
    }
}));