Skip to content

Commit

Permalink
Changed back to "img-src 'self';"
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarzh committed Jul 30, 2024
1 parent 1d0c385 commit 71249db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _headers
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Content-Security-Policy: default-src 'self'; img-src 'self' blob: data:; script-src 'self'; style-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'self'
Content-Security-Policy: default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'; frame-ancestors 'none'; base-uri 'self'
Permissions-Policy: geolocation=(); midi=(); notifications=(); push=(); sync-xhr=(); accelerometer=(); gyroscope=(); magnetometer=(); payment=(); camera=(); microphone=(); usb=(); xr=(); speaker=(self); vibrate=(); fullscreen=(self)
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Expand Down

0 comments on commit 71249db

Please sign in to comment.