Updates name (again) to actually reflect what this is
Because they _aren't_ additional seed URLs!
This commit is contained in:
		
							parent
							
								
									77a46aa2d9
								
							
						
					
					
						commit
						7e93ec57e0
					
				@ -196,7 +196,7 @@ export class ConfigDetails extends LiteElement {
 | 
			
		||||
        this.scopeTypeLabels[crawlConfig?.config.scopeType]
 | 
			
		||||
      )}
 | 
			
		||||
      ${this.renderSetting(
 | 
			
		||||
        msg("Extra Start URLs"),
 | 
			
		||||
        msg("Extra URLs In Scope"),
 | 
			
		||||
        crawlConfig?.config.include?.length
 | 
			
		||||
          ? html`
 | 
			
		||||
              <ul>
 | 
			
		||||
 | 
			
		||||
@ -898,7 +898,7 @@ https://example.com/path`}
 | 
			
		||||
      ${this.renderFormCol(html`
 | 
			
		||||
        <sl-textarea
 | 
			
		||||
          name="allowedExternalUrlList"
 | 
			
		||||
          label=${msg("Extra Start URLs")}
 | 
			
		||||
          label=${msg("Extra URLs In Scope")}
 | 
			
		||||
          rows="3"
 | 
			
		||||
          autocomplete="off"
 | 
			
		||||
          value=${this.formState.allowedExternalUrlList}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user