Skip to content

CSP prevents inline and embedded styles #124

@teleclimber

Description

@teleclimber

The CSP is too strict.

<p style="background-color: aqua;">...
<!DOCTYPE html>
<html>
	<head>
		<style type="text/css" media="screen">
			body {
				background-color: red;
			}
...

Both the above in an HTML document returned by the sandbox cause CSP errors in concole and are not applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionIssue requires discussion to determine next steps

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions