Sha256: dc02af869108d89a46309f6ae92052a70b06f62e36bace08c0b1d97f1ef4cfd9

Contents?: true

Size: 727 Bytes

Versions: 4

Compression:

Stored size: 727 Bytes

Contents

services:
  - type: web
    name: <%= @render_service_name %>
    env: static
    buildCommand: bin/bridgetown deploy
    staticPublishPath: ./output
    pullRequestPreviewsEnabled: true
    headers:
      - path: /*
        name: X-Frame-Options
        value: DENY
      - path: /*
        name: X-XSS-Protection
        value: "1; mode=block"
      - path: /*
        name: X-Content-Type-Options
        value: "nosniff"
      - path: /*
        name: Strict-Transport-Security
        value: "max-age=15552000; includeSubDomains"
      - path: /*
        name: Referrer-Policy
        value: "no-referrer-when-downgrade"
      - path: /*
        name: Cache-Control
        value: "public, max-age=86400, s-max-age=86400"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha10 lib/bridgetown-core/configurations/render/render.yaml.erb
bridgetown-core-1.0.0.alpha9 lib/bridgetown-core/configurations/render/render.yaml.erb
bridgetown-core-1.0.0.alpha8 lib/bridgetown-core/configurations/render/render.yaml.erb
bridgetown-core-1.0.0.alpha7 lib/bridgetown-core/configurations/render/render.yaml.erb