Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNSBL check disable #37

Open
SL-RU opened this issue Jul 12, 2016 · 1 comment
Open

DNSBL check disable #37

SL-RU opened this issue Jul 12, 2016 · 1 comment

Comments

@SL-RU
Copy link

SL-RU commented Jul 12, 2016

Hello!

Can you add field for disabling DNSBL checking in config files or etc

@cnruby
Copy link

cnruby commented Mar 3, 2017

comment the three files with the code ":dnsbl_check".

class AdminController < ApplicationController

  layout 'default'
  cache_sweeper :web_sweeper
  # before_filter :dnsbl_check

class FileController < ApplicationController

  layout 'default'
  
  before_filter :check_authorized
  #before_filter :check_allow_uploads, :dnsbl_check, :except => [:file, :blahtex_png]
  before_filter :check_allow_uploads, :except => [:file, :blahtex_png]

class WikiController < ApplicationController

  before_filter :load_page
  # before_filter :dnsbl_check, :only => [:edit, :new, :save, :export_html, :export_markup]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants