Spaces:
Running
Running
chore (build): Updating security policy for Huggingface spaces.
Browse files- next.config.js +1 -1
next.config.js
CHANGED
@@ -22,7 +22,7 @@ const cspMap = {
|
|
22 |
'base-uri': ["'none'"],
|
23 |
'font-src': ["'self'", 'data:', "'unsafe-inline'"],
|
24 |
'form-action': ["'self'"],
|
25 |
-
'frame-ancestors': ["'
|
26 |
'frame-src': ["'self'"],
|
27 |
'img-src': ["'self'", 'data:', 'blob:', 'www.ibm.com/'],
|
28 |
'media-src': ["'self'", 'blob:', 'www.ibm.com/'],
|
|
|
22 |
'base-uri': ["'none'"],
|
23 |
'font-src': ["'self'", 'data:', "'unsafe-inline'"],
|
24 |
'form-action': ["'self'"],
|
25 |
+
'frame-ancestors': ["'self'", "'https://kpfadnis-inspectorraget.hf.space'"],
|
26 |
'frame-src': ["'self'"],
|
27 |
'img-src': ["'self'", 'data:', 'blob:', 'www.ibm.com/'],
|
28 |
'media-src': ["'self'", 'blob:', 'www.ibm.com/'],
|