It seems that the X-Frame-Options header was recently set to DENY on https://cppreference.com/, which prevents embedding pages from the website on another. (For probably a bit over a month).
This is unfortunate, because it breaks our usecase of rendering inline documentation from CppReference in the Jupyter notebook. (We have been doing this for nearly 10 years as per this past issue.
Would you all consider unsetting this header so that we can continue using the tool like before.
It seems that the
X-Frame-Optionsheader was recently set to DENY on https://cppreference.com/, which prevents embedding pages from the website on another. (For probably a bit over a month).This is unfortunate, because it breaks our usecase of rendering inline documentation from CppReference in the Jupyter notebook. (We have been doing this for nearly 10 years as per this past issue.
Would you all consider unsetting this header so that we can continue using the tool like before.