Preview CRM using "iframe"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • McBrumm
    Member
    • Jun 2021
    • 56

    Preview CRM using "iframe"

    I have 2 different CRMs in 2 different directories on my homepage. I include both in a preview using “iframe”. The old version (version 5.9.4) is displayed while the new one (version 8.1.5) is not displayed in the "iframe". Does anyone have an idea how I can solve this?​
    thank you very much
    kind regards
    McBrumm
  • yuri
    Member
    • Mar 2014
    • 8440

    #2


    Add clientXFrameOptionsHeaderDisabled parameter to config.php.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • McBrumm
      Member
      • Jun 2021
      • 56

      #3
      thank you very much, it works :-)

      Comment

      • Dawg
        Junior Member
        • Apr 2024
        • 1

        #4
        Originally posted by yuri
        https://docs.espocrm.com/administrat...rams/#security

        Add clientXFrameOptionsHeaderDisabled parameter to config.php.
        Hello,

        I've added the parameter to config.php but the page comes now as blank. No error in the log. Is there a special way how to write it in the config? Sorry for a rookie question, I'm new to Espo

        Comment

        • xiv
          Junior Member
          • Apr 2024
          • 3

          #5
          <?php
          return [
          'clientXFrameOptionsHeaderDisabled' => true,​

          .....

          Comment

          Working...