| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 2aa04457026573513b33ad6fc98ad1b02933e87f..e63101e225edbbc19a02298282456c64bfe0f924 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -366,6 +366,17 @@ void WebSettingsImpl::setXSSAuditorEnabled(bool enabled)
|
| m_settings->setXSSAuditorEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setCSPViolationReportsUploadOptOut(bool enabled)
|
| +{
|
| + m_settings->setCSPViolationReportsUploadOptOut(enabled);
|
| +}
|
| +
|
| +void WebSettingsImpl::setXSSViolationReportsUploadOptOut(bool enabled)
|
| +{
|
| + m_settings->setXSSViolationReportsUploadOptOut(enabled);
|
| +}
|
| +
|
| +
|
| void WebSettingsImpl::setUnsafePluginPastingEnabled(bool enabled)
|
| {
|
| m_settings->setUnsafePluginPastingEnabled(enabled);
|
|
|