mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
PERF: finalize porting to new incoming links structure
This commit is contained in:
@ -63,7 +63,7 @@ class StaticController < ApplicationController
|
||||
)
|
||||
end
|
||||
|
||||
skip_before_filter :store_incoming_links, :verify_authenticity_token, only: [:cdn_asset]
|
||||
skip_before_filter :verify_authenticity_token, only: [:cdn_asset]
|
||||
def cdn_asset
|
||||
path = File.expand_path(Rails.root + "public/assets/" + params[:path])
|
||||
|
||||
|
Reference in New Issue
Block a user