We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Can you add field for disabling DNSBL checking in config files or etc
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
No branches or pull requests
Hello!
Can you add field for disabling DNSBL checking in config files or etc
The text was updated successfully, but these errors were encountered: