Christian Marker
Christian Marker
Hi @seatonjiang. No worries! I see, but would it be possible to add the option with default turned off?
I have since created this issue changed to a different vscode extension that incorporates the conventional commit structure as well as gitmojis. https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
Aah. I also missed that feature when switching to that plugin. Funny enough I actually stared at contributing by fixing this. But the process stalled. I'll see if I can't...
Hi! Me and my team are also affected by this issue, the only solution is to remove the helmet middleware. But that is not the best solution for the problem...
Hi again! We figured it out. ```ts app.use( helmet({ contentSecurityPolicy: { directives: { ...helmet.contentSecurityPolicy.getDefaultDirectives(), 'script-src': [ '\'self\'', '\'sha256-g6TK8Crx7YtGVUN10j0q8wD3cvwyzlvBMzQx4UjBPg4=\'' ], 'connect-src': [ '\'self\'', ``, ], }, }, crossOriginOpenerPolicy: { policy: 'unsafe-none',...
I'm also facing this issue: **Current versions**: msal: 1.4.0 react-aad-msal: 2.3.5 **Current setup**: ``` const config: Configuration = { auth: { authority: 'https://login.microsoftonline.com/common', clientId: 'xxx', redirectUri: window.location.origin, }, cache: {...
Yeah, downgrading works for me as well. I can live with an older version until next update.
> Hello All, > > Force refresh and version downgrade didn't work for me. > > I am facing this on refreshing the page. Did you delete node_modules, package lock...
@intraordinaire can you merge this?
Hi! Oh! I wasn't aware of the progress of redesigning of these components. 😅 Of course i can have a look at your branch and apply my changes. Do you...