Replace w3c references with "webkit" gh-16

This commit is contained in:
theverything 2013-02-07 19:53:23 -08:00
Родитель 47da3f253b
Коммит d2bb3881c8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -98,7 +98,7 @@ header will be constructed using the supplied options.
### Content Security Policy (CSP)
All browsers will receive the webkit csp header except Firefox, which gets its own header.
See [WebKit/W3C specification](http://www.w3.org/TR/CSP/)
See [WebKit/webkit specification](http://www.w3.org/TR/CSP/)
and [Firefox CSP specification](https://wiki.mozilla.org/Security/CSP/Specification)
```ruby
@ -158,7 +158,7 @@ and [Firefox CSP specification](https://wiki.mozilla.org/Security/CSP/Specificat
### Example CSP header config
**Configure the CSP header as if it were the w3c-style header, no need to supply 'options' or 'allow' directives.**
**Configure the CSP header as if it were the webkit-style header, no need to supply 'options' or 'allow' directives.**
```ruby
# most basic example
@ -197,7 +197,7 @@ and [Firefox CSP specification](https://wiki.mozilla.org/Security/CSP/Specificat
## Note on Firefox handling of CSP
Currently, Firefox does not support the w3c draft standard. So there are a few steps taken to make the two interchangeable.
Currently, Firefox does not support the webkit draft standard. So there are a few steps taken to make the two interchangeable.
Firefox > 18 partially supports the standard via using the default\-src directive over allow/options, but the following inconsistencies remain.