James #FFFFFF
James #FFFFFF
@dvershinin Just out of interest as this has been an open issue for a bit of time, is an apt repository something you would consider? I appreciate you seem to...
That's good that it's potentially planned. I prefer to not add loads of PPAs and repos unless necessary, I have installed nginx from Ubuntu's standard repos which is currently nginx...
I would personally not set a Content-Security-Policy header in this module. The reason being is many CSP headers are tailored to the specific app, some services may provide their own...
@bossanova808 Thanks for this, I was able to migrate existing Craft 2 focal point field data to Craft 3. This is a good candidate for a content migration, which I...
For hiding just the server header, you can do this: ``` server_tokens off; more_clear_headers 'Server'; ``` `server_tokens` is to remove the version string from the default error pages. `more_clear_headers` requires...
I'd imagine some of the commands will return different responses when in modem mode. Perhaps, there needs to be a check for modem mode which I believe will potentially have...
I have also encountered this on a recent project from Craft 2 to Craft 3. Installing via plugin store seemed to write `amimpact/command-palette` into composer, but this is incorrect and...
Hi. There is a reason why a bespoke version of gulp-inline-css is used, because it has a few bugs/quirks in it, which I fixed but didn't go to upstream. I'll...
I have `rm -rf node_modules` and ran `npm i` again, then tested `gulp` and it worked OK. Can you confirm your node/npm version? I'm running: Node: v6.3.0 npm: 5.3.0 Edit:...
That's strange, I can't replicate the issue here at all. Can you let me know the specific task this error is thrown after. I'd imagine, its likely one of the...