Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move X-Frame-Options into PHP #4072

Merged
merged 1 commit into from
Mar 27, 2017
Merged

Conversation

LukasReschke
Copy link
Member

The public calendar view should be embeddable and we can't do that if the .htaccess sets a global X-Frame-Options.

Signed-off-by: Lukas Reschke lukas@statuscode.ch

The public calendar view should be embeddable and we can't do that if the .htaccess sets a global X-Frame-Options.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
@LukasReschke LukasReschke added the 3. to review Waiting for reviews label Mar 26, 2017
@LukasReschke LukasReschke added this to the Nextcloud 12.0 milestone Mar 26, 2017
@mention-bot
Copy link

@LukasReschke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @MorrisJobke, @bartv2 and @icewind1991 to be potential reviewers.

@codecov-io
Copy link

codecov-io commented Mar 26, 2017

Codecov Report

Merging #4072 into master will increase coverage by <.01%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##             master    #4072      +/-   ##
============================================
+ Coverage     54.24%   54.24%   +<.01%     
  Complexity    21285    21285              
============================================
  Files          1310     1310              
  Lines         81187    81187              
  Branches       1284     1284              
============================================
+ Hits          44036    44037       +1     
+ Misses        37151    37150       -1
Impacted Files Coverage Δ Complexity Δ
lib/private/legacy/response.php 0% <0%> (ø) 37 <0> (ø) ⬇️
apps/files_external/lib/Lib/Storage/SMB.php 47.22% <0%> (+0.39%) 112% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec6853a...bff6c8a. Read the comment docs.

Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and is still added to normal documents.

@georgehrke georgehrke merged commit fc044ca into master Mar 27, 2017
@georgehrke georgehrke deleted the move-x-frame-options-into-php branch March 27, 2017 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants