mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
FIX: Don't store incoming links on embed
This commit is contained in:
parent
af3edfd5eb
commit
488319a5d1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
class EmbedController < ApplicationController
|
||||
skip_before_filter :check_xhr
|
||||
skip_before_filter :preload_json
|
||||
skip_before_filter :store_incoming_links
|
||||
|
||||
before_filter :ensure_embeddable
|
||||
|
||||
layout 'embed'
|
||||
|
|
Loading…
Reference in a new issue