[devdocsgjs/main: 1493/1867] fix: change docs_origin to documents.devdocs.in




commit f8aaaf4f61f5acb6c39f22d4b8f2a4da86f02b6d
Author: Oliver Eyton-Williams <ojeytonwilliams gmail com>
Date:   Fri Jan 22 20:00:17 2021 +0100

    fix: change docs_origin to documents.devdocs.in

 lib/app.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/app.rb b/lib/app.rb
index 917d1a03..18141eee 100644
--- a/lib/app.rb
+++ b/lib/app.rb
@@ -73,7 +73,7 @@ class App < Sinatra::Application
 
   configure :production do
     set :static, false
-    set :docs_origin, '//docs.devdocs.io'
+    set :docs_origin, '//documents.devdocs.in'
     set :csp, "default-src 'self' *; script-src 'self' 'nonce-devdocs' https://www.google-analytics.com 
https://secure.gaug.es https://*.jquery.com; font-src 'none'; style-src 'self' 'unsafe-inline' *; img-src 
'self' * data:;"
 
     use Rack::ConditionalGet


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]