Class ContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
Class EmptyContentSecurityPolicy is a simple helper which allows applications
to modify the Content-Security-Policy sent by ownCloud. Per default the policy
is forbidding everything.
Class EmptyFeaturePolicy is a simple helper which allows applications
to modify the FeaturePolicy sent by Nextcloud. Per default the policy
is forbidding everything.
Class FeaturePolicy is a simple helper which allows applications to
modify the Feature-Policy sent by Nextcloud. Per default only autoplay is allowed
from the same domain and full screen as well from the same domain.
Class StrictContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
Class StrictInlineContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
Class StrictInlineContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.