This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d016e67 allow access to source
d016e67 is described below
commit d016e673697bdfd9970e018971b3a38448c03888
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Jan 27 10:04:33 2018 -0500
allow access to source
---
www/board/agenda/config.ru | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/config.ru b/www/board/agenda/config.ru
index ef2a3ef..ad80b7e 100644
--- a/www/board/agenda/config.ru
+++ b/www/board/agenda/config.ru
@@ -7,6 +7,7 @@ use ASF::Auth::MembersAndOfficers do |env|
# allow access to bootstrap related content
if
env['PATH_INFO'] =~ %r{^/(app|sw)\.js(\.map)?$} or
+ env['PATH_INFO'] =~ %r{\.js\.rb?$} or
env['PATH_INFO'] =~ %r{^/stylesheets/.*\.css\$} or
env['PATH_INFO'] =~ %r{^/[-\d]+/bootstrap.html$}
then
--
To stop receiving notification emails like this one, please contact
[email protected].