Skip to content
Snippets Groups Projects
Select Git revision
  • 91910baa53f9801c14f8a43e6b6dfb97a4590d97
  • main default
  • 35-cgu
  • 34-peertube-support
  • 27-add-autoplay-to-iframe
  • 33-bug-on-youtube-embed-urls
  • RC-Rekall-v1.1-fix_lpo
  • tuleap-140-go-back-to-my-capsules-page-when-i-m-on-capsule-preview-page
  • RC-Rekall-v1.2-fix10
  • RC-Rekall-v1.2-fix9
  • RC-Rekall-v1.2-fix8
  • RC-Rekall-v1.2-fix7
  • RC-Rekall-v1.2-fix6
  • RC-Rekall-v1.2-fix5
  • RC-Rekall-v1.2-fix4
  • RC-Rekall-v1.2-fix3
  • RC-Rekall-v1.2-fix2
  • RC-Rekall-v1.2-fix1
  • RC-Rekall-v1.1-fix-3
  • RC-Rekall-v1.1-fix-2
  • RC-Rekall-v1.1-fix-1
  • RC-Rekall-v1.1-delivered
  • preprod20220209-1535
23 results

phpunit.xml.dist

Blame
  • netlify.toml 1.54 KiB
    [build]
      publish = "public"
      functions = "functions"
    
    [build.environment]
      NODE_VERSION = "18.12.1"
      NPM_VERSION = "8.19.2"
    
    [context.production]
      command = "pnpm build"
    
    [context.deploy-preview]
      command = "pnpm build -- -b $DEPLOY_PRIME_URL"
    
    [context.branch-deploy]
      command = "pnpm build -- -b $DEPLOY_PRIME_URL"
    
    [context.next]
      command = "pnpm build"
    
    [context.next.environment]
      HUGO_ENV = "next"
    
    [dev]
      framework = "#custom"
      command = "pnpm dev"
      targetPort = 1313
      port = 8888
      publish = "public"
      autoLaunch = false
    
    # Redirects and rewrites — https://docs.netlify.com/routing/redirects/#syntax-for-the-netlify-configuration-file
    
    # Custom headers — https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file
    [[headers]]
      for = "/*"
      [headers.values]
        Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
        X-Content-Type-Options = "nosniff"
        X-XSS-Protection = "1; mode=block"
        Content-Security-Policy = "default-src 'self'; manifest-src 'self'; connect-src 'self'; font-src 'self'; img-src 'self' https://avatars.githubusercontent.com data:; script-src 'self' 'nonce-dXNlcj0iaGVsbG8iLGRvbWFpbj0iaGVua3ZlcmxpbmRlLmNvbSIsZG9jdW1lbnQud3JpdGUodXNlcisiQCIrZG9tYWluKTs=' 'sha256-aWZ3y/RxbBYKHXH0z8+8ljrHG1mSBvyzSfxSMjBSaXk='; style-src 'self'"
        X-Frame-Options = "SAMEORIGIN"
        Referrer-Policy = "strict-origin"
        Permissions-Policy = "geolocation=(self), microphone=(), camera=()"
        Cache-Control= '''
        public,
        max-age=31536000'''
        Access-Control-Allow-Origin = "*"