From 28c801bfd42f93e1738fab1e9a2f3027c6f288ef Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 14 Nov 2012 08:17:43 -0800 Subject: [PATCH] Add more info about the `csp` build to README.md. [skip ci] Former-commit-id: ceb0cb3588bff9cadd791b091390799b506874ca --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde0ebb99..22ebd3f70 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ To top it off, we handle all method dependency and alias mapping for you. lodash backbone ``` - * CSP builds, supporting default Content Security Policy restrictions, may be created using the `csp` modifier argument. + * CSP builds, supporting default [Content Security Policy](http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html) restrictions, may be created using the `csp` modifier argument. + The `csp` modifier is an alais of the `mobile` modifier. Chrome extensions will require [sandboxing](http://developer.chrome.com/trunk/extensions/sandboxingEval.html) or the use of either the `csp`, `mobile`, or `underscore` build. ```bash lodash csp ```