Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html change content security policy

<!doctype html>
<head>
  <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
  <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
  <meta http-equiv="X-WebKit-CSP" content="default-src 'self'; script-src 'self'">
  <title>CSP nutzende Seite</title>
</head>
<body>
  <h1>Sie sind sicher</h1>
  <p>Dieses Dokument wurde mit einer sehr strikt eingestellten Content Security Policy ausgeliefert.</p>
</body>
</html>
Comment

Content security policy (csp) javascript

default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self';base-uri 'self';form-action 'self'
Comment

PREVIOUS NEXT
Code Example
Html :: corner radius edittext android 
Html :: write html inside component angular 
Html :: jquery specific child by index 
Html :: button disabled ionic 
Html :: laravel route sub domain routing 
Html :: bootsrap 4 6 cdn 
Html :: prevent image saving in html 
Html :: html escape quote in atribute 
Html :: chevron down html 
Html :: mysql date time to display html input datetime-local value 
Html :: how to strike out text in html 
Html :: capture textarea value 
Html :: times hmrl 
Html :: bootstrap select 
Html :: fa fa users-class 
Html :: how to add css to html 
Html :: centre text 
Html :: bootstrap icons chevron 
Html :: input submit icon 
Html :: block elements 
Html :: html meter change color 
Html :: How to make Website Metadata 
Html :: html open email program 
Html :: what does :root do in html 
Html :: how can i make a quote element in html 
Html :: yellow html 
Html :: cool css buton 
Html :: capture webcam js 
Html :: html video repeating 
Html :: placeholder in html select 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =