summaryrefslogtreecommitdiff
path: root/chromium/content/browser/worker.sb
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/worker.sb')
-rw-r--r--chromium/content/browser/worker.sb12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/content/browser/worker.sb b/chromium/content/browser/worker.sb
new file mode 100644
index 00000000000..2e408883e87
--- /dev/null
+++ b/chromium/content/browser/worker.sb
@@ -0,0 +1,12 @@
+;;
+;; Copyright (c) 2011 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.
+;;
+; This is the Sandbox configuration file used for safeguarding the worker
+; process which is used to run web workers in a sandboxed environment.
+;
+; This is the most restrictive sandbox profile and only enables just enough
+; to allow basic use of Cocoa.
+
+; *** The contents of content/common/common.sb are implicitly included here. ***