Skip to content

Commit 636fdf5

Browse files
committed
Enable CSP 1.1 for Haiku.
* Yay, 2 free points at html5test.com!
1 parent 8febcef commit 636fdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Scripts/webkitperl/FeatureList.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ my @features = (
170170
define => "ENABLE_ES6_CLASS_SYNTAX", default => 0, value => \$classSyntax },
171171

172172
{ option => "csp-next", desc => "Toggle Content Security Policy 1.1 support",
173-
define => "ENABLE_CSP_NEXT", default => isGtk(), value => \$cspNextSupport },
173+
define => "ENABLE_CSP_NEXT", default => (isGtk() || isHaiku()), value => \$cspNextSupport },
174174

175175
{ option => "css-device-adaptation", desc => "Toggle CSS Device Adaptation support",
176176
define => "ENABLE_CSS_DEVICE_ADAPTATION", default => isEfl(), value => \$cssDeviceAdaptation },

0 commit comments

Comments
 (0)