| # Copyright 2016 The Chromium Authors. All rights reserved. | 
 | # Use of this source code is governed by a BSD-style license that can be | 
 | # found in the LICENSE file. | 
 |  | 
 | " " | 
 | "," | 
 | ";" | 
 | "self" | 
 | "//" | 
 | "*" | 
 | "www" | 
 | ".example.com" | 
 | ":443" | 
 | "/path/to/resource" | 
 | "'none'" | 
 | "'self'" | 
 | "'strict-dynamic'" | 
 | "'unsafe-inline'" | 
 | "'unsafe-eval'" | 
 | "data:" | 
 | "blob:" | 
 | "filesystem:" | 
 | "http:" | 
 | "https:" | 
 | "allow-forms" | 
 | "allow-scripts" | 
 | "base-uri" | 
 | "block-all-mixed-content" | 
 | "child-src" | 
 | "connect-src" | 
 | "default-src" | 
 | "font-src" | 
 | "form-action" | 
 | "frame-ancestors" | 
 | "frame-src" | 
 | "img-src" | 
 | "manifest-src" | 
 | "media-src" | 
 | "object-src" | 
 | "plugin-types" | 
 | "report-to" | 
 | "report-uri" | 
 | "require-sri-for" | 
 | "sandbox" | 
 | "script-src" | 
 | "style-src" | 
 | "treat-as-public-address" | 
 | "upgrade-insecure-requests" | 
 | "application/octet-stream" |