| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 2aa04457026573513b33ad6fc98ad1b02933e87f..88901ae3149f3a23ba9466d28550cdab280f60f0 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::setCSPViolationReportsEnabled(bool enabled)
|
| +{
|
| + m_settings->setCSPViolationReportsEnabled(enabled);
|
| +}
|
| +
|
| +void WebSettingsImpl::setXSSViolationReportsEnabled(bool enabled)
|
| +{
|
| + m_settings->setXSSViolationReportsEnabled(enabled);
|
| +}
|
| +
|
| +
|
| void WebSettingsImpl::setUnsafePluginPastingEnabled(bool enabled)
|
| {
|
| m_settings->setUnsafePluginPastingEnabled(enabled);
|
|
|