This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 106f7b3 Automatic Site Publish by Buildbot
106f7b3 is described below
commit 106f7b3f2044968f07c225eebc102507cec24d86
Author: buildbot
AuthorDate: Mon Sep 7 05:52:51 2020 +
Automatic Site Publish by Buildbot
---
output/core-developers/coep-interceptor.html | 205
output/core-developers/coop-interceptor.html | 210 +
.../fetch-metadata-interceptor.html| 205
output/core-developers/interceptors.html | 30 +++
output/core-developers/struts-default-xml.html | 15 ++
output/security/index.html | 25 +++
6 files changed, 690 insertions(+)
diff --git a/output/core-developers/coep-interceptor.html
b/output/core-developers/coep-interceptor.html
new file mode 100644
index 000..c290d03
--- /dev/null
+++ b/output/core-developers/coep-interceptor.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+
+
+
+ COEP Interceptor
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://github.com/apache/struts"; class="github-ribbon">
+ https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa.png";
alt="Fork me on GitHub">
+
+
+
+
+
+
+
+
+Menu
+Toggle navigation
+
+
+
+
+
+
+
+
+
+
+Home
+
+
+Welcome
+Download
+Releases
+Announcements
+http://www.apache.org/licenses/";>License
+https://www.apache.org/foundation/thanks.html";>Thanks!
+https://www.apache.org/foundation/sponsorship.html";>Sponsorship
+
+
+
+
+Support
+
+
+User Mailing List
+https://issues.apache.org/jira/browse/WW";>Issue
Tracker
+Reporting Security Issues
+
+https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version
Notes
+https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
Bulletins
+
+Maven Project
Info
+Struts
Core Dependencies
+Plugin
Dependencies
+
+
+
+
+Documentation
+
+
+Birds Eye
+Key Technologies
+Kickstart FAQ
+https://cwiki.apache.org/confluence/display/WW/Home";>Wiki
+
+Getting Started
+Security Guide
+Core Developers Guide
+Tag Developers Guide
+Maven Archetypes
+Plugins
+Struts
Core API
+Tag
reference
+https://cwiki.apache.org/confluence/display/WW/FAQs";>FAQs
+http://cwiki.apache.org/S2PLUGINS/home.html";>Plugin registry
+
+
+
+
+Contributing
+
+
+You at Struts
+How to Help FAQ
+Development Lists
+
+Submitting
patches
+Source Code and Builds
+Coding standards
+https://cwiki.apache.org/confluence/display/WW/Contributors+Guide";>Contributors
Guide
+
+Release
Guidelines
+PMC Charter
+Volunteers
+https://gitbox.apache.org/repos/asf?p=struts.git";>Source
Repository
+Updating the
website
+
+
+http://www.apache.org/";>
+
+
+
+
+
+
+
+
+
+
+https://github.com/apache/struts-site/edit/master/source/core-developers/coep-interceptor.md";
title="Edit this page on GitHub">Edit on GitHub
+
+<< back to
Interceptors
+
+Fetch Metadata Interceptor
+
+Description
+
+Interceptor that implements Cross-Origin Embedder Policy on incoming
requests.
+
+COEP prevents the document from loading any framed documents which don’t
opt-in by setting the COEP header. (Cross-Origin-Embedder-Policy: require-corp).
This provides protection for documents that don’t restrict framing. A document
that doesn’t set COEP cannot be framed by another document with COEP. All
descendents of a document with COEP will also enforce the same restrictions.
+
+COEP is now supported by all major browsers.
+
+https://web.dev/why-coop-coep/#coep