added a bunch of wording
This commit is contained in:
@@ -4,7 +4,7 @@ class ApplicationController < ActionController::Base
|
||||
helper_method :current_user
|
||||
|
||||
# Our security guy keep talking about sea-surfing, cool story bro.
|
||||
#protect_from_forgery
|
||||
# protect_from_forgery
|
||||
|
||||
private
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@ class TutorialsController < ApplicationController
|
||||
end
|
||||
|
||||
def csrf
|
||||
@meta_code_bad = %{<%#= csrf_meta_tags %> <!-- <~ What is this for? I hear it helps w/ JS and Sea-surfing.....whatevz -->}
|
||||
@meta_code_good = %{<%= csrf_meta_tags %> }
|
||||
end
|
||||
|
||||
def misconfig
|
||||
|
||||
Reference in New Issue
Block a user