Paul McLanahan
Paul McLanahan
We're using snap.svg and loving it, but we also need to enable CSP for security. CSP is much less helpful if one has to add "unsafe-eval" to the header, but...
Due to automated checks from app stores our privacy policy URLs that include no locale code in the URL and when accessed via a request with no `accept-language` header get...
## Description Currently newsletter signups and the email preferences center all interact with basket via bedrock's backend servers. There isn't a good reason for this for the most part. We...
Bedrock used to have a translation bar (part of an info bar) that would pop up if we detected that the user viewing a page preferred a language in which...
Our CDN has the capability to include the query parameters for requests in the cache key or not. It also will allow us to specify which parameter names to include...
We used to have this and the code to do it is still in bedrock. Most pages should have a template context variable called `template_source_url`. It will be a URL...
[Dokku](http://dokku.viewdocs.io/dokku/) is a single-server docker orchestration tool that attempts to have similar features to Heroku. The advantages for use for our demo needs are: 1. More flexible than Heroku (we're...
We currently use pyup.io for this purpose for some projects (e.g. basket and snippets), but that service appears to be having problems. I get 500 responses trying to login as...
Preview the new docs here https://pmac.github.io/bedrock/
Basket is receiving posts [from the site](https://advocacy.mozilla.org/en-US/encrypt/signup) with a `text/plain` content type and is thus doing a poor job of parsing the request. It should send `application/x-www-form-urlencoded` like it does...