Skip to content

Commit

Permalink
fix: acceptance test again
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 24, 2024
1 parent b65eff5 commit 19ac7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Feature: download file
And the following headers should be set
| header | value |
| Content-Disposition | attachment; filename*=UTF-8''""quote"double".txt"; filename=""quote"double".txt" |
| Content-Security-Policy | child-src 'self'; default-src 'none'; font-src 'self'; manifest-src 'self'; object-src 'self' blob:; script-src 'self' 'unsafe-inline'; connect-src 'self'; frame-src 'self' https://embed.diagrams.net/; img-src 'self' data: blob:; media-src 'self'; style-src 'self' 'unsafe-inline' |
| Content-Security-Policy | object-src 'self' blob:; style-src 'self' 'unsafe-inline'; font-src 'self'; frame-src 'self' https://embed.diagrams.net/; img-src 'self' data: blob:; manifest-src 'self'; media-src 'self'; child-src 'self'; connect-src 'self'; default-src 'none'; script-src 'self' 'unsafe-inline' |
| X-Content-Type-Options | nosniff |
| X-Download-Options | noopen |
| X-Frame-Options | SAMEORIGIN |
Expand Down

0 comments on commit 19ac7bb

Please sign in to comment.