Amri Toufali

Results 11 comments of Amri Toufali

PR #2284 opened. Still outstanding: - Guardian integration for VPN Protected status - test user IP against protected servers - fallback when server array is blank or Guardian connection failed...

Correct @groovecoder . One of the high vulnerabilities involves Gulp (well, gulp-sass to be more specific): gulp-sass > node-sass > meow > trim-newlines ( RegEx Denial of Service: https://npmjs.com/advisories/1753 )

@pdehaan @maxxcrawford with this PR we should be able to update packages and better-address vulnerabilities: https://github.com/mozilla/blurts-server/pull/2244

YARGS! ✊ Thanks @pdehaan for the initial legwork – a great head-start!

@BrentWMiller yes, but isn't that the main point of PostCSS custom properties - to polyfill for browsers that don't support it?

Okay, let me rephrase then: Shouldn't PostCSS transform the :root CSS to add a fallback declaration in IE11, so that we can access it via `getComputedStyle(document.documentElement).getPropertyValue('--my-var')`?

> Ruby can also be solved by added the root certificate to the open_ssl certs folder. First, get OPENSSL_CERT_PATH that ruby by running `irb`: > > ```ruby > require "openssl"...

Also eager to hear if dynamic tags are possible. I tried to do this using a javascript template and code similar to what's possible with permalink: ``` function (data) {...

I came across this issue as well and want to +1 in hope of this fix.

Update – this issue is resolved for me with the latest version `4.6.5`