We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343c41a commit ada8bf0Copy full SHA for ada8bf0
plugins/star-rating/frontend/app.js
@@ -2,7 +2,7 @@ var plugin = {};
2
(function (plugin) {
3
plugin.init = function(app, countlyDb) {
4
app.get(countlyConfig.path+'/feedback', function (req, res, next) {
5
- res.setHeader('X-Frame-Options','ALLOW-FROM *');
+ res.removeHeader('X-Frame-Options');
6
res.render('../../../plugins/star-rating/frontend/public/templates/feedback-popup', {});
7
});
8
};
0 commit comments