Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pasting Code sometimes locks the browser

Cap10Bill July 28, 2023

I've had this many times where I paste a code example and the browser just locks up and I get the wait or exit, hint wait for 5 minutes doesn't help.


1 answer

0 votes
Cap10Bill July 28, 2023

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://service1.example.com https://service2.example.com 'nonce-randomly_generated_nonce'; style-src 'self' https://service1.example.com https://service2.example.com 'unsafe-inline'; img-src 'self' data: https://service1.example.com https://service2.example.com; font-src 'self' https://service1.example.com https://service2.example.com; connect-src 'self' https://service1.example.com https://service2.example.com; media-src 'self' https://service1.example.com https://service2.example.com; object-src 'none'; base-uri 'self'; form-action 'self';" >
<title>Example HTML Page</title>
</head>
<body>
<h1>Hello, HIPAA Secure Webpage</h1>
<p>This is an example HTML page with CSP to protect HIPAA data.</p>

<script nonce="randomly_generated_nonce" src="https://service1.example.com/script.js"></script>
<script nonce="randomly_generated_nonce" src="https://service2.example.com/script.js"></script>

<link rel="stylesheet" href="https://service1.example.com/style.css" />
<link rel="stylesheet" href="https://service2.example.com/style.css" />

<img src="https://service1.example.com/image.jpg" alt="Image from Service 1">
<img src="https://service2.example.com/image.jpg" alt="Image from Service 2">

<!-- Your HTML content here -->

</body>
</html>

Cap10Bill July 28, 2023

That is an example of content that lock up

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events