python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
User in keystore cannot have permission in .policy
I need to give full access to an user in a .policy file
keystore "file:myKeystore.keystore";
grant signedBy "myUser" {
permission java.util.PropertyPermission "*", ...
Luhko
Votes: 0
Answers: 1
Phantom Content-Security-Policy appears from somewhere
I'm trying to implement a Content-Security-Policy, however the Chrome, Firefox and Edge dev tools all report this as a header (which isn't my policy):
Content-Security-Policy: default-src https:; scri...
dancl
Votes: 0
Answers: 0
Refused to load the font '<URL>' because it violates the following Content Security Policy directive: "font-src 'none'"
I have a huge problem with this error and I can't seem to stop it from showing.
*Disclaimer: I am still a junior and I am still getting to know NextJS in detail, so pardon me if made some mistakes alo...

Vasil Kostadinov
Votes: 0
Answers: 4
How to render Django context data (JSON) within external JavaScript file?
The question I have is:
How do I get template-ed JSON data to be usable by .js file to see and use JSON data from my Django context?
The problem I am trying to solve is:
I am working on adding a CSP (...

Scott Skiles
Votes: 0
Answers: 0