Fix Mastodon/Garage test
This commit is contained in:
		
							parent
							
								
									fb342b02fb
								
							
						
					
					
						commit
						007c168081
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -126,8 +126,8 @@ pkgs.nixosTest { | |||
|         raise Exception("mastodon did not send a content security policy header") | ||||
|       csp = csp_match.group(1) | ||||
|       # the img-src content security policy should include the garage server | ||||
|       ## TODO: use `nodes.server.fediversity.internal.garage.api.url` same as above, but beware of escaping the regex. | ||||
|       garage_csp = re.match(".*; img-src[^;]*web\.garage\.localhost:3902.*", csp) | ||||
|       ## TODO: use `nodes.server.fediversity.internal.garage.api.url` same as above, but beware of escaping the regex. Be careful with port 80 though. | ||||
|       garage_csp = re.match(".*; img-src[^;]*web\.garage\.localhost.*", csp) | ||||
|       if garage_csp is None: | ||||
|         raise Exception("Mastodon's content security policy does not include garage server. image will not be displayed properly on mastodon.") | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue